Resolving VIVOONT-23 to make bio:translator consistent with the BIBO ontology, where it has a union domain of bibo:Document and bibo:Collection
This commit is contained in:
parent
71579b6894
commit
e6f4eaf35d
2 changed files with 10 additions and 13 deletions
|
@ -1222,9 +1222,17 @@ there is a measurement process p that has specified output m, a measurement datu
|
|||
<!-- http://purl.org/ontology/bibo/translator -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/ontology/bibo/translator">
|
||||
<rdfs:domain rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
<rdfs:domain>
|
||||
<owl:Class>
|
||||
<owl:unionOf rdf:parseType="Collection">
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Collection"/>
|
||||
<owl:Class rdf:about="http://purl.org/ontology/bibo/Document"/>
|
||||
</owl:unionOf>
|
||||
</owl:Class>
|
||||
</rdfs:domain>
|
||||
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
||||
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/core#translatorOf"/>
|
||||
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/contributor"/>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue