VIVO-527 VIVO-526 VIVO-528 property visibility and annotations
This commit is contained in:
parent
b917858b1f
commit
bcf395732e
4 changed files with 58 additions and 2 deletions
|
@ -53,6 +53,12 @@ foaf:Agent
|
|||
owl:onProperty core:relatedBy
|
||||
] .
|
||||
|
||||
vivo:Equipment
|
||||
rdfs:subClassOf
|
||||
[ a owl:Restriction ;
|
||||
owl:onProperty <http://vivoweb.org/ontology/core#freetextKeyword> ;
|
||||
owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#string>
|
||||
] .
|
||||
|
||||
foaf:Person
|
||||
rdfs:subClassOf
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue