-
-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
I am using RDF4J as backend with RDF* statements in the form
<triple> predicate value.
I am unable to convert these statements in RDFNQuads, since the subject is expected to be a RdfResource
Describe the solution you'd like
The RdfTriple interface could extend the RdfResource (example from RDF4J), to create RDFNQuads with RDF* semantics.
Describe alternatives you've considered
Not sure, for now I am filtering all RDF* statements.