Skip to content

Commit

Permalink
Merge pull request #266 from geneontology/cmungall-patch-5
Browse files Browse the repository at this point in the history
Updates from 2021-07-22 call: adding wasDerivedFrom
  • Loading branch information
balhoff authored Oct 28, 2022
2 parents 410dd30 + 2eabfc8 commit f5b117b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shapes/go-cam-shapes.shex
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX prov: <http://www.w3.org/ns/prov#>
#metadata
PREFIX bl: <https://w3id.org/biolink/vocab/>
PREFIX contributor: <http://purl.org/dc/elements/1.1/contributor>
Expand Down Expand Up @@ -129,6 +130,7 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>
imports: . *;
oboinowlid: . *; #TODO not sure if we really want this?
owl:versionIRI . *;
prov:wasDerivedFrom IRI {0,1}; # for model copy
}

<ProvenanceAnnotated> {
Expand Down

0 comments on commit f5b117b

Please sign in to comment.