Skip to content

Add support to create RDF* statements #305

@pajoma

Description

@pajoma

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions