property domains and restrictions for reproducedIn and numPages, VIVO-389 and VIVO-421
This commit is contained in:
parent
9635331b17
commit
9f5103fac2
2 changed files with 8 additions and 7 deletions
|
@ -194,12 +194,6 @@
|
||||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
|
||||||
</owl:Restriction>
|
</owl:Restriction>
|
||||||
</rdfs:subClassOf>
|
</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>
|
<rdfs:subClassOf>
|
||||||
<owl:Restriction>
|
<owl:Restriction>
|
||||||
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
|
<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:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/DocumentPart"/>
|
||||||
</owl:Restriction>
|
</owl:Restriction>
|
||||||
</rdfs:subClassOf>
|
</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>
|
</owl:Class>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -213,7 +213,8 @@
|
||||||
<!-- http://purl.org/ontology/bibo/reproducedIn -->
|
<!-- http://purl.org/ontology/bibo/reproducedIn -->
|
||||||
|
|
||||||
<owl:ObjectProperty rdf:about="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"/>
|
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
|
||||||
</owl:ObjectProperty>
|
</owl:ObjectProperty>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue