VIVO-351 restriction on has contact info for Organization, and VIVO-286 improvements to property visibility (in progress)

This commit is contained in:
brianjlowe 2013-10-11 11:34:07 -04:00
parent 0f3a4653ab
commit d8757ffcbe
18 changed files with 7617 additions and 17442 deletions

View file

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