adding AdviseeRole and AdvisorRole and some domains and ranges
This commit is contained in:
parent
fbf2c4b651
commit
20db43038f
2 changed files with 26 additions and 0 deletions
|
@ -1031,6 +1031,8 @@ there is a measurement process p that has specified output m, a measurement datu
|
|||
|
||||
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0000056">
|
||||
<rdfs:label xml:lang="en">participates in</rdfs:label>
|
||||
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/BFO_0000002"/>
|
||||
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/BFO_0000003"/>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
@ -1039,6 +1041,8 @@ there is a measurement process p that has specified output m, a measurement datu
|
|||
|
||||
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0000057">
|
||||
<rdfs:label xml:lang="en">has participant</rdfs:label>
|
||||
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/BFO_0000003"/>
|
||||
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/BFO_0000002"/>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
|
|
@ -90,5 +90,27 @@
|
|||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#AdviseeRole -->
|
||||
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/core#AdviseeRole">
|
||||
<rdfs:label xml:lang="en">Advisee Role</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000023"/>
|
||||
</owl:Class>
|
||||
</rdf:RDF>
|
||||
|
||||
|
||||
|
||||
<!-- http://vivoweb.org/ontology/core#AdvisorRole -->
|
||||
|
||||
<owl:Class rdf:about="http://vivoweb.org/ontology/core#AdvisorRole">
|
||||
<rdfs:label xml:lang="en">Advisor Role</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000023"/>
|
||||
</owl:Class>
|
||||
</rdf:RDF>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Generated by the OWL API (version 3.4.2018) http://owlapi.sourceforge.net -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue