VIVO-527 VIVO-526 VIVO-528 property visibility and annotations

This commit is contained in:
brianjlowe 2013-11-14 10:38:51 -05:00
parent b917858b1f
commit bcf395732e
4 changed files with 58 additions and 2 deletions

View file

@ -349,7 +349,16 @@
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Equipment"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
</owl:ObjectProperty>
<!-- http://vivoweb.org/ontology/core#hasEquipment -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#hasEquipment">
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#Equipment"/>
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/core#equipmentFor"/>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
</owl:ObjectProperty>
<!-- http://vivoweb.org/ontology/core#facilityFor -->
@ -400,7 +409,15 @@
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/core#hasGoverningAuthority"/>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
</owl:ObjectProperty>
<!-- http://vivoweb.org/ontology/core#equipmentFor -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#equipmentFor">
<rdfs:label xml:lang="en-us">equipment for</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://isf/deprecated_op"/>
<rdfs:domain rdf:resource="http://vivoweb.org/ontology/core#Equipment"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
</owl:ObjectProperty>
<!-- http://vivoweb.org/ontology/core#hasPredecessorOrganization -->