Skip to content

Commit

Permalink
Fix usage of prov:hadRole property
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Nov 15, 2019
1 parent f825bcd commit 243c224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quit/provenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def run(self, quads=None, branch_or_ref='master'):
quit:updates ?update ;
quit:hex ?hex .
?qa prov:agent ?user ;
prov:role quit:Author .
prov:hadRole quit:Author .
?user foaf:mbox ?email ;
rdfs:label ?name .
?update quit:graph ?context ;
Expand Down

0 comments on commit 243c224

Please sign in to comment.