added restriction on “related technique” so that the property will appear for Material Entities (equipment and instruments). Made related technique visible and editable in property group overview. Put Technique into a class group (‘research’). Put SubnationalRegion into the class group “locations”. Put vivo:database in class group ‘research’ (not ero:Database).
This commit is contained in:
parent
5dd460d8de
commit
80f53240a7
2 changed files with 22 additions and 3 deletions
|
@ -55,6 +55,13 @@
|
|||
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/OBI_0000094"/>
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<!-- added for VIVO -->
|
||||
<rdfs:subClassOf>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/ERO_0000543"/>
|
||||
<owl:allValuesFrom rdf:resource="http://purl.obolibrary.org/obo/ERO_0000007"/> <!-- Technique -->
|
||||
</owl:Restriction>
|
||||
</rdfs:subClassOf>
|
||||
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A flow cytometer.</obo:IAO_0000112>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Material entity that is designed to have a function and play a role in scientific investigation.</obo:IAO_0000115>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PERSON: Melissa Haendel</obo:IAO_0000117>
|
||||
|
|
|
@ -523,7 +523,8 @@ vivo:relates
|
|||
rdfs:label "relates"@en-US .
|
||||
|
||||
obo:ERO_0000007
|
||||
rdfs:label "Technique"@en-US .
|
||||
rdfs:label "Technique"@en-US ;
|
||||
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGrouppublications> .
|
||||
|
||||
vcard:hasCalendarLink
|
||||
rdfs:label "has calendar link"@en-US .
|
||||
|
@ -536,7 +537,8 @@ vivo:SubnationalRegion
|
|||
vitro:displayLimitAnnot
|
||||
"-1"^^xsd:int ;
|
||||
vitro:displayRankAnnot
|
||||
"-1"^^xsd:int ;
|
||||
"10"^^xsd:int ;
|
||||
vitro:inClassGroup <http://vivoweb.org/ontology#vitroClassGrouplocations> ;
|
||||
vitro:hiddenFromDisplayBelowRoleLevelAnnot
|
||||
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
|
||||
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
|
||||
|
@ -2452,7 +2454,15 @@ obo:ARG_2000083
|
|||
rdfs:label "American Board of Plastic Surgery"@en-US .
|
||||
|
||||
obo:ERO_0000398
|
||||
rdfs:label "is performed by"@en-US .
|
||||
rdfs:label "is performed by"@en-US ;
|
||||
vitro:hiddenFromDisplayBelowRoleLevelAnnot
|
||||
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
|
||||
vitro:inPropertyGroupAnnot
|
||||
<http://vivoweb.org/ontology#vitroPropertyGroupoverview> ;
|
||||
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
|
||||
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
|
||||
vitro:selectFromExistingAnnot
|
||||
"true"^^xsd:boolean .
|
||||
|
||||
vcard:hasCalenderBusy
|
||||
rdfs:label "has calendar busy"@en-US .
|
||||
|
@ -4445,6 +4455,8 @@ geo:nameShortAR
|
|||
"5"^^xsd:int ;
|
||||
vitro:displayRankAnnot
|
||||
"5"^^xsd:int ;
|
||||
vitro:inClassGroup
|
||||
<http://vivoweb.org/ontology#vitroClassGrouppublications> ;
|
||||
vitro:hiddenFromDisplayBelowRoleLevelAnnot
|
||||
<http://vitro.mannlib.cornell.edu/ns/vitro/role#public> ;
|
||||
vitro:prohibitedFromUpdateBelowRoleLevelAnnot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue