Merge branch 'maint-rel-1.6' into develop

This commit is contained in:
j2blake 2013-10-31 17:12:07 -04:00
commit 3ed3be1f1a
8 changed files with 104 additions and 25 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>