ISF filegraph improvements
This commit is contained in:
parent
3230186415
commit
0312ebd448
5 changed files with 8 additions and 1519 deletions
|
@ -150,34 +150,6 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/ARG_2000349 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ARG_2000349">
|
||||
<rdfs:label xml:lang="en">hospital units</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ARG_2000022"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/ARG_2000350 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ARG_2000350">
|
||||
<rdfs:label xml:lang="en">hospitals</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ARG_2000022"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/ARG_2000351 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ARG_2000351">
|
||||
<rdfs:label xml:lang="en">laboratories</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ARG_2000022"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/ERO_0000565 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000565">
|
||||
|
|
|
@ -150,11 +150,6 @@
|
|||
|
||||
|
||||
|
||||
<!-- http://www.w3.org/2006/vcard/ns#hasRole -->
|
||||
|
||||
<owl:ObjectProperty rdf:about="http://www.w3.org/2006/vcard/ns#hasRole"/>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.w3.org/2006/vcard/ns#hasSound -->
|
||||
|
||||
|
@ -1115,9 +1110,6 @@ Was called CALADRURI in vCard</rdfs:comment>
|
|||
</owl:Class>
|
||||
</owl:equivalentClass>
|
||||
<rdfs:subClassOf rdf:resource="http://www.w3.org/2006/vcard/ns#Kind"/>
|
||||
<owl:disjointWith rdf:resource="http://www.w3.org/2006/vcard/ns#Individual"/>
|
||||
<owl:disjointWith rdf:resource="http://www.w3.org/2006/vcard/ns#Location"/>
|
||||
<owl:disjointWith rdf:resource="http://www.w3.org/2006/vcard/ns#Organization"/>
|
||||
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Defines all the properties required to be a Group of Individuals or Organizations</rdfs:comment>
|
||||
</owl:Class>
|
||||
|
||||
|
@ -1255,8 +1247,6 @@ Was called CALADRURI in vCard</rdfs:comment>
|
|||
</owl:Class>
|
||||
</owl:equivalentClass>
|
||||
<rdfs:subClassOf rdf:resource="http://www.w3.org/2006/vcard/ns#Kind"/>
|
||||
<owl:disjointWith rdf:resource="http://www.w3.org/2006/vcard/ns#Location"/>
|
||||
<owl:disjointWith rdf:resource="http://www.w3.org/2006/vcard/ns#Organization"/>
|
||||
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Defines all the properties required to be an Individual</rdfs:comment>
|
||||
</owl:Class>
|
||||
|
||||
|
@ -1330,7 +1320,7 @@ Was called IMPP in vCard.</rdfs:comment>
|
|||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasAddress"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Address"/>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Address"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasAddress"/>
|
||||
|
@ -1338,59 +1328,11 @@ Was called IMPP in vCard.</rdfs:comment>
|
|||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasCalendarLink"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#CalendarLink"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasCalendarLink"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasCalendarRequest"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#CalendarRequest"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasCalendarRequest"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasCalenderBusy"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#CalendarBusy"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasCalenderBusy"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasCategory"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Category"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasCategory"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasEmail"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Email"/>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Email"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasEmail"/>
|
||||
|
@ -1402,7 +1344,7 @@ Was called IMPP in vCard.</rdfs:comment>
|
|||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasFormattedName"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#FormattedName"/>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#FormattedName"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasFormattedName"/>
|
||||
|
@ -1410,71 +1352,11 @@ Was called IMPP in vCard.</rdfs:comment>
|
|||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasGeo"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Geo"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasGeo"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasInstantMessage"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#InstantMessage"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasInstantMessage"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasKey"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Key"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasKey"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasLanguage"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Language"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasLanguage"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasLogo"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Logo"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasLogo"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasNickname"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Nickname"/>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Nickname"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasNickname"/>
|
||||
|
@ -1482,71 +1364,11 @@ Was called IMPP in vCard.</rdfs:comment>
|
|||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasNote"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Note"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasNote"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasPhoto"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Photo"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasPhoto"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasRelated"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Related"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasRelated"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasRole"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Role"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasRole"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasSound"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Sound"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasSound"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasTelephone"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Telephone"/>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Telephone"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasTelephone"/>
|
||||
|
@ -1554,23 +1376,11 @@ Was called IMPP in vCard.</rdfs:comment>
|
|||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasTimeZone"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#TimeZone"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasTimeZone"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasTitle"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Title"/>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#Title"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasTitle"/>
|
||||
|
@ -1582,7 +1392,7 @@ Was called IMPP in vCard.</rdfs:comment>
|
|||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasURL"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#URL"/>
|
||||
<owl:allValuesFrom rdf:resource="http://www.w3.org/2006/vcard/ns#URL"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#hasURL"/>
|
||||
|
@ -1590,42 +1400,6 @@ Was called IMPP in vCard.</rdfs:comment>
|
|||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#productId"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#productId"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#revision"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#revision"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#uid"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#uid"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
</owl:unionOf>
|
||||
</owl:Class>
|
||||
</owl:equivalentClass>
|
||||
|
@ -1664,7 +1438,6 @@ Was called IMPP in vCard.</rdfs:comment>
|
|||
<owl:Class rdf:about="http://www.w3.org/2006/vcard/ns#Location">
|
||||
<rdfs:label xml:lang="en">location (vcard c)</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.w3.org/2006/vcard/ns#Kind"/>
|
||||
<owl:disjointWith rdf:resource="http://www.w3.org/2006/vcard/ns#Organization"/>
|
||||
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Defines all the properties required to be a Location</rdfs:comment>
|
||||
</owl:Class>
|
||||
|
||||
|
@ -2076,28 +1849,6 @@ Was called IMPP in vCard.</rdfs:comment>
|
|||
|
||||
|
||||
|
||||
<!-- http://www.w3.org/2006/vcard/ns#Role -->
|
||||
|
||||
<owl:Class rdf:about="http://www.w3.org/2006/vcard/ns#Role">
|
||||
<rdfs:label xml:lang="en">role (vcard c)</rdfs:label>
|
||||
<owl:equivalentClass>
|
||||
<owl:Class>
|
||||
<owl:intersectionOf rdf:parseType="Collection">
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#role"/>
|
||||
<owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
|
||||
</owl:Restriction>
|
||||
<owl:Restriction>
|
||||
<owl:onProperty rdf:resource="http://www.w3.org/2006/vcard/ns#role"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
|
||||
</owl:Restriction>
|
||||
</owl:intersectionOf>
|
||||
</owl:Class>
|
||||
</owl:equivalentClass>
|
||||
<rdfs:subClassOf rdf:resource="http://www.w3.org/2006/vcard/ns#Organizational"/>
|
||||
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">To specify the function or part played in a particular situation by the object the vCard represents</rdfs:comment>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.w3.org/2006/vcard/ns#Security -->
|
||||
|
|
|
@ -70,13 +70,6 @@
|
|||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/ARG_0000012 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ARG_0000012">
|
||||
<rdfs:subClassOf rdf:resource="http://purl.org/ontology/bibo/Document"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/BFO_0000001 -->
|
||||
|
||||
|
|
|
@ -113,6 +113,7 @@
|
|||
<obo:IAO_0000119 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://www.yourdictionary.com/reagent</obo:IAO_0000119>
|
||||
<obo:IAO_0000111 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">reagent</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000120"/>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000040"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
@ -298,25 +299,6 @@
|
|||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/ERO_0000402 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000402">
|
||||
<rdfs:label xml:lang="en">data storage</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0200000"/>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A data transformation technique that involves the process of recording or retrieving information or data.</obo:IAO_0000115>
|
||||
<obo:IAO_0000118 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Information storage</obo:IAO_0000118>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PERSON: Karen Corday</obo:IAO_0000117>
|
||||
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Storing data on a server.</obo:IAO_0000112>
|
||||
<obo:IAO_0000118 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">bulk data storage</obo:IAO_0000118>
|
||||
<obo:IAO_0000111 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">data storage</obo:IAO_0000111>
|
||||
<obo:IAO_0000119 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://en.wikipedia.org/wiki/Data_storage</obo:IAO_0000119>
|
||||
<obo:IAO_0000118 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">research data storage</obo:IAO_0000118>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000120"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/ERO_0000715 -->
|
||||
|
||||
|
@ -331,35 +313,6 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/ERO_0000721 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000721">
|
||||
<rdfs:label xml:lang="en">data entry</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0200000"/>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A data transformation technique that involves transcribing some form of data into another form, usually a computer program.</obo:IAO_0000115>
|
||||
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Entry of data about research resources into eagle-i.</obo:IAO_0000112>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PERSON: Nicole Vasilevsky</obo:IAO_0000117>
|
||||
<obo:IAO_0000119 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://www.wisegeek.com/what-is-data-entry.htm</obo:IAO_0000119>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000120"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/ERO_0000740 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0000740">
|
||||
<rdfs:label xml:lang="en">bioinformatics analysis</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0200000"/>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A data transformation technique that involves the analysis of bioinformatics data, which is the application of statistics and computer science to the field of molecular biology.</obo:IAO_0000115>
|
||||
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Analysis of DNA sequence data.</obo:IAO_0000112>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PERSON: Nicole Vasilevsky</obo:IAO_0000117>
|
||||
<obo:IAO_0000119 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://en.wikipedia.org/wiki/Bioinformatics</obo:IAO_0000119>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000120"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/ERO_0000742 -->
|
||||
|
@ -556,768 +509,4 @@
|
|||
</owl:Class>
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/ERO_0100340 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0100340">
|
||||
<rdfs:label xml:lang="en">academic software license</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
</owl:Class>
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/SWO_0000002 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/SWO_0000002">
|
||||
<rdfs:label xml:lang="en">software license</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000030"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000001 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000001">
|
||||
<rdfs:label xml:lang="en">spreadsheet</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000098"/>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A spreadsheet data format is one in which data is organised into a matrix (or matrices) of columns and rows to form cells in which values are entered.</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000002 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000002">
|
||||
<rdfs:label xml:lang="en">xls spreadsheet</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000001"/>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A spreadsheet data format designed for Microsoft Excel.</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000003 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000003">
|
||||
<rdfs:label xml:lang="en">xml spreadsheet</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000001"/>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A spreadsheet data format in which the structure of the data is described using XML, such as column and row headers and cell identity.</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000004 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000004">
|
||||
<rdfs:label xml:lang="en">matlab m file</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000033"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000005 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000005">
|
||||
<rdfs:label xml:lang="en">xml</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000013"/>
|
||||
<obo:IAO_0000115>Extensible Markup Language (XML) is a standard set of rules for encoding documents in a machine-readable form defined by the W3C.</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000006 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000006">
|
||||
<rdfs:label xml:lang="en">rdf</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000013"/>
|
||||
<obo:IAO_0000119 rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.w3.org/TR/REC-rdf-syntax/</obo:IAO_0000119>
|
||||
<obo:IAO_0000115>The Resource Description Framework (RDF) is a general-purpose language for representing information in the Web.</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000007 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000007">
|
||||
<rdfs:label xml:lang="en">rdf-xml</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000005"/>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000006"/>
|
||||
<obo:IAO_0000115>A serialisation of RDF into an XML format.</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000008 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000008">
|
||||
<rdfs:label xml:lang="en">image format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000098"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000009 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000009">
|
||||
<rdfs:label xml:lang="en">dwg</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000008"/>
|
||||
<obo:IAO_0000119>http://en.wikipedia.org/wiki/.dwg</obo:IAO_0000119>
|
||||
<obo:IAO_0000115>DWG ("drawing") is a binary file format used for storing two and three dimensional design data and metadata</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000010 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000010">
|
||||
<rdfs:label xml:lang="en">dxf</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000008"/>
|
||||
<obo:IAO_0000119>http://en.wikipedia.org/wiki/AutoCAD_DXF</obo:IAO_0000119>
|
||||
<obo:IAO_0000115>DXF (Drawing Interchange Format, or Drawing Exchange Format) is a CAD data file format developed by Autodesk for enabling data interoperability between AutoCAD and other programs.</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000011 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000011">
|
||||
<rdfs:label xml:lang="en">bmp</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000020"/>
|
||||
<obo:IAO_0000119>http://www.fileformat.info/format/bmp/egff.htm</obo:IAO_0000119>
|
||||
<obo:IAO_0000115>The BMP File Format is a Raster graphics image file format used to store bitmap digital images, independently of the display device (such as a graphics adapter).</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000012 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000012">
|
||||
<rdfs:label xml:lang="en">cgm</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000020"/>
|
||||
<obo:IAO_0000115>Computer Graphics Metafile (CGM) is a free and open international standard file format for 2D vector graphics, raster graphics, and text, and is defined by ISO/IEC 8632.</obo:IAO_0000115>
|
||||
<obo:IAO_0000119>http://en.wikipedia.org/wiki/Computer_Graphics_Metafile</obo:IAO_0000119>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000013 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000013">
|
||||
<rdfs:label xml:lang="en">web page specification</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000098"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000014 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000014">
|
||||
<rdfs:label xml:lang="en">document exchange format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000098"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000015 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000015">
|
||||
<rdfs:label xml:lang="en">pdf</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000014"/>
|
||||
<obo:IAO_0000118>Portable Document Format</obo:IAO_0000118>
|
||||
<obo:IAO_0000115>PDF is an open standard for document exchange. </obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000016 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000016">
|
||||
<rdfs:label xml:lang="en">tiff</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000020"/>
|
||||
<obo:IAO_0000118>Tagged Image File Format</obo:IAO_0000118>
|
||||
<obo:IAO_0000115>TIFF is a flexible, adaptable file format for handling images and data within a single file, by including the header tags (size, definition, image-data arrangement, applied image compression) defining the image's geometry.</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000017 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000017">
|
||||
<rdfs:label xml:lang="en">jpeg</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000020"/>
|
||||
<obo:IAO_0000115>JPEG is a lossy file format for storing images</obo:IAO_0000115>
|
||||
<obo:IAO_0000118>JPG</obo:IAO_0000118>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000018 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000018">
|
||||
<rdfs:label xml:lang="en">png</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000020"/>
|
||||
<obo:IAO_0000118>Portable Network Graphics</obo:IAO_0000118>
|
||||
<obo:IAO_0000115>PNG is a bitmapped image format and video codec that employs lossless data compression.</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000019 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000019">
|
||||
<rdfs:label xml:lang="en">gif</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000020"/>
|
||||
<obo:IAO_0000115>The Graphics Interchange Format (GIF) is a bitmap image format. The format supports up to 8 bits per pixel thus allowing a single image to reference a palette of up to 256 distinct colors. The colors are chosen from the 24-bit RGB color space. It also supports animations and allows a separate palette of 256 colors for each frame. The color limitation makes the GIF format unsuitable for reproducing color photographs and other images with continuous color, but it is well-suited for simpler images such as graphics or logos with solid areas of color. [wikipedia]</obo:IAO_0000115>
|
||||
<obo:IAO_0000118>Graphics Interchange Format</obo:IAO_0000118>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000020 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000020">
|
||||
<rdfs:label xml:lang="en">raster image format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000008"/>
|
||||
<obo:IAO_0000115>A raster image is a format for representing a rectangular grid of dots (pixels) which contains information on the specific colour of each pixel.</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000021 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000021">
|
||||
<rdfs:label xml:lang="en">vector image format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000008"/>
|
||||
<obo:IAO_0000115>A vector image is a collection of connected lines and curves that produce objects. This geometric description enables the image to be displayed without loss at any size rendering.</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000022 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000022">
|
||||
<rdfs:label xml:lang="en">svg</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000021"/>
|
||||
<obo:IAO_0000118>Scalable Vector Graphics</obo:IAO_0000118>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000023 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000023">
|
||||
<rdfs:label xml:lang="en">ai</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000021"/>
|
||||
<obo:IAO_0000118>Adobe Illustrator format</obo:IAO_0000118>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000024 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000024">
|
||||
<rdfs:label xml:lang="en">postscript</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000014"/>
|
||||
<obo:IAO_0000115>PostScript is a format used for describing documents.</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000025 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000025">
|
||||
<rdfs:label xml:lang="en">tex</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000014"/>
|
||||
<obo:IAO_0000118>LaTeX format</obo:IAO_0000118>
|
||||
<obo:IAO_0000115>tex is a format for documents written in the document markup language and document preparation system LaTeX.</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000026 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000026">
|
||||
<rdfs:label xml:lang="en">outline document format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000098"/>
|
||||
<obo:IAO_0000115>A format specification for data used or produced by outliner software</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000027 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000027">
|
||||
<rdfs:label xml:lang="en">omnioutline format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000026"/>
|
||||
<obo:IAO_0000115>A proprietary format for documents created and edited using OmniOutliner outliner software,</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000028 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000028">
|
||||
<rdfs:label xml:lang="en">opml</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000026"/>
|
||||
<obo:IAO_0000115>OPML (Outline Processor Markup Language) is an XML format for outlines</obo:IAO_0000115>
|
||||
<obo:IAO_0000118>Outline Processor Markup Language</obo:IAO_0000118>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000029 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000029">
|
||||
<rdfs:label xml:lang="en">jpeg 2000</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000020"/>
|
||||
<obo:IAO_0000115>JPEG 2000 is a compression standard enabling both lossless and lossy storage. The compression methods used are different from the ones in standard JFIF/JPEG; they improve quality and compression ratios, but also require more computational power to process. [wikipedia]</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000030 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000030">
|
||||
<rdfs:label xml:lang="en">word processing document format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000098"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000031 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000031">
|
||||
<rdfs:label xml:lang="en">wordstar format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000030"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000032 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000032">
|
||||
<rdfs:label xml:lang="en">microsoft word doc</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000030"/>
|
||||
<obo:IAO_0000115>A file format for word processing documents for Microsoft Word. </obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000033 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000033">
|
||||
<rdfs:label xml:lang="en">programming language format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000098"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000034 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000034">
|
||||
<rdfs:label xml:lang="en">.java file</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000033"/>
|
||||
<obo:IAO_0000119>James Malone</obo:IAO_0000119>
|
||||
<obo:IAO_0000115>A source code file format which is specified to be used with the Java programming language.</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000035 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000035">
|
||||
<rdfs:label xml:lang="en">.class file</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000033"/>
|
||||
<obo:IAO_0000115>A format in which a .java file has been compiled into bytecode using a Java compiler and which is specified to be executed using the Java virtual machine.</obo:IAO_0000115>
|
||||
<obo:IAO_0000119>James Malone</obo:IAO_0000119>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000036 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000036">
|
||||
<rdfs:label xml:lang="en">copasiml</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000005"/>
|
||||
<obo:IAO_0000118>.cps</obo:IAO_0000118>
|
||||
<obo:IAO_0000115>An XML-based file format for use with the COPASI software.</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000037 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000037">
|
||||
<rdfs:label xml:lang="en">sbml</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000005"/>
|
||||
<obo:IAO_0000118>Systems Biology Markup Language</obo:IAO_0000118>
|
||||
<obo:IAO_0000115>Systems Biology Markup Language (SBML) is a machine-readable format for representing models. It's oriented towards describing systems where biological entities are involved in, and modified by, processes that occur over time.</obo:IAO_0000115>
|
||||
<obo:IAO_0000119>http://sbml.org</obo:IAO_0000119>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000038 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000038">
|
||||
<rdfs:label xml:lang="en">owl-xml</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000005"/>
|
||||
<obo:IAO_0000115>The Web Ontology Language (OWL) in XML serialization</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000039 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000039">
|
||||
<rdfs:label xml:lang="en">owl2-xml</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000005"/>
|
||||
<obo:IAO_0000115>Web Ontology Language version 2 in XML Serialization</obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000040 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000040">
|
||||
<rdfs:label xml:lang="en">obo flat file format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000041"/>
|
||||
<obo:IAO_0000115>OBO format is the text file format used by OBO-Edit, the open source, platform-independent application for viewing and editing ontologies. </obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000041 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000041">
|
||||
<rdfs:label xml:lang="en">text file format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000098"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000042 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000042">
|
||||
<rdfs:label xml:lang="en">ascii format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000043"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000043 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000043">
|
||||
<rdfs:label xml:lang="en">plain text file format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000041"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000045 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000045">
|
||||
<rdfs:label xml:lang="en">mage tab format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000041"/>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MAGE-TAB is a tab delimited data format comprimising of ADF file for array design, IDFfor experimental design, SDRF for sample data relationships and associated data files.</obo:IAO_0000115>
|
||||
<obo:IAO_0000119>http://www.mged.org/mage-tab/</obo:IAO_0000119>
|
||||
<rdfs:comment>A simple spreadsheet-based, MIAME-supportive format for microarray data: MAGE-TAB.</rdfs:comment>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000046 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000046">
|
||||
<rdfs:label xml:lang="en">tab delimited file format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000041"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000048 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000048">
|
||||
<rdfs:label xml:lang="en">psi-mi format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000005"/>
|
||||
<obo:IAO_0000119>Modified from http://wiki.cytoscape.org/GettingStarted, accessed 20 June 2012.</obo:IAO_0000119>
|
||||
<obo:IAO_0000115>The PSI-MI format is an acronym for the Proteomics Standards Initiative - Molecular Interaction format. It provides an XML standard for molecular interactions and is supported by many molecular interaction databases and tools.</obo:IAO_0000115>
|
||||
<obo:IAO_0000118>PSI-MIF</obo:IAO_0000118>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000049 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000049">
|
||||
<rdfs:label xml:lang="en">sif</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000041"/>
|
||||
<obo:IAO_0000119>http://wiki.cytoscape.org/GettingStarted and http://wiki.cytoscape.org/Cytoscape_User_Manual/Network_Formats, accessed 20 June 2012</obo:IAO_0000119>
|
||||
<obo:IAO_0000115>SIF stands for Simple Interaction Format, and is a text format invented for Cytoscape. If the file contains any tab characters, then tabs are used to delimit the fields and spaces are considered part of the name. If the file contains no tabs, then any spaces are delimiters that separate names (and names cannot contain spaces). </obo:IAO_0000115>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000050 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000050">
|
||||
<rdfs:label xml:lang="en">gml</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000005"/>
|
||||
<obo:IAO_0000115>GML stands for Graph Markup Language, and is a standard network file format; supported by multiple generic network software packages </obo:IAO_0000115>
|
||||
<obo:IAO_0000119>http://wiki.cytoscape.org/GettingStarted, accessed 20 June 2012</obo:IAO_0000119>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000051 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000051">
|
||||
<rdfs:label xml:lang="en">xgmml</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000005"/>
|
||||
<obo:IAO_0000115>XGMML stands for eXtensible Graph Markup and Modelling Language, and it is a XML standard; similar to but preferred over GML.</obo:IAO_0000115>
|
||||
<obo:IAO_0000119>http://wiki.cytoscape.org/GettingStarted, accessed 20 June 2012</obo:IAO_0000119>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000055 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000055">
|
||||
<rdfs:label xml:lang="en">biopax rdf/xml format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000007"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/data/SWO_3000056 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/data/SWO_3000056">
|
||||
<rdfs:label xml:lang="en">biopax manchester owl syntax format</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/data/SWO_3000041"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_1000001 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_1000001">
|
||||
<rdfs:label xml:lang="en">creative commons</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_1000002 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_1000002">
|
||||
<rdfs:label xml:lang="en">proprietary commercial software license</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_1000003 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_1000003">
|
||||
<rdfs:label xml:lang="en">mozilla public license version 1.1</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_1000004 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_1000004">
|
||||
<rdfs:label xml:lang="en">gnu general public license</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_1000005 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_1000005">
|
||||
<rdfs:label xml:lang="en">apache license v2</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_1000006 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_1000006">
|
||||
<rdfs:label xml:lang="en">academic license version 3</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0100340"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_1000007 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_1000007">
|
||||
<rdfs:label xml:lang="en">freebsd license</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2 clause BSD License</rdfs:comment>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_1000008 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_1000008">
|
||||
<rdfs:label xml:lang="en">open source software license</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_1000009 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_1000009">
|
||||
<rdfs:label xml:lang="en">license without restrictions on derivatives</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_9000074 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_9000074">
|
||||
<rdfs:label xml:lang="en">mit license</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_9000080 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_9000080">
|
||||
<rdfs:label xml:lang="en">lesser gnu public license</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_9000082 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_9000082">
|
||||
<rdfs:label xml:lang="en">the artistic license 1.0</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_9000084 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_9000084">
|
||||
<rdfs:label xml:lang="en">eclipse public license</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_9000085 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_9000085">
|
||||
<rdfs:label xml:lang="en">modified bsd license</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<rdfs:comment>3 clause BSD License</rdfs:comment>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_9000086 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_9000086">
|
||||
<rdfs:label xml:lang="en">latex project public license</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_9000087 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_9000087">
|
||||
<rdfs:label xml:lang="en">open public license</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<obo:IAO_0000119>http://wyatterp.com/opl.html</obo:IAO_0000119>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://www.ebi.ac.uk/swo/license/SWO_9000088 -->
|
||||
|
||||
<owl:Class rdf:about="http://www.ebi.ac.uk/swo/license/SWO_9000088">
|
||||
<rdfs:label xml:lang="en">mozilla public license</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://www.ebi.ac.uk/swo/SWO_0000002"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/swo.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
</rdf:RDF>
|
||||
|
|
|
@ -65,422 +65,6 @@
|
|||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/ERO_0001196 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0001196">
|
||||
<rdfs:label xml:lang="en">gene knockdown function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000377"/>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A perturb function that results in decreased expression levels of a target gene. This can be achieved through targeting a gene directly through gene knockout or modification of the its DNA sequence, or targeting of the mRNA product of a gene using technologies such as RNAi.</obo:IAO_0000115>
|
||||
<obo:IAO_0000118 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Gene repression function</obo:IAO_0000118>
|
||||
<obo:IAO_0000118 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Gene silencing function</obo:IAO_0000118>
|
||||
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Knockdown the function of a gene, to study the function of that gene.</obo:IAO_0000112>
|
||||
<obo:IAO_0000119 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PERSON: Matthew Brush</obo:IAO_0000119>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PERSON: Matthew Brush</obo:IAO_0000117>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000120"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/ERO_0001197 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ERO_0001197">
|
||||
<rdfs:label xml:lang="en">rna interference function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/ERO_0001196"/>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A gene knockdown function that targets genes for post-transcriptional silencing through the RNA interference pathway.</obo:IAO_0000115>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PERSON: Matthew Brush</obo:IAO_0000117>
|
||||
<obo:IAO_0000119 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PERSON: Matthew Brush</obo:IAO_0000119>
|
||||
<obo:IAO_0000118 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">RNAi function</obo:IAO_0000118>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000123"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/IAO_0000104 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000104"/>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000368 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000368">
|
||||
<rdfs:label xml:lang="en">record function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bill Bug</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">A record function is a function that registers or collects information in a particular format on a particular recording medium. For example on paper or a digital representation</obo:IAO_0000115>
|
||||
<obo:IAO_0000111 xml:lang="en">record function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000369 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000369">
|
||||
<rdfs:label xml:lang="en">magnify function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bill Bug</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">A magnify function is a function to increase the size of a transmitted object image through the precise arrangement of energy diffraction elements along an imaging path.</obo:IAO_0000115>
|
||||
<obo:IAO_0000111 xml:lang="en">magnify function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000370 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000370">
|
||||
<rdfs:label xml:lang="en">contain function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A syringe, a beaker</obo:IAO_0000112>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bill Bug</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">A contain function is a function to constrain a material entities location in space</obo:IAO_0000115>
|
||||
<obo:IAO_0000111 xml:lang="en">contain function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000371 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000371">
|
||||
<rdfs:label xml:lang="en">heat function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bill Bug</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">A heat function is a function that increases the internal kinetic energy of a material</obo:IAO_0000115>
|
||||
<obo:IAO_0000111 xml:lang="en">heat function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000372 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000372">
|
||||
<rdfs:label xml:lang="en">material separation function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bill Bug</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">A material separation function is a function that increases the resolution between two or more material entities. The to distinction between the entities is usually based on some associated physical quality.</obo:IAO_0000115>
|
||||
<obo:IAO_0000111 xml:lang="en">material separation function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000374 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000374">
|
||||
<rdfs:label xml:lang="en">excitation function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bill Bug</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">A excitation function is a function to inject energy by bombarding a material with energetic particles (e.g., photons) thereby imbuing internal material components such as electrons with additional energy. These internal, 'excited' particles may lead to the rupturing of covalent chemical bonds or may quickly relax back to there unexcited state with an exponential time course thereby locally emitting energy in the form of photons.</obo:IAO_0000115>
|
||||
<obo:IAO_0000111 xml:lang="en">excitation function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000375 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000375">
|
||||
<rdfs:label xml:lang="en">freeze function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bill Bug</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">A freeze function is a function to decrease the internal kinetic energy of a material below the freezing point of that type of material.</obo:IAO_0000115>
|
||||
<obo:IAO_0000111 xml:lang="en">freeze function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000376 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000376">
|
||||
<rdfs:label xml:lang="en">synthesizing function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A synthesizing function is a function to assemble new output materials from distinct input materials. The output materials typically consist of chemically distinct monomeric objects or object aggregate polymers.</obo:IAO_0000115>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bill Bug</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000111 xml:lang="en">synthesizing function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000377 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000377">
|
||||
<rdfs:label xml:lang="en">perturb function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bill Bug</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">A perturb function is a function that disrupts the normal function of a system induced through either internal or external means. External means of perturbation include: (1) displacement fields in the physical sense - e.g., temperature change, osmotic shock, pressure change; (2) application of small molecules such as drugs or toxins to perturb the function of specific pathways or application of surfactants to perturb the normal function of plasma membrane. Internal means of perturbation include: (1) manipulation of gene function via gene knockout or transcript knockdown via RNAi; (2) directed genetic mutation leading to minimal aa alterations that interfere with peptide function.</obo:IAO_0000115>
|
||||
<obo:IAO_0000119 xml:lang="en">http://en.wikipedia.org/wiki/Perturbation_biology</obo:IAO_0000119>
|
||||
<obo:IAO_0000111 xml:lang="en">perturb function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000379 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000379">
|
||||
<rdfs:label xml:lang="en">mechanical function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bill Bug</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">A mechanical function is a function that is realised via mechanical work (through an certain amount of energy transferred by some force).</obo:IAO_0000115>
|
||||
<obo:IAO_0000119 xml:lang="en">http://en.wikipedia.org/wiki/Mechanical_work</obo:IAO_0000119>
|
||||
<obo:IAO_0000111 xml:lang="en">mechanical function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000383 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000383">
|
||||
<rdfs:label xml:lang="en">transfer function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bill Bug</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">A transfer function is a function to displace a material from one location to another.</obo:IAO_0000115>
|
||||
<obo:IAO_0000111 xml:lang="en">transfer function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000387 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000387">
|
||||
<rdfs:label xml:lang="en">cool function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">A cool function is a function to decrease the internal kinetic energy of a material below the initial kinetic energy of that type of material.</obo:IAO_0000115>
|
||||
<obo:IAO_0000111 xml:lang="en">cool function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000392 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000392">
|
||||
<rdfs:label xml:lang="en">information processor function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">An information processor function is a function that converts information from one form to another, by a lossless process or an extraction process.</obo:IAO_0000115>
|
||||
<obo:IAO_0000118 xml:lang="en">data processor function</obo:IAO_0000118>
|
||||
<obo:IAO_0000111 xml:lang="en">information processor function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000393 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000393">
|
||||
<rdfs:label xml:lang="en">signal conversion function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000392"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bill Bug</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000118 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">transduction function</obo:IAO_0000118>
|
||||
<obo:IAO_0000115 xml:lang="en">A signal conversion function is an information processor function which transforms a signal into another type of signal. For example an analog-to-digital_converter, Ac/Ac converter, a synapse converts electrical action potentials into an intermediate chemical signal. The post synapse converts it back into an electric one passed on to the axon.</obo:IAO_0000115>
|
||||
<obo:IAO_0000111 xml:lang="en">signal conversion function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000395 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000395">
|
||||
<rdfs:label xml:lang="en">signal amplification function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000393"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bill Bug</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">A signal amplification function is a signal conversion function to inject energy into an input signal so as to produce an output signal with increased differential magnitude while also seeking to minimize increases in the signal to noise ratio. For example, to produce a 0.1 KW output signal from a 1 mW RMS input signal.</obo:IAO_0000115>
|
||||
<obo:IAO_0000111 xml:lang="en">signal amplification function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000397 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000397">
|
||||
<rdfs:label xml:lang="en">image acquisition function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000453"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">An image acquisition function is a function to acquire an image of a material</obo:IAO_0000115>
|
||||
<obo:IAO_0000111 xml:lang="en">image acquisition function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000401 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000401">
|
||||
<rdfs:label xml:lang="en">environment control function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Bill Bug</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">An environmental control function is a function that regulates a contained environment within specified parameter ranges. For example the control of light exposure, humidity and temperature.</obo:IAO_0000115>
|
||||
<obo:IAO_0000111 xml:lang="en">environment control function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000453 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000453">
|
||||
<rdfs:label xml:lang="en">measure function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A glucometer measures blood glucose concentration, the glucometer has a measure function.</obo:IAO_0000112>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PERSON: Daniel Schober</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PERSON: Helen Parkinson</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PERSON: Melanie Courtot</obo:IAO_0000117>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">PERSON:Frank Gibson</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 xml:lang="en">Measure function is a function that is borne by a processed material and realized in a process in which information about some entity is expressed relative to some reference.</obo:IAO_0000115>
|
||||
<obo:IAO_0000111 xml:lang="en">measure function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000946 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000946">
|
||||
<rdfs:label xml:lang="en">sterilization function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">a function to remove viable organisms from an input material</obo:IAO_0000115>
|
||||
<obo:IAO_0000111 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sterilization function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000123"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000960 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000960">
|
||||
<rdfs:label xml:lang="en">reagent application function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000111 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">reagent application function</obo:IAO_0000111>
|
||||
<obo:IAO_0000112>An automatic tissue processor automatically applies antibodies and buffers to histological tissue preparations.</obo:IAO_0000112>
|
||||
<obo:IAO_0000115>A function that is realized when a reagent is automatically added to some research material.</obo:IAO_0000115>
|
||||
<obo:IAO_0000117>PERSON: Nicole Vasilevsky, Matthew Brush</obo:IAO_0000117>
|
||||
<obo:IAO_0000119>PERSON: Nicole Vasilevsky, Matthew Brush</obo:IAO_0000119>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000120"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0000961 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000961">
|
||||
<rdfs:label xml:lang="en">addition of molecular tracer function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000960"/>
|
||||
<obo:IAO_0000111 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">addition of molecular tracer function</obo:IAO_0000111>
|
||||
<obo:IAO_0000117>PERSON: Nicole Vasilevsky, Matthew Brush</obo:IAO_0000117>
|
||||
<obo:IAO_0000115>A reagent application function that is realized when a molecular tracer, such as an antibody or probe is automatically transferred to a biological specimen.</obo:IAO_0000115>
|
||||
<obo:IAO_0000119>PERSON: Nicole Vasilevsky, Matthew Brush</obo:IAO_0000119>
|
||||
<obo:IAO_0000112>Immunohistochemical labeling of tissue sections by an autostainer staining system.</obo:IAO_0000112>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000120"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0001036 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0001036">
|
||||
<rdfs:label xml:lang="en">specimen fixation function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000034"/>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EAGLE-I</obo:IAO_0000117>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">a function that allows specific identification of individual speciment from one another.</obo:IAO_0000115>
|
||||
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">e.g the function of a bar code reader used to read slide bar codes</obo:IAO_0000112>
|
||||
<obo:IAO_0000111 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">specimen fixation function</obo:IAO_0000111>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000123"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0001043 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0001043">
|
||||
<rdfs:label xml:lang="en">cell transfer function</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000383"/>
|
||||
<obo:IAO_0000112 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A cell harvester has a cell transfer function.</obo:IAO_0000112>
|
||||
<obo:IAO_0000117 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EAGLE-I</obo:IAO_0000117>
|
||||
<obo:IAO_0000111 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cell transfer function</obo:IAO_0000111>
|
||||
<obo:IAO_0000115 rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is a transfer function that displaces cells from one place to another</obo:IAO_0000115>
|
||||
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000123"/>
|
||||
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/obi.owl"/>
|
||||
</owl:Class>
|
||||
|
||||
|
||||
|
||||
<!-- http://purl.obolibrary.org/obo/OBI_0500000 -->
|
||||
|
||||
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0500000">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue