Skip to content

Support for RDF 1.2 triple terms (without asserted triple) #379

Open
@bergos

Description

@bergos

PR #368 covers the use case with asserted triples. But we haven't decided yet how to deal with targets for reifiers that don't have an asserted triple. SPARQL and Node Expressions could be used, but we may want to support these use cases in the core specification out-of-the-box. Examples and use cases should be collected for further discussions.

Example data without asserted triple:

# asserted triple is not present in the graph!
# ex:Bob ex:age 23 .

# reified triples expanded to triple term
_:id rdf:reifies <<( ex:Bob ex:age 23 )>> .
_:id ex:date "2019-12-05"^^xsd:date .
_:id ex:author ex:Claire .

Metadata

Metadata

Assignees

No one assigned

    Labels

    CoreFor SHACL 1.2 Core spec

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions