VIVO-995: has document part was not displaying correctly
This commit is contained in:
parent
cadfbea263
commit
bce1172b00
1 changed files with 10 additions and 3 deletions
|
@ -307,12 +307,16 @@
|
||||||
<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>
|
||||||
|
<!-- This next one is commented out because it is handled by a faux property in the PropertyConfig.n3 file. -->
|
||||||
|
<!-- When uncommented, it results in duplicate properties being displayed. -->
|
||||||
|
<!--
|
||||||
<rdfs:subClassOf>
|
<rdfs:subClassOf>
|
||||||
<owl:Restriction>
|
<owl:Restriction>
|
||||||
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
|
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
|
||||||
<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>
|
<rdfs:subClassOf>
|
||||||
<owl:Restriction>
|
<owl:Restriction>
|
||||||
<owl:onProperty rdf:resource="http://purl.org/ontology/bibo/numPages"/>
|
<owl:onProperty rdf:resource="http://purl.org/ontology/bibo/numPages"/>
|
||||||
|
@ -358,13 +362,16 @@
|
||||||
<!-- http://purl.org/ontology/bibo/DocumentPart -->
|
<!-- http://purl.org/ontology/bibo/DocumentPart -->
|
||||||
|
|
||||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/DocumentPart">
|
<owl:Class rdf:about="http://purl.org/ontology/bibo/DocumentPart">
|
||||||
|
<!-- This next one is commented out because it is handled by a faux property in the PropertyConfig.n3 file. -->
|
||||||
|
<!-- When uncommented, it results in duplicate properties being displayed. -->
|
||||||
|
<!--
|
||||||
<rdfs:subClassOf>
|
<rdfs:subClassOf>
|
||||||
<owl:Restriction>
|
<owl:Restriction>
|
||||||
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
|
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
|
||||||
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
<owl:allValuesFrom rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||||
</owl:Restriction>
|
</owl:Restriction>
|
||||||
</rdfs:subClassOf>
|
</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"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue