VIVO-596 adding Grant properties to Contract
This commit is contained in:
parent
994684a29e
commit
dd24baad8b
3 changed files with 70 additions and 5 deletions
|
@ -36,7 +36,14 @@
|
|||
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#Review"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#hasFundingVehicle">
|
||||
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#Grant"/>
|
||||
<rdfs:range>
|
||||
<owl:Class>
|
||||
<owl:unionOf rdf:parseType="Collection">
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Contract"/>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#Grant"/>
|
||||
</owl:unionOf>
|
||||
</owl:Class>
|
||||
</rdfs:range>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#hasFacility">
|
||||
<rdfs:range rdf:resource="http://vivoweb.org/ontology/core#Facility"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue