VIVO-596 adding Grant properties to Contract

This commit is contained in:
brianjlowe 2013-12-02 15:43:39 -05:00
parent 994684a29e
commit dd24baad8b
3 changed files with 70 additions and 5 deletions

View file

@ -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"/>