VIVO-351 restriction on has contact info for Organization, and VIVO-286 improvements to property visibility (in progress)
This commit is contained in:
parent
0f3a4653ab
commit
d8757ffcbe
18 changed files with 7617 additions and 17442 deletions
|
@ -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>
|
||||
] .
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue