-
Notifications
You must be signed in to change notification settings - Fork 576
Open
Labels
breaking changeThis involves or proposes breaking RDFLib's public API.This involves or proposes breaking RDFLib's public API.bugSomething isn't workingSomething isn't workingconcept: RDF datasetRelates to the RDF datasets concept.Relates to the RDF datasets concept.concept: default graph
Description
According to https://www.w3.org/TR/rdf11-concepts/#section-dataset
An RDF dataset is a collection of RDF graphs, and comprises:
In RDFLib however:
- The default context in ConjunctiveGraph has a BNode as name.
- The default context in Dataset has a IRI as a name.
Related issues:
Metadata
Metadata
Assignees
Labels
breaking changeThis involves or proposes breaking RDFLib's public API.This involves or proposes breaking RDFLib's public API.bugSomething isn't workingSomething isn't workingconcept: RDF datasetRelates to the RDF datasets concept.Relates to the RDF datasets concept.concept: default graph