Skip to content

Commit

Permalink
Changed to pav:providedBy and documented why.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Aug 9, 2022
1 parent b34852b commit 744e593
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sparql/set-provenance-to-signor.ru
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ PREFIX pav: <http://purl.org/pav/>
# SIGNOR, and then load the remaining models.

INSERT {
?model pav:importedFrom <https://signor.uniroma2.it/>
# pav:importedFrom might be more accurate here, but I think
# sparql/delete-non-production-models.ru deletes models that
# don't have a pav:providedBy (which also seems to be what
# the triplestore largely uses), so let's use that to be
# consistent.
?model pav:providedBy <https://signor.uniroma2.it/> .
} WHERE {
?model rdf:type owl:Ontology .
# When generating SIGNOR models, we set lego:modelstate,
Expand Down

0 comments on commit 744e593

Please sign in to comment.