re-adding hasResearchArea and researchAreaOf

This commit is contained in:
brianjlowe 2013-09-11 12:30:06 -04:00
parent b4f9e71084
commit 4a434ddacb
2 changed files with 21 additions and 0 deletions

View file

@ -59,4 +59,9 @@ foaf:Person
[ a owl:Restriction ;
owl:someValuesFrom <http://www.w3.org/2006/vcard/ns#Individual> ;
owl:onProperty <http://purl.obolibrary.org/obo/ARG_2000028>
] ;
rdfs:subClassOf
[ a owl:Restriction ;
owl:onProperty <http://vivoweb.org/ontology/core#hasResearchArea> ;
owl:allValuesFrom <http://www.w3.org/2004/02/skos/core#Concept>
] .