rdfstore-js
rdfstore-js copied to clipboard
JS RDF store with SPARQL support
When running this query which apparently has an OPTIONAL expression that doesn't match anything... ``` var ifm_hasDataType = ' ' var ifm_interfaceLabel = ' ' var owl_Restriction = ' '...
I have been trying my very limited sparql skills on a persistent store with no luck. I have a graph of _owl:thing_ that can be _myschema:containedIn_ _owl:thing_. Most things have...
Sync API
Would it be possible to provide a ( possibly restricted ) sync API to work with in-memory stores?
Hi Antonio, First to say this is great stuff - very useful. I did run into a problem with the PREFIX parameter though: var sparql = "PREFIX ifm: http://www.semanticweb.org/damion/ontologies/IFM_ontology# \...
Hi, I am having trouble with reusing blank nodes. I posted the question here (http://stackoverflow.com/questions/27501056/antoniogarrote-rdfstore-js-reusing-blank-node) but no luck at all. Problem is that when I try to create a blank...
This is an 'issue' along the lines of getting a status update like https://github.com/antoniogarrote/rdfstore-js/issues/86 . The current RDFa implementation, dare I say, is heavy and hairy. If you are using...
First off - excellent library. Just started playing around, so I might be off on this issue. #### To reproduce 1. Create store 2. startObserviceQuery with a SPARQL query **that...
We've noticed an abnormal behawior with CONSTRUCT commands containing OPTIONAL patterns in the WHERE block. When store is fed with i.e. a resource which has no matching triples to meet...
I could run the rdfstore-js as Stand-alone SPARQL end-point. The example in README file sends a SPARQL query using command line program curl: curl -v -d "default-graph-uri=http://test.com/graph1" --data-urlencode "query=select \*...
I'd love the store to be able to load n-quads, TriG or JSON-LD containing a dataset with default graph and named graphs into _multiple graphs_. Currently, the supported media types...