more work on VIVO-286 property visibility

This commit is contained in:
brianjlowe 2013-10-11 11:54:47 -04:00
parent d8757ffcbe
commit 8fd14cb2cf
2 changed files with 15 additions and 2 deletions

View file

@ -78,4 +78,15 @@ foaf:Organization
owl:someValuesFrom <http://www.w3.org/2006/vcard/ns#Organization>
] .
<http://purl.obolibrary.org/obo/IAO_0000030>
rdfs:subClassOf
[ a owl:Restriction ;
owl:onProperty <http://vivoweb.org/ontology/core#freetextKeyword> ;
owl:allValuesFrom <http://www.w3.org/2001/XMLSchema#string>
] ;
rdfs:subClassOf
[ a owl:Restriction ;
owl:onProperty <http://purl.obolibrary.org/obo/RO_0002353> ;
owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000015>
] .