VIVO-545 geographic domains/ranges/restrictions

This commit is contained in:
brianjlowe 2013-11-19 09:53:59 -05:00
parent 2ae32542a2
commit 3387eeda69
2 changed files with 18 additions and 1 deletions

View file

@ -315,6 +315,20 @@
</rdfs:subClassOf> </rdfs:subClassOf>
</owl:Class> </owl:Class>
<owl:Class rdf:about="http://vivoweb.org/ontology/core#GeographicLocation">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicLocation"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
<owl:allValuesFrom rdf:resource="http://vivoweb.org/ontology/core#GeographicLocation"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- http://purl.org/ontology/bibo/DocumentPart --> <!-- http://purl.org/ontology/bibo/DocumentPart -->

View file

@ -76,7 +76,10 @@
<!-- http://aims.fao.org/aos/geopolitical.owl#hasMember --> <!-- http://aims.fao.org/aos/geopolitical.owl#hasMember -->
<owl:ObjectProperty rdf:about="http://aims.fao.org/aos/geopolitical.owl#hasMember"/> <owl:ObjectProperty rdf:about="http://aims.fao.org/aos/geopolitical.owl#hasMember">
<rdfs:domain rdf:resource="http://aims.fao.org/aos/geopolitical.owl#group"/>
<rdfs:range rdf:resource="http://aims.fao.org/aos/geopolitical.owl#territory"/>
</owl:ObjectProperty>