Thomas Kurz

Results 13 comments of Thomas Kurz

This may be caused by CORS problem and is not an issue of skosjs but fuseki server. There are 2 ways to interact with fuseki: - put skosjs on fuseki...

Hi! The query that is issued is: ``` SELECT DISTINCT ?uri ?title WHERE { { GRAPH ?uri { ?uri a } } UNION { GRAPH ?uri { ?a a }...

Hi. SKOSjs is always assuming that contexts/graphs exists (so that it is a quadstore). As you can see in https://github.com/tkurz/skosjs/blob/master/js/skos-client.js it is included in many queries. SKOSjs is currently not...

Should be mapped with http://download.geonames.org/export/dump/countryInfo.txt

Hey subbu, I don't understand your question. What do you want to know? The data has to be rdf and follow the skos standard. If you want to support a...

I totally agree with @ja-fra . @dglachs could you add the 'NONE' case? Afterwards we can merge and release.

The code seems to be okay now. Should we merge the request and release a new version?

Construct queries return RDF instead of SPARQL result sets. Therefore they are currently not supported. Bit maybe we can restructure the result set to a SPARQL result with bindings ?s...

You can download in xml and json format (via download button)

Great stuff! Can you send me a patch for this, would be nice to merge your local fixes back! Best Regards Thomas