restoring hasCollaborator and affiliatedOrganization for 1.6

This commit is contained in:
brianjlowe 2013-10-04 15:45:23 -04:00
parent d4a91d3a83
commit a3d138698d
3 changed files with 9 additions and 19 deletions

View file

@ -945,7 +945,14 @@
</owl:DatatypeProperty>
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#hasCollaborator">
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://vivoweb.org/ontology/core#affiliatedOrganization">
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
</owl:ObjectProperty>
</rdf:RDF>