-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
Description
Use case - make sure all claims about a person's age have a date and author.
A "claim" is not asserted in the data graph.
What is the best pattern to validate:
<< ex:Bob ex:age 23 >>
ex:date "2019-12-05"^^xsd:date ;
ex:author ex:Claire
.ideally by targetting reifiers where the triple term has a certain property?
Expanded that syntax is:
_:b rdf:reifies <<( ex:Bob ex:age 23 )>> ;
ex:date "2019-12-05"^^xsd:date ;
ex:author ex:Claire
.Reactions are currently unavailable