Skip to content
Snippets Groups Projects
Commit 71a01980 authored by Said Fathalla's avatar Said Fathalla
Browse files

Update SPARQL-update.rq

parent 1e0fde0c
No related branches found
No related tags found
No related merge requests found
Pipeline #200804 failed
# The rule for identifying resources that have to be of type schema:Person
If P is (creator or author ) AND hasAffiliation --> P is a Person
PREFIX schema: <http://schema.org/>
INSERT { ?p a schema:Person> }
WHERE {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment