Github user afs commented on the issue:

    https://github.com/apache/commons-rdf/pull/32
  
    `defaultGraph` is explicit name of the default graph in Jena, 
`defaultGraphNode` is for when the system is generating it, not for data.  
There are methods for "is this the default graph?" that abstract away from this 
detail. 
    
    The mark in the graph slot of the quad is anything to distinguish it - Jena 
uses a URI although it is not properly "U"niversal - it is relative is the 
dataset. A quad is a triple from a graph in a dataset.  Triples are universal.
    
    I guess I don't see the issue here: why is it not "Commons RDF marker for 
Quad/dft graph" <=> "System X marker for Quad/dft graph" at the adapter 
boundary.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to