rdfstore-js icon indicating copy to clipboard operation
rdfstore-js copied to clipboard

JS RDF store with SPARQL support

Results 71 rdfstore-js issues
Sort by recently updated
recently updated
newest added

Hi Has anyone used rdfstore in an angular 6 app ? It seems to work fine in stand-alone node stuff, but just won't play with the latest angular. It looks...

Hi,All~ I'm working on a project that may need some RDF manipulation,and here i come to rdfstore-js. I'm looking for a way of persistent store for triples. I didn't find...

Hi, currently I try to execute CONSTRUCT and SELECT queries via the rdfstore-js library. However, if I execute the queries, the result array is empty, although there should be values....

I use rdfstore for a client-side js application. It is part of a bigger app and it's only used to read a RDF-file and then converting it to an array....

As pointed out in my comment for https://github.com/antoniogarrote/rdfstore-js/issues/128 **This fix allows long running queries that could normally reach a maximum call stack number.** See my response in the issue: The...

Is there a support of the VALUES keyword as it is specified in the SPARQL 1.1 spec ? - https://www.w3.org/TR/sparql11-query/#inline-data Example: **Data**: ``` @prefix dc: . @prefix : . @prefix...

cf 18.5.1.7 GroupConcat https://www.w3.org/TR/sparql11-query/#defn_aggGroupConcat

Hello, I am currently facing the "Unknown filter expression type" error when launching COUNT queries such as ``` PREFIX rdf: SELECT (COUNT(?s) AS ?v) WHERE { ?s rdf:type ?o ....

Hi, I wanted to understand if the feature of inference exist or is on your roadmap. example if ```ex:a bf:parent ex:b``` and ``` bf:parent a owl:ObjectProperty ; owl:inverseOf :child ;...