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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue