Added inverse property relationship between vivo:offers and vivo:offeredBy

This commit is contained in:
Jon Corson-Rikert 2013-12-06 18:41:09 -05:00
parent bd929d7158
commit 1a69b23b60

View file

@ -1407,7 +1407,7 @@ there is a measurement process p that has specified output m, a measurement datu
<!-- http://vivoweb.org/ontology/core#offeredBy --> <!-- http://vivoweb.org/ontology/core#offeredBy -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#offeredBy"> <owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#offeredBy">
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/core#offers"/>
</owl:ObjectProperty> </owl:ObjectProperty>
@ -1415,7 +1415,7 @@ there is a measurement process p that has specified output m, a measurement datu
<!-- http://vivoweb.org/ontology/core#offers --> <!-- http://vivoweb.org/ontology/core#offers -->
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#offers"> <owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#offers">
<owl:inverseOf rdf:resource="http://vivoweb.org/ontology/core#offeredBy"/>
</owl:ObjectProperty> </owl:ObjectProperty>