property domains and restrictions for reproducedIn and numPages, VIVO-389 and VIVO-421

This commit is contained in:
brianjlowe 2013-10-31 16:55:32 -04:00
parent 9635331b17
commit 9f5103fac2
2 changed files with 8 additions and 7 deletions

View file

@ -194,12 +194,6 @@
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/ontology/bibo/numPages"/>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
@ -313,6 +307,12 @@
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/DocumentPart"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/ontology/bibo/numPages"/>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>

View file

@ -213,7 +213,8 @@
<!-- http://purl.org/ontology/bibo/reproducedIn -->
<owl:ObjectProperty rdf:about="http://purl.org/ontology/bibo/reproducedIn">
<rdfs:range rdf:resource="http://purl.org/ontology/bibo/Document"/>
<rdfs:domain rdf:resource="http://purl.org/ontology/bibo/Document"/>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
</owl:ObjectProperty>