Resolving VIVO-844, enabling publisher to be added from report

This commit is contained in:
Jon Corson-Rikert 2015-02-16 10:42:50 -05:00
parent b9f2272bb5
commit 71579b6894

View file

@ -321,6 +321,22 @@
</rdfs:subClassOf>
</owl:Class>
<!-- http://purl.org/ontology/bibo/Report -->
<owl:Class rdf:about="http://purl.org/ontology/bibo/Report">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://vivoweb.org/ontology/core#publisher"/>
<owl:allValuesFrom rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- http://vivoweb.org/ontology/core#GeographicLocation -->
<owl:Class rdf:about="http://vivoweb.org/ontology/core#GeographicLocation">