[data-shapes] Support for RDF 1.2 triple terms (without asserted triple) (#379)

bergos has just created a new issue for https://github.com/w3c/data-shapes:

== Support for RDF 1.2 triple terms (without asserted triple) ==
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:
```turtle
# 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 .
```

Please view or discuss this issue at https://github.com/w3c/data-shapes/issues/379 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 12 May 2025 20:22:58 UTC