re-adding hasResearchArea and researchAreaOf

This commit is contained in:
brianjlowe 2013-09-11 12:30:06 -04:00
parent b4f9e71084
commit 4a434ddacb
2 changed files with 21 additions and 0 deletions

View file

@ -2095,6 +2095,22 @@ there is a measurement process p that has specified output m, a measurement datu
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/core#roleContributesTo"/>
</owl:ObjectProperty>
<!-- http://vivoweb.org/ontology/core#hasResearchArea -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#hasResearchArea">
<rdfs:label xml:lang="en-us">research areas</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#hasAssociatedConcept"/>
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/core#researchAreaOf"/>
</owl:ObjectProperty>
<!-- http://vivoweb.org/ontology/core#researchAreaOf -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#researchAreaOf">
<rdfs:label xml:lang="en-us">research area of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://vivoweb.org/ontology/core#conceptAssociatedWith"/>
</owl:ObjectProperty>
<!-- Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net -->
</rdf:RDF>