Resolving VIVO-844, enabling publisher to be added from report
This commit is contained in:
parent
b9f2272bb5
commit
71579b6894
1 changed files with 16 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue