Skip to content

Validating un-asserted claims #820

@afs

Description

@afs

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
    .

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions