Added inverse property relationship between vivo:offers and vivo:offeredBy
This commit is contained in:
parent
bd929d7158
commit
1a69b23b60
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue