VIVO-288 re-adding roleContributesTo and contributingRole
This commit is contained in:
parent
745a4a26e8
commit
b4f9e71084
1 changed files with 19 additions and 1 deletions
|
@ -2068,6 +2068,7 @@ there is a measurement process p that has specified output m, a measurement datu
|
|||
<rdfs:range rdf:resource="http://www.w3.org/2006/vcard/ns#URL"/>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
<!-- VIVO modifications from first ISF release -->
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#orcidId -->
|
||||
|
||||
|
@ -2077,6 +2078,23 @@ there is a measurement process p that has specified output m, a measurement datu
|
|||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#roleContributesTo -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#roleContributesTo">
|
||||
<rdfs:label xml:lang="en-us">contributes to</rdfs:label>
|
||||
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/BFO_0000023"/>
|
||||
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/core#contributingRole"/>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#contributingRole -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#contributingRole">
|
||||
<rdfs:label xml:lang="en-us">contributor</rdfs:label>
|
||||
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/BFO_0000023"/>
|
||||
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/core#roleContributesTo"/>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
<!-- Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net -->
|
||||
|
||||
</rdf:RDF>
|
||||
|
|
Loading…
Add table
Reference in a new issue