added inverse property relationship between bibo:translator and vivo:translatorOf
This commit is contained in:
parent
9bbe7ec11d
commit
bd929d7158
1 changed files with 2 additions and 1 deletions
|
@ -1211,7 +1211,7 @@ there is a measurement process p that has specified output m, a measurement datu
|
||||||
<!-- http://purl.org/ontology/bibo/translator -->
|
<!-- http://purl.org/ontology/bibo/translator -->
|
||||||
|
|
||||||
<owl:ObjectProperty rdf:about="http://purl.org/ontology/bibo/translator">
|
<owl:ObjectProperty rdf:about="http://purl.org/ontology/bibo/translator">
|
||||||
|
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/core#translatorOf"/>
|
||||||
</owl:ObjectProperty>
|
</owl:ObjectProperty>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1522,6 +1522,7 @@ there is a measurement process p that has specified output m, a measurement datu
|
||||||
|
|
||||||
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#translatorOf">
|
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#translatorOf">
|
||||||
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
|
||||||
|
<owl:inverseOf rdf:resource="http://purl.org/ontology/bibo/translator"/>
|
||||||
</owl:ObjectProperty>
|
</owl:ObjectProperty>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue