-
See https://github.com/w3c/rdf-ucr/wiki/RDF-star-for-recording-commit-deltas-to-an-RDF-graph for the current status of this use case.
Taken from https://w3c.github.io/rdf-star/UCR/rdf-star-ucr.html…
-
The first step when getting all the graphs to ignore, is making sure that your CBD and Shape Templates algorithm only further looks into the graphs it doesn’t need to ignore.
-
See https://github.com/w3c/rdf-ucr/wiki/RDF-star-for-labelled-property-graphs for the current status of this use case.
Taken from https://github.com/w3c/rdf-star/issues/33
** Brief Description o…
-
It has been on my mind for a couple of years that the existing Parser and Serializer interface is a mess.
The current standard Parser interface predates multigraph support (from before `Dataset` an…
-
Hi,
I'm using Virtuoso v7.2.2 to "sponge" the content of a RESTful Web service that returns (related) RDF graphs from several endpoints:
_baseURL/path1_ -> returns RDF graph1 that contains a link (p…
-
### Observation
RDF 1.1 requires that implementations support ill-typed literals, including ill-typed literals with recognized datatype IRIs.
Ill-typed literals with recognized datatype IRIs do …
-
AFAIK, IFC data structure is graph/network. It seems natural to store graph data in a graph database. Some are converting IFC to RDF and utilizing semantic web technology (also graph-based) for queryi…
aahoo updated
5 years ago
-
Some friends and I are working on how to bring authenticated data structures on RDF.
This consists in:
- Bringing secure links (either self-certifying or content addressed) to RDF
- Return very light…
-
Having trouble dealing with large (terabyte scale) RDF datasets generated by D2RQ.
It would be good to have an upload feature in the "dump-rdf" part of D2RQ where the output goes to a given SPARQL end…
-
I'm trying to use a SPARQL query to fetch from my store and it doesn't return any results. Here's a very simple reproducer.
## Reproducer
```js
const $rdf = require('rdflib');
const store = …
sroze updated
3 years ago