more work on VIVO-286 property visibility
This commit is contained in:
parent
d8757ffcbe
commit
8fd14cb2cf
2 changed files with 15 additions and 2 deletions
|
@ -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>
|
||||
] .
|
||||
|
||||
|
|
|
@ -1206,7 +1206,8 @@ there is a measurement process p that has specified output m, a measurement datu
|
|||
<!-- http://purl.org/ontology/bibo/citedBy -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/ontology/bibo/citedBy">
|
||||
|
||||
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
|
||||
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
@ -1214,7 +1215,8 @@ there is a measurement process p that has specified output m, a measurement datu
|
|||
<!-- http://purl.org/ontology/bibo/cites -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="http://purl.org/ontology/bibo/cites">
|
||||
|
||||
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
|
||||
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
|
||||
</owl:ObjectProperty>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue