@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix protege: <http://protege.stanford.edu/plugins/owl/protege#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix ns0: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://rdfs.org/ns/void#> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

protege:defaultLanguage
    dc:identifier "protege#defaultLanguage" ;
    a owl:AnnotationProperty .

dc:contributor
    dc:identifier "contributor" ;
    a owl:AnnotationProperty .

dc:creator
    dc:identifier "creator" ;
    a owl:AnnotationProperty .

dc:description
    dc:identifier "description" ;
    a owl:AnnotationProperty .

dct:alternative
    dc:identifier "alternative" ;
    a owl:AnnotationProperty .

dct:contributor
    dc:identifier "contributor" ;
    a owl:AnnotationProperty .

dct:creator
    dc:identifier "creator" ;
    a owl:AnnotationProperty .

dct:description
    dc:identifier "description" ;
    a owl:AnnotationProperty .

dct:issued
    dc:identifier "issued" ;
    a owl:AnnotationProperty .

dct:license
    dc:identifier "license" ;
    a owl:AnnotationProperty .

dct:modified
    dc:identifier "modified" ;
    a owl:AnnotationProperty .

dct:rights
    dc:identifier "rights" ;
    a owl:AnnotationProperty .

dct:title
    dc:identifier "title" ;
    a owl:AnnotationProperty .

cito:citesAsAuthority
    dc:identifier "citesAsAuthority" ;
    a owl:AnnotationProperty .

vann:preferredNamespacePrefix
    dc:identifier "preferredNamespacePrefix" ;
    a owl:AnnotationProperty .

vann:preferredNamespaceUri
    dc:identifier "preferredNamespaceUri" ;
    a owl:AnnotationProperty .

ns0:comment
    dc:identifier "comment" ;
    a owl:AnnotationProperty .

<http://semanticscience.org/ontology/sio.owl>
    protege:defaultLanguage "en" ;
    dc:contributor """Contributors are those that engage in discussions in the context of SIO (in alphabetical order):
sivaram arabandi
christopher baker
joachim baran
jerven bolleman
alison callahan
leonid chepelev
kevin cohen
melanie courtot
geraint duck
laura furlong
elisa kendall
tatsuya kushida
luke mccarthy
jim mccusker
jose miguel cruz-toledo
robert hoehndorf
simon jupp
jin-dong kim
dana klassen
thomas luetteke
james malone
chris mungall
david osumi-sutherland
tazro ohta
nuria queralt
stephen reed
alexandre riazanov
matthias samwald
robert stevens
mark wilkinson
karin verspoor
natalia villanueva-rosales"""^^xsd:string ;
    dc:creator "Michel Dumontier"@en ;
    dc:identifier "sio.owl" ;
    dct:creator "http://orcid.org/0000-0003-4727-9435"^^xsd:anyURI ;
    dct:description """The semanticscience integrated ontology (SIO) provides a simple, integrated ontology (types, relations) for objects, processes and their attributes.

This project provides foundational support for the Bio2RDF (http://bio2rdf.org) and SADI (http://sadiframework.org) projects. 

website: http://semanticscience.org
email: sio-ontology@googlegroups.com
mailing list: http://groups.google.com/group/sio-ontology
"""@en ;
    dct:issued "2010-03-29"^^xsd:date ;
    dct:license <http://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2021-02-16"^^xsd:date ;
    dct:rights "free to use,share,modify. modify with attribution [http://creativecommons.org/licenses/by/4.0/]."^^xsd:string ;
    dct:title "Semanticscience Integrated Ontology (SIO)"@en ;
    cito:citesAsAuthority "http://www.jbiomedsem.com/content/5/1/14"^^xsd:anyURI ;
    vann:preferredNamespacePrefix "sio"@en ;
    vann:preferredNamespaceUri "http://semanticscience.org/resource/"^^xsd:string ;
    ns1:subset <http://semanticscience.org/ontology/sio-subset-behaviour.owl>, <http://semanticscience.org/ontology/sio-subset-capability.owl>, <http://semanticscience.org/ontology/sio-subset-chemical.owl>, <http://semanticscience.org/ontology/sio-subset-core.owl>, <http://semanticscience.org/ontology/sio-subset-emotion.owl>, <http://semanticscience.org/ontology/sio-subset-equivs.owl>, <http://semanticscience.org/ontology/sio-subset-geometry.owl>, <http://semanticscience.org/ontology/sio-subset-ice.owl>, <http://semanticscience.org/ontology/sio-subset-labels.owl>, <http://semanticscience.org/ontology/sio-subset-math.owl>, <http://semanticscience.org/ontology/sio-subset-nlp.owl>, <http://semanticscience.org/ontology/sio-subset-ovopub.owl>, <http://semanticscience.org/ontology/sio-subset-process.owl>, <http://semanticscience.org/ontology/sio-subset-relations.owl>, <http://semanticscience.org/ontology/sio-subset-sadi.owl> ;
    ns0:comment """general class inclusion axioms:
'is part of' some 'physical entity' subClassOf 'is located in' some 'physical entity'

role chains:
'has capability' o 'is realized in' -> 'is participant in'"""^^xsd:string ;
    a owl:Ontology ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:seeAlso "http://sio.semanticscience.org"^^xsd:anyURI ;
    owl:versionIRI <http://semanticscience.org/ontology/sio/v1.49/sio-release.owl> ;
    owl:versionInfo "1.49"^^xsd:string .

sio:SIO_000000
    dc:identifier "SIO_000000" ;
    dct:description "Every thing is an entity."@en ;
    sio:subset "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "entity"@en .

sio:SIO_000001
    dc:identifier "SIO_000001" ;
    dct:description "A is related to B iff there is some relation between A and B."@en ;
    ns0:comment "'is related to' is the top level relation in SIO" ;
    sio:subset "core", "relations+" ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:domain owl:Thing ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is related to"@en ;
    rdfs:range owl:Thing .

sio:SIO_000004
    dc:identifier "SIO_000004" ;
    dct:description "A material entity is a physical entity that is spatially extended, exists as a whole at any point in time and has mass."@en ;
    sio:subset "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "material entity"@en ;
    rdfs:subClassOf sio:SIO_000776, [
        dc:identifier ":arc09e0b11" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000008 ;
        owl:someValuesFrom sio:SIO_000279
    ], [
        dc:identifier ":arc09e0b12" ;
        a owl:Restriction ;
        owl:allValuesFrom [
            dc:identifier ":arc09e0b13" ;
            a owl:Class ;
            owl:unionOf [
                dc:identifier ":arc09e0b14" ;
                rdf:first sio:SIO_000004 ;
                rdf:rest [
                    dc:identifier ":arc09e0b15" ;
                    rdf:first sio:SIO_000370 ;
                    rdf:rest rdf:nil
                ]
            ]
        ] ;
        owl:onProperty sio:SIO_000053
    ] .

sio:SIO_000005
    dc:identifier "SIO_000005" ;
    dct:description "A quality is an attribute that is intrinsically associated with its bearer (or its parts), but whose presence/absence and observed/measured value may vary."@en ;
    sio:subset "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "quality"@en ;
    rdfs:subClassOf sio:SIO_000614, [
        dc:identifier ":arc09e0b16" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000218 ;
        owl:someValuesFrom sio:SIO_000000
    ] ;
    owl:disjointWith sio:SIO_000340 .

sio:SIO_000006
    dc:identifier "SIO_000006" ;
    dct:description "A process is an entity that is identifiable only through the unfolding of time, has temporal parts, and unless otherwise specified/predicted, cannot be identified from any instant of time in which it exists."@en ;
    sio:subset "core", "process+" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "process"@en ;
    rdfs:subClassOf sio:SIO_000000, [
        dc:identifier ":arc09e0b17" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_000006 ;
        owl:onProperty sio:SIO_000053
    ], [
        dc:identifier ":arc09e0b18" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_000417 ;
        owl:onProperty sio:SIO_000687
    ] .

sio:SIO_000008
    dc:identifier "SIO_000008" ;
    dct:description "has attribute is a relation that associates a entity with an attribute where an attribute is an intrinsic characteristic such as a quality, capability, disposition, function, or is an externally derived attribute determined from some descriptor (e.g. a quantity, position, label/identifier) either directly or indirectly through generalization of entities of the same type."@en ;
    sio:subset "core" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has attribute"@en ;
    rdfs:subPropertyOf sio:SIO_000001 ;
    owl:inverseOf sio:SIO_000011 .

sio:SIO_000009
    dc:identifier "SIO_000009" ;
    dct:description "A social entity pertains to the interaction among individuals and groups."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "social entity"@en ;
    rdfs:subClassOf sio:SIO_000015 .

sio:SIO_000010
    dc:identifier "SIO_000010" ;
    dct:description "A social structure is a social entity which consists of relationships between two or more entities."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "social structure"@en ;
    rdfs:subClassOf sio:SIO_000009, [
        dc:identifier ":arc09e0b19" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_000776 ;
        owl:onProperty sio:SIO_000059
    ] .

sio:SIO_000011
    dc:identifier "SIO_000011" ;
    dct:description "is attribute of is a relation that associates an attribute with an entity where an attribute is an intrinsic characteristic such as a quality, capability, disposition, function, or is an externally derived attribute determined from some descriptor (e.g. a quantity, position, label/identifier) either directly or indirectly through generalization of entities of the same type."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is attribute of"@en ;
    rdfs:subPropertyOf sio:SIO_000001 .

sio:SIO_000012
    dc:identifier "SIO_000012" ;
    dct:description "An organization is a collective with a complex articulation of tasks, roles and responsibilities."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "organization"@en ;
    rdfs:subClassOf sio:SIO_000620 .

sio:SIO_000013
    dc:identifier "SIO_000013" ;
    dct:description "A geographic position is the coordinate of an entity against some geographic coordinate system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "geographic position"@en ;
    rdfs:subClassOf sio:SIO_000056 .

sio:SIO_000014
    dc:identifier "SIO_000014" ;
    dct:description "A disposition is the tendency of a capability to be exhibited under certain conditions or in response to a certain stimulus (trigger)."@en ;
    sio:example "solubility (to dissolve when put in fluid); fragility (disposition to break when dropped)"@en ;
    sio:subset "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "disposition"@en ;
    rdfs:subClassOf sio:SIO_000112, [
        dc:identifier ":arc09e0b20" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000008 ;
        owl:someValuesFrom sio:SIO_000638
    ] .

sio:SIO_000015
    dc:identifier "SIO_000015" ;
    dct:description "information content entity is an object that requires some background knowledge or procedure to correctly interpret."@en ;
    sio:subset "core", "ice+" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "information content entity"@en ;
    rdfs:subClassOf sio:SIO_000776, [
        dc:identifier ":arc09e0b21" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_000015 ;
        owl:onProperty sio:SIO_000053
    ] .

sio:SIO_000016
    dc:identifier "SIO_000016" ;
    dct:description "A role is a realizable entity that describes behaviours, rights and obligations of an entity in some particular circumstance."@en ;
    sio:subset "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "role"@en ;
    rdfs:subClassOf sio:SIO_000340 .

sio:SIO_000017
    dc:identifier "SIO_000017" ;
    dct:description "A function is a capability that satisfies some agentive objective, or (evolutionary) optimization."@en ;
    sio:subset "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "function"@en ;
    rdfs:subClassOf sio:SIO_000112 ;
    owl:disjointWith sio:SIO_000354 .

sio:SIO_000019
    dc:identifier "SIO_000019" ;
    dct:description "A site is a spatial region bounded (in part or in whole) by material entities and may be occupied by material entities."@en ;
    sio:example "A nostril; the interior of the heart valve; the interior of a bottle."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "site"@en ;
    rdfs:subClassOf sio:SIO_000370 .

sio:SIO_000020
    dc:identifier "SIO_000020" ;
    dct:description "denotes is a relation between an entity and what it is a sign or indication of, or what specifically means."@en ;
    sio:example "the symbol '%' denotes a proportion in relation to a whole."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "denotes"@en ;
    rdfs:subPropertyOf sio:SIO_000210 ;
    owl:inverseOf sio:SIO_000060 .

sio:SIO_000022
    dc:identifier "SIO_000022" ;
    dct:description "A material boundary is the boundary of a material entity which exists as a lower dimensional entity at exactly the location where its parts no longer extend into space. Every material entity has a boundary, and a boundary is the boundary of exactly 1 material entity."@en ;
    sio:example "the external surface of the window; the surface of the p52 protein"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "material boundary"@en ;
    rdfs:subClassOf sio:SIO_000783, [
        dc:identifier ":arc09e0b22" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000096 ;
        owl:someValuesFrom sio:SIO_000004
    ] .

sio:SIO_000026
    dc:identifier "SIO_000026" ;
    dct:description "An object quality is quality of an object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "object quality"@en ;
    rdfs:subClassOf sio:SIO_000005, [
        dc:identifier ":arc09e0b23" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000218 ;
        owl:someValuesFrom sio:SIO_000776
    ] .

sio:SIO_000027
    dc:identifier "SIO_000027" ;
    dct:description "A process quality is quality that is associated with a process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "process quality"@en ;
    rdfs:subClassOf sio:SIO_000005, [
        dc:identifier ":arc09e0b24" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000218 ;
        owl:someValuesFrom sio:SIO_000006
    ] .

sio:SIO_000028
    dc:identifier "SIO_000028" ;
    dct:description "has part is a transitive, reflexive and antisymmetric relation between a whole and itself or a whole and its part."@en ;
    sio:example "a collection of cars has as a car as a part;a car has an engine as a part; a car has a piston as a part;"@en ;
    a owl:ObjectProperty, owl:ReflexiveProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has part"@en ;
    rdfs:subPropertyOf sio:SIO_000145 ;
    owl:inverseOf sio:SIO_000068 .

sio:SIO_000029
    dc:identifier "SIO_000029" ;
    a owl:ObjectProperty ;
    rdfs:domain sio:SIO_000418 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is time boundary of"@en ;
    rdfs:subPropertyOf sio:SIO_000096 ;
    owl:inverseOf sio:SIO_000679 .

sio:SIO_000030
    dc:identifier "SIO_000030" ;
    dct:description "A sequence is a primary structure descriptor in which each of the letters in the string represents a monomeric unit (residue) in which adjacent letters represent the connectivity between the monomeric units."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "biopolymer sequence"@en ;
    rdfs:subClassOf sio:SIO_010014, [
        dc:identifier ":arc09e0b25" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000210 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b26" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b27" ;
                rdf:first sio:SIO_000626 ;
                rdf:rest [
                    dc:identifier ":arc09e0b29" ;
                    rdf:first [
                        dc:identifier ":arc09e0b28" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000011 ;
                        owl:someValuesFrom sio:SIO_000092
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ], [
        dc:identifier ":arc09e0b30" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000563 ;
        owl:someValuesFrom sio:SIO_000092
    ], [
        dc:identifier ":arc09e0b31" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000300 ;
        owl:someValuesFrom xsd:string
    ] .

sio:SIO_000031
    dc:identifier "SIO_000031" ;
    dct:description "A start date is a time instant pertaining to the date of the beginning of a process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "start date"@en ;
    rdfs:subClassOf sio:SIO_000418 .

sio:SIO_000032
    dc:identifier "SIO_000032" ;
    dct:description "An end date is a time instant pertaining to date of the end of a process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "end date"@en ;
    rdfs:subClassOf sio:SIO_000418 .

sio:SIO_000033
    dc:identifier "SIO_000033" ;
    dct:description "process status is a process quality that describes the state of a process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "process status"@en ;
    rdfs:subClassOf sio:SIO_000027, [
        dc:identifier ":arc09e0b32" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000011 ;
        owl:someValuesFrom sio:SIO_000006
    ] .

sio:SIO_000034
    dc:identifier "SIO_000034" ;
    dct:description "completed is that status of a process that successfully unfolds."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "completed"@en ;
    rdfs:subClassOf sio:SIO_000033 .

sio:SIO_000035
    dc:identifier "SIO_000035" ;
    dct:description "ongoing is the status of a process that is not yet complete."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ongoing"@en ;
    rdfs:subClassOf sio:SIO_000033 .

sio:SIO_000036
    dc:identifier "SIO_000036" ;
    dct:description "predicted is the quality of an entity that is thought to exist, as evidenced by some rational procedure."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "predicted"@en ;
    rdfs:subClassOf sio:SIO_001186 .

sio:SIO_000037
    dc:identifier "SIO_000037" ;
    dct:description "A spatial quantity is a quantity obtained from measuring the spatial extent of an entity "@en ;
    sio:hasSynonym "physical dimensional quantity"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "spatial quantity"@en ;
    rdfs:subClassOf sio:SIO_000258, [
        dc:identifier ":arc09e0b33" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000011 ;
        owl:someValuesFrom sio:SIO_000776
    ], [
        dc:identifier ":arc09e0b34" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000216 ;
        owl:someValuesFrom sio:SIO_000052
    ] .

sio:SIO_000038
    dc:identifier "SIO_000038" ;
    dct:description "A quantity that extends in single dimension."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "1D extent quantity"@en ;
    rdfs:subClassOf sio:SIO_000037 .

sio:SIO_000039
    dc:identifier "SIO_000039" ;
    dct:description "depth is the dimensional extent into a plane of a 3D projection of the object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "depth"@en ;
    rdfs:subClassOf sio:SIO_000038 .

sio:SIO_000040
    dc:identifier "SIO_000040" ;
    dct:description "height is the one dimensional extent along the vertical projection of a 3D object from a base plane of reference."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "height"@en ;
    rdfs:subClassOf sio:SIO_000038 .

sio:SIO_000041
    dc:identifier "SIO_000041" ;
    dct:description "length is the longer dimensional extent along a 2D projection of the object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "length"@en ;
    rdfs:subClassOf sio:SIO_000038 .

sio:SIO_000042
    dc:identifier "SIO_000042" ;
    dct:description "width is the shorter dimensional extent perpendicular to a 2D projection of the object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "width"@en ;
    rdfs:subClassOf sio:SIO_000038 .

sio:SIO_000043
    dc:identifier "SIO_000043" ;
    dct:description "thickness is the shortest dimensional extent of a 3D projection of an object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "thickness"@en ;
    rdfs:subClassOf sio:SIO_000039 .

sio:SIO_000044
    dc:identifier "SIO_000044" ;
    dct:description "A quantity that extends in two dimensions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "2D extent quantity"@en ;
    rdfs:subClassOf sio:SIO_000037 .

sio:SIO_000045
    dc:identifier "SIO_000045" ;
    dct:description "area is a quantity that pertains to the extent of a two-dimensional surface or shape, or planar lamina, in the plane."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "area"@en ;
    rdfs:subClassOf sio:SIO_000044 .

sio:SIO_000046
    dc:identifier "SIO_000046" ;
    dct:description "A perimeter is a length of the outline that surrounds a two-dimensional shape. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "length of perimeter"@en ;
    rdfs:subClassOf sio:SIO_000044 .

sio:SIO_000047
    dc:identifier "SIO_000047" ;
    dct:description "circumference is the length of the outline of a circle or ellipse. it is defined as c = 2*pi*r, where r is the radius."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "circumference"@en ;
    rdfs:subClassOf sio:SIO_000046 .

sio:SIO_000048
    dc:identifier "SIO_000048" ;
    dct:description "A quantity that extends in three dimensions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "3D extent quantity"@en ;
    rdfs:subClassOf sio:SIO_000037 .

sio:SIO_000049
    dc:identifier "SIO_000049" ;
    dct:description "volume is the quantity of three-dimensional space enclosed by some closed boundary."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "volume"@en ;
    rdfs:subClassOf sio:SIO_000048 .

sio:SIO_000051
    dc:identifier "SIO_000051" ;
    dct:description "composition quality is a quality that describes its composition or anatomy."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "compositional quality"@en ;
    rdfs:subClassOf sio:SIO_000026 .

sio:SIO_000052
    dc:identifier "SIO_000052" ;
    dct:description "A quantity is an informational entity that gives the magnitude of a property."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "quantity"@en ;
    rdfs:subClassOf sio:SIO_000070, [
        dc:identifier ":arc09e0b38" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000011 ;
        owl:someValuesFrom sio:SIO_000000
    ], [
        dc:identifier ":arc09e0b39" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000215 ;
        owl:someValuesFrom sio:SIO_000000
    ] ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b35" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b36" ;
            rdf:first sio:SIO_000257 ;
            rdf:rest [
                dc:identifier ":arc09e0b37" ;
                rdf:first sio:SIO_000258 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000053
    dc:identifier "SIO_000053" ;
    dct:description "has proper part is an antisymmetric, irreflexive (normally transitive) relation between a whole and a distinct part."@en ;
    sio:example "a car has an engine as a proper part; a car has a piston as a proper part;"@en ;
    a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has proper part"@en ;
    rdfs:subPropertyOf sio:SIO_000028 ;
    owl:inverseOf sio:SIO_000093 .

sio:SIO_000054
    dc:identifier "SIO_000054" ;
    dct:description "has boundary is a mereological relation between a whole and boundary located at its periphery."@en ;
    sio:example "the surface of an apple is a 2D boundary of the apple."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has boundary"@en ;
    rdfs:subPropertyOf sio:SIO_000053 ;
    owl:inverseOf sio:SIO_000096 .

sio:SIO_000055
    dc:identifier "SIO_000055" ;
    dct:description "shape is the quality of a bearer that relates to its spatial extent."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "shape"@en ;
    rdfs:subClassOf sio:SIO_000026 .

sio:SIO_000056
    dc:identifier "SIO_000056" ;
    dct:description "A measurement of a spatial location relative to a frame of reference or other objects."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "position"@en ;
    rdfs:subClassOf sio:SIO_000070, [
        dc:identifier ":arc09e0b40" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000008 ;
        owl:someValuesFrom sio:SIO_000328
    ] .

sio:SIO_000057
    dc:identifier "SIO_000057" ;
    dct:description "orientation is an angle between the bearer and an axis, or the angle between the bearer and another object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "orientation"@en ;
    rdfs:subClassOf sio:SIO_000056 .

sio:SIO_000059
    dc:identifier "SIO_000059" ;
    dct:description "has member is a mereological relation between a collection and an item."@en ;
    sio:example "a collection of cars has as a car as a member"@en ;
    sio:subset "core" ;
    a owl:IrreflexiveProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has member"@en ;
    rdfs:subPropertyOf sio:SIO_000008 ;
    owl:inverseOf sio:SIO_000095 .

sio:SIO_000060
    dc:identifier "SIO_000060" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is denoted by"@en ;
    rdfs:subPropertyOf sio:SIO_000205 .

sio:SIO_000061
    dc:identifier "SIO_000061" ;
    dct:description "A is located in B iff the spatial region occupied by A is part of the spatial region occupied by B. [T][R]"@en ;
    sio:equivalentTo "OBO_REL:located_in" ;
    sio:example "A parasite in the interior of a person's intestine is located in their intestinal lumen."@en ;
    sio:subset "core" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is located in"@en ;
    rdfs:subPropertyOf sio:SIO_000322 ;
    owl:inverseOf sio:SIO_000145 .

sio:SIO_000062
    dc:identifier "SIO_000062" ;
    dct:description "is participant in is a relation that describes the participation of the subject in the (processual) object."@en ;
    sio:example "a car is a participant in a car race; glucose is a participant in glycolysis"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is participant in"@en ;
    rdfs:range sio:SIO_000006 ;
    rdfs:subPropertyOf sio:SIO_000322 ;
    owl:inverseOf sio:SIO_000132 .

sio:SIO_000063
    dc:identifier "SIO_000063" ;
    dct:description "is agent in is a relation between an entity and a process, where the entity is present throughout the process, no permanent material change occurs, and is a causal participant in the process."@en ;
    sio:example "hexokinase is an agent in the conversion of glucose to glucose-6-phosphate"@en ;
    sio:subset "sadi"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is agent in"@en ;
    rdfs:subPropertyOf sio:SIO_000062 ;
    owl:inverseOf sio:SIO_000139 .

sio:SIO_000064
    dc:identifier "SIO_000064" ;
    dct:description "is provider of is a relation between a source and the entity it makes available."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is provider of"@en ;
    rdfs:subPropertyOf sio:SIO_000219 ;
    owl:inverseOf sio:SIO_000066 .

sio:SIO_000066
    dc:identifier "SIO_000066" ;
    dct:description "is provided by is a relation between an entity and the entity that provides it."@en ;
    sio:equivalentTo "dc:source" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has provider"@en ;
    rdfs:subPropertyOf sio:SIO_000253 .

sio:SIO_000067
    dc:identifier "SIO_000067" ;
    dct:description "A namespace is an informational entity that defines a logical container for a set of symbols or identifiers."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "namespace"@en ;
    rdfs:subClassOf sio:SIO_000602, [
        dc:identifier ":arc09e0b41" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_000115 ;
        owl:onProperty sio:SIO_000059
    ] .

sio:SIO_000068
    dc:identifier "SIO_000068" ;
    dct:description "is part of is a transitive, reflexive and anti-symmetric mereological relation between a whole and itself or a part and its whole."@en ;
    sio:equivalentTo "OBO_REL:part_of" ;
    sio:subset "core" ;
    a owl:ObjectProperty, owl:ReflexiveProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is part of"@en ;
    rdfs:subPropertyOf sio:SIO_000061 .

sio:SIO_000069
    dc:identifier "SIO_000069" ;
    dct:description "A data item consists of information that has been collected/generated towards some purpose."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "data item"@en ;
    rdfs:subClassOf sio:SIO_000602, [
        dc:identifier ":arc09e0b42" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000062 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b43" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b44" ;
                rdf:first sio:SIO_000006 ;
                rdf:rest [
                    dc:identifier ":arc09e0b46" ;
                    rdf:first [
                        dc:identifier ":arc09e0b45" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000355 ;
                        owl:someValuesFrom sio:SIO_000337
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000070
    dc:identifier "SIO_000070" ;
    dct:description "A measurement value is a quantitative description that reflects the magnitude of some attribute."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "measurement value"@en ;
    rdfs:subClassOf sio:SIO_000366, [
        dc:identifier ":arc09e0b47" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b49" ;
            rdf:first [
                dc:identifier ":arc09e0b48" ;
                a owl:Restriction ;
                owl:onProperty sio:SIO_000300 ;
                owl:someValuesFrom xsd:dateTime
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b51" ;
                rdf:first [
                    dc:identifier ":arc09e0b50" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000300 ;
                    owl:someValuesFrom xsd:double
                ] ;
                rdf:rest [
                    dc:identifier ":arc09e0b53" ;
                    rdf:first [
                        dc:identifier ":arc09e0b52" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000300 ;
                        owl:someValuesFrom xsd:float
                    ] ;
                    rdf:rest [
                        dc:identifier ":arc09e0b55" ;
                        rdf:first [
                            dc:identifier ":arc09e0b54" ;
                            a owl:Restriction ;
                            owl:onProperty sio:SIO_000300 ;
                            owl:someValuesFrom xsd:integer
                        ] ;
                        rdf:rest rdf:nil
                    ]
                ]
            ]
        ]
    ] .

sio:SIO_000071
    dc:identifier "SIO_000071" ;
    dct:description "A coordinate is a measurement of position in n-dimensional space."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "coordinate"@en ;
    rdfs:subClassOf sio:SIO_000056 .

sio:SIO_000072
    dc:identifier "SIO_000072" ;
    dct:description "A Cartesian coordinate is the signed distance of a point to some referent line."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cartesian coordinate"@en ;
    rdfs:subClassOf sio:SIO_000071, [
        dc:identifier ":arc09e0b56" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_000321
    ] ;
    owl:disjointWith sio:SIO_000073 .

sio:SIO_000073
    dc:identifier "SIO_000073" ;
    dct:description "A polar coordinate is a position characterized by a distance from a fixed point and an angle from a fixed direction."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polar coordinate"@en ;
    rdfs:subClassOf sio:SIO_000071, [
        dc:identifier ":arc09e0b57" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_000327
    ] .

sio:SIO_000074
    dc:identifier "SIO_000074" ;
    dct:description "A unit of measurement is a definite magnitude of a physical quantity, defined and adopted by convention and/or by law, that is used as a standard for measurement of the same physical quantity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "unit of measurement"@en ;
    rdfs:subClassOf sio:SIO_000052 .

sio:SIO_000075
    dc:identifier "SIO_000075" ;
    dct:description "A mathematical entity is an information content entity that are components of a mathematical system or can be defined in mathematical terms."@en ;
    sio:subset "math+" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mathematical entity"@en ;
    rdfs:subClassOf sio:SIO_000015 .

sio:SIO_000076
    dc:identifier "SIO_000076" ;
    dct:description "A plan is a set of intended actions, through which one expects to achieve a goal."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "plan"@en ;
    rdfs:subClassOf sio:SIO_000091 .

sio:SIO_000077
    dc:identifier "SIO_000077" ;
    dct:description "A generic name is the preferred name provided by manufacturer."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "generic name"@en ;
    rdfs:subClassOf sio:SIO_000116 .

sio:SIO_000078
    dc:identifier "SIO_000078" ;
    dct:description "A language entity implements some language specification for the visual interpretation and is part of some document."@en ;
    sio:subset "nlp+" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "language entity"@en ;
    rdfs:subClassOf sio:SIO_000015, [
        dc:identifier ":arc09e0b58" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000300 ;
        owl:someValuesFrom rdfs:Literal
    ] .

sio:SIO_000079
    dc:identifier "SIO_000079" ;
    dct:description "A visual language entity is a language entity that is manifested within the spectrum of light and can be pereceived and processed by a visual system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "visual language entity"@en ;
    rdfs:subClassOf sio:SIO_000078 .

sio:SIO_000080
    dc:identifier "SIO_000080" ;
    dct:description "A figure is a graphical entity which consists of a visual (n-dimentional) arrangement of information entities."@en ;
    sio:hasSynonym "diagram"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "figure"@en ;
    rdfs:subClassOf sio:SIO_001194 ;
    owl:disjointWith sio:SIO_000448 .

sio:SIO_000081
    dc:identifier "SIO_000081" ;
    dct:description "An image is an affine projection of a visual entity to a two dimensional surface."@en ;
    sio:hasSynonym "depiction"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "image"@en ;
    rdfs:subClassOf sio:SIO_000080 .

sio:SIO_000082
    dc:identifier "SIO_000082" ;
    dct:description "A photograph is an image created by light falling on a light-sensitive surface."@en ;
    sio:hasSynonym "photo"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "photograph"@en ;
    rdfs:subClassOf sio:SIO_000081 .

sio:SIO_000083
    dc:identifier "SIO_000083" ;
    dct:description "A statistical graph is a figure that displays the relationship among numeric data and/or mathematical functions."@en ;
    sio:hasSynonym "chart" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "statistical graph"@en ;
    rdfs:subClassOf sio:SIO_000904 .

sio:SIO_000085
    dc:identifier "SIO_000085" ;
    dct:description "A question is a linguistic expression used to make a request for information."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "question"@en ;
    rdfs:subClassOf sio:SIO_000113 .

sio:SIO_000087
    dc:identifier "SIO_000087" ;
    dct:description "A publication is a document that has been made available by a publisher."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "publication"@en ;
    rdfs:subClassOf sio:SIO_000148 .

sio:SIO_000088
    dc:identifier "SIO_000088" ;
    dct:description "A record is a document containing a collection of statements about some entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "record"@en ;
    rdfs:subClassOf sio:SIO_000148, [
        dc:identifier ":arc09e0b59" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000673 ;
        owl:someValuesFrom sio:SIO_000115
    ] .

sio:SIO_000089
    dc:identifier "SIO_000089" ;
    dct:description "A dataset is a data item that is a collection of data items."@en ;
    sio:equivalentTo "http://www.w3.org/ns/dcat#Dataset"^^xsd:anyURI ;
    sio:hasSynonym "data set"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dataset"@en ;
    rdfs:subClassOf sio:SIO_000069, [
        dc:identifier ":arc09e0b64" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000213 ;
        owl:someValuesFrom sio:SIO_000396
    ] ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b60" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b61" ;
            rdf:first sio:SIO_000069 ;
            rdf:rest [
                dc:identifier ":arc09e0b63" ;
                rdf:first [
                    dc:identifier ":arc09e0b62" ;
                    a owl:Restriction ;
                    owl:allValuesFrom sio:SIO_000069 ;
                    owl:onProperty sio:SIO_000059
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000090
    dc:identifier "SIO_000090" ;
    dct:description "A specification is a description of the essential technical attributes/requirements for an object or procedure, and may be used to determine that the object / procedure meets its requirements/attributes."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "specification"@en ;
    rdfs:subClassOf sio:SIO_000136, [
        dc:identifier ":arc09e0b65" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000338 ;
        owl:someValuesFrom sio:SIO_000000
    ], [
        dc:identifier ":arc09e0b66" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000369 ;
        owl:someValuesFrom sio:SIO_000337
    ], [
        dc:identifier ":arc09e0b67" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000420 ;
        owl:someValuesFrom sio:SIO_000015
    ] .

sio:SIO_000091
    dc:identifier "SIO_000091" ;
    dct:description "An action specification is a specification composed of a sequence of instructions to achieve some objective."@en ;
    sio:hasSynonym "effective specification" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "action specification"@en ;
    rdfs:subClassOf sio:SIO_000090, [
        dc:identifier ":arc09e0b68" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000338 ;
        owl:someValuesFrom sio:SIO_000006
    ], [
        dc:identifier ":arc09e0b69" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000362 ;
        owl:someValuesFrom sio:SIO_000337
    ], [
        dc:identifier ":arc09e0b70" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_000006 ;
        owl:onProperty sio:SIO_000341
    ] .

sio:SIO_000092
    dc:identifier "SIO_000092" ;
    dct:description "A biopolymer is an organic polymer using biological components."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "biopolymer"@en ;
    rdfs:subClassOf sio:SIO_010346, [
        dc:identifier ":arc09e0b80" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000273 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b81" ;
            a owl:Class ;
            owl:unionOf [
                dc:identifier ":arc09e0b82" ;
                rdf:first sio:SIO_000556 ;
                rdf:rest [
                    dc:identifier ":arc09e0b83" ;
                    rdf:first sio:SIO_010074 ;
                    rdf:rest [
                        dc:identifier ":arc09e0b84" ;
                        rdf:first sio:SIO_010075 ;
                        rdf:rest [
                            dc:identifier ":arc09e0b85" ;
                            rdf:first sio:SIO_010334 ;
                            rdf:rest rdf:nil
                        ]
                    ]
                ]
            ]
        ]
    ] ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b71" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b72" ;
            rdf:first sio:SIO_010346 ;
            rdf:rest [
                dc:identifier ":arc09e0b74" ;
                rdf:first [
                    dc:identifier ":arc09e0b73" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000273 ;
                    owl:someValuesFrom [
                        dc:identifier ":arc09e0b75" ;
                        a owl:Class ;
                        owl:unionOf [
                            dc:identifier ":arc09e0b76" ;
                            rdf:first sio:SIO_000556 ;
                            rdf:rest [
                                dc:identifier ":arc09e0b77" ;
                                rdf:first sio:SIO_010074 ;
                                rdf:rest [
                                    dc:identifier ":arc09e0b78" ;
                                    rdf:first sio:SIO_010075 ;
                                    rdf:rest [
                                        dc:identifier ":arc09e0b79" ;
                                        rdf:first sio:SIO_010334 ;
                                        rdf:rest rdf:nil
                                    ]
                                ]
                            ]
                        ]
                    ]
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000093
    dc:identifier "SIO_000093" ;
    dct:description "is proper part of is an asymmetric, irreflexive (normally transitive) relation between a part and its distinct whole."@en ;
    sio:equivalentTo "OBO_REL:proper_part_of" ;
    sio:subset "core" ;
    a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is proper part of"@en ;
    rdfs:subPropertyOf sio:SIO_000068 .

sio:SIO_000094
    dc:identifier "SIO_000094" ;
    dct:description "An algorithm is an effective method expressed as a finite list of well-defined instructions for calculating a function."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "algorithm"@en ;
    rdfs:subClassOf sio:SIO_000075 .

sio:SIO_000095
    dc:identifier "SIO_000095" ;
    dct:description "is member of is a mereological relation between a item and a collection."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is member of"@en ;
    rdfs:subPropertyOf sio:SIO_000011 .

sio:SIO_000096
    dc:identifier "SIO_000096" ;
    dct:description "is boundary of is a mereological relation between a boundary located at the periphery of a whole."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is boundary of"@en ;
    rdfs:subPropertyOf sio:SIO_000093 .

sio:SIO_000097
    dc:identifier "SIO_000097" ;
    dct:description "A software entity is a computational entity that can be interpreted by or directly executed by a processing unit."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "software entity"@en ;
    rdfs:subClassOf sio:SIO_000602 .

sio:SIO_000098
    dc:identifier "SIO_000098" ;
    dct:description "A software method (also called subroutine, subprogram, procedure, method, function, or routine) is software designed to execute a specific task."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "software method"@en ;
    rdfs:subClassOf sio:SIO_000097 .

sio:SIO_000099
    dc:identifier "SIO_000099" ;
    dct:description "A software module is software composed of a collection of software methods."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "software module"@en ;
    rdfs:subClassOf sio:SIO_000097 .

sio:SIO_000100
    dc:identifier "SIO_000100" ;
    dct:description "A software library is software composed of a collection of software modules and/or software methods in a form that can be statically or dynamically linked to some software application."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "software library"@en ;
    rdfs:subClassOf sio:SIO_000097 .

sio:SIO_000101
    dc:identifier "SIO_000101" ;
    dct:description "A software application is software that can be directly executed by some processing unit."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "software application"@en ;
    rdfs:subClassOf sio:SIO_000097 .

sio:SIO_000102
    dc:identifier "SIO_000102" ;
    dct:description "A software interpreter is a software application that executes some specified input software."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "software interpreter"@en ;
    rdfs:subClassOf sio:SIO_000101 .

sio:SIO_000103
    dc:identifier "SIO_000103" ;
    dct:description "A software script is software whose instructions can be executed using a software interpreter."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "software script"@en ;
    rdfs:subClassOf sio:SIO_000097 .

sio:SIO_000104
    dc:identifier "SIO_000104" ;
    dct:description "Language is a language entity which is the result of encoding and decoding information through systematic creation and usage of systems of symbols, each pairing a specific sign with an intended meaning, established through social conventions"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "language"@en ;
    rdfs:subClassOf sio:SIO_000078 .

sio:SIO_000105
    dc:identifier "SIO_000105" ;
    dct:description "A symbol is a proposition about what an entity represents."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "symbol"@en ;
    rdfs:subClassOf sio:SIO_000612, [
        dc:identifier ":arc09e0b86" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000210 ;
        owl:someValuesFrom sio:SIO_000000
    ], [
        dc:identifier ":arc09e0b87" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000332 ;
        owl:someValuesFrom sio:SIO_000000
    ] .

sio:SIO_000106
    dc:identifier "SIO_000106" ;
    dct:description "A book is a publication composed of a large number of entries."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "book"@en ;
    rdfs:subClassOf sio:SIO_000087 .

sio:SIO_000107
    dc:identifier "SIO_000107" ;
    dct:description "A chapter is a document section of a book or thesis."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chapter"@en ;
    rdfs:subClassOf sio:SIO_000111 .

sio:SIO_000108
    dc:identifier "SIO_000108" ;
    dct:description "A character is a language symbol used to construct words."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "character"@en ;
    rdfs:subClassOf sio:SIO_000078 .

sio:SIO_000109
    dc:identifier "SIO_000109" ;
    dct:description "A novel is a fictitious prose narrative of book length, typically representing character and action with some degree of realism."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "novel"@en ;
    rdfs:subClassOf sio:SIO_000087 .

sio:SIO_000110
    dc:identifier "SIO_000110" ;
    dct:description "A paragraph is a self-contained unit of written discourse consisting of one or more sentences."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "paragraph"@en ;
    rdfs:subClassOf sio:SIO_000651, [
        dc:identifier ":arc09e0b88" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000273 ;
        owl:someValuesFrom sio:SIO_000113
    ] .

sio:SIO_000111
    dc:identifier "SIO_000111" ;
    dct:description "A document section is a component of a document."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "document section"@en ;
    rdfs:subClassOf sio:SIO_000171, [
        dc:identifier ":arc09e0b89" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_000148
    ] .

sio:SIO_000112
    dc:identifier "SIO_000112" ;
    dct:description "A capability is a realizable entity whose basis lies in one or more parts or qualities and reflects possibility of an entity to behave in a specified way under certain conditions or in response to a certain stimulus (trigger)."@en ;
    sio:subset "capability+", "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "capability"@en ;
    rdfs:subClassOf sio:SIO_000340, [
        dc:identifier ":arc09e0b90" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000011 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b91" ;
            a owl:Restriction ;
            owl:onProperty sio:SIO_000063 ;
            owl:someValuesFrom sio:SIO_000006
        ]
    ], [
        dc:identifier ":arc09e0b92" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000641 ;
        owl:someValuesFrom sio:SIO_000005
    ], [
        dc:identifier ":arc09e0b93" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_000006 ;
        owl:onProperty sio:SIO_000635
    ] .

sio:SIO_000113
    dc:identifier "SIO_000113" ;
    dct:description "A sentence is a grammatical unit consisting of one or more words that bear minimal syntactic relation to the words that precede or follow it."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sentence"@en ;
    rdfs:subClassOf sio:SIO_000483 .

sio:SIO_000114
    dc:identifier "SIO_000114" ;
    dct:description "A word is the smallest free form (an item that may be expressed in isolation with semantic or pragmatic content) in a language."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "word"@en ;
    rdfs:subClassOf sio:SIO_000078, [
        dc:identifier ":arc09e0b94" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000028 ;
        owl:someValuesFrom sio:SIO_001040
    ], [
        dc:identifier ":arc09e0b95" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000273 ;
        owl:someValuesFrom sio:SIO_000108
    ] .

sio:SIO_000115
    dc:identifier "SIO_000115" ;
    dct:description "An identifier is a label that specifically refers to (identifies) an entity (instance/type)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "identifier"@en ;
    rdfs:subClassOf sio:SIO_000179, [
        dc:identifier ":arc09e0b96" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000672 ;
        owl:someValuesFrom sio:SIO_000000
    ] .

sio:SIO_000116
    dc:identifier "SIO_000116" ;
    dct:description "A name is a label used to identify an entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "name"@en ;
    rdfs:subClassOf sio:SIO_000179, [
        dc:identifier ":arc09e0b97" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000300 ;
        owl:someValuesFrom xsd:string
    ] .

sio:SIO_000117
    dc:identifier "SIO_000117" ;
    dct:description "A preferred name is the name that is generally used by some organization. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "preferred name"@en ;
    rdfs:subClassOf sio:SIO_000116 .

sio:SIO_000118
    dc:identifier "SIO_000118" ;
    dct:description "A common name is a name that is commonly used."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "common name"@en ;
    rdfs:subClassOf sio:SIO_000116 .

sio:SIO_000119
    dc:identifier "SIO_000119" ;
    dct:description "A brand name is a trademarked and marketed name of a product."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "brand name"@en ;
    rdfs:subClassOf sio:SIO_000116 .

sio:SIO_000120
    dc:identifier "SIO_000120" ;
    dct:description "A scientific name is a name given through scientific nomenclature."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "scientific name"@en ;
    rdfs:subClassOf sio:SIO_000116 .

sio:SIO_000121
    dc:identifier "SIO_000121" ;
    dct:description "A magazine is a periodical that typically contains essays, stories, poems, etc., by many writers, and often photographs and drawings, frequently specializing in a particular subject or area, as hobbies, news, or sports."@en ;
    sio:equivalentTo "http://purl.org/ontology/bibo/Magazine" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "magazine"@en ;
    rdfs:subClassOf sio:SIO_000162 .

sio:SIO_000122
    dc:identifier "SIO_000122" ;
    dct:description "A synonym is a word with the same or very similar meanings."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "synonym"@en ;
    rdfs:subClassOf sio:SIO_000342 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b98" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b99" ;
            rdf:first sio:SIO_000342 ;
            rdf:rest [
                dc:identifier ":arc09e0b101" ;
                rdf:first [
                    dc:identifier ":arc09e0b100" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000283 ;
                    owl:someValuesFrom sio:SIO_000275
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000123
    dc:identifier "SIO_000123" ;
    dct:description "An antonym is a word with opposite or nearly opposite meaning."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "antonym"@en ;
    rdfs:subClassOf sio:SIO_000342 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b102" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b103" ;
            rdf:first sio:SIO_000342 ;
            rdf:rest [
                dc:identifier ":arc09e0b105" ;
                rdf:first [
                    dc:identifier ":arc09e0b104" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000496 ;
                    owl:someValuesFrom sio:SIO_000275
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000124
    dc:identifier "SIO_000124" ;
    dct:description "A hypernym is a term with a broader meaning."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hypernym"@en ;
    rdfs:subClassOf sio:SIO_000342 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b106" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b107" ;
            rdf:first sio:SIO_000342 ;
            rdf:rest [
                dc:identifier ":arc09e0b109" ;
                rdf:first [
                    dc:identifier ":arc09e0b108" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000477 ;
                    owl:someValuesFrom sio:SIO_000275
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000125
    dc:identifier "SIO_000125" ;
    dct:description "A hyponym is a term with a narrower meaning."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hyponym"@en ;
    rdfs:subClassOf sio:SIO_000342 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b110" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b111" ;
            rdf:first sio:SIO_000342 ;
            rdf:rest [
                dc:identifier ":arc09e0b113" ;
                rdf:first [
                    dc:identifier ":arc09e0b112" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000427 ;
                    owl:someValuesFrom sio:SIO_000275
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000126
    dc:identifier "SIO_000126" ;
    dct:description "A homonym is a word that sounds the same but has different meaning."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "homonym"@en ;
    rdfs:subClassOf sio:SIO_000342, [
        dc:identifier ":arc09e0b114" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000495 ;
        owl:someValuesFrom sio:SIO_000275
    ] .

sio:SIO_000127
    dc:identifier "SIO_000127" ;
    dct:description "A workflow is an algorithm that is is a depiction of a sequence of operations to achieve one or more objectives."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "workflow"@en ;
    rdfs:subClassOf sio:SIO_000094 .

sio:SIO_000128
    dc:identifier "SIO_000128" ;
    dct:description "A is contained in B iff the spatial region occupied by A is part of the spatial region occupied by B and A is not part of B. [T]"@en ;
    sio:equivalentTo "OBO_REL:contained_in" ;
    sio:subset "core" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is contained in"@en ;
    rdfs:subPropertyOf sio:SIO_000061 ;
    owl:inverseOf sio:SIO_000202 .

sio:SIO_000129
    dc:identifier "SIO_000129" ;
    dct:description "An ontology document is a document that contains an ontology."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ontology document"@en ;
    rdfs:subClassOf sio:SIO_000148 .

sio:SIO_000130
    dc:identifier "SIO_000130" ;
    dct:description "A pattern is a generalized representation of some repeatable concrete or informational item."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pattern"@en ;
    rdfs:subClassOf sio:SIO_000075 .

sio:SIO_000131
    dc:identifier "SIO_000131" ;
    dct:description "A sequence motif is a pattern of nucleotides in a DNA sequence or amino acids in a protein."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sequence motif"@en ;
    rdfs:subClassOf sio:SIO_000130 ;
    owl:disjointWith sio:SIO_001197 .

sio:SIO_000132
    dc:identifier "SIO_000132" ;
    dct:description "has participant is a relation that describes the participation of the object in the (processual) subject."@en ;
    sio:equivalentTo "OBO_REL:has_participant" ;
    sio:subset "core" ;
    a owl:ObjectProperty ;
    rdfs:domain sio:SIO_000006 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has participant"@en ;
    rdfs:subPropertyOf sio:SIO_000322 .

sio:SIO_000133
    dc:identifier "SIO_000133" ;
    dct:description "A descriptor (index term, subject term, subject heading) is a term that captures the essence of the topic of a document."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "descriptor"@en ;
    rdfs:subClassOf sio:SIO_000275 .

sio:SIO_000135
    dc:identifier "SIO_000135" ;
    dct:description "A definition is a description that succintly characterizes an entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "definition"@en ;
    rdfs:subClassOf sio:SIO_000136 .

sio:SIO_000136
    dc:identifier "SIO_000136" ;
    dct:description "A description is language entity in which elements of a language (formal or natural) are used to characterize an entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "description"@en ;
    rdfs:subClassOf sio:SIO_000078, [
        dc:identifier ":arc09e0b115" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_000000 ;
        owl:onProperty sio:SIO_000563
    ] .

sio:SIO_000137
    dc:identifier "SIO_000137" ;
    dct:description "A category is a class of entities having particular shared characteristics."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "category"@en ;
    rdfs:subClassOf sio:SIO_000326 .

sio:SIO_000138
    dc:identifier "SIO_000138" ;
    dct:description "A class is a collection of sets which can be unambiguously defined by a property that all its members share."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "class"@en ;
    rdfs:subClassOf sio:SIO_000289 .

sio:SIO_000139
    dc:identifier "SIO_000139" ;
    dct:description "has agent is a relation between a process and an entity, where the entity is present throughout the process and is a causal participant in the process."@en ;
    sio:equivalentTo "OBO_REL:has_agent" ;
    sio:subset "core", "sadi"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has agent"@en ;
    rdfs:subPropertyOf sio:SIO_000132 .

sio:SIO_000140
    dc:identifier "SIO_000140" ;
    dct:description "A web service is a software application that can be accessed over a network, such as the Internet, and executed on a remote system hosting the requested services."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "web service"@en ;
    rdfs:subClassOf sio:SIO_000101 .

sio:SIO_000141
    dc:identifier "SIO_000141" ;
    dct:description "A criterion is a specification to describe properties used for evaluation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "criterion"@en ;
    rdfs:subClassOf sio:SIO_000316 .

sio:SIO_000142
    dc:identifier "SIO_000142" ;
    dct:description "An inclusion criterion is a criterion that must be present to satisfy some objective."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "inclusion criterion"@en ;
    rdfs:subClassOf sio:SIO_000141 ;
    owl:disjointWith sio:SIO_000143 .

sio:SIO_000143
    dc:identifier "SIO_000143" ;
    dct:description "An exclusion criterion is a criterion that must be absent to satistify the objective."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "exclusion criterion"@en ;
    rdfs:subClassOf sio:SIO_000141 .

sio:SIO_000144
    dc:identifier "SIO_000144" ;
    dct:description "A parameter is variable whose value changes the characteristics of a system or a function."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "parameter"@en ;
    rdfs:subClassOf sio:SIO_000920 .

sio:SIO_000145
    dc:identifier "SIO_000145" ;
    dct:description "A is location of B iff the spatial region occupied by A has the spatial region occupied by B as a part. [T][R]"@en ;
    sio:subset "nlp+" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is location of"@en ;
    rdfs:subPropertyOf sio:SIO_000322 .

sio:SIO_000146
    dc:identifier "SIO_000146" ;
    dct:description "A monomer is a submolecule that is proper part of some polymer, and is a building block for such polymer."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "monomer"@en ;
    rdfs:subClassOf sio:SIO_010441, [
        dc:identifier ":arc09e0b116" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000310 ;
        owl:someValuesFrom sio:SIO_000092
    ] .

sio:SIO_000147
    dc:identifier "SIO_000147" ;
    dct:description "A keyword is a descriptor in which the association of the word with the entity facilitates information retrieval."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "keyword"@en ;
    rdfs:subClassOf sio:SIO_000133 .

sio:SIO_000148
    dc:identifier "SIO_000148" ;
    dct:description "A document is a bounded physical or digital representation of a body of information designed with the capacity (and usually intent) to communicate."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "document"@en ;
    rdfs:subClassOf sio:SIO_000651 .

sio:SIO_000150
    dc:identifier "SIO_000150" ;
    dct:description "A list is any enumeration of a set of items."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "list"@en ;
    rdfs:subClassOf sio:SIO_000289, [
        dc:identifier ":arc09e0b117" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000059 ;
        owl:someValuesFrom sio:SIO_000000
    ] .

sio:SIO_000151
    dc:identifier "SIO_000151" ;
    dct:description "A manuscript is a document prior to publication."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "manuscript"@en ;
    rdfs:subClassOf sio:SIO_000148 .

sio:SIO_000152
    dc:identifier "SIO_000152" ;
    dct:description "A note is a brief document."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "note"@en ;
    rdfs:subClassOf sio:SIO_000148 .

sio:SIO_000153
    dc:identifier "SIO_000153" ;
    dct:description "A patent is an information entity granted by a patent issuing authority which confers upon the patenter the sole right to make, use and sell an invention for a set period of time."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "patent"@en ;
    rdfs:subClassOf sio:SIO_001373 .

sio:SIO_000154
    dc:identifier "SIO_000154" ;
    dct:description "An article is a publication that is stand-alone section of a larger work."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "article"@en ;
    rdfs:subClassOf sio:SIO_000087 .

sio:SIO_000155
    dc:identifier "SIO_000155" ;
    dct:description "A blog is a publication accessible at some website and is typically about various experiences."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "blog"@en ;
    rdfs:subClassOf sio:SIO_000087 .

sio:SIO_000156
    dc:identifier "SIO_000156" ;
    dct:description "A book volume is a book that is part of a collection."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "book volume"@en ;
    rdfs:subClassOf sio:SIO_000106 .

sio:SIO_000157
    dc:identifier "SIO_000157" ;
    dct:description "A conference proceedings is a book composed of papers presented at a conference."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "conference proceedings"@en ;
    rdfs:subClassOf sio:SIO_000106 .

sio:SIO_000158
    dc:identifier "SIO_000158" ;
    dct:description "A book series is a collection of books that have been sequentially published."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "book series"@en ;
    rdfs:subClassOf sio:SIO_000295 .

sio:SIO_000159
    dc:identifier "SIO_000159" ;
    dct:description "An edited publication is a publication that has been examined and potentially changed by an editor."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "edited publication"@en ;
    rdfs:subClassOf sio:SIO_000087 .

sio:SIO_000160
    dc:identifier "SIO_000160" ;
    dct:description "A journal is a a peer-reviewed periodical in which scholarship relating to a particular academic discipline is published."@en ;
    sio:equivalentTo "http://purl.org/ontology/bibo/Journal"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "journal"@en ;
    rdfs:subClassOf sio:SIO_000162 .

sio:SIO_000161
    dc:identifier "SIO_000161" ;
    dct:description "A manual is a document that instructs on the usage of a device."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "manual"@en ;
    rdfs:subClassOf sio:SIO_000087 .

sio:SIO_000162
    dc:identifier "SIO_000162" ;
    dct:description "A periodical is a publication that appears on a regular schedule."@en ;
    sio:equivalentTo "http://purl.org/ontology/bibo/Periodical" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "periodical"@en ;
    rdfs:subClassOf sio:SIO_000295 .

sio:SIO_000163
    dc:identifier "SIO_000163" ;
    dct:description "A newspaper is a periodical publication containing news regarding current events, informative articles, diverse features, editorials, and advertising."@en ;
    sio:equivalentTo "http://purl.org/ontology/bibo/Newspaper" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "newspaper"@en ;
    rdfs:subClassOf sio:SIO_000162 .

sio:SIO_000164
    dc:identifier "SIO_000164" ;
    dct:description "A technical report is a publication published by a school or other institution, usually numbered within a series."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "technical report"@en ;
    rdfs:subClassOf sio:SIO_000087 .

sio:SIO_000165
    dc:identifier "SIO_000165" ;
    dct:description "A thesis document is the written research component of a post-secondary institution  that contains a statement supported by arguments."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "thesis document"@en ;
    rdfs:subClassOf sio:SIO_000087 .

sio:SIO_000166
    dc:identifier "SIO_000166" ;
    dct:description "An honor's thesis is a thesis prepared as a requirement for an honor's undergraduate degree."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "honor's thesis"@en ;
    rdfs:subClassOf sio:SIO_000165 .

sio:SIO_000167
    dc:identifier "SIO_000167" ;
    dct:description "A Master's thesis is a thesis prepared as a requirement for a Master's degree."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "master's thesis"@en ;
    rdfs:subClassOf sio:SIO_000165 .

sio:SIO_000168
    dc:identifier "SIO_000168" ;
    dct:description "A PhD thesis is a thesis prepared as a requirement for a doctoral degree."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "phd thesis"@en ;
    rdfs:subClassOf sio:SIO_000165 .

sio:SIO_000169
    dc:identifier "SIO_000169" ;
    dct:description "A booklet is a document that lacks a named publisher or sponsoring institution."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "booklet"@en ;
    rdfs:subClassOf sio:SIO_000148 .

sio:SIO_000170
    dc:identifier "SIO_000170" ;
    dct:description "A diary is a document which describes day-to-day experiences."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "diary"@en ;
    rdfs:subClassOf sio:SIO_000148 .

sio:SIO_000171
    dc:identifier "SIO_000171" ;
    dct:description "A bibliographic attribute is an attribute related to publications."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "document component"@en ;
    rdfs:subClassOf sio:SIO_000651 .

sio:SIO_000172
    dc:identifier "SIO_000172" ;
    dct:description "An address is a position that indicates the physical location of some entity using a social convention."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "address"@en ;
    rdfs:subClassOf sio:SIO_000328 .

sio:SIO_000173
    dc:identifier "SIO_000173" ;
    dct:description "An affiliation is a social relation which indicates the partnership between two or more entities."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "affiliation"@en ;
    rdfs:subClassOf sio:SIO_000287 .

sio:SIO_000174
    dc:identifier "SIO_000174" ;
    dct:description "A citation is a textual entity which denotes a source described in the bibliography or reference section of a document."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "citation"@en ;
    rdfs:subClassOf sio:SIO_000171 .

sio:SIO_000175
    dc:identifier "SIO_000175" ;
    dct:description "A document title is a textual entity that summarizes the topic of the document in one sentence."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "document title"@en ;
    rdfs:subClassOf sio:SIO_000185 .

sio:SIO_000176
    dc:identifier "SIO_000176" ;
    dct:description "A reference is a textual entity that describes a single source used in the preparation or development of the work."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "reference"@en ;
    rdfs:subClassOf sio:SIO_000171 .

sio:SIO_000177
    dc:identifier "SIO_000177" ;
    dct:description "A page range denotes the start and end page in some document."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "page range"@en ;
    rdfs:subClassOf sio:SIO_000944 .

sio:SIO_000178
    dc:identifier "SIO_000178" ;
    dct:description "A page total is a textual entity that is about the number of pages in some informational entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "page total"@en ;
    rdfs:subClassOf sio:SIO_000794 .

sio:SIO_000179
    dc:identifier "SIO_000179" ;
    dct:description "a label is a term that is associated with some entity"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "label"@en ;
    rdfs:subClassOf sio:SIO_000275 .

sio:SIO_000180
    dc:identifier "SIO_000180" ;
    dct:description "A language label is a label that denotes the language of a textual entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "language label"@en ;
    rdfs:subClassOf sio:SIO_000179 .

sio:SIO_000181
    dc:identifier "SIO_000181" ;
    dct:description "A first name is a name that denotes a specific individual between members of a group of individuals, whose members usually share the same surname."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "first name"@en ;
    rdfs:subClassOf sio:SIO_000116 .

sio:SIO_000182
    dc:identifier "SIO_000182" ;
    dct:description "A last name (surname) is a name added to a given name and is part of a personal name and is often the family name."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "last name"@en ;
    rdfs:subClassOf sio:SIO_000116 .

sio:SIO_000183
    dc:identifier "SIO_000183" ;
    dct:description "A personal name is a name to identify an individual person and usually comprises of a first name and a last name."@en ;
    sio:hasSynonym "full name" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "personal name"@en ;
    rdfs:subClassOf sio:SIO_000116 .

sio:SIO_000184
    dc:identifier "SIO_000184" ;
    dct:description "A legal name is a name given at birth, or which appears on their birth certificate, marriage certificate, or change of name certificate."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "legal name"@en ;
    rdfs:subClassOf sio:SIO_000183 .

sio:SIO_000185
    dc:identifier "SIO_000185" ;
    dct:description "A title is a textual entity that summarily describes some entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "title"@en ;
    rdfs:subClassOf sio:SIO_000179 .

sio:SIO_000186
    dc:identifier "SIO_000186" ;
    dct:description "A document version is a version of a work in some sequence of derivative works."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "document version"@en ;
    rdfs:subClassOf sio:SIO_000653 .

sio:SIO_000188
    dc:identifier "SIO_000188" ;
    dct:description "An abstract section is a document section that provides brief summary of a document that explains the main argument(s), topic(s) or findings."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "abstract section"@en ;
    rdfs:subClassOf sio:SIO_000111 .

sio:SIO_000189
    dc:identifier "SIO_000189" ;
    dct:description "An acknowledgements section is a document section that identifies individuals, groups or organizations for their support in the development of the work."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "acknowledgements section"@en ;
    rdfs:subClassOf sio:SIO_000111 .

sio:SIO_000190
    dc:identifier "SIO_000190" ;
    dct:description "An author contribution section is a document section that describes the contribution of the authors."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "author contribution section"@en ;
    rdfs:subClassOf sio:SIO_000111 .

sio:SIO_000191
    dc:identifier "SIO_000191" ;
    dct:description "An author section is a document section that lists the contributing authors."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "author section"@en ;
    rdfs:subClassOf sio:SIO_000111 .

sio:SIO_000192
    dc:identifier "SIO_000192" ;
    dct:description "A bibliography section is a document section that is composed of a list of references used in the development of the work."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "bibliography section"@en ;
    rdfs:subClassOf sio:SIO_000111 .

sio:SIO_000193
    dc:identifier "SIO_000193" ;
    dct:description "A copyright section is a document section that contains a notice of copyright."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "copyright section"@en ;
    rdfs:subClassOf sio:SIO_000111 .

sio:SIO_000194
    dc:identifier "SIO_000194" ;
    dct:description "A correspondence section is a document section that contains the details for contacting the corresponding author."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "correspondence section"@en ;
    rdfs:subClassOf sio:SIO_000111 .

sio:SIO_000195
    dc:identifier "SIO_000195" ;
    dct:description "The discussion section is a document section containing a summary of the findings, a reflection on the significance of findings, comparison with related work, among others."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "discussion section"@en ;
    rdfs:subClassOf sio:SIO_000111 .

sio:SIO_000196
    dc:identifier "SIO_000196" ;
    dct:description "An introduction section is a document section that generally provides background, motivation and goals of the work."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "introduction section"@en ;
    rdfs:subClassOf sio:SIO_000111 .

sio:SIO_000197
    dc:identifier "SIO_000197" ;
    dct:description "The materials and methods section is a document section containing a description of the materials and methods used in the study."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "materials and methods section"@en ;
    rdfs:subClassOf sio:SIO_000111 .

sio:SIO_000198
    dc:identifier "SIO_000198" ;
    dct:description "The materials section is a document section containing a description of the materials used in the study."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "materials section"@en ;
    rdfs:subClassOf sio:SIO_000111 .

sio:SIO_000199
    dc:identifier "SIO_000199" ;
    dct:description "The methods section is a document section containing a description of the methods used in the study."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "methods section"@en ;
    rdfs:subClassOf sio:SIO_000111 .

sio:SIO_000200
    dc:identifier "SIO_000200" ;
    dct:description "The results section is a document section describing the main findings of the study."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "results section"@en ;
    rdfs:subClassOf sio:SIO_000111 .

sio:SIO_000201
    dc:identifier "SIO_000201" ;
    dct:description "The table of contents is a document section that lists all sections (and optionally subsections) in a sequential order along with their page number."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "table of contents"@en ;
    rdfs:subClassOf sio:SIO_000111 .

sio:SIO_000202
    dc:identifier "SIO_000202" ;
    dct:description "A contains B iff the spatial region occupied by A has the spatial region occupied by B as a part, and B is not part of A. [T]"@en ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "contains"@en ;
    rdfs:subPropertyOf sio:SIO_000145 .

sio:SIO_000203
    dc:identifier "SIO_000203" ;
    dct:description "A is connected to B iff there exists a fiat, material or temporal path between A and B. [S][T]"@en ;
    sio:hasSynonym "interacts with"@en ;
    sio:subset "core", "nlp" ;
    a owl:ObjectProperty, owl:SymmetricProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is connected to"@en ;
    rdfs:subPropertyOf sio:SIO_000322 .

sio:SIO_000204
    dc:identifier "SIO_000204" ;
    dct:description "A is adjacent to B iff there is a small, but non-zero distance between A and B"@en ;
    sio:equivalentTo "OBO_REL:adjacent_to" ;
    sio:subset "core", "nlp" ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is adjacent to"@en ;
    rdfs:subPropertyOf sio:SIO_000322 .

sio:SIO_000205
    dc:identifier "SIO_000205" ;
    dct:description "is represented by: a relation between an entity and some symbol."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is represented by"@en ;
    rdfs:subPropertyOf sio:SIO_000212 ;
    owl:inverseOf sio:SIO_000210 .

sio:SIO_000206
    dc:identifier "SIO_000206" ;
    dct:description "is supported by is a relation between a proposition and something that supports the truth of the assertion."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is supported by"@en ;
    rdfs:subPropertyOf sio:SIO_000772 ;
    owl:inverseOf sio:SIO_000208 .

sio:SIO_000207
    dc:identifier "SIO_000207" ;
    dct:description "has disputing evidence is a relation between a proposition and something that disputes (does not directly support) the truth of the assertion."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is disputed by"@en ;
    rdfs:subPropertyOf sio:SIO_000772 ;
    owl:inverseOf sio:SIO_000209 .

sio:SIO_000208
    dc:identifier "SIO_000208" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is supporting evidence for"@en ;
    rdfs:subPropertyOf sio:SIO_000773 .

sio:SIO_000209
    dc:identifier "SIO_000209" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is disputing evidence for"@en ;
    rdfs:subPropertyOf sio:SIO_000773 .

sio:SIO_000210
    dc:identifier "SIO_000210" ;
    dct:description "a represents b when a serves as a sign, symbol or model of b."@en ;
    sio:subset "core" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "represents"@en ;
    rdfs:subPropertyOf sio:SIO_000628 .

sio:SIO_000211
    dc:identifier "SIO_000211" ;
    dct:description "is positionally after is a relation between entities placed on a dimensional axis in which the projection of the position of the first entity is numerically greater than the projection of the position of the second entity."@en ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is positionally after"@en ;
    rdfs:subPropertyOf sio:SIO_000203 ;
    owl:inverseOf sio:SIO_000240 .

sio:SIO_000212
    dc:identifier "SIO_000212" ;
    dct:description "A is referred to by B iff B is an informational entity that makes reference to A."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is referred to by"@en ;
    rdfs:subPropertyOf sio:SIO_000001 ;
    owl:inverseOf sio:SIO_000628 .

sio:SIO_000213
    dc:identifier "SIO_000213" ;
    dct:description "A has concretization B iff A is an informational entity and B is the a quality of some material entity."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has concretization"@en ;
    rdfs:subPropertyOf sio:SIO_000425 ;
    owl:inverseOf sio:SIO_000214 .

sio:SIO_000214
    dc:identifier "SIO_000214" ;
    dct:description "A is concretization of B iff A is a quality of a material entity and B is an informational entity."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is concretization of"@en ;
    rdfs:subPropertyOf sio:SIO_000425 .

sio:SIO_000215
    dc:identifier "SIO_000215" ;
    dct:description "is measurement value of is a relation between a value and the entity that it is a measurement of."@en ;
    a owl:ObjectProperty ;
    rdfs:domain sio:SIO_000070 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is measurement value of"@en ;
    rdfs:subPropertyOf sio:SIO_000011 ;
    owl:inverseOf sio:SIO_000216 .

sio:SIO_000216
    dc:identifier "SIO_000216" ;
    dct:description "has measurement value is a relation between a quality/realizable and a measurement value."@en ;
    sio:subset "core" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has measurement value"@en ;
    rdfs:range sio:SIO_000070 ;
    rdfs:subPropertyOf sio:SIO_000008 .

sio:SIO_000217
    dc:identifier "SIO_000217" ;
    dct:description "has quality is a relation between an entity and the quality that it bears."@en ;
    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has quality"@en ;
    rdfs:range sio:SIO_000005 ;
    rdfs:subPropertyOf sio:SIO_000223 ;
    owl:inverseOf sio:SIO_000218 .

sio:SIO_000218
    dc:identifier "SIO_000218" ;
    dct:description "is quality of is a relation between a quality and the entity that it is a property of."@en ;
    a owl:ObjectProperty ;
    rdfs:domain sio:SIO_000005 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is quality of"@en ;
    rdfs:subPropertyOf sio:SIO_000224 .

sio:SIO_000219
    dc:identifier "SIO_000219" ;
    dct:description "is source of is a relation between a source of information about some entity."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is source of"@en ;
    rdfs:subPropertyOf sio:SIO_000011 ;
    owl:inverseOf sio:SIO_000253 .

sio:SIO_000220
    dc:identifier "SIO_000220" ;
    dct:description "Implication is a logical operator that holds between a set T of propositions and a proposition B, when every model (or interpretation or valuation) of T is also a model of B."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "implies (->)"@en ;
    rdfs:subClassOf sio:SIO_000238 .

sio:SIO_000221
    dc:identifier "SIO_000221" ;
    dct:description "has unit is a relation between a quantity and the unit it is a multiple of."@en ;
    sio:subset "core" ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has unit"@en ;
    rdfs:range sio:SIO_000074 ;
    rdfs:subPropertyOf sio:SIO_000008 ;
    owl:inverseOf sio:SIO_000222 .

sio:SIO_000222
    dc:identifier "SIO_000222" ;
    dct:description "is unit of is a relation between a unit and a quantity that it is a multiple of."@en ;
    a owl:ObjectProperty ;
    rdfs:domain sio:SIO_000074 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is unit of"@en ;
    rdfs:subPropertyOf sio:SIO_000011 .

sio:SIO_000223
    dc:identifier "SIO_000223" ;
    dct:description "has property is a relation between an entity and the quality, capability or role that it and it alone bears."@en ;
    sio:example "michel's hair has the quality of being brown in colour."@en ;
    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has property"@en ;
    rdfs:subPropertyOf sio:SIO_000008 ;
    owl:inverseOf sio:SIO_000224 .

sio:SIO_000224
    dc:identifier "SIO_000224" ;
    dct:description "is property of is a relation betweena  quality, capability or role and the entity that it and it alone bears."@en ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is property of"@en ;
    rdfs:subPropertyOf sio:SIO_000011 .

sio:SIO_000225
    dc:identifier "SIO_000225" ;
    dct:description "has function is the relation between an entity and a function that is ascribed to it."@en ;
    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has function"@en ;
    rdfs:range sio:SIO_000017 ;
    rdfs:subPropertyOf sio:SIO_000235 ;
    owl:inverseOf sio:SIO_000226 .

sio:SIO_000226
    dc:identifier "SIO_000226" ;
    dct:description "is function of is a relation between a function and an entity that it is a property of."@en ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:domain sio:SIO_000017 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is function of"@en ;
    rdfs:subPropertyOf sio:SIO_000236 .

sio:SIO_000227
    dc:identifier "SIO_000227" ;
    dct:description "is role of is a relation between a role and the entity that it is a property of."@en ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:domain sio:SIO_000016 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is role of"@en ;
    rdfs:subPropertyOf sio:SIO_000643 ;
    owl:inverseOf sio:SIO_000228 .

sio:SIO_000228
    dc:identifier "SIO_000228" ;
    dct:description "has role is a relation between an entity and a role that it bears."@en ;
    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has role"@en ;
    rdfs:range sio:SIO_000016 ;
    rdfs:subPropertyOf sio:SIO_000644 .

sio:SIO_000229
    dc:identifier "SIO_000229" ;
    dct:description "has output is a relation between an process and an entity, where the entity is present at the end of the process."@en ;
    sio:subset "core", "sadi"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has output"@en ;
    rdfs:subPropertyOf sio:SIO_000132 ;
    owl:inverseOf sio:SIO_000232 .

sio:SIO_000230
    dc:identifier "SIO_000230" ;
    dct:description "has input is a relation between a process and an entity, where the entity is present at the beginning of the process."@en ;
    sio:subset "core", "sadi"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has input"@en ;
    rdfs:subPropertyOf sio:SIO_000132 ;
    owl:inverseOf sio:SIO_000231 .

sio:SIO_000231
    dc:identifier "SIO_000231" ;
    dct:description "is input in is a relation between an entity and a process, where the entity is present at the beginning of the process."@en ;
    sio:example "glucose and ATP are inputs in the hexokinase-mediated conversion of glucose to glucose-6-phosphate."@en ;
    sio:subset "sadi"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is input in"@en ;
    rdfs:subPropertyOf sio:SIO_000062 .

sio:SIO_000232
    dc:identifier "SIO_000232" ;
    dct:description "is output of is a relation between an entity and a process, where the entity is present at the end of the process."@en ;
    sio:example "glucose-6-phosphate and ADP are outputs in the hexokinase-mediated conversion of glucose to glucose-6-phosphate."@en ;
    sio:subset "sadi"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is output of"@en ;
    rdfs:subPropertyOf sio:SIO_000062 .

sio:SIO_000233
    dc:identifier "SIO_000233" ;
    dct:description "is implementation of is a relation between an information entity and a specification that it conforms to."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is implementation of"@en ;
    rdfs:subPropertyOf sio:SIO_000011 ;
    owl:inverseOf sio:SIO_000234 .

sio:SIO_000234
    dc:identifier "SIO_000234" ;
    dct:description "has implementation is a relation between a specification and an implementation that conforms to it."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has implementation"@en ;
    rdfs:subPropertyOf sio:SIO_000008 .

sio:SIO_000235
    dc:identifier "SIO_000235" ;
    dct:description "has disposition is the relation between an entity and a disposition that it bears."@en ;
    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has disposition"@en ;
    rdfs:range sio:SIO_000014 ;
    rdfs:subPropertyOf sio:SIO_000586 ;
    owl:inverseOf sio:SIO_000236 .

sio:SIO_000236
    dc:identifier "SIO_000236" ;
    dct:description "is disposition of is a relation between a disposition and the entity that it is a property of."@en ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:domain sio:SIO_000014 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is disposition of"@en ;
    rdfs:subPropertyOf sio:SIO_000646 .

sio:SIO_000237
    dc:identifier "SIO_000237" ;
    dct:description "A namespace label is a short name for a namespace."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "namespace label"@en ;
    rdfs:subClassOf sio:SIO_000179 .

sio:SIO_000238
    dc:identifier "SIO_000238" ;
    dct:description "A logical operator is a unary or binary relation to construct logical expressions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "logical operator"@en ;
    rdfs:subClassOf sio:SIO_000075 .

sio:SIO_000239
    dc:identifier "SIO_000239" ;
    dct:description "AND is a logical operator that has the value true if both of its operands are true, otherwise a value of false."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "conjunction (and)"@en ;
    rdfs:subClassOf sio:SIO_000238 .

sio:SIO_000240
    dc:identifier "SIO_000240" ;
    dct:description "is positionally before is a relation between entities placed on a dimensional axis in which the projection of the position of the first entity is numerically less than the projection of the position of the second entity."@en ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is positionally before"@en ;
    rdfs:subPropertyOf sio:SIO_000203 .

sio:SIO_000241
    dc:identifier "SIO_000241" ;
    dct:description "is directly after is a relation between entities placed on a dimensional axis in which the projection of the position of the first entity is numerically greater than the projection of the position of the second entity, and the entities are adjacent to one another."@en ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is directly after"@en ;
    rdfs:subPropertyOf sio:SIO_000211, sio:SIO_000652 ;
    owl:inverseOf sio:SIO_000242 .

sio:SIO_000242
    dc:identifier "SIO_000242" ;
    dct:description "is directly before is a relation between entities placed on a dimensional axis in which the projection of the position of the first entity is numerically less than the projection of the position of the second entity, and the entities are adjacent to one another."@en ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is directly before"@en ;
    rdfs:subPropertyOf sio:SIO_000240, sio:SIO_000652 .

sio:SIO_000243
    dc:identifier "SIO_000243" ;
    dct:description "A transitive, symmetric, temporal relation in which one entity is causally related with another non-identical entity."@en ;
    sio:subset "core" ;
    a owl:ObjectProperty, owl:SymmetricProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is causally related with"@en ;
    rdfs:subPropertyOf sio:SIO_000322 .

sio:SIO_000244
    dc:identifier "SIO_000244" ;
    dct:description "A transitive temporal relation in which one entity was materially formed from another non-identical entity."@en ;
    sio:equivalentTo "OBO_REL:derives_from" ;
    sio:subset "core" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is derived from"@en ;
    rdfs:subPropertyOf sio:SIO_000352 ;
    owl:inverseOf sio:SIO_000245 .

sio:SIO_000245
    dc:identifier "SIO_000245" ;
    dct:description "a derives to b if and only if a or some part thereof is consumed in the formation of b."@en ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:domain sio:SIO_000776 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "derives into"@en ;
    rdfs:range sio:SIO_000776 ;
    rdfs:subPropertyOf sio:SIO_000294 .

sio:SIO_000246
    dc:identifier "SIO_000246" ;
    dct:description "a immediately derives into b if and only if a or some significant part thereof is consumed in the formation of b and there are no identifiable intermediate entities between a and b."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "immediately derives into"@en ;
    rdfs:subPropertyOf sio:SIO_000245 ;
    owl:inverseOf sio:SIO_000247 .

sio:SIO_000247
    dc:identifier "SIO_000247" ;
    dct:description "A non-transitive temporal relation in which one entity is immediately derived from a non-identical entity such that there are no intermediate entities between them."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is immediately derived from"@en ;
    rdfs:subPropertyOf sio:SIO_000244 .

sio:SIO_000248
    dc:identifier "SIO_000248" ;
    dct:description "A transitive, temporal relation in which one process precedes (has occured earlier than) another process."@en ;
    sio:subset "core" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "precedes"@en ;
    rdfs:subPropertyOf sio:SIO_000352 ;
    owl:inverseOf sio:SIO_000249 .

sio:SIO_000249
    dc:identifier "SIO_000249" ;
    sio:equivalentTo "OBO_REL:preceded_by" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is preceded by"@en ;
    rdfs:subPropertyOf sio:SIO_000294 .

sio:SIO_000250
    dc:identifier "SIO_000250" ;
    dct:description "A non-transitive temporal relation in which one process immediately precedes another process, such that there is no interval of time between the two processes."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "immediately precedes"@en ;
    rdfs:subPropertyOf sio:SIO_000248 ;
    owl:inverseOf sio:SIO_000251 .

sio:SIO_000251
    dc:identifier "SIO_000251" ;
    dct:description "A non-transitive temporal relation in which one process is immediately preceded by another process, such that there is no interval of time between the two processes."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is immediately preceded by"@en ;
    rdfs:subPropertyOf sio:SIO_000249 .

sio:SIO_000252
    dc:identifier "SIO_000252" ;
    dct:description "is reference for is a relation between a document that provides information about an entity."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is referenced by"@en ;
    rdfs:subPropertyOf sio:SIO_000212 ;
    owl:inverseOf sio:SIO_000631 .

sio:SIO_000253
    dc:identifier "SIO_000253" ;
    dct:description "has source is a relation between an entity and another entity from which it stems from."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has source"@en ;
    rdfs:subPropertyOf sio:SIO_000008 .

sio:SIO_000254
    dc:identifier "SIO_000254" ;
    dct:description "is annotation of is a relation between some textual entity and the entity that it annotates."@en ;
    a owl:ObjectProperty ;
    rdfs:domain sio:SIO_000078 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is annotation of"@en ;
    rdfs:subPropertyOf sio:SIO_000011 ;
    owl:inverseOf sio:SIO_000255 .

sio:SIO_000255
    dc:identifier "SIO_000255" ;
    dct:description "has annotation is a relation between an entity and some textual anntotation."@en ;
    sio:example "document x is annotated with the keywords 'ontology','semantic web'"@en ;
    sio:hasSynonym "is annotated with"@en, "was annotated with"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has annotation"@en ;
    rdfs:range sio:SIO_000078 ;
    rdfs:subPropertyOf sio:SIO_000008 .

sio:SIO_000256
    dc:identifier "SIO_000256" ;
    dct:description "A proposition is a sentence expressing something true or false."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "proposition"@en ;
    rdfs:subClassOf sio:SIO_000136, [
        dc:identifier ":arc09e0b118" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000217 ;
        owl:someValuesFrom sio:SIO_000268
    ], [
        dc:identifier ":arc09e0b119" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000332 ;
        owl:someValuesFrom sio:SIO_000000
    ] .

sio:SIO_000257
    dc:identifier "SIO_000257" ;
    dct:description "A dimensionless quantity is a quantity that has no associated unit."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dimensionless quantity"@en ;
    rdfs:subClassOf sio:SIO_000052, [
        dc:identifier ":arc09e0b120" ;
        a owl:Class ;
        owl:complementOf [
            dc:identifier ":arc09e0b121" ;
            a owl:Restriction ;
            owl:onProperty sio:SIO_000221 ;
            owl:someValuesFrom sio:SIO_000074
        ]
    ] ;
    owl:disjointWith sio:SIO_000258 .

sio:SIO_000258
    dc:identifier "SIO_000258" ;
    dct:description "A dimensional quantity is a quantity that has an associated unit."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dimensional quantity"@en ;
    rdfs:subClassOf sio:SIO_000052, [
        dc:identifier ":arc09e0b122" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000221 ;
        owl:someValuesFrom sio:SIO_000074
    ] .

sio:SIO_000259
    dc:identifier "SIO_000259" ;
    dct:description "An argument is a set of one or more declarative sentences (or propositions) known as the premises along with another declarative sentence (or proposition) known as the conclusion."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "argument"@en ;
    rdfs:subClassOf sio:SIO_000256, [
        dc:identifier ":arc09e0b123" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b125" ;
            rdf:first [
                dc:identifier ":arc09e0b124" ;
                a owl:Restriction ;
                owl:onProperty sio:SIO_000053 ;
                owl:someValuesFrom sio:SIO_000261
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b127" ;
                rdf:first [
                    dc:identifier ":arc09e0b126" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000053 ;
                    owl:someValuesFrom sio:SIO_000262
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000261
    dc:identifier "SIO_000261" ;
    dct:description "A premise is a proposition of an argument from which the conclusion is drawn."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "premise"@en ;
    rdfs:subClassOf sio:SIO_000256 .

sio:SIO_000262
    dc:identifier "SIO_000262" ;
    dct:description "A conclusion is a proposition which is reached after considering the evidence, arguments or premises."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "conclusion"@en ;
    rdfs:subClassOf sio:SIO_000256 .

sio:SIO_000263
    dc:identifier "SIO_000263" ;
    dct:description "A deductive argument is an argument that asserts that the truth of the conclusion is a logical consequence of the premises."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "deductive argument"@en ;
    rdfs:subClassOf sio:SIO_000259 .

sio:SIO_000264
    dc:identifier "SIO_000264" ;
    dct:description "An inductive argument is an argument that asserts that the truth of the conclusion is supported by the premises."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "inductive argument"@en ;
    rdfs:subClassOf sio:SIO_000259 .

sio:SIO_000265
    dc:identifier "SIO_000265" ;
    dct:description "A sound argument is a valid argument with true premises."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sound argument"@en ;
    rdfs:subClassOf sio:SIO_000266, [
        dc:identifier ":arc09e0b128" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000053 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b129" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b130" ;
                rdf:first sio:SIO_000261 ;
                rdf:rest [
                    dc:identifier ":arc09e0b132" ;
                    rdf:first [
                        dc:identifier ":arc09e0b131" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000217 ;
                        owl:someValuesFrom sio:SIO_000269
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000266
    dc:identifier "SIO_000266" ;
    dct:description "A valid argument is an argument where the truth of the conclusion is a logical consequence of the premises and (consequently) its corresponding conditional is a necessary truth."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "valid argument"@en ;
    rdfs:subClassOf sio:SIO_000259, [
        dc:identifier ":arc09e0b133" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000053 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b134" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b135" ;
                rdf:first sio:SIO_000262 ;
                rdf:rest [
                    dc:identifier ":arc09e0b137" ;
                    rdf:first [
                        dc:identifier ":arc09e0b136" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000217 ;
                        owl:someValuesFrom sio:SIO_000270
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000267
    dc:identifier "SIO_000267" ;
    dct:description "An invalid argument is an argument where the truth of the conclusion is false because it is not a logical consequence of the premises."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "invalid argument"@en ;
    rdfs:subClassOf sio:SIO_000259, [
        dc:identifier ":arc09e0b138" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000053 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b139" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b140" ;
                rdf:first sio:SIO_000262 ;
                rdf:rest [
                    dc:identifier ":arc09e0b142" ;
                    rdf:first [
                        dc:identifier ":arc09e0b141" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000217 ;
                        owl:someValuesFrom sio:SIO_000270
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000268
    dc:identifier "SIO_000268" ;
    dct:description "truth value is a quality of information that is claimed/verified to be true or false."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "truth value"@en ;
    rdfs:subClassOf sio:SIO_000436 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b143" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b144" ;
            rdf:first sio:SIO_000269 ;
            rdf:rest [
                dc:identifier ":arc09e0b145" ;
                rdf:first sio:SIO_000270 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000269
    dc:identifier "SIO_000269" ;
    dct:description "true is a truth value that indicates that it holds under all possible worlds."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "true"@en ;
    rdfs:subClassOf sio:SIO_000268, [
        dc:identifier ":arc09e0b146" ;
        a owl:Restriction ;
        owl:hasValue true ;
        owl:onProperty sio:SIO_000300
    ] ;
    owl:disjointWith sio:SIO_000270 .

sio:SIO_000270
    dc:identifier "SIO_000270" ;
    dct:description "false is a truth value in that indicates that it is not true."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "false"@en ;
    rdfs:subClassOf sio:SIO_000268, [
        dc:identifier ":arc09e0b147" ;
        a owl:Restriction ;
        owl:hasValue false ;
        owl:onProperty sio:SIO_000300
    ] .

sio:SIO_000272
    dc:identifier "SIO_000272" ;
    dct:description "is variant of: a relationship indicating that two entities are different (by some measure), but either achieve the same objectives in different ways or are permutations of one another (temporal, logical or otherwise)"@en ;
    sio:subset "core" ;
    a owl:ObjectProperty, owl:SymmetricProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is variant of"@en ;
    rdfs:subPropertyOf sio:SIO_000736 .

sio:SIO_000273
    dc:identifier "SIO_000273" ;
    dct:description "has direct part is a relation to specify a part at a particular level of granularity"@en ;
    sio:example "a car has an engine as a direct part"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has direct part"@en ;
    rdfs:subPropertyOf sio:SIO_000053 ;
    owl:inverseOf sio:SIO_000310 .

sio:SIO_000274
    dc:identifier "SIO_000274" ;
    dct:description "A is prior version of B iff A is a variant of B and B derives from A."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is prior version of"@en ;
    rdfs:subPropertyOf sio:SIO_000244, sio:SIO_000497 ;
    owl:inverseOf sio:SIO_000286 .

sio:SIO_000275
    dc:identifier "SIO_000275" ;
    dct:description "A term is a word or phrase used to denote one or more entities."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "term"@en ;
    rdfs:subClassOf sio:SIO_000078, [
        dc:identifier ":arc09e0b148" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b149" ;
            rdf:first sio:SIO_000114 ;
            rdf:rest [
                dc:identifier ":arc09e0b150" ;
                rdf:first sio:SIO_000483 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000276
    dc:identifier "SIO_000276" ;
    dct:description "An emotion is a process (experience) that arises internally or from an involuntary physiological response to a stimulus."@en ;
    sio:subset "emotion++" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "emotion"@en ;
    rdfs:subClassOf sio:SIO_001195 .

sio:SIO_000277
    dc:identifier "SIO_000277" ;
    dct:description "cites is a relation to refer to by way of example, authority or proof."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cites"@en ;
    rdfs:subPropertyOf sio:SIO_000631 ;
    owl:inverseOf sio:SIO_000278 .

sio:SIO_000278
    dc:identifier "SIO_000278" ;
    dct:description "is cited by is a relation from an object that is referred to by way of example, authority or proof."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is cited by"@en ;
    rdfs:subPropertyOf sio:SIO_000252 .

sio:SIO_000279
    dc:identifier "SIO_000279" ;
    dct:description "mass is the quality of the amount of substance."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mass"@en ;
    rdfs:subClassOf sio:SIO_000037, [
        dc:identifier ":arc09e0b151" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000011 ;
        owl:someValuesFrom sio:SIO_000004
    ] .

sio:SIO_000280
    dc:identifier "SIO_000280" ;
    dct:description "OR is a logical operator that results in true whenever one or more of its operands are true." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "disjunction (or)"@en ;
    rdfs:subClassOf sio:SIO_000238 .

sio:SIO_000281
    dc:identifier "SIO_000281" ;
    dct:description "NOT is a logical operator in that has the value true if its operand is false."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "negation (not)"@en ;
    rdfs:subClassOf sio:SIO_000238 .

sio:SIO_000282
    dc:identifier "SIO_000282" ;
    dct:description "XOR, also called exclusive disjunction or (symbolized XOR, EOR, EXOR, or ⊕), is a type of logical disjunction on two operands that results in a value of true if exactly one of the operands has a value of true."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "exclusive disjunction (xor)"@en ;
    rdfs:subClassOf sio:SIO_000280 .

sio:SIO_000283
    dc:identifier "SIO_000283" ;
    dct:description "is similar to is a relation between two entities that share one or more features."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is similar to"@en ;
    rdfs:subPropertyOf sio:SIO_000272 .

sio:SIO_000284
    dc:identifier "SIO_000284" ;
    dct:description "A hypothesis is a proposed explanation for a phenomenon."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hypothesis"@en ;
    rdfs:subClassOf sio:SIO_000256 .

sio:SIO_000285
    dc:identifier "SIO_000285" ;
    dct:description "An academic organization is a lawfully recognized organization that confers diplomas, degrees and other forms of recognition of academic achievement."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "academic organization"@en ;
    rdfs:subClassOf sio:SIO_000012 .

sio:SIO_000286
    dc:identifier "SIO_000286" ;
    dct:description "A is subsequent version of B iff A is a variant of B and A derives from B."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is subsequent version of"@en ;
    rdfs:subPropertyOf sio:SIO_000497 .

sio:SIO_000287
    dc:identifier "SIO_000287" ;
    dct:description "A social relation is a social entity that describes a relationship  between two or more individuals or groups."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "social relation"@en ;
    rdfs:subClassOf sio:SIO_000009 .

sio:SIO_000288
    dc:identifier "SIO_000288" ;
    a owl:ObjectProperty, owl:SymmetricProperty, owl:TransitiveProperty ;
    rdfs:domain sio:SIO_010044 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is covalently connected to (transitive)"@en ;
    rdfs:range sio:SIO_010044 ;
    rdfs:subPropertyOf sio:SIO_000203 .

sio:SIO_000289
    dc:identifier "SIO_000289" ;
    dct:description "A set is a collection of entities, for which there may be zero members."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "set"@en ;
    rdfs:subClassOf sio:SIO_000075, [
        dc:identifier ":arc09e0b152" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_000000 ;
        owl:onProperty sio:SIO_000059
    ] .

sio:SIO_000290
    dc:identifier "SIO_000290" ;
    dct:description "A university is an institution of higher education and research which grants academic degrees in a variety of subjects and provides both undergraduate education and postgraduate education. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "university"@en ;
    rdfs:subClassOf sio:SIO_000285 .

sio:SIO_000291
    dc:identifier "SIO_000291" ;
    dct:description "has target is a relation between a process and an entity, where the entity is present at the beginning  of the process and undergoes a change or transformation in the process."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has target"@en ;
    rdfs:subPropertyOf sio:SIO_000230 ;
    owl:inverseOf sio:SIO_000292 .

sio:SIO_000292
    dc:identifier "SIO_000292" ;
    dct:description "is target in is a relation between an entity and a process, where the entity is present at the beginning  of the process and undergoes a change or transformation in the process."@en ;
    sio:example "glucose is a target in the hexokinase-mediated conversion of glucose to glucose-6-phosphate."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is target in"@en ;
    rdfs:subPropertyOf sio:SIO_000231 .

sio:SIO_000293
    dc:identifier "SIO_000293" ;
    dct:description "is weakly interacting with is a symmetric relation between two molecular entities (or any part thereof) that are interacting through some weak force (van der waals, hydrogen bonds, electrostatic interactions)"@en ;
    a owl:ObjectProperty, owl:SymmetricProperty, owl:TransitiveProperty ;
    rdfs:domain [
        dc:identifier ":arc09e0b1" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b2" ;
            rdf:first sio:SIO_011125 ;
            rdf:rest [
                dc:identifier ":arc09e0b4" ;
                rdf:first [
                    dc:identifier ":arc09e0b3" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000068 ;
                    owl:someValuesFrom sio:SIO_011125
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is weakly interacting with (transitive)"@en ;
    rdfs:range [
        dc:identifier ":arc09e0b5" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b6" ;
            rdf:first sio:SIO_011125 ;
            rdf:rest [
                dc:identifier ":arc09e0b8" ;
                rdf:first [
                    dc:identifier ":arc09e0b7" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000068 ;
                    owl:someValuesFrom sio:SIO_011125
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] ;
    rdfs:subPropertyOf sio:SIO_000203 .

sio:SIO_000294
    dc:identifier "SIO_000294" ;
    dct:description "a is causally related to b iff there is a causal chain of events from a to b"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is causally related to"@en ;
    rdfs:subPropertyOf sio:SIO_000243 ;
    owl:inverseOf sio:SIO_000352 .

sio:SIO_000295
    dc:identifier "SIO_000295" ;
    dct:description "A collection of documents is a non-zero set of documents."@en ;
    sio:equivalentTo "http://purl.org/ontology/bibo/Collection" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "collection of documents"@en ;
    rdfs:subClassOf sio:SIO_000616, [
        dc:identifier ":arc09e0b153" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_000148 ;
        owl:onProperty sio:SIO_000369
    ] .

sio:SIO_000296
    dc:identifier "SIO_000296" ;
    dct:description "A website is a collection of documents published on the World Wide Web."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "website"@en ;
    rdfs:subClassOf sio:SIO_000295, [
        dc:identifier ":arc09e0b154" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000273 ;
        owl:someValuesFrom sio:SIO_000302
    ] .

sio:SIO_000297
    dc:identifier "SIO_000297" ;
    dct:description "A movie is a series of images that are displayed in rapid succession  to give the impression of movement."@en ;
    sio:hasSynonym "film"@en, "moving pictures"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "movie"@en ;
    rdfs:subClassOf sio:SIO_001194 .

sio:SIO_000298
    dc:identifier "SIO_000298" ;
    dct:description "An excerpt is a contiguous or discontiguous portion of a document."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "excerpt"@en ;
    rdfs:subClassOf sio:SIO_000651, [
        dc:identifier ":arc09e0b155" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000068 ;
        owl:someValuesFrom sio:SIO_000651
    ] .

sio:SIO_000299
    dc:identifier "SIO_000299" ;
    dct:description "A quote is a excerpt that is attributed to a particular source."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "quote"@en ;
    rdfs:subClassOf sio:SIO_000298, [
        dc:identifier ":arc09e0b156" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000244 ;
        owl:someValuesFrom sio:SIO_000651
    ] .

sio:SIO_000300
    dc:identifier "SIO_000300" ;
    dct:description "A relation between a informational entity and its actual value (numeric, date, text, etc)."@en ;
    sio:subset "core", "nlp", "relations", "sadi"@en ;
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has value"@en .

sio:SIO_000301
    dc:identifier "SIO_000301" ;
    dct:description "A geographic image is a photograph of some geographical area."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "geographic image"@en ;
    rdfs:subClassOf sio:SIO_000082 .

sio:SIO_000302
    dc:identifier "SIO_000302" ;
    dct:description "A web page is a document that is published according to World Wide Web standards."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "web page"@en ;
    rdfs:subClassOf sio:SIO_000148 .

sio:SIO_000304
    dc:identifier "SIO_000304" ;
    dct:description "Email message is a digital document that is composed of a header and a body and is transmitted using the SMTP protocol."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "email"@en ;
    rdfs:subClassOf sio:SIO_000148 .

sio:SIO_000305
    dc:identifier "SIO_000305" ;
    dct:description "process number is a number associated with a process that denotes its ordinal position in a set of processes."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "process number"@en ;
    rdfs:subClassOf sio:SIO_000613 .

sio:SIO_000306
    dc:identifier "SIO_000306" ;
    dct:description "A letter is a document that contains a personal communication from one part to another."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "letter"@en ;
    rdfs:subClassOf sio:SIO_000148 .

sio:SIO_000307
    dc:identifier "SIO_000307" ;
    dct:description "normality is the quality in which the value may differ from normal or average"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "normality"@en ;
    rdfs:subClassOf sio:SIO_000005 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b157" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b158" ;
            rdf:first sio:SIO_000554 ;
            rdf:rest [
                dc:identifier ":arc09e0b159" ;
                rdf:first sio:SIO_000555 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000308
    dc:identifier "SIO_000308" ;
    dct:description "An edition number is count of a literary work edited and published, as by a certain editor or in a certain manner including being printed during some interval of time."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "edition number"@en ;
    rdfs:subClassOf sio:SIO_000794 .

sio:SIO_000309
    dc:identifier "SIO_000309" ;
    dct:description "volume number is a count of a sequence of periodicals."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "volume number"@en ;
    rdfs:subClassOf sio:SIO_000794 .

sio:SIO_000310
    dc:identifier "SIO_000310" ;
    dct:description "is direct part of is a relation between a specific part (at some level of granularity) and its whole."@en ;
    sio:subset "core" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is direct part of"@en ;
    rdfs:subPropertyOf sio:SIO_000093 .

sio:SIO_000311
    dc:identifier "SIO_000311" ;
    dct:description "is product of is a relation between an entity and a process, where the entity is present at the end  of the process as a result of a transformation in the process target."@en ;
    sio:example "glucose-6-phosphate is the product of the hexokinase-mediated conversion of glucose to glucose-6-phosphate."@en ;
    sio:subset "sadi"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is product of"@en ;
    rdfs:subPropertyOf sio:SIO_000232 ;
    owl:inverseOf sio:SIO_000312 .

sio:SIO_000312
    dc:identifier "SIO_000312" ;
    dct:description "has product is a relation between an process and an entity, where a new entity exists at the end of the process."@en ;
    sio:subset "sadi"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has product"@en ;
    rdfs:subPropertyOf sio:SIO_000229 .

sio:SIO_000313
    dc:identifier "SIO_000313" ;
    dct:description "is component part of is a relation between a component and a whole, where the component is instrinsic to the whole, and loss of the part would change the kind that the whole is."@en ;
    sio:subset "core" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is component part of"@en ;
    rdfs:subPropertyOf sio:SIO_000310 ;
    owl:inverseOf sio:SIO_000369 .

sio:SIO_000314
    dc:identifier "SIO_000314" ;
    dct:description "A polymer is a molecule composed of a connected set of monomeric residues."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polymer"@en ;
    rdfs:subClassOf sio:SIO_011125, [
        dc:identifier ":arc09e0b164" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000273 ;
        owl:someValuesFrom sio:SIO_000146
    ] ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b160" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b161" ;
            rdf:first sio:SIO_011125 ;
            rdf:rest [
                dc:identifier ":arc09e0b163" ;
                rdf:first [
                    dc:identifier ":arc09e0b162" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000273 ;
                    owl:someValuesFrom sio:SIO_000146
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000315
    dc:identifier "SIO_000315" ;
    dct:description "A functional specification is a specification that describes the characteristics of an object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "functional specification"@en ;
    rdfs:subClassOf sio:SIO_000090, [
        dc:identifier ":arc09e0b165" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000338 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b166" ;
            a owl:Class ;
            owl:unionOf [
                dc:identifier ":arc09e0b167" ;
                rdf:first sio:SIO_000004 ;
                rdf:rest [
                    dc:identifier ":arc09e0b168" ;
                    rdf:first sio:SIO_000015 ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000316
    dc:identifier "SIO_000316" ;
    dct:description "A design specification is a specification that provides precise and explicit information about the requirements for a product design."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "design specification"@en ;
    rdfs:subClassOf sio:SIO_000315 .

sio:SIO_000317
    dc:identifier "SIO_000317" ;
    dct:description "A specification for spatial location is an effective specification towards representation spatial position or spatial data."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "spatial specification"@en ;
    rdfs:subClassOf sio:SIO_000315 .

sio:SIO_000318
    dc:identifier "SIO_000318" ;
    dct:description "Longitude is a geographic position that refers to  the angle east or west of a reference meridian between the two geographical poles to another meridian that passes through an arbitrary point."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "longitude"@en ;
    rdfs:subClassOf sio:SIO_000013 ;
    owl:disjointWith sio:SIO_000319 .

sio:SIO_000319
    dc:identifier "SIO_000319" ;
    dct:description "Latitude is a geographic coordinate which refers to the angle from a point on the Earth's surface to the equatorial plane"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "latitude"@en ;
    rdfs:subClassOf sio:SIO_000013 .

sio:SIO_000320
    dc:identifier "SIO_000320" ;
    dct:description "A coordinate system is a specification for spatial location that uses a set of numbers, or coordinates, to uniquely determine the position of a point or other geometric element."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "coordinate system"@en ;
    rdfs:subClassOf sio:SIO_000317 .

sio:SIO_000321
    dc:identifier "SIO_000321" ;
    dct:description "A Cartesian coordinate system specifies each point uniquely in a plane by a pair of numerical coordinates, which are the signed distances from the point to two fixed perpendicular directed lines, measured in the same unit of length."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cartesian coordinate system"@en ;
    rdfs:subClassOf sio:SIO_000320 .

sio:SIO_000322
    dc:identifier "SIO_000322" ;
    dct:description "A is spatiotemporally related to B iff A is in the spatial or temporal vicinity of B"@en ;
    sio:subset "core" ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is spatiotemporally related to"@en ;
    rdfs:subPropertyOf sio:SIO_000001 .

sio:SIO_000323
    dc:identifier "SIO_000323" ;
    dct:description "A 'is surrounded by' B iff the A 'is contained by' B and A 'is adjacent to' B or A 'is directly connected to' B."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is surrounded by"@en ;
    rdfs:subPropertyOf sio:SIO_000128 ;
    owl:inverseOf sio:SIO_000324 .

sio:SIO_000324
    dc:identifier "SIO_000324" ;
    dct:description "A 'surrounds' B iff the A 'contains' B and A 'is adjacent to' B or A 'is directly connected to' B."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "surrounds"@en ;
    rdfs:subPropertyOf sio:SIO_000202 .

sio:SIO_000325
    dc:identifier "SIO_000325" ;
    dct:description "A overlaps with B iff there is some C that is part of both A and B. [S][R]"@en ;
    a owl:ObjectProperty, owl:ReflexiveProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "overlaps with"@en ;
    rdfs:subPropertyOf sio:SIO_000322 ;
    owl:propertyChainAxiom [
        dc:identifier ":arc09e0b9" ;
        rdf:first sio:SIO_000325 ;
        rdf:rest [
            dc:identifier ":arc09e0b10" ;
            rdf:first sio:SIO_000068 ;
            rdf:rest rdf:nil
        ]
    ] .

sio:SIO_000326
    dc:identifier "SIO_000326" ;
    dct:description "A concept is term that refers to a generalization of a set of attributes or entities."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "concept"@en ;
    rdfs:subClassOf sio:SIO_000275 .

sio:SIO_000327
    dc:identifier "SIO_000327" ;
    dct:description "A polar coordinate system is a two-dimensional coordinate system in which each point on a plane is determined by a distance from a fixed point and an angle from a fixed direction."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polar coordinate system"@en ;
    rdfs:subClassOf sio:SIO_000320 .

sio:SIO_000328
    dc:identifier "SIO_000328" ;
    dct:description "A positional description is a description of location using some system or frame of reference."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "positional identifier"@en ;
    rdfs:subClassOf sio:SIO_000115, [
        dc:identifier ":arc09e0b169" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000011 ;
        owl:someValuesFrom sio:SIO_000056
    ] .

sio:SIO_000329
    dc:identifier "SIO_000329" ;
    dct:description "A cylindrical coordinate system is a three-dimensional coordinate system that specifies point positions by the distance from a chosen reference axis, the direction from the axis relative to a chosen reference direction, and the distance from a chosen reference plane perpendicular to the axis."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cylindrical coordinate system"@en ;
    rdfs:subClassOf sio:SIO_000320 .

sio:SIO_000330
    dc:identifier "SIO_000330" ;
    dct:description "A spherical coordinate system is a coordinate system for three-dimensional space where the position of a point is specified by three numbers: the radial distance of that point from a fixed origin, its polar angle measured from a fixed zenith direction, and the azimuth angle of its orthogonal projection on a reference plane that passes through the origin and is orthogonal to the zenith, measured from a fixed reference direction on that plane."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "spherical coordinate system"@en ;
    rdfs:subClassOf sio:SIO_000320 .

sio:SIO_000331
    dc:identifier "SIO_000331" ;
    dct:description "An OWL ontology is an ontology as specified by the W3C OWL specification."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "OWL ontology"@en ;
    rdfs:subClassOf sio:SIO_000129 .

sio:SIO_000332
    dc:identifier "SIO_000332" ;
    dct:description "is about is a relation between an information content entity and the entity that its primary subject."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is about"@en ;
    rdfs:subPropertyOf sio:SIO_000563 ;
    owl:inverseOf sio:SIO_000629 .

sio:SIO_000333
    dc:identifier "SIO_000333" ;
    dct:description "A 3D cartesian coordinate is a coordinate that is composed of an x, y and z coordinate."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "3D cartesian coordinate"@en ;
    rdfs:subClassOf sio:SIO_000072, [
        dc:identifier ":arc09e0b170" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b172" ;
            rdf:first [
                dc:identifier ":arc09e0b171" ;
                a owl:Restriction ;
                owl:onClass sio:SIO_000400 ;
                owl:onProperty sio:SIO_000273 ;
                owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b174" ;
                rdf:first [
                    dc:identifier ":arc09e0b173" ;
                    a owl:Restriction ;
                    owl:onClass sio:SIO_000401 ;
                    owl:onProperty sio:SIO_000273 ;
                    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
                ] ;
                rdf:rest [
                    dc:identifier ":arc09e0b176" ;
                    rdf:first [
                        dc:identifier ":arc09e0b175" ;
                        a owl:Restriction ;
                        owl:onClass sio:SIO_000402 ;
                        owl:onProperty sio:SIO_000273 ;
                        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000334
    dc:identifier "SIO_000334" ;
    dct:description "is covalently connected to is a relation between an atom and another atom."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is covalently connected to"@en ;
    rdfs:subPropertyOf sio:SIO_000288, sio:SIO_000652 .

sio:SIO_000335
    dc:identifier "SIO_000335" ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is weakly interacting with"@en ;
    rdfs:subPropertyOf sio:SIO_000293, sio:SIO_000652 .

sio:SIO_000337
    dc:identifier "SIO_000337" ;
    dct:description "An objective is a proposition that indicates a planned or anticipated outcome."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "objective"@en ;
    rdfs:subClassOf sio:SIO_000256, [
        dc:identifier ":arc09e0b177" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_000091 ;
        owl:onProperty sio:SIO_000339
    ], [
        dc:identifier ":arc09e0b178" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_000006 ;
        owl:onProperty sio:SIO_000356
    ] .

sio:SIO_000338
    dc:identifier "SIO_000338" ;
    dct:description "A relation between an information content entity and a product that it (directly/indirectly) specifies"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "specifies"@en ;
    rdfs:subPropertyOf sio:SIO_000243, sio:SIO_000563 ;
    owl:inverseOf sio:SIO_000339 .

sio:SIO_000339
    dc:identifier "SIO_000339" ;
    dct:description "a relation between a product and the information content entity that specifies it."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is specified by"@en ;
    rdfs:subPropertyOf sio:SIO_000243, sio:SIO_000557 .

sio:SIO_000340
    dc:identifier "SIO_000340" ;
    dct:description "A realizable entity is an attribute that is exhibited under some condition and is realized in some process."@en ;
    sio:subset "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "realizable entity"@en ;
    rdfs:subClassOf sio:SIO_000614, [
        dc:identifier ":arc09e0b179" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000643 ;
        owl:someValuesFrom sio:SIO_000000
    ], [
        dc:identifier ":arc09e0b180" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_000000 ;
        owl:onProperty sio:SIO_000668
    ] .

sio:SIO_000341
    dc:identifier "SIO_000341" ;
    dct:description "is manifested as is a relation between an expression and its manifestations."@en ;
    sio:example "the english language version of 'war of the worlds' is manifested as a collection of english language versions of the book."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is manifested as"@en ;
    rdfs:subPropertyOf sio:SIO_000425 ;
    owl:inverseOf sio:SIO_000426 .

sio:SIO_000342
    dc:identifier "SIO_000342" ;
    dct:description "A term variant is a term that is a variant of another term."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "term variant"@en ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b181" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b182" ;
            rdf:first sio:SIO_000275 ;
            rdf:rest [
                dc:identifier ":arc09e0b184" ;
                rdf:first [
                    dc:identifier ":arc09e0b183" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000272 ;
                    owl:someValuesFrom sio:SIO_000275
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000343
    dc:identifier "SIO_000343" ;
    dct:description "to modify is the capability to change some entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to modify"@en ;
    rdfs:subClassOf sio:SIO_000494 .

sio:SIO_000344
    dc:identifier "SIO_000344" ;
    dct:description "to record is the capability to detect and transcribe information in a specified format on some physical medium."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to record"@en ;
    rdfs:seeAlso "http://purl.obolibrary.org/obo/OBI_0000368"^^xsd:anyURI ;
    rdfs:subClassOf sio:SIO_000494 .

sio:SIO_000345
    dc:identifier "SIO_000345" ;
    dct:description "to magnify is the capability to increase the appearance of the size of an object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to magnify"@en ;
    rdfs:subClassOf sio:SIO_000378 .

sio:SIO_000346
    dc:identifier "SIO_000346" ;
    dct:description "to heat is a capability to increase the internal kinetic energy of a material."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to heat"@en ;
    rdfs:subClassOf sio:SIO_000351 .

sio:SIO_000347
    dc:identifier "SIO_000347" ;
    dct:description "to cool is the capability to decrease the internal kinetic energy of a material."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to cool"@en ;
    rdfs:seeAlso "http://purl.obolibrary.org/obo/OBI_0000387"^^xsd:anyURI ;
    rdfs:subClassOf sio:SIO_000374 .

sio:SIO_000348
    dc:identifier "SIO_000348" ;
    dct:description "to freeze is the capability to decrease the internal kinetic energy of a material such that it changes state from a gas or liquid to a solid."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to freeze"@en ;
    rdfs:seeAlso "http://purl.obolibrary.org/obo/OBI_0000375"^^xsd:anyURI ;
    rdfs:subClassOf sio:SIO_000347 .

sio:SIO_000349
    dc:identifier "SIO_000349" ;
    dct:description "to separate is the capability to i) distinguish some entities based on some attribute(s) and ii) subsequently physically displace them."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to separate"@en ;
    rdfs:subClassOf sio:SIO_000343 .

sio:SIO_000350
    dc:identifier "SIO_000350" ;
    dct:description "to ionize is the capability to physically convert an atom or molecule into an ion by adding or removing charged particles such as electrons or other ions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to ionize"@en ;
    rdfs:subClassOf sio:SIO_001087 .

sio:SIO_000351
    dc:identifier "SIO_000351" ;
    dct:description "to supply energy is the capability to transfer energy from a source to a sink."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to supply energy"@en ;
    rdfs:subClassOf sio:SIO_000385 .

sio:SIO_000352
    dc:identifier "SIO_000352" ;
    dct:description "a is causally related from b iff there is a causal chain of events from b to a"@en ;
    sio:subset "core" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is causally related from"@en ;
    rdfs:subPropertyOf sio:SIO_000243 .

sio:SIO_000353
    dc:identifier "SIO_000353" ;
    dct:description "to observe is the capability to watch attentively."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to observe"@en ;
    rdfs:subClassOf sio:SIO_000639 .

sio:SIO_000354
    dc:identifier "SIO_000354" ;
    dct:description "dysfunction is a capability to act in a manner that is abnormal or opposite  to the object's typical function."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dysfunction"@en ;
    rdfs:subClassOf sio:SIO_000112 .

sio:SIO_000355
    dc:identifier "SIO_000355" ;
    dct:description "realizes is a relation between a process and a realizable entity (role, function, disposition)."@en ;
    sio:subset "core" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "realizes"@en ;
    rdfs:subPropertyOf sio:SIO_000229 ;
    owl:inverseOf sio:SIO_000356 .

sio:SIO_000356
    dc:identifier "SIO_000356" ;
    sio:example "the role of a patient is realized in medical examination"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is realized in"@en ;
    rdfs:subPropertyOf sio:SIO_000062 .

sio:SIO_000357
    dc:identifier "SIO_000357" ;
    dct:description "fitness is the quality of an object with respect to some stated functions or evolutionary adaptation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "fitness"@en ;
    rdfs:subClassOf sio:SIO_000026 .

sio:SIO_000358
    dc:identifier "SIO_000358" ;
    dct:description "intent is a desire to realize a particular outcome."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "intent"@en ;
    rdfs:subClassOf sio:SIO_000825 .

sio:SIO_000359
    dc:identifier "SIO_000359" ;
    dct:description "purpose is the reason for which something is done or created or for which something exists."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "purpose"@en ;
    rdfs:subClassOf sio:SIO_001053 .

sio:SIO_000360
    dc:identifier "SIO_000360" ;
    dct:description "A belief is a proposition that is believed to be true."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "belief"@en ;
    rdfs:subClassOf sio:SIO_000256, [
        dc:identifier ":arc09e0b185" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000338 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b186" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b187" ;
                rdf:first sio:SIO_000269 ;
                rdf:rest [
                    dc:identifier ":arc09e0b189" ;
                    rdf:first [
                        dc:identifier ":arc09e0b188" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000218 ;
                        owl:someValuesFrom sio:SIO_000256
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000362
    dc:identifier "SIO_000362" ;
    dct:description "satisfies is a relation between an entity and the specification or objective that it conforms to."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "satisfies"@en ;
    rdfs:subPropertyOf sio:SIO_000008 ;
    owl:inverseOf sio:SIO_000363 .

sio:SIO_000363
    dc:identifier "SIO_000363" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is satisfied by"@en ;
    rdfs:subPropertyOf sio:SIO_000011 .

sio:SIO_000364
    dc:identifier "SIO_000364" ;
    dct:description "has creator is a relation between an entity and that which created it."@en ;
    sio:equivalentTo "dc:creator" ;
    sio:example "the iPhone was created by Apple Inc"@en ;
    sio:hasSynonym "is created by"@en, "was created by"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has creator"@en ;
    rdfs:subPropertyOf sio:SIO_000253 ;
    owl:inverseOf sio:SIO_000365 .

sio:SIO_000365
    dc:identifier "SIO_000365" ;
    dct:description "is creator of is a relation between a creator and an entity.."@en ;
    sio:hasSynonym "is created by"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is creator of"@en ;
    rdfs:subPropertyOf sio:SIO_000219 .

sio:SIO_000366
    dc:identifier "SIO_000366" ;
    dct:description "A number is a mathematical object used to count, label, and measure."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "number"@en ;
    rdfs:subClassOf sio:SIO_000075 .

sio:SIO_000367
    dc:identifier "SIO_000367" ;
    dct:description "A variable is a value that may change within the scope of a given problem or set of operations."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "variable"@en ;
    rdfs:subClassOf sio:SIO_000075 .

sio:SIO_000368
    dc:identifier "SIO_000368" ;
    dct:description "An equation is a mathematical statement that asserts the equality of two expressions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "equation"@en ;
    rdfs:subClassOf sio:SIO_000075 .

sio:SIO_000369
    dc:identifier "SIO_000369" ;
    dct:description "has component part is a relation between a whole and a component part where the component is instrinsic to the whole, and loss of the part would change the kind that it is."@en ;
    sio:example "a human has blood as a component part"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has component part"@en ;
    rdfs:subPropertyOf sio:SIO_000273 .

sio:SIO_000370
    dc:identifier "SIO_000370" ;
    dct:description "A spatial region is an object contained in some region of space."@en ;
    sio:example "The airspace above Ottawa airport; the band around the northern hemisphere between 50 degrees N and 60 degrees N; the spatial region occupied by a bottle."@en ;
    sio:hasSynonym "region" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "spatial region"@en ;
    rdfs:subClassOf sio:SIO_000776, [
        dc:identifier ":arc09e0b190" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_000370 ;
        owl:onProperty sio:SIO_000028
    ] .

sio:SIO_000371
    dc:identifier "SIO_000371" ;
    dct:description "to measure is the capability to obtain information about some entity by examining its attributes in relation to some reference metric."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to measure"@en ;
    rdfs:subClassOf sio:SIO_000408 .

sio:SIO_000372
    dc:identifier "SIO_000372" ;
    dct:description "to inject is the capability to administer a substance into some object through its external barrier."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to inject"@en ;
    rdfs:subClassOf sio:SIO_000343 .

sio:SIO_000373
    dc:identifier "SIO_000373" ;
    dct:description "to boil is the capability to increase the internal kinetic energy of a material such that it changes state from a solid or liquid to a gas."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to boil"@en ;
    rdfs:subClassOf sio:SIO_000346 .

sio:SIO_000374
    dc:identifier "SIO_000374" ;
    dct:description "to reduce energy is the capability to remove energy from a source."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to reduce energy"@en ;
    rdfs:subClassOf sio:SIO_000385 .

sio:SIO_000375
    dc:identifier "SIO_000375" ;
    dct:description "to supply electricity is the capability to transfer electricity from a source to a sink."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to supply electricity"@en ;
    rdfs:subClassOf sio:SIO_000351 .

sio:SIO_000376
    dc:identifier "SIO_000376" ;
    dct:description "to change appearance is the capability to change the material composition of an object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to change materially"@en ;
    rdfs:subClassOf sio:SIO_000343 .

sio:SIO_000377
    dc:identifier "SIO_000377" ;
    dct:description "to demagnify is the capability to decrease the appearance of the size of an object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to demagnify"@en ;
    rdfs:subClassOf sio:SIO_000378 .

sio:SIO_000378
    dc:identifier "SIO_000378" ;
    dct:description "to change appearance is the capability to change the visual attributes of an object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to change appearance"@en ;
    rdfs:subClassOf sio:SIO_000343 .

sio:SIO_000379
    dc:identifier "SIO_000379" ;
    dct:description "perception is the organization, identification, and interpretation of sensory information in order to fabricate a mental representation through the process of transduction, which sensors in the body transform signals from the environment into encoded neural signals."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "perception"@en ;
    rdfs:subClassOf sio:SIO_001055 .

sio:SIO_000380
    dc:identifier "SIO_000380" ;
    dct:description "to contain is the capability to bound or constrain a physical entity in some site."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to contain"@en ;
    rdfs:subClassOf sio:SIO_000392 .

sio:SIO_000381
    dc:identifier "SIO_000381" ;
    dct:description "to immobilize is the capability to contain an entity in such a way that it may not move in space."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to immobilize"@en ;
    rdfs:subClassOf sio:SIO_000380 .

sio:SIO_000382
    dc:identifier "SIO_000382" ;
    dct:description "to filter is the capability to retain certain entities based on selected attribute(s) while allowing other entities to pass through."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to filter"@en ;
    rdfs:subClassOf sio:SIO_000349 .

sio:SIO_000383
    dc:identifier "SIO_000383" ;
    dct:description "to excite is the capability to supply energy to a materila by bombarding it with energetic particles (e.g., photons)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to excite"@en ;
    rdfs:subClassOf sio:SIO_000351 .

sio:SIO_000384
    dc:identifier "SIO_000384" ;
    dct:description "to emit is the capability to release some physical entity (light, pollution, etc)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to emit"@en ;
    rdfs:subClassOf sio:SIO_000374 .

sio:SIO_000385
    dc:identifier "SIO_000385" ;
    dct:description "to change energetically is the capability to change the energetic aspects of an object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to change energetically"@en ;
    rdfs:subClassOf sio:SIO_000343 .

sio:SIO_000386
    dc:identifier "SIO_000386" ;
    dct:description "to positively charge is the capability to remove an electron or add a  positively charged ion to a chemical entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to positively charge"@en ;
    rdfs:subClassOf sio:SIO_000350 .

sio:SIO_000387
    dc:identifier "SIO_000387" ;
    dct:description "to negatively charge is the capability to add an electron or negatively charged ion to a chemical entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to negatively charge"@en ;
    rdfs:subClassOf sio:SIO_000350 .

sio:SIO_000388
    dc:identifier "SIO_000388" ;
    dct:description "to assemble is the capability to combine entities together into a larger object that persists in time."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to assemble"@en ;
    rdfs:subClassOf sio:SIO_000494 .

sio:SIO_000389
    dc:identifier "SIO_000389" ;
    dct:description "to extract is the capability to remove certain entities based on selected attribute(s) while allowing other entities to remain."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to extract"@en ;
    rdfs:subClassOf sio:SIO_000349 .

sio:SIO_000390
    dc:identifier "SIO_000390" ;
    dct:description "to transport is the capability to displace a material from one location to another."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to transport"@en ;
    rdfs:subClassOf sio:SIO_000494 .

sio:SIO_000391
    dc:identifier "SIO_000391" ;
    dct:description "time measurement is a measurement value of the duration of some interval of time or a particular instant of time (against some frame of reference)."@en ;
    ns0:comment "Time intervals are specified as date/datetime ranges." ;
    sio:example "the duration of my life; the duration of a surgical procedure, the moment of death"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "time measurement"@en ;
    rdfs:subClassOf sio:SIO_000258 .

sio:SIO_000392
    dc:identifier "SIO_000392" ;
    dct:description "to change spatially is the capability to affect the physical movement of some entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to change spatially"@en ;
    rdfs:subClassOf sio:SIO_000343 .

sio:SIO_000393
    dc:identifier "SIO_000393" ;
    dct:description "A patient is an individual that is the recepient of medical care."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "patient"@en ;
    rdfs:subClassOf sio:SIO_000498, [
        dc:identifier ":arc09e0b191" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000228 ;
        owl:someValuesFrom sio:SIO_000715
    ] .

sio:SIO_000394
    dc:identifier "SIO_000394" ;
    dct:description "A doctor is an individual who practices medicine, which is concerned with promoting, maintaining or restoring human health through the study, diagnosis, and treatment of disease, injury, and other physical and mental impairments."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "doctor"@en ;
    rdfs:subClassOf sio:SIO_000716, [
        dc:identifier ":arc09e0b192" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000228 ;
        owl:someValuesFrom sio:SIO_000713
    ] .

sio:SIO_000395
    dc:identifier "SIO_000395" ;
    dct:description "to regulate is to control or maintain the rate or speed of an object or process."@en ;
    sio:hasSynonym "to modulate"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to regulate"@en ;
    rdfs:subClassOf sio:SIO_000343 .

sio:SIO_000396
    dc:identifier "SIO_000396" ;
    dct:description "A file is an information-bearing object that contains a physical embodiment of some information using a particular character encoding."@en ;
    sio:equivalentTo "http://www.w3.org/ns/dcat#Distribution"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "file"@en ;
    rdfs:subClassOf sio:SIO_001194 .

sio:SIO_000397
    dc:identifier "SIO_000397" ;
    dct:description "to provide is the capability to make available some object to another that requires it."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to provide"@en ;
    rdfs:subClassOf sio:SIO_001358 .

sio:SIO_000398
    dc:identifier "SIO_000398" ;
    dct:description "A nurse is an individual that is involved in the protection, promotion, and optimization of health and abilities, prevention of illness and injury, alleviation of suffering through the diagnosis and treatment of human response, and advocacy in the care of individuals, families, communities, and populations."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "nurse"@en ;
    rdfs:subClassOf sio:SIO_000716, [
        dc:identifier ":arc09e0b193" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000228 ;
        owl:someValuesFrom sio:SIO_000714
    ] .

sio:SIO_000399
    dc:identifier "SIO_000399" ;
    dct:description "A study subject is an individual that is the subject of the study."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "study subject"@en ;
    rdfs:subClassOf sio:SIO_000498 .

sio:SIO_000400
    dc:identifier "SIO_000400" ;
    dct:description "An x cartesian coordinate is the coordinate of an object onto the x-axis of a cartesian coordinate system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "x cartesian coordinate"@en ;
    rdfs:subClassOf sio:SIO_000072 .

sio:SIO_000401
    dc:identifier "SIO_000401" ;
    dct:description "An y cartesian coordinate is the coordinate of an object onto the y-axis of a cartesian coordinate system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "y cartesian coordinate"@en ;
    rdfs:subClassOf sio:SIO_000072 .

sio:SIO_000402
    dc:identifier "SIO_000402" ;
    dct:description "A z cartesian coordinate is the coordinate of an object onto the z-axis of a cartesian coordinate system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "z cartesian coordinate"@en ;
    rdfs:subClassOf sio:SIO_000072 .

sio:SIO_000403
    dc:identifier "SIO_000403" ;
    dct:description "A study group is a group of individuals that are subjects in an observational or intervention study."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "study group"@en ;
    rdfs:subClassOf sio:SIO_000620 .

sio:SIO_000404
    dc:identifier "SIO_000404" ;
    dct:description "A professor is an individual that is a scholarly teacher."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "professor"@en ;
    rdfs:subClassOf sio:SIO_000406 .

sio:SIO_000405
    dc:identifier "SIO_000405" ;
    dct:description "A student is an individual who is attends an educational institution."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "student"@en ;
    rdfs:subClassOf sio:SIO_000406 .

sio:SIO_000406
    dc:identifier "SIO_000406" ;
    dct:description "An academic is an individual that participates in education and scholarship."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "academic"@en ;
    rdfs:subClassOf sio:SIO_000498 .

sio:SIO_000407
    dc:identifier "SIO_000407" ;
    dct:description "to increase the rate of formation is to regulate the rate of formation in a manner that increases this rate relative to a reference process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to increase the rate of formation"@en ;
    rdfs:subClassOf sio:SIO_000536 .

sio:SIO_000408
    dc:identifier "SIO_000408" ;
    dct:description "to investigate is the capability to uncover facts."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to investigate"@en ;
    rdfs:subClassOf sio:SIO_000494 .

sio:SIO_000409
    dc:identifier "SIO_000409" ;
    dct:description "A mutual disposition is a disposition that simulataneously invokes another disposition when realized."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mutual disposition"@en ;
    rdfs:subClassOf sio:SIO_000014 .

sio:SIO_000410
    dc:identifier "SIO_000410" ;
    dct:description "anger is disgust directed toward an equal status individual."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "anger"@en ;
    rdfs:subClassOf sio:SIO_000828 .

sio:SIO_000411
    dc:identifier "SIO_000411" ;
    dct:description "Hate is a deep and emotional extreme dislike, directed against a certain object or class of objects. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hate"@en ;
    rdfs:subClassOf sio:SIO_000828 .

sio:SIO_000412
    dc:identifier "SIO_000412" ;
    dct:description "love is an emotion of a strong affection and personal attachment."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "love"@en ;
    rdfs:subClassOf sio:SIO_000831 .

sio:SIO_000413
    dc:identifier "SIO_000413" ;
    dct:description "A geolegal region is a geographic region which has causal powers confered by a legal entity."@en ;
    sio:example "The 50 kph zones in Ottawa; the geographic region occupied by France."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "geolegal region"@en ;
    rdfs:subClassOf sio:SIO_000414 .

sio:SIO_000414
    dc:identifier "SIO_000414" ;
    dct:description "A geographic region is a spatial region whose boundaries are typically defined against some material frame of reference (like the earth)."@en ;
    sio:example "The spatial region occupied by the province of ontario; the spatial region occupied by a lake."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "geographic region"@en ;
    rdfs:subClassOf sio:SIO_000370 .

sio:SIO_000415
    dc:identifier "SIO_000415" ;
    dct:description "a geopolitical region is a geographic region recognized by social or legal convention."@en ;
    sio:example "The geographic region bounded by Canada; the spatial region occupied by the US embassy in Ottawa."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "geopolitical region"@en ;
    rdfs:subClassOf sio:SIO_000413 .

sio:SIO_000417
    dc:identifier "SIO_000417" ;
    dct:description "A time internval is a contiguous temporal region having some duration."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "time interval"@en ;
    rdfs:subClassOf sio:SIO_000391 .

sio:SIO_000418
    dc:identifier "SIO_000418" ;
    dct:description "A time instant is a temporal region which occurs instantaneously, e.g. having no duration."@en ;
    sio:example "at this moment; the moment at which a finger is detached in an industrial accident; the moment at which a child is born; the moment of death"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "time instant"@en ;
    rdfs:subClassOf sio:SIO_000391 .

sio:SIO_000419
    dc:identifier "SIO_000419" ;
    dct:description "A table is a figure that consists of an ordered arrangement of columns and rows."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "table"@en ;
    rdfs:subClassOf sio:SIO_000080 .

sio:SIO_000420
    dc:identifier "SIO_000420" ;
    sio:example "the story 'war of worlds' is expressed as every language edition of the book 'war of the worlds'"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has expression"@en ;
    rdfs:subPropertyOf sio:SIO_000425 ;
    owl:inverseOf sio:SIO_000421 .

sio:SIO_000421
    dc:identifier "SIO_000421" ;
    dct:description "is expression of is a relation between more concrete expression of some conceptualization."@en ;
    sio:example "every language edition of 'war of the worlds' are expressions of the story of 'war of the worlds'"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is expression of"@en ;
    rdfs:subPropertyOf sio:SIO_000425 .

sio:SIO_000422
    dc:identifier "SIO_000422" ;
    dct:description "A is broader than B (t) iff for A is broader than B."@en ;
    sio:equivalentTo "http://www.w3.org/2004/02/skos/core#narrowerTransitive" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:domain sio:SIO_000275 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is broader than (t)"@en ;
    rdfs:range sio:SIO_000275 ;
    rdfs:subPropertyOf sio:SIO_000283 ;
    owl:inverseOf sio:SIO_000424 .

sio:SIO_000423
    dc:identifier "SIO_000423" ;
    dct:description "A scatterplot is a statistical graph which uses Cartesian coordinates to display values for two variables for a set of data. The data is displayed as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis."@en ;
    sio:hasSynonym "scatter chart"@en, "scatter diagram"@en, "scatter graph"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "scatterplot"@en ;
    rdfs:subClassOf sio:SIO_000083 .

sio:SIO_000424
    dc:identifier "SIO_000424" ;
    dct:description "A is narrower than B (t) iff for A is narrower than B."@en ;
    sio:equivalentTo "http://www.w3.org/2004/02/skos/core#broaderTransitive" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:domain sio:SIO_000275 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is narrower than (t)"@en ;
    rdfs:range sio:SIO_000275 ;
    rdfs:subPropertyOf sio:SIO_000283 .

sio:SIO_000425
    dc:identifier "SIO_000425" ;
    dct:description "A is generically related with B iff A is an abstract entity or an information content entity and B is a information content entity or a physical entity, respectively."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is generically related with"@en ;
    rdfs:subPropertyOf sio:SIO_000001 .

sio:SIO_000426
    dc:identifier "SIO_000426" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is manifestation of"@en ;
    rdfs:subPropertyOf sio:SIO_000425 .

sio:SIO_000427
    dc:identifier "SIO_000427" ;
    dct:description "A is narrower than B iff the meaning of term A is narrower in scope than the meaning of term B"@en ;
    sio:equivalentTo "http://www.w3.org/2004/02/skos/core#broader" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is narrower than"@en ;
    rdfs:subPropertyOf sio:SIO_000424 ;
    owl:inverseOf sio:SIO_000477 .

sio:SIO_000428
    dc:identifier "SIO_000428" ;
    dct:description "A year is a period of time taken by a planet to make one revolution around the sun."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "year"@en ;
    rdfs:subClassOf sio:SIO_000417 .

sio:SIO_000429
    dc:identifier "SIO_000429" ;
    dct:description "A month is a period of time that divides the year."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "month"@en ;
    rdfs:subClassOf sio:SIO_000417 .

sio:SIO_000430
    dc:identifier "SIO_000430" ;
    dct:description "A day is a period of 24 hours."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "day"@en ;
    rdfs:subClassOf sio:SIO_000417 .

sio:SIO_000431
    dc:identifier "SIO_000431" ;
    dct:description "A century is a period of one hundred years."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "century"@en ;
    rdfs:subClassOf sio:SIO_000417 .

sio:SIO_000432
    dc:identifier "SIO_000432" ;
    dct:description "A millenium is a period of 1000 years"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "millennium"@en ;
    rdfs:subClassOf sio:SIO_000417 .

sio:SIO_000433
    dc:identifier "SIO_000433" ;
    dct:description "An hour is a period of 60 minutes."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hour"@en ;
    rdfs:subClassOf sio:SIO_000417 .

sio:SIO_000434
    dc:identifier "SIO_000434" ;
    dct:description "A minute is a period of 60 seconds."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "minute"@en ;
    rdfs:subClassOf sio:SIO_000417 .

sio:SIO_000435
    dc:identifier "SIO_000435" ;
    dct:description "A second (symbol: s) is the base unit of time in the International System of Units (SI) and is the second division of the hour by sixty, the first division by 60 being the minute."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "second"@en ;
    rdfs:subClassOf sio:SIO_000417 .

sio:SIO_000436
    dc:identifier "SIO_000436" ;
    dct:description "An informational quality is a quality that pertains to information."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "informational quality"@en ;
    rdfs:subClassOf sio:SIO_000005, [
        dc:identifier ":arc09e0b194" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000218 ;
        owl:someValuesFrom sio:SIO_000015
    ] .

sio:SIO_000437
    dc:identifier "SIO_000437" ;
    dct:description "A 2D cartesian point is a point whose position is specified along two  dimensions using Cartesian coordinates."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "2D cartesian point"@en ;
    rdfs:subClassOf sio:SIO_000507 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b195" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b196" ;
            rdf:first sio:SIO_000507 ;
            rdf:rest [
                dc:identifier ":arc09e0b198" ;
                rdf:first [
                    dc:identifier ":arc09e0b197" ;
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        dc:identifier ":arc09e0b199" ;
                        a owl:Class ;
                        owl:unionOf [
                            dc:identifier ":arc09e0b200" ;
                            rdf:first sio:SIO_000400 ;
                            rdf:rest [
                                dc:identifier ":arc09e0b201" ;
                                rdf:first sio:SIO_000401 ;
                                rdf:rest rdf:nil
                            ]
                        ]
                    ] ;
                    owl:onProperty sio:SIO_000369
                ] ;
                rdf:rest [
                    dc:identifier ":arc09e0b203" ;
                    rdf:first [
                        dc:identifier ":arc09e0b202" ;
                        a owl:Restriction ;
                        owl:onClass sio:SIO_000400 ;
                        owl:onProperty sio:SIO_000369 ;
                        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
                    ] ;
                    rdf:rest [
                        dc:identifier ":arc09e0b205" ;
                        rdf:first [
                            dc:identifier ":arc09e0b204" ;
                            a owl:Restriction ;
                            owl:onClass sio:SIO_000401 ;
                            owl:onProperty sio:SIO_000369 ;
                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
                        ] ;
                        rdf:rest rdf:nil
                    ]
                ]
            ]
        ]
    ] .

sio:SIO_000438
    dc:identifier "SIO_000438" ;
    dct:description "Altitude is a distance above sea level."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "altitude"@en ;
    rdfs:subClassOf sio:SIO_000056 .

sio:SIO_000439
    dc:identifier "SIO_000439" ;
    dct:description "The center of mass (aka barycenter) is the weighted average location of all the mass in a body or group of bodies."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "center of mass"@en ;
    rdfs:subClassOf sio:SIO_000056 .

sio:SIO_000440
    dc:identifier "SIO_000440" ;
    dct:description "A 3D cartesian point is a point whose position is specified along three  dimensions using Cartesian coordinates."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "3D cartesian point"@en ;
    rdfs:subClassOf sio:SIO_000507 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b206" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b207" ;
            rdf:first sio:SIO_000507 ;
            rdf:rest [
                dc:identifier ":arc09e0b209" ;
                rdf:first [
                    dc:identifier ":arc09e0b208" ;
                    a owl:Restriction ;
                    owl:onClass sio:SIO_000400 ;
                    owl:onProperty sio:SIO_000369 ;
                    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
                ] ;
                rdf:rest [
                    dc:identifier ":arc09e0b211" ;
                    rdf:first [
                        dc:identifier ":arc09e0b210" ;
                        a owl:Restriction ;
                        owl:onClass sio:SIO_000401 ;
                        owl:onProperty sio:SIO_000369 ;
                        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
                    ] ;
                    rdf:rest [
                        dc:identifier ":arc09e0b213" ;
                        rdf:first [
                            dc:identifier ":arc09e0b212" ;
                            a owl:Restriction ;
                            owl:onClass sio:SIO_000402 ;
                            owl:onProperty sio:SIO_000369 ;
                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
                        ] ;
                        rdf:rest rdf:nil
                    ]
                ]
            ]
        ]
    ] .

sio:SIO_000441
    dc:identifier "SIO_000441" ;
    dct:description "A 1D cartesian point is a point whose position is specified along a single dimension using Cartesian coordinates."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "1D cartesian point"@en ;
    rdfs:subClassOf sio:SIO_000507 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b214" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b215" ;
            rdf:first sio:SIO_000507 ;
            rdf:rest [
                dc:identifier ":arc09e0b217" ;
                rdf:first [
                    dc:identifier ":arc09e0b216" ;
                    a owl:Restriction ;
                    owl:allValuesFrom sio:SIO_000402 ;
                    owl:onProperty sio:SIO_000369
                ] ;
                rdf:rest [
                    dc:identifier ":arc09e0b219" ;
                    rdf:first [
                        dc:identifier ":arc09e0b218" ;
                        a owl:Restriction ;
                        owl:onClass sio:SIO_000402 ;
                        owl:onProperty sio:SIO_000369 ;
                        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000442
    dc:identifier "SIO_000442" ;
    dct:description "A line graph is a statistical graph in which lines contains the evaluation of functions or individual points connected by line segments."@en ;
    sio:example "Graph 1 in http://tinyurl.com/opwnvm"@en ;
    sio:hasSynonym "line chart"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "line graph"@en ;
    rdfs:subClassOf sio:SIO_000083 .

sio:SIO_000443
    dc:identifier "SIO_000443" ;
    dct:description "A bar graph is a statistical graph with rectangular bars of lengths proportional to that value that they represent."@en ;
    sio:example "Graphs 3,4,5 in http://tinyurl.com/opwnvm"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "bar graph"@en ;
    rdfs:subClassOf sio:SIO_000083 .

sio:SIO_000444
    dc:identifier "SIO_000444" ;
    dct:description "A horizontal bar graph is a bar graph in which the rectangular bars are horizontally oriented in space."@en ;
    sio:example "Graph 3 in http://tinyurl.com/opwnvm"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "horizontal bar graph"@en ;
    rdfs:subClassOf sio:SIO_000443 .

sio:SIO_000445
    dc:identifier "SIO_000445" ;
    dct:description "A vertical bar graph is a bar graph in which the rectangular bars are vertically oriented in space."@en ;
    sio:example "Graph 4,5 in http://tinyurl.com/opwnvm"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "vertical bar graph"@en ;
    rdfs:subClassOf sio:SIO_000443 .

sio:SIO_000446
    dc:identifier "SIO_000446" ;
    dct:description "A stacked bar graph is a bar graph in which each rectangular bar is partioned by the categorical value of each series of data."@en ;
    sio:example "Graphs 6,7 in http://tinyurl.com/opwnvm"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "stacked bar graph"@en ;
    rdfs:subClassOf sio:SIO_000443 .

sio:SIO_000447
    dc:identifier "SIO_000447" ;
    dct:description "A line-bar graph statistical graph that contains both lines and bars."@en ;
    sio:example "Graph 8 in http://tinyurl.com/opwnvm"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "line-bar graph"@en ;
    rdfs:subClassOf sio:SIO_000083 .

sio:SIO_000448
    dc:identifier "SIO_000448" ;
    dct:description "A figure part is a part of a figure."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "figure part"@en ;
    rdfs:subClassOf sio:SIO_001194, [
        dc:identifier ":arc09e0b220" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_000080
    ] .

sio:SIO_000449
    dc:identifier "SIO_000449" ;
    dct:description "A plot is a part of a figure that corresponds to the spatial region between the set of axes."@en ;
    sio:example """The square portion of the chart bounded by lines that overlap with 
the two axes in Graph 1 of http://tinyurl.com/opwnvm"""@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "plot"@en ;
    rdfs:subClassOf sio:SIO_000448 ;
    owl:disjointWith sio:SIO_000468 .

sio:SIO_000450
    dc:identifier "SIO_000450" ;
    dct:description """An axis is a line segment that is part of a statistical graph in which the 
position along the line corresponds to a numeric or categorical value."""@en ;
    ns0:comment "The value of a plotted geometric objects (e.g. point) can be obtained from the perpendicular projection of the position of the object onto the axis. Axis may also be associated with a textual description of what the values on the axis represents." ;
    sio:example """The left vertical and bottom horizontal lines with tickmarks in 
Graph 1 http://tinyurl.com/opwnvm"""@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "axis"@en ;
    rdfs:subClassOf sio:SIO_000521, [
        dc:identifier ":arc09e0b221" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000313 ;
        owl:someValuesFrom sio:SIO_000083
    ] .

sio:SIO_000451
    dc:identifier "SIO_000451" ;
    dct:description "A Cartesian coordinate axis is an axis whose behavior follows that of a Cartesian coordinate system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "Cartesian coordinate axis"@en ;
    rdfs:subClassOf sio:SIO_000458, [
        dc:identifier ":arc09e0b222" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000362 ;
        owl:someValuesFrom sio:SIO_000321
    ] .

sio:SIO_000452
    dc:identifier "SIO_000452" ;
    dct:description "An x-axis is a Cartesian coordinate axis that is aligned with the horizon."@en ;
    ns0:comment "In most figures, this axis represents categories, such as months, market segments, or other non-numeric data."@en ;
    sio:example "The horizontal axis in http://tinyurl.com/opwnvm"@en ;
    sio:hasSynonym "horizontal axis" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "x-axis"@en ;
    rdfs:subClassOf sio:SIO_000451 ;
    owl:disjointWith sio:SIO_000453, sio:SIO_000454 .

sio:SIO_000453
    dc:identifier "SIO_000453" ;
    dct:description "A y-axis is a Cartesian coordinate axis that is spatially oriented perpendicular to the x-axis."@en ;
    sio:hasSynonym "vertical axis" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "y-axis"@en ;
    rdfs:subClassOf sio:SIO_000451 .

sio:SIO_000454
    dc:identifier "SIO_000454" ;
    dct:description "A z-axis is a Cartesian coordinate axis that is spatially oriented normal to the plane formed by the x- and y-axes."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "z-axis"@en ;
    rdfs:subClassOf sio:SIO_000451 .

sio:SIO_000455
    dc:identifier "SIO_000455" ;
    dct:description "A category axis is an axis in which the position along the line is partioned into categories."@en ;
    sio:example """The horizontal axis corresponding to months of the year in graph 4 
of http://tinyurl.com/opwnvm"""@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "category axis"@en ;
    rdfs:subClassOf sio:SIO_000450 ;
    owl:disjointWith sio:SIO_000458 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b223" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b224" ;
            rdf:first sio:SIO_000456 ;
            rdf:rest [
                dc:identifier ":arc09e0b225" ;
                rdf:first sio:SIO_000457 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000456
    dc:identifier "SIO_000456" ;
    dct:description "A primary category axis is a category axis that either defines the sole value range or holds the larger set of categorical values specified by the secondary category axis."@en ;
    sio:example """The category axis that corresponds to years in Graph 1 of 
http://tinyurl.com/opwnvm"""@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "primary category axis"@en ;
    rdfs:subClassOf sio:SIO_000455 ;
    owl:disjointWith sio:SIO_000457 .

sio:SIO_000457
    dc:identifier "SIO_000457" ;
    dct:description "A secondary category axis is a category axis that defines a finer granular part (or subset) of the value range of the primary category axis."@en ;
    sio:example """The category axis that corresponds to months in Graph 1 of 
http://tinyurl.com/opwnvm"""@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "secondary category axis"@en ;
    rdfs:subClassOf sio:SIO_000455 .

sio:SIO_000458
    dc:identifier "SIO_000458" ;
    dct:description "A value axis is an axis in which the position along the line is partioned into numeric values."@en ;
    ns0:comment "A value axis holds the properties of having a minimum and a maximum value, and is usually associated with tickmarks that indicate intervals along the axis."@en ;
    sio:example """The value axis that ranges from 3.0 to 7.4 and corresponds to 
billions of dollars in Graph 1 of http://tinyurl.com/opwnvm"""@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "value axis"@en ;
    rdfs:subClassOf sio:SIO_000450 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b226" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b227" ;
            rdf:first sio:SIO_000459 ;
            rdf:rest [
                dc:identifier ":arc09e0b228" ;
                rdf:first sio:SIO_000460 ;
                rdf:rest [
                    dc:identifier ":arc09e0b229" ;
                    rdf:first sio:SIO_000902 ;
                    rdf:rest [
                        dc:identifier ":arc09e0b230" ;
                        rdf:first sio:SIO_000903 ;
                        rdf:rest rdf:nil
                    ]
                ]
            ]
        ]
    ] .

sio:SIO_000459
    dc:identifier "SIO_000459" ;
    dct:description "A left value axis is a value axis that is spatially positioned to the left of the plot area."@en ;
    sio:example "The value axis that ranges from 3.0 to 7.4 and corresponds to billions of dollars in Graph 1 of http://tinyurl.com/opwnvm"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "left value axis"@en ;
    rdfs:subClassOf sio:SIO_000458 .

sio:SIO_000460
    dc:identifier "SIO_000460" ;
    dct:description "A right value axis is a value axis that is spatially positioned to the right of the plot area."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "right value axis"@en ;
    rdfs:subClassOf sio:SIO_000458 .

sio:SIO_000461
    dc:identifier "SIO_000461" ;
    dct:description "A scaled value axis is a value axis in which the value range was subject to a mathematic transformation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "scaled value axis"@en ;
    rdfs:subClassOf sio:SIO_000458 .

sio:SIO_000462
    dc:identifier "SIO_000462" ;
    dct:description "A linear value axis is a value axis that corresponds to a scaling factor of 1 of the value range."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "linear value axis"@en ;
    rdfs:subClassOf sio:SIO_000461 ;
    owl:disjointWith sio:SIO_000463 .

sio:SIO_000463
    dc:identifier "SIO_000463" ;
    dct:description "A logarithmic value axis is a scaled value axis that corresponds to a scaling factor of the logarithm of the value range."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "logarithmic value axis"@en ;
    rdfs:subClassOf sio:SIO_000461 .

sio:SIO_000464
    dc:identifier "SIO_000464" ;
    dct:description "A data series is a data set composed of related values displayed in a statistical graph."@en ;
    sio:example "Example: The two series that correspond to \"Seasonally adjusted\" and \"Trend\" are composed of the seasonally adjusted value of permits in each month and values from a trend derived from some mathematical tranformation across those values, respectively, in  Graph 1 of http://tinyurl.com/opwnvm"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "data series"@en ;
    rdfs:subClassOf sio:SIO_000150 .

sio:SIO_000465
    dc:identifier "SIO_000465" ;
    dct:description "A data point is a point that which corresponds to the projection of the values of measurement data against the axes of a statistical graph."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "data point"@en ;
    rdfs:subClassOf sio:SIO_000507, [
        dc:identifier ":arc09e0b231" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000020 ;
        owl:someValuesFrom sio:SIO_000000
    ] .

sio:SIO_000466
    dc:identifier "SIO_000466" ;
    dct:description "A global maximum stationary point is a data point that corresponds to a measurement value is larger than that of all other plotted datapoints."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "global maximal stationary point"@en ;
    rdfs:subClassOf sio:SIO_000742 .

sio:SIO_000467
    dc:identifier "SIO_000467" ;
    dct:description "A global minimum data point is a data point that corresponds to a measurement value is smaller than that of all other plotted datapoints."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "global minimal stationary point"@en ;
    rdfs:subClassOf sio:SIO_000743 .

sio:SIO_000468
    dc:identifier "SIO_000468" ;
    dct:description "A legend is a part of a figure that associates textual descriptions with symbols pertaining to plotted entities."@en ;
    sio:example """The colored line segments and the adjacent textual descriptions in 
Graph 1 of http://tinyurl.com/opwnvm"""@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "legend"@en ;
    rdfs:subClassOf sio:SIO_000448 .

sio:SIO_000469
    dc:identifier "SIO_000469" ;
    dct:description "A graph title is a title that describes a graph."@en ;
    sio:example "Total value of permits increased slightly in December\" in Graph 1 of http://tinyurl.com/opwnvm"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "graph title"@en ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b232" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b233" ;
            rdf:first sio:SIO_000185 ;
            rdf:rest [
                dc:identifier ":arc09e0b235" ;
                rdf:first [
                    dc:identifier ":arc09e0b234" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000310 ;
                    owl:someValuesFrom sio:SIO_000083
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000470
    dc:identifier "SIO_000470" ;
    dct:description "A primary title is a title that should be first used in describing some entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "primary title"@en ;
    rdfs:subClassOf sio:SIO_000185 .

sio:SIO_000471
    dc:identifier "SIO_000471" ;
    dct:description "A secondary title is a title of lesser importance that should be used after the first title in describing some entity."@en ;
    sio:hasSynonym "subtitle, alternative title" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "secondary title"@en ;
    rdfs:subClassOf sio:SIO_000185 .

sio:SIO_000472
    dc:identifier "SIO_000472" ;
    dct:description "scientific data is data obtained from some scientific procedure."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "scientific data"@en ;
    rdfs:subClassOf sio:SIO_000069 .

sio:SIO_000473
    dc:identifier "SIO_000473" ;
    dct:description "A primary graph title is a primary title that describes a statistical graph."@en ;
    sio:example "\"Total value of permits increased slightly in December\" in Graph 1 of http://tinyurl.com/opwnvm"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "primary graph title"@en ;
    rdfs:subClassOf sio:SIO_000470, [
        dc:identifier ":arc09e0b236" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000310 ;
        owl:someValuesFrom sio:SIO_000083
    ] .

sio:SIO_000474
    dc:identifier "SIO_000474" ;
    dct:description "A secondary graph title is a secondary title that describes a statistical graph."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "secondary graph title"@en ;
    rdfs:subClassOf sio:SIO_000470, [
        dc:identifier ":arc09e0b237" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000310 ;
        owl:someValuesFrom sio:SIO_000083
    ] .

sio:SIO_000475
    dc:identifier "SIO_000475" ;
    dct:description "A biological quality is a quality held by a biological entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "biological quality"@en ;
    rdfs:subClassOf sio:SIO_000026 .

sio:SIO_000476
    dc:identifier "SIO_000476" ;
    dct:description "cellular quality is the quality of a cell"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cellular quality"@en ;
    rdfs:subClassOf sio:SIO_000475, [
        dc:identifier ":arc09e0b238" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000218 ;
        owl:someValuesFrom sio:SIO_010001
    ] .

sio:SIO_000477
    dc:identifier "SIO_000477" ;
    sio:equivalentTo "http://www.w3.org/2004/02/skos/core#narrower" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is broader than"@en ;
    rdfs:subPropertyOf sio:SIO_000422 .

sio:SIO_000478
    dc:identifier "SIO_000478" ;
    dct:description "A sequence variant role is a comparative role in which the composition of characters in a sequence differs when compared to another entity of similar type."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sequence variant role"@en ;
    rdfs:subClassOf sio:SIO_000479 .

sio:SIO_000479
    dc:identifier "SIO_000479" ;
    dct:description "A variant role is a comparative role in which the value of an attribute differs when compared to another entity"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "variant role"@en ;
    rdfs:subClassOf sio:SIO_000721 .

sio:SIO_000480
    dc:identifier "SIO_000480" ;
    dct:description "An insertion variant role is the role of an sequence that contains a sub-sequence that is considered to be an addition relative to the frame of reference."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "insertion variant role"@en ;
    rdfs:subClassOf sio:SIO_000478 .

sio:SIO_000481
    dc:identifier "SIO_000481" ;
    dct:description "A deletion variant role is the role of an sequence that lacks a sub-sequence relative to the frame of reference."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "deletion variant role"@en ;
    rdfs:subClassOf sio:SIO_000478 .

sio:SIO_000482
    dc:identifier "SIO_000482" ;
    dct:description "A is match to B iff A and B are terms with similar (related, broad, close, exact) meanings"@en ;
    sio:equivalentTo "http://www.w3.org/2004/02/skos/core#relatedMatch" ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:domain sio:SIO_000275 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is match to"@en ;
    rdfs:range sio:SIO_000275 ;
    rdfs:subPropertyOf sio:SIO_000283 .

sio:SIO_000483
    dc:identifier "SIO_000483" ;
    dct:description "A phrase is a group of words functioning as a single unit in the syntax of a sentence."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "phrase"@en ;
    rdfs:subClassOf sio:SIO_000078, [
        dc:identifier ":arc09e0b239" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_000114 ;
        owl:onProperty sio:SIO_000273
    ] .

sio:SIO_000484
    dc:identifier "SIO_000484" ;
    sio:equivalentTo "http://www.w3.org/2004/02/skos/core#exactMatch" ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is exact match to"@en ;
    rdfs:subPropertyOf sio:SIO_000482 .

sio:SIO_000485
    dc:identifier "SIO_000485" ;
    dct:description "A human is a primates of the family Hominidae and are characterized by having a large brain relative to body size, with a well developed neocortex, prefrontal cortex and temporal lobes, making them capable of abstract reasoning, language, introspection, problem solving and culture through social learning."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "human"@en ;
    rdfs:subClassOf sio:SIO_010375 .

sio:SIO_000486
    dc:identifier "SIO_000486" ;
    dct:description "A mouse is a small mammal belonging to the order of rodents, characteristically having a pointed snout, small rounded ears, and a long naked or almost hairless tail. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mouse"@en ;
    rdfs:subClassOf sio:SIO_010375 .

sio:SIO_000487
    dc:identifier "SIO_000487" ;
    dct:description "A rat is a medium-sized, long-tailed rodent of the superfamily Muroidea."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "rat"@en ;
    rdfs:subClassOf sio:SIO_010375 .

sio:SIO_000488
    dc:identifier "SIO_000488" ;
    dct:description "A worm is a non-arthropod invertebrate animal that typically have a long cylindrical tube-like body and no legs."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "worm"@en ;
    rdfs:subClassOf sio:SIO_010375 .

sio:SIO_000489
    dc:identifier "SIO_000489" ;
    dct:description "Escherichia coli (e coli) is a Gram-negative, rod-shaped bacterium that is commonly found in the lower intestine of warm-blooded organisms."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "e.coli"@en ;
    rdfs:subClassOf sio:SIO_010376 .

sio:SIO_000490
    dc:identifier "SIO_000490" ;
    sio:equivalentTo "http://www.w3.org/2004/02/skos/core#closeMatch" ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is close match to"@en ;
    rdfs:subPropertyOf sio:SIO_000482 .

sio:SIO_000491
    dc:identifier "SIO_000491" ;
    sio:equivalentTo "http://www.w3.org/2004/02/skos/core#broadMatch" ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is broad match to"@en ;
    rdfs:subPropertyOf sio:SIO_000482 .

sio:SIO_000492
    dc:identifier "SIO_000492" ;
    dct:description "to consume is the capability to internalize a material entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to consume"@en ;
    rdfs:subClassOf sio:SIO_000494 .

sio:SIO_000493
    dc:identifier "SIO_000493" ;
    dct:description "A clause consists of a subject and a predicate."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "clause"@en ;
    rdfs:subClassOf sio:SIO_000113 .

sio:SIO_000494
    dc:identifier "SIO_000494" ;
    dct:description "to actively interact with is the capability to interact with another entity in a way that requires physical contact."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to actively interact with"@en ;
    rdfs:subClassOf sio:SIO_000701 .

sio:SIO_000495
    dc:identifier "SIO_000495" ;
    dct:description "is dissimilar to is a relation between two entities in which one is considered dissimilar to the other based on some criteria."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is dissimilar to"@en ;
    rdfs:subPropertyOf sio:SIO_000272 .

sio:SIO_000496
    dc:identifier "SIO_000496" ;
    dct:description "is opposite to is a relation between two entities in which one is diametrically opposed to the other. "@en ;
    sio:example "hot is the opposite of cold; left is opposite of right"@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is opposite to"@en ;
    rdfs:subPropertyOf sio:SIO_000495 .

sio:SIO_000497
    dc:identifier "SIO_000497" ;
    dct:description "is version of is a relation that holds between any two versions in which one is a subsequent or alternate version of (through a branch)."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is version of"@en ;
    rdfs:subPropertyOf sio:SIO_000272 .

sio:SIO_000498
    dc:identifier "SIO_000498" ;
    dct:description "A person is an object that has certain capacities or attributes constituting personhood."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "person"@en ;
    rdfs:subClassOf sio:SIO_001353 .

sio:SIO_000499
    dc:identifier "SIO_000499" ;
    dct:description "to decrease the rate of formation is to regulate the rate of formation in a manner that decreases this rate relative to a reference process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to decrease the rate of formation"@en ;
    rdfs:subClassOf sio:SIO_000536 .

sio:SIO_000500
    dc:identifier "SIO_000500" ;
    dct:description "A polygon vertex is a terminal point at which two polygon edges meet and are part of a polygon."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polygon vertex"@en ;
    rdfs:subClassOf sio:SIO_001335, [
        dc:identifier ":arc09e0b240" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_000501 ;
        owl:onProperty sio:SIO_000313
    ], [
        dc:identifier ":arc09e0b241" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_000541 ;
        owl:onProperty sio:SIO_000369 ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ] .

sio:SIO_000501
    dc:identifier "SIO_000501" ;
    dct:description "A polygon edge is a line segment joining two polygon vertices."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polygon edge"@en ;
    rdfs:subClassOf sio:SIO_000512, [
        dc:identifier ":arc09e0b242" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000068 ;
        owl:someValuesFrom sio:SIO_000505
    ], [
        dc:identifier ":arc09e0b243" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_000500 ;
        owl:onProperty sio:SIO_000369 ;
        owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
    ] .

sio:SIO_000502
    dc:identifier "SIO_000502" ;
    dct:description "A polyhedral skeleton is a collection of polygon edges."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polyhedral skeleton"@en ;
    rdfs:subClassOf sio:SIO_000506, [
        dc:identifier ":arc09e0b244" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000273 ;
        owl:someValuesFrom sio:SIO_000501
    ] .

sio:SIO_000503
    dc:identifier "SIO_000503" ;
    dct:description "A polygonal face is a polygon bounded by a circuit of polygon edges, and includes the flat (plane) region inside the boundary."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polygonal face"@en ;
    rdfs:subClassOf sio:SIO_000506, [
        dc:identifier ":arc09e0b245" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000068 ;
        owl:someValuesFrom sio:SIO_000505
    ] .

sio:SIO_000504
    dc:identifier "SIO_000504" ;
    dct:description "A polyhedral surface is composed of polygonal faces."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polyhedral surface"@en ;
    rdfs:subClassOf sio:SIO_000506, [
        dc:identifier ":arc09e0b246" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000028 ;
        owl:someValuesFrom sio:SIO_000503
    ] .

sio:SIO_000505
    dc:identifier "SIO_000505" ;
    dct:description "A polygon is a planar entity that is bounded by a closed path or circuit, composed of a finite connected sequence3 of straight line segments."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polygon"@en ;
    rdfs:subClassOf sio:SIO_000506 .

sio:SIO_000506
    dc:identifier "SIO_000506" ;
    dct:description "A geometric entity is an information content entity that pertains to the structure and topology of a space." ;
    sio:subset "geometry+" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "geometric entity"@en ;
    rdfs:subClassOf sio:SIO_000015 .

sio:SIO_000507
    dc:identifier "SIO_000507" ;
    dct:description "A point is a geometric entity that is located in a zero-dimensional spatial region and whose position is defined by its coordinates in some coordinate system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "point"@en ;
    rdfs:subClassOf sio:SIO_000506 .

sio:SIO_000508
    dc:identifier "SIO_000508" ;
    dct:description """An endpoint is a terminal point that is the last of an ordered 
pair of points."""@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "endpoint"@en ;
    rdfs:subClassOf sio:SIO_000532 .

sio:SIO_000509
    dc:identifier "SIO_000509" ;
    dct:description """A start point is a terminal point which is the first of an ordered 
pair of points."""@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "start point"@en ;
    rdfs:subClassOf sio:SIO_000532 .

sio:SIO_000510
    dc:identifier "SIO_000510" ;
    dct:description "A model is a representation of some thing."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "model"@en ;
    rdfs:subClassOf sio:SIO_000612, [
        dc:identifier ":arc09e0b247" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000210 ;
        owl:someValuesFrom sio:SIO_000000
    ] .

sio:SIO_000511
    dc:identifier "SIO_000511" ;
    dct:description "A line is curve that extends in a single dimension (e.g. straight line; exhibits no curvature), and is composed of at least two fully connected points."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "line"@en ;
    rdfs:subClassOf sio:SIO_000608 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b248" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b249" ;
            rdf:first sio:SIO_000512 ;
            rdf:rest [
                dc:identifier ":arc09e0b250" ;
                rdf:first sio:SIO_000516 ;
                rdf:rest [
                    dc:identifier ":arc09e0b251" ;
                    rdf:first sio:SIO_000539 ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000512
    dc:identifier "SIO_000512" ;
    dct:description "A line segment is a line and a part of a curve that is (inclusively) bounded by two terminal points."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "line segment"@en ;
    rdfs:subClassOf sio:SIO_000511, [
        dc:identifier ":arc09e0b252" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_000532 ;
        owl:onProperty sio:SIO_000369 ;
        owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
    ] .

sio:SIO_000513
    dc:identifier "SIO_000513" ;
    dct:description "A tick mark is a line segment that is spatially positioned perpendicular to the axis of a statistical graph and indicates the position of a specific numeric value (which may be indicated by an adjacent value label) on a value axis, or is one of a pair of tick marks that delineates the boundary of a categorical value (which may be indicated by an adjacent category label) on the categorical axis."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "tick mark"@en ;
    rdfs:subClassOf sio:SIO_000512 .

sio:SIO_000514
    dc:identifier "SIO_000514" ;
    dct:description "A major tick mark is a tick mark that indicates the position of a specific numeric value and is adjacent to its value label on the value axis, or is one of a pair of tick marks that delineates the boundary of a categorical value indicated by an adjacent category label on the categorical axis."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "major tick mark"@en ;
    rdfs:subClassOf sio:SIO_000513 .

sio:SIO_000515
    dc:identifier "SIO_000515" ;
    dct:description "A minor tick mark is a tick mark that indicates the position of a specific numeric value but has no adjacent value label, or is one of a pair of tick marks that delineates the boundary of a categorical value but has no adjacent category label on the categorical axis."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "minor tick mark"@en ;
    rdfs:subClassOf sio:SIO_000513 .

sio:SIO_000516
    dc:identifier "SIO_000516" ;
    dct:description "A ray is a line which that is bounded by a startpoint and extends outwards infinitely along one dimension."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ray"@en ;
    rdfs:subClassOf sio:SIO_000511 .

sio:SIO_000517
    dc:identifier "SIO_000517" ;
    dct:description "A quadrilateral is a polygon with composed of four points and four line segments, in which each point is fully connected to two other points."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "quadrilateral"@en ;
    rdfs:subClassOf sio:SIO_000505 .

sio:SIO_000518
    dc:identifier "SIO_000518" ;
    dct:description "A rectangle is a quadrilateral in which one pair of line segments are  parallel and the other pair are perpendicular to the first pair."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "rectangle"@en ;
    rdfs:subClassOf sio:SIO_000517 .

sio:SIO_000519
    dc:identifier "SIO_000519" ;
    dct:description "A bar is a rectangle that is located in the plot of a statistical graph in which its length is proportional to the values that it represents."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "bar"@en ;
    rdfs:subClassOf sio:SIO_000518 .

sio:SIO_000520
    dc:identifier "SIO_000520" ;
    dct:description "A triangle is a polygon composed of three points and three line segments, in which each point is fully connected to another point along through the line segment."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "triangle"@en ;
    rdfs:subClassOf sio:SIO_000505 .

sio:SIO_000521
    dc:identifier "SIO_000521" ;
    dct:description """A directed line segment is a line segment that is contained by an ordered pair 
of endpoints (a start point and an endpoint)."""@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "directed line segment"@en ;
    rdfs:subClassOf sio:SIO_000512, [
        dc:identifier ":arc09e0b253" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_000508 ;
        owl:onProperty sio:SIO_000369 ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ], [
        dc:identifier ":arc09e0b254" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_000509 ;
        owl:onProperty sio:SIO_000369 ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ] .

sio:SIO_000522
    dc:identifier "SIO_000522" ;
    dct:description "An arrowed line is a directed line segment in which one or both endpoints is tangentially part of a triangle that bisects the line."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "arrowed line segment"@en ;
    rdfs:subClassOf sio:SIO_000521, [
        dc:identifier ":arc09e0b255" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000028 ;
        owl:someValuesFrom sio:SIO_000520
    ], [
        dc:identifier ":arc09e0b256" ;
        a owl:Restriction ;
        owl:maxQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_000520 ;
        owl:onProperty sio:SIO_000369
    ] .

sio:SIO_000523
    dc:identifier "SIO_000523" ;
    dct:description "A single arrowed line is directed line in which the endpoint is tangentially part of a triangle that bisects the line."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "single arrowed line segment"@en ;
    rdfs:subClassOf sio:SIO_000522, [
        dc:identifier ":arc09e0b257" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_000520 ;
        owl:onProperty sio:SIO_000369 ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ] ;
    owl:disjointWith sio:SIO_000524 .

sio:SIO_000524
    dc:identifier "SIO_000524" ;
    dct:description "A double arrowed line is an arrowed line in which both terminal points are  tangentially part of different triangles that bisect the line."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "double arrowed line segment"@en ;
    rdfs:subClassOf sio:SIO_000522, [
        dc:identifier ":arc09e0b258" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_000520 ;
        owl:onProperty sio:SIO_000369 ;
        owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
    ] .

sio:SIO_000525
    dc:identifier "SIO_000525" ;
    dct:description "A horizontal line is a line that is positionally oriented with the horizon."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "horizontal line"@en ;
    rdfs:subClassOf sio:SIO_000534 .

sio:SIO_000526
    dc:identifier "SIO_000526" ;
    dct:description "A vertical line is a line that is positionally oriented perpendicular to the horizon."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "vertical line"@en ;
    rdfs:subClassOf sio:SIO_000534 .

sio:SIO_000527
    dc:identifier "SIO_000527" ;
    dct:description "A trend line is a line, line segment or ray that is part of a statistical graph which indicates a statistical or visual direction across categorical or value data."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "trend line"@en ;
    rdfs:subClassOf sio:SIO_000535 .

sio:SIO_000528
    dc:identifier "SIO_000528" ;
    dct:description "An increasing line is a line segment in which the startpoint and endpoint are ordered along one dimension and the difference of values in a second dimension is positive."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "increasing line"@en ;
    rdfs:subClassOf sio:SIO_000527 .

sio:SIO_000529
    dc:identifier "SIO_000529" ;
    dct:description "An decreasing line is a line segment in which the startpoint and endpoint are ordered along one dimension and the difference of values in a second dimension is negative."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "decreasing line"@en ;
    rdfs:subClassOf sio:SIO_000527 .

sio:SIO_000530
    dc:identifier "SIO_000530" ;
    dct:description "An plateau line is a line segment in which the startpoint and endpoint are ordered along one dimension and the difference of values in a second dimension is zero."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "plateau line"@en ;
    rdfs:subClassOf sio:SIO_000527 .

sio:SIO_000531
    dc:identifier "SIO_000531" ;
    dct:description "A drop line is a statistical graph line that vertically or horizontally connects a data series line with a value axis in a statistical graph."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "drop line"@en ;
    rdfs:subClassOf sio:SIO_000535 .

sio:SIO_000532
    dc:identifier "SIO_000532" ;
    dct:description "A terminal point is a point that defines the finite extension of a line."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "terminal point"@en ;
    rdfs:subClassOf sio:SIO_000507 .

sio:SIO_000533
    dc:identifier "SIO_000533" ;
    dct:description "A surface normal is a vector that is perpendicular to a flat surface."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "surface normal"@en ;
    rdfs:subClassOf sio:SIO_000540 .

sio:SIO_000534
    dc:identifier "SIO_000534" ;
    dct:description "A positionally oriented line is a line that is positioned against some axis of reference."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "positionally oriented line"@en ;
    rdfs:subClassOf sio:SIO_000511 .

sio:SIO_000535
    dc:identifier "SIO_000535" ;
    dct:description "A statistical graph line is a line used in a statistical graph to communicate some trend or feature of the embedded data."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "statistical graph line"@en ;
    rdfs:subClassOf sio:SIO_000511 .

sio:SIO_000536
    dc:identifier "SIO_000536" ;
    dct:description "to regulate the rate of formation is to modify the rate at which an object is formed."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to regulate the rate of formation"@en ;
    rdfs:subClassOf sio:SIO_000395 .

sio:SIO_000537
    dc:identifier "SIO_000537" ;
    dct:description "curvature is a quality of a bearer that relates to the presence of curves, bends, or angles."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "curvature"@en ;
    rdfs:subClassOf sio:SIO_000055 .

sio:SIO_000538
    dc:identifier "SIO_000538" ;
    dct:description "straight is a quality of a bearer that is free of curves, bends, or angles."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "straight"@en ;
    rdfs:seeAlso "PATO:0002180 [for material entities]" ;
    rdfs:subClassOf sio:SIO_000537 .

sio:SIO_000539
    dc:identifier "SIO_000539" ;
    dct:description "An infinite line is a line that extends outwards in both directions of a single dimensional and is not bounded by terminal points."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "infinite line"@en ;
    rdfs:subClassOf sio:SIO_000511 .

sio:SIO_000540
    dc:identifier "SIO_000540" ;
    dct:description "A vector is a line which that is bounded by a startpoint and extends outwards along one dimension."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "vector"@en ;
    rdfs:subClassOf sio:SIO_000516 .

sio:SIO_000541
    dc:identifier "SIO_000541" ;
    dct:description "A vertext normal is the normalized average of the surface normals of the faces that contain that vertex."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "vertex normal"@en ;
    rdfs:subClassOf sio:SIO_000540 .

sio:SIO_000542
    dc:identifier "SIO_000542" ;
    dct:description "to serve as is the capability to act in a manner corresponding to some role."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to serve as"@en ;
    rdfs:subClassOf sio:SIO_000494 .

sio:SIO_000543
    dc:identifier "SIO_000543" ;
    dct:description "to serve as host is the capability to act in a manner that provides hospitality, serves to harbour an organism in or on itself."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to serve as a host"@en ;
    rdfs:subClassOf sio:SIO_000542, [
        dc:identifier ":arc09e0b259" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000646 ;
        owl:someValuesFrom sio:SIO_010415
    ] .

sio:SIO_000544
    dc:identifier "SIO_000544" ;
    dct:description "to infect is the capability to administer a disease-causing organism into some object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to infect"@en ;
    rdfs:subClassOf sio:SIO_000372 .

sio:SIO_000545
    dc:identifier "SIO_000545" ;
    dct:description "A polyline is a connected sequence of line segments."@en ;
    sio:hasSynonym "polygonal chain, polygonal curve, polygonal path, piecewise linear curve" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polyline"@en ;
    rdfs:subClassOf sio:SIO_000506, [
        dc:identifier ":arc09e0b260" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_000512 ;
        owl:onProperty sio:SIO_000369
    ] .

sio:SIO_000546
    dc:identifier "SIO_000546" ;
    dct:description "A collection of points is a geometric entity that contains a non-zero set of geometric points. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "collection of points"@en ;
    rdfs:subClassOf sio:SIO_000506, sio:SIO_000616, [
        dc:identifier ":arc09e0b261" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_000507 ;
        owl:onProperty sio:SIO_000059
    ] .

sio:SIO_000547
    dc:identifier "SIO_000547" ;
    dct:description "to cause disease is the capability to materially change a biological object in that it functions abnormally."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to cause disease"@en ;
    rdfs:subClassOf sio:SIO_000376 .

sio:SIO_000549
    dc:identifier "SIO_000549" ;
    dct:description "to reduce the activation energy is to require a smaller amount of energy in order to form or break a chemical bond."@en ;
    sio:hasSynonym "to activate" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to reduce the activation energy"@en ;
    rdfs:subClassOf sio:SIO_000551 ;
    owl:disjointWith sio:SIO_000550 .

sio:SIO_000550
    dc:identifier "SIO_000550" ;
    dct:description "to increase the activation energy is to require a larger amount of energy in order to form or break a chemical bond."@en ;
    sio:hasSynonym "to inhibit" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to increase the activation energy"@en ;
    rdfs:subClassOf sio:SIO_000551 .

sio:SIO_000551
    dc:identifier "SIO_000551" ;
    dct:description "to change the activation energy is to change the amount of energy required to form or break a chemical bond."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to change the activation energy"@en ;
    rdfs:subClassOf sio:SIO_000385 .

sio:SIO_000552
    dc:identifier "SIO_000552" ;
    dct:description "has parameter is a relation between a process and an information content entity which modulates the behaviour of some participant."@en ;
    sio:subset "sadi"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has parameter"@en ;
    rdfs:subPropertyOf sio:SIO_000230 ;
    owl:inverseOf sio:SIO_000553 .

sio:SIO_000553
    dc:identifier "SIO_000553" ;
    dct:description "is parameter in is a relation between a data item and some data transformation process."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is parameter in"@en ;
    rdfs:subPropertyOf sio:SIO_000231 .

sio:SIO_000554
    dc:identifier "SIO_000554" ;
    dct:description "A quality that has a value that is normal or average."@en ;
    sio:equivalentTo "PATO:0000461" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "normal"@en ;
    rdfs:subClassOf sio:SIO_000307 ;
    owl:disjointWith sio:SIO_000555 .

sio:SIO_000555
    dc:identifier "SIO_000555" ;
    dct:description "A quality that has a value that is outside normal or average."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "abnormal"@en ;
    rdfs:subClassOf sio:SIO_000307 .

sio:SIO_000556
    dc:identifier "SIO_000556" ;
    dct:description "A lipid residue is a part of an organic molecule that was derived from a lipid molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "lipid residue"@en ;
    rdfs:subClassOf sio:SIO_010071, [
        dc:identifier ":arc09e0b262" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000068 ;
        owl:someValuesFrom sio:SIO_010011
    ] .

sio:SIO_000557
    dc:identifier "SIO_000557" ;
    dct:description "is described by is a relation between one entity and another entity that provides a description (detailed account) of it."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is described by"@en ;
    rdfs:subPropertyOf sio:SIO_000212 ;
    owl:inverseOf sio:SIO_000563 .

sio:SIO_000558
    dc:identifier "SIO_000558" ;
    dct:description "is orthologous to is a relation between two biological entities that share a common ancestor and occur in different species."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is orthologous to"@en ;
    rdfs:subPropertyOf sio:SIO_010302 .

sio:SIO_000559
    dc:identifier "SIO_000559" ;
    dct:description "chemical synthesis is synthesis of a chemical entity from physical precursors through one or more chemical interactions or reactions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical synthesis"@en ;
    rdfs:subClassOf sio:SIO_000588, [
        dc:identifier ":arc09e0b263" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000139 ;
        owl:someValuesFrom sio:SIO_010343
    ], [
        dc:identifier ":arc09e0b264" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000312 ;
        owl:someValuesFrom sio:SIO_010004
    ] .

sio:SIO_000561
    dc:identifier "SIO_000561" ;
    dct:description "A molecular orbital (or MO) is a mathematical function describing the wave-like behavior of an electron in a molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molecular orbital"@en ;
    rdfs:subClassOf sio:SIO_001011 .

sio:SIO_000562
    dc:identifier "SIO_000562" ;
    dct:description "passive transport is the movement of a substance across a membrane and does not require chemical energy."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "passive transport"@en ;
    rdfs:subClassOf sio:SIO_000576 ;
    owl:disjointWith sio:SIO_010284 .

sio:SIO_000563
    dc:identifier "SIO_000563" ;
    dct:description "describes is a relation between one entity and another entity that it provides a description (detailed account of)."@en ;
    sio:subset "core" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "describes"@en ;
    rdfs:subPropertyOf sio:SIO_000628 .

sio:SIO_000564
    dc:identifier "SIO_000564" ;
    dct:description "diffusion is motion of particles at temperatures above absolute zero."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "diffusion"@en ;
    rdfs:subClassOf sio:SIO_000573 .

sio:SIO_000565
    dc:identifier "SIO_000565" ;
    dct:description "A diffusion equation describes density fluctuations in a material undergoing diffusion."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "diffusion equation"@en ;
    rdfs:subClassOf sio:SIO_000566, [
        dc:identifier ":arc09e0b265" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000338 ;
        owl:someValuesFrom sio:SIO_000564
    ] .

sio:SIO_000566
    dc:identifier "SIO_000566" ;
    dct:description "A movement equation describes the displacement of an object in space over time."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "movement equation"@en ;
    rdfs:subClassOf sio:SIO_000368 .

sio:SIO_000567
    dc:identifier "SIO_000567" ;
    dct:description "An ordinary differential equation (ODE) is a differential equation in which the unknown function (also known as the dependent variable) is a function of a single independent variable."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ordinary differential equation"@en ;
    rdfs:subClassOf sio:SIO_000569 .

sio:SIO_000568
    dc:identifier "SIO_000568" ;
    dct:description "A partial differential equation (PDE) is a differential equation in which the unknown function is a function of multiple independent variables and the equation involves its partial derivatives."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "partial differential equation"@en ;
    rdfs:subClassOf sio:SIO_000569 .

sio:SIO_000569
    dc:identifier "SIO_000569" ;
    dct:description "A differential equation is a mathematical equation for an unknown function of one or several variables that relates the values of the function itself and its derivatives of various orders."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "differential equation"@en ;
    rdfs:subClassOf sio:SIO_000368 .

sio:SIO_000570
    dc:identifier "SIO_000570" ;
    dct:description "movement is the process in which an object is spatially displaced."@en ;
    sio:subset "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "movement"@en ;
    rdfs:subClassOf sio:SIO_000006 .

sio:SIO_000571
    dc:identifier "SIO_000571" ;
    dct:description "Brownian motion is the seemlingly random movement of particles suspended in a fluid."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "brownian motion"@en ;
    rdfs:subClassOf sio:SIO_000564 .

sio:SIO_000572
    dc:identifier "SIO_000572" ;
    dct:description "osmosis is the movement of water molecules through a selectively-permeable membrane down a water potential gradient."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "osmosis"@en ;
    rdfs:subClassOf sio:SIO_000564 .

sio:SIO_000573
    dc:identifier "SIO_000573" ;
    dct:description "passive movement is the process in which an object is spatially displaced without an expenditure of energy contained in molecular bonds." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "passive movement"@en ;
    rdfs:subClassOf sio:SIO_000570 .

sio:SIO_000574
    dc:identifier "SIO_000574" ;
    dct:description "active movement is the process in which an object is spatially displaced using some chemical energy."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "active movement"@en ;
    rdfs:subClassOf sio:SIO_000570 .

sio:SIO_000575
    dc:identifier "SIO_000575" ;
    dct:description "transporting is a  process in which one object physically moves another object from one location to another."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "transporting"@en ;
    rdfs:subClassOf sio:SIO_000593, [
        dc:identifier ":arc09e0b266" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b268" ;
            rdf:first [
                dc:identifier ":arc09e0b267" ;
                a owl:Restriction ;
                owl:onProperty sio:SIO_000355 ;
                owl:someValuesFrom sio:SIO_000390
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b270" ;
                rdf:first [
                    dc:identifier ":arc09e0b269" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000355 ;
                    owl:someValuesFrom sio:SIO_010368
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000576
    dc:identifier "SIO_000576" ;
    dct:description "membrane transport is the movement of molecules across a membrane."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "membrane transport"@en ;
    rdfs:subClassOf sio:SIO_010283 .

sio:SIO_000577
    dc:identifier "SIO_000577" ;
    dct:description "primary active transport, also called direct active transport, directly uses energy to transport molecules across a membrane."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "primary active transport"@en ;
    rdfs:subClassOf sio:SIO_010284 ;
    owl:disjointWith sio:SIO_000578 .

sio:SIO_000578
    dc:identifier "SIO_000578" ;
    dct:description "secondary active transport or co-transport uses electrochemical potential difference created by pumping ions out of the cell to transport molecules across a membrane."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "secondary active transport"@en ;
    rdfs:subClassOf sio:SIO_010284 .

sio:SIO_000579
    dc:identifier "SIO_000579" ;
    dct:description "symport enabled secondary active transport is a secondary active transfort in which both ion and molecule are transported in the same direction simultaneously."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "symport enabled secondary active transport"@en ;
    rdfs:subClassOf sio:SIO_000578 ;
    owl:disjointWith sio:SIO_000580 .

sio:SIO_000580
    dc:identifier "SIO_000580" ;
    dct:description "antiport enabled secondary active transport is a secondary active transfort in which both ion and molecule are transported in opposite directions simultaneously."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "antiport enabled secondary active transport"@en ;
    rdfs:subClassOf sio:SIO_000578 .

sio:SIO_000581
    dc:identifier "SIO_000581" ;
    dct:description "The self-propelled movement of an object."@en ;
    sio:broaderThan "GO:0040011" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "locomotion"@en ;
    rdfs:subClassOf sio:SIO_000574 .

sio:SIO_000582
    dc:identifier "SIO_000582" ;
    dct:description "birthing is the process by which a biological organism is brought into existence."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "birthing"@en ;
    rdfs:subClassOf sio:SIO_000588, [
        dc:identifier ":arc09e0b271" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000312 ;
        owl:someValuesFrom sio:SIO_010046
    ] .

sio:SIO_000583
    dc:identifier "SIO_000583" ;
    dct:description "dying is a process in which a biological entity ceases to exist."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dying"@en ;
    rdfs:subClassOf sio:SIO_000591, [
        dc:identifier ":arc09e0b272" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000905 ;
        owl:someValuesFrom sio:SIO_010046
    ] .

sio:SIO_000585
    dc:identifier "SIO_000585" ;
    dct:description "An idea is a proposition about some object of conceptual thought."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "idea"@en ;
    rdfs:subClassOf sio:SIO_000256 .

sio:SIO_000586
    dc:identifier "SIO_000586" ;
    dct:description "has capability is a relation between an entity and the capability that it bears."@en ;
    sio:example "SIO has the capability to semantically integrate data."@en ;
    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has capability"@en ;
    rdfs:range sio:SIO_000112 ;
    rdfs:subPropertyOf sio:SIO_000644 ;
    owl:inverseOf sio:SIO_000646 .

sio:SIO_000587
    dc:identifier "SIO_000587" ;
    dct:description "biological reproduction is the biological process by which one or more biological organisms are produced from their \"parents\". "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "biological reproduction"@en ;
    rdfs:subClassOf sio:SIO_000919 .

sio:SIO_000588
    dc:identifier "SIO_000588" ;
    dct:description "creating is the process in which an entity comes into existence."@en ;
    sio:hasSynonym "creation", "development", "formulation", "production", "synthesis" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "creating"@en ;
    rdfs:subClassOf sio:SIO_000593, [
        dc:identifier ":arc09e0b273" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000312 ;
        owl:someValuesFrom sio:SIO_000776
    ] .

sio:SIO_000589
    dc:identifier "SIO_000589" ;
    dct:description "regulating is a process that modulates the attributes of an object or process."@en ;
    sio:hasSynonym "regulation"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulating"@en ;
    rdfs:subClassOf sio:SIO_000593 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b274" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b275" ;
            rdf:first sio:SIO_001132 ;
            rdf:rest [
                dc:identifier ":arc09e0b276" ;
                rdf:first sio:SIO_010295 ;
                rdf:rest [
                    dc:identifier ":arc09e0b277" ;
                    rdf:first sio:SIO_010296 ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000590
    dc:identifier "SIO_000590" ;
    dct:description "biosynthesis is the synthesis of an organic compound in a living organism, usually aided by enzymes."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "biosynthesis"@en ;
    rdfs:subClassOf sio:SIO_000559 .

sio:SIO_000591
    dc:identifier "SIO_000591" ;
    dct:description "destroying is a process in which something is broken down and/or ceases to exist."@en ;
    sio:hasSynonym "destruction"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "destroying"@en ;
    rdfs:subClassOf sio:SIO_000593, [
        dc:identifier ":arc09e0b278" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000905 ;
        owl:someValuesFrom sio:SIO_000776
    ] .

sio:SIO_000592
    dc:identifier "SIO_000592" ;
    dct:description "chemical destruction is destruction of a chemical entity to its chemical constituents through one ormore chemical interactions or reactions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical destruction"@en ;
    rdfs:subClassOf sio:SIO_000591, [
        dc:identifier ":arc09e0b279" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000291 ;
        owl:someValuesFrom sio:SIO_010004
    ] .

sio:SIO_000593
    dc:identifier "SIO_000593" ;
    dct:description "interacting is a process characterized by the interaction between two or more entities."@en ;
    sio:subset "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "interacting"@en ;
    rdfs:subClassOf sio:SIO_000006, [
        dc:identifier ":arc09e0b280" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b282" ;
            rdf:first [
                dc:identifier ":arc09e0b281" ;
                a owl:Restriction ;
                owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
                owl:onClass sio:SIO_000701 ;
                owl:onProperty sio:SIO_000355
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b284" ;
                rdf:first [
                    dc:identifier ":arc09e0b283" ;
                    a owl:Restriction ;
                    owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
                    owl:onClass sio:SIO_000702 ;
                    owl:onProperty sio:SIO_000355
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ], [
        dc:identifier ":arc09e0b285" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000132 ;
        owl:someValuesFrom sio:SIO_000776
    ] .

sio:SIO_000594
    dc:identifier "SIO_000594" ;
    dct:description "data transformation is the process of applying an algorithmic procedure to some input data and producing some output data."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "data transformation"@en ;
    rdfs:subClassOf sio:SIO_000649, [
        dc:identifier ":arc09e0b286" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000229 ;
        owl:someValuesFrom sio:SIO_000069
    ], [
        dc:identifier ":arc09e0b287" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000230 ;
        owl:someValuesFrom sio:SIO_000069
    ] .

sio:SIO_000595
    dc:identifier "SIO_000595" ;
    dct:description "A parameterized data transformation is a data transformation whose behaviour may be modified by one or more parameters."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "parameterized data transformation"@en ;
    rdfs:subClassOf sio:SIO_000594, [
        dc:identifier ":arc09e0b288" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000552 ;
        owl:someValuesFrom sio:SIO_000144
    ] .

sio:SIO_000596
    dc:identifier "SIO_000596" ;
    dct:description "A data storage device is a device that is capable of storing information."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "data storage device"@en ;
    rdfs:subClassOf sio:SIO_000956 .

sio:SIO_000597
    dc:identifier "SIO_000597" ;
    dct:description "A solid-state drive (SSD) is a data storage device that uses solid-state memory to store persistent data."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "solid state hard drive"@en ;
    rdfs:subClassOf sio:SIO_000598 .

sio:SIO_000598
    dc:identifier "SIO_000598" ;
    dct:description "A hard disk drive (HDD) is a non-volatile, random access device for digital data. It features rotating rigid platters on a motor-driven spindle within a protective enclosure. Data is magnetically read and written on the platter by read/write heads that float on a film of air above the platters."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hard disk drive"@en ;
    rdfs:subClassOf sio:SIO_000596 .

sio:SIO_000600
    dc:identifier "SIO_000600" ;
    dct:description "structure is the specification that refers to the composition and arrangement of parts of an object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "structure"@en ;
    rdfs:subClassOf sio:SIO_000315 .

sio:SIO_000602
    dc:identifier "SIO_000602" ;
    dct:description "A computational entity is an information content entity operated on using some computational system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "computational entity"@en ;
    rdfs:subClassOf sio:SIO_000015 .

sio:SIO_000605
    dc:identifier "SIO_000605" ;
    dct:description "A sound wave is a mechanical wave that is an oscillation of pressure transmitted through a solid, liquid, or gas, composed of frequencies within the range of hearing."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sound wave"@en ;
    rdfs:subClassOf sio:SIO_000650 .

sio:SIO_000608
    dc:identifier "SIO_000608" ;
    dct:description "A curve is a geometric entity that may be located in n-dimensional spatial region whose extension may be n-dimensional,  is composed of at least two fully connected points and does not intersect itself."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "curve"@en ;
    rdfs:subClassOf sio:SIO_000506 .

sio:SIO_000609
    dc:identifier "SIO_000609" ;
    dct:description "regulation of a process is a process that modulates the duration, frequency, spatial extent of a target process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulation of process"@en ;
    rdfs:subClassOf sio:SIO_000589, [
        dc:identifier ":arc09e0b294" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_001154 ;
        owl:someValuesFrom sio:SIO_000006
    ] ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b289" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b290" ;
            rdf:first sio:SIO_001135 ;
            rdf:rest [
                dc:identifier ":arc09e0b291" ;
                rdf:first sio:SIO_001136 ;
                rdf:rest [
                    dc:identifier ":arc09e0b292" ;
                    rdf:first sio:SIO_001139 ;
                    rdf:rest [
                        dc:identifier ":arc09e0b293" ;
                        rdf:first sio:SIO_001145 ;
                        rdf:rest rdf:nil
                    ]
                ]
            ]
        ]
    ] .

sio:SIO_000610
    dc:identifier "SIO_000610" ;
    dct:description "regulation of capability is the regulation of the ability of one party by another."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulation of capability"@en ;
    rdfs:subClassOf sio:SIO_000589, [
        dc:identifier ":arc09e0b295" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_001158 ;
        owl:someValuesFrom sio:SIO_000112
    ] .

sio:SIO_000611
    dc:identifier "SIO_000611" ;
    dct:description "the regulation of the enzymatic activity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulation of catalytic capability"@en ;
    rdfs:subClassOf sio:SIO_000610, [
        dc:identifier ":arc09e0b296" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_001154 ;
        owl:someValuesFrom sio:SIO_000376
    ] .

sio:SIO_000612
    dc:identifier "SIO_000612" ;
    dct:description "A representation is a entity that in some way represents another entity (or attribute thereof)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "representation"@en ;
    rdfs:subClassOf sio:SIO_000015, [
        dc:identifier ":arc09e0b301" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000632 ;
        owl:someValuesFrom sio:SIO_000000
    ] ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b297" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b298" ;
            rdf:first sio:SIO_000015 ;
            rdf:rest [
                dc:identifier ":arc09e0b300" ;
                rdf:first [
                    dc:identifier ":arc09e0b299" ;
                    a owl:Restriction ;
                    owl:allValuesFrom sio:SIO_000000 ;
                    owl:onProperty sio:SIO_000210
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000613
    dc:identifier "SIO_000613" ;
    dct:description "A ordinal position is a number that designates the position of an entity from the first entity in an ordered sequence of entities."@en ;
    sio:hasSynonym "offset" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ordinal position"@en ;
    rdfs:subClassOf sio:SIO_000788 .

sio:SIO_000614
    dc:identifier "SIO_000614" ;
    dct:description "An attribute is a characteristic of some entity."@en ;
    sio:subset "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "attribute"@en ;
    rdfs:subClassOf sio:SIO_000000, [
        dc:identifier ":arc09e0b302" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000011 ;
        owl:someValuesFrom sio:SIO_000000
    ] .

sio:SIO_000616
    dc:identifier "SIO_000616" ;
    dct:description "A collection is a set for which there exists at least one member, although any member need not to exist at any point in the collection's existence."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "collection"@en ;
    rdfs:subClassOf sio:SIO_000289, [
        dc:identifier ":arc09e0b303" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000059 ;
        owl:someValuesFrom sio:SIO_000000
    ] .

sio:SIO_000617
    dc:identifier "SIO_000617" ;
    dct:description "An empty set is a set for which there are exactly 0 members."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "empty set"@en ;
    rdfs:subClassOf sio:SIO_000289, [
        dc:identifier ":arc09e0b304" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_000000 ;
        owl:onProperty sio:SIO_000059 ;
        owl:qualifiedCardinality "0"^^xsd:nonNegativeInteger
    ] .

sio:SIO_000618
    dc:identifier "SIO_000618" ;
    dct:description "A standard is a socially-agreed upon specification."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "standard"@en ;
    rdfs:subClassOf sio:SIO_000090, [
        dc:identifier ":arc09e0b305" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000217 ;
        owl:someValuesFrom sio:SIO_000966
    ] .

sio:SIO_000619
    dc:identifier "SIO_000619" ;
    dct:description "A regulatory authority is an organization responsible for  exercising regulatory or supervisory capacity in some area of human activity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulatory authority"@en ;
    rdfs:subClassOf sio:SIO_000012 .

sio:SIO_000620
    dc:identifier "SIO_000620" ;
    dct:description "A collective is a group of entities that share or are motivated by at least one common issue or interest, or work together on a specific project(s) to achieve a common objective."@en ;
    sio:hasSynonym "group" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "collective"@en ;
    rdfs:subClassOf sio:SIO_000010 .

sio:SIO_000621
    dc:identifier "SIO_000621" ;
    dct:description "A formal specification is a mathematical description of software or hardware that may be used to develop an implementation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "formal specification"@en ;
    rdfs:subClassOf sio:SIO_000315 .

sio:SIO_000622
    dc:identifier "SIO_000622" ;
    dct:description "An RDFS ontology is an ontology that conforms to the syntax and semantics of the Resource Description Framework Schema (RDFS)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "RDFS ontology"@en ;
    rdfs:subClassOf sio:SIO_000129 .

sio:SIO_000623
    dc:identifier "SIO_000623" ;
    dct:description "An OBO ontology is an ontology document as specified by the Open Biological Ontology community."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "OBO ontology"@en ;
    rdfs:subClassOf sio:SIO_000129 .

sio:SIO_000624
    dc:identifier "SIO_000624" ;
    dct:description "A chemical functional group is a covalently connected part of a molecule which normally confer specific chemical properties."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical functional group"@en ;
    rdfs:subClassOf sio:SIO_010441 .

sio:SIO_000625
    dc:identifier "SIO_000625" ;
    dct:description "chemical structure is the structure of a chemical entity in terms of its molecular geometry and electronic structure."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical structure"@en ;
    rdfs:subClassOf sio:SIO_000600 .

sio:SIO_000626
    dc:identifier "SIO_000626" ;
    dct:description "molecular structure is the spatial arrangement of atoms in a molecule and the chemical bonds that hold the atoms together."@en ;
    sio:hasSynonym "molecular geometry" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molecular structure"@en ;
    rdfs:subClassOf sio:SIO_000625 .

sio:SIO_000628
    dc:identifier "SIO_000628" ;
    dct:description "refers to is a relation between one entity and the entity that it makes reference to."@en ;
    sio:subset "core", "nlp+" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "refers to"@en ;
    rdfs:subPropertyOf sio:SIO_000001 .

sio:SIO_000629
    dc:identifier "SIO_000629" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is subject of"@en ;
    rdfs:subPropertyOf sio:SIO_000557 .

sio:SIO_000630
    dc:identifier "SIO_000630" ;
    dct:description "is paralogous to is a relation between two entities which indicates their common ancestry as a result of a gene duplication."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is paralogous to"@en ;
    rdfs:subPropertyOf sio:SIO_010302 .

sio:SIO_000631
    dc:identifier "SIO_000631" ;
    dct:description "references is a relation between one entity and the entity that it makes reference to by name, but is not described by it."@en ;
    sio:hasSynonym "mentions" ;
    sio:subset "core" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "references"@en ;
    rdfs:subPropertyOf sio:SIO_000628 .

sio:SIO_000632
    dc:identifier "SIO_000632" ;
    dct:description "is model of is a relation between a model (an artifact) and the entity it purports to represent."@en ;
    sio:example "the architect builds a model that represents the building she envisions."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is model of"@en ;
    rdfs:subPropertyOf sio:SIO_000210 ;
    owl:inverseOf sio:SIO_000633 .

sio:SIO_000633
    dc:identifier "SIO_000633" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is modelled by"@en ;
    rdfs:subPropertyOf sio:SIO_000205 .

sio:SIO_000634
    dc:identifier "SIO_000634" ;
    dct:description "a relation between two entities which indicates their common ancestry but due to horizontal gene transfer."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is xenologous to"@en ;
    rdfs:subPropertyOf sio:SIO_000558 .

sio:SIO_000635
    dc:identifier "SIO_000635" ;
    dct:description "has trigger is a relation between a realizable and the factor that causes it to be realized."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has trigger"@en ;
    rdfs:subPropertyOf sio:SIO_000294 ;
    owl:inverseOf sio:SIO_000636 .

sio:SIO_000636
    dc:identifier "SIO_000636" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is trigger for"@en ;
    rdfs:subPropertyOf sio:SIO_000352 .

sio:SIO_000638
    dc:identifier "SIO_000638" ;
    dct:description "A probability measure is quantity of how likely it is that some event will occur."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "probability measure"@en ;
    rdfs:subClassOf sio:SIO_000257 .

sio:SIO_000639
    dc:identifier "SIO_000639" ;
    dct:description "to passively interact with is the capability to interact with another entity in a way that does not require physical contact."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to passively interact with"@en ;
    rdfs:subClassOf sio:SIO_000701 .

sio:SIO_000640
    dc:identifier "SIO_000640" ;
    dct:description "A quality that has a value that is increased compared to normal or average."@en ;
    sio:equivalentTo "PATO:0002300" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "increased"@en ;
    rdfs:subClassOf sio:SIO_000555 ;
    owl:disjointWith sio:SIO_000751 .

sio:SIO_000641
    dc:identifier "SIO_000641" ;
    dct:description "has basis is a relation between a realizable entity and the quality that forms the basis for it."@en ;
    sio:example "the solubility of salt (the disposition) is based on the molecular structure of NaCl (the quality) that allows the polarized water-molecules (the trigger)  to break the ion bonds (the realization)."@en ;
    a owl:ObjectProperty ;
    rdfs:domain sio:SIO_000340 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has basis"@en ;
    rdfs:range sio:SIO_000005 ;
    rdfs:subPropertyOf sio:SIO_000008 ;
    owl:inverseOf sio:SIO_000642 .

sio:SIO_000642
    dc:identifier "SIO_000642" ;
    dct:description "is base for is a relation between a quality and the realizable entity that it is the basis for."@en ;
    sio:example "the solubility of salt (the disposition) is based on the molecular structure of NaCl (the quality) that allows the polarized water-molecules (the trigger)  to break the ion bonds (the realization)."@en ;
    a owl:ObjectProperty ;
    rdfs:domain sio:SIO_000005 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is base for"@en ;
    rdfs:range sio:SIO_000340 ;
    rdfs:subPropertyOf sio:SIO_000011 .

sio:SIO_000643
    dc:identifier "SIO_000643" ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is realizable property of"@en ;
    rdfs:subPropertyOf sio:SIO_000224 ;
    owl:inverseOf sio:SIO_000644 .

sio:SIO_000644
    dc:identifier "SIO_000644" ;
    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has realizable property"@en ;
    rdfs:subPropertyOf sio:SIO_000223 .

sio:SIO_000646
    dc:identifier "SIO_000646" ;
    dct:description "is capability of is a relation between a capability and the entity that bears it."@en ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:domain sio:SIO_000112 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is capability of"@en ;
    rdfs:subPropertyOf sio:SIO_000643 .

sio:SIO_000647
    dc:identifier "SIO_000647" ;
    dct:description "A process model is a representation of some process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "process model"@en ;
    rdfs:subClassOf sio:SIO_000510, [
        dc:identifier ":arc09e0b306" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000632 ;
        owl:someValuesFrom sio:SIO_000006
    ] ;
    owl:disjointWith sio:SIO_000648 .

sio:SIO_000648
    dc:identifier "SIO_000648" ;
    dct:description "An object model is a representation of an object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "object model"@en ;
    rdfs:subClassOf sio:SIO_000510 .

sio:SIO_000649
    dc:identifier "SIO_000649" ;
    dct:description "information processing is a process that involves the generation or use of information."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "information processing"@en ;
    rdfs:subClassOf sio:SIO_000999 .

sio:SIO_000650
    dc:identifier "SIO_000650" ;
    dct:description "A wave is a physical entity that travels through space and time, consist of oscillations or vibrations and may be accompanied by the transfer of energy."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "wave"@en ;
    rdfs:subClassOf sio:SIO_010462 .

sio:SIO_000651
    dc:identifier "SIO_000651" ;
    dct:description "A textual entity is language entity that is manifested as a sequence of one or more distinct characters."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "textual entity"@en ;
    rdfs:subClassOf sio:SIO_000078 .

sio:SIO_000652
    dc:identifier "SIO_000652" ;
    dct:description "A is directly connected to B iff there exists a path direclty between A and B."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is directly connected to"@en ;
    rdfs:subPropertyOf sio:SIO_000203 .

sio:SIO_000653
    dc:identifier "SIO_000653" ;
    dct:description "A version label is a label for a particular form or variation of an earlier or original type." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "version label"@en ;
    rdfs:subClassOf sio:SIO_000115, [
        dc:identifier ":arc09e0b307" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000672 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b308" ;
            a owl:Restriction ;
            owl:onProperty sio:SIO_000272 ;
            owl:someValuesFrom sio:SIO_000000
        ]
    ] .

sio:SIO_000654
    dc:identifier "SIO_000654" ;
    dct:description "A software version label is a version label for a piece of software."@en ;
    sio:example "major.minor[.build[.revision]]"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "software version label"@en ;
    rdfs:subClassOf sio:SIO_000653, [
        dc:identifier ":arc09e0b309" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000672 ;
        owl:someValuesFrom sio:SIO_000097
    ] .

sio:SIO_000655
    dc:identifier "SIO_000655" ;
    dct:description "A transitive temporal relation in which an entity mainstains identity from one state to another."@en ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "transforms into"@en ;
    rdfs:subPropertyOf sio:SIO_000294 ;
    owl:inverseOf sio:SIO_000657 .

sio:SIO_000656
    dc:identifier "SIO_000656" ;
    dct:description "A  temporal relation in which an entity mainstains identity from one state to another."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "immediately transforms into"@en ;
    rdfs:subPropertyOf sio:SIO_000655 ;
    owl:inverseOf sio:SIO_000658 .

sio:SIO_000657
    dc:identifier "SIO_000657" ;
    dct:description "A transitive temporal relation in which an entity mainstains identity from one state to another."@en ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is transformed from"@en ;
    rdfs:subPropertyOf sio:SIO_000352 .

sio:SIO_000658
    dc:identifier "SIO_000658" ;
    dct:description "A  temporal relation in which an entity mainstains identity from one state to another."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is immediately transformed from"@en ;
    rdfs:subPropertyOf sio:SIO_000657 .

sio:SIO_000660
    dc:identifier "SIO_000660" ;
    dct:description "A hole is a site that is opening into or through something."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hole"@en ;
    rdfs:subClassOf sio:SIO_000019 .

sio:SIO_000661
    dc:identifier "SIO_000661" ;
    dct:description "A province is a territorial unit, almost always an administrative division, within a country or state."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "province"@en ;
    rdfs:subClassOf sio:SIO_000415, [
        dc:identifier ":arc09e0b310" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_000664
    ] .

sio:SIO_000662
    dc:identifier "SIO_000662" ;
    dct:description "A state is a set of governing and supportive institutions that have sovereignty over a definite territory and population."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "state"@en ;
    rdfs:subClassOf sio:SIO_000415 .

sio:SIO_000663
    dc:identifier "SIO_000663" ;
    dct:description "A territory is a non-sovereign geographic region."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "territory"@en ;
    rdfs:subClassOf sio:SIO_000415 .

sio:SIO_000664
    dc:identifier "SIO_000664" ;
    dct:description "A country is a region legally identified as a distinct entity in political geography. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "country"@en ;
    rdfs:subClassOf sio:SIO_000415 .

sio:SIO_000665
    dc:identifier "SIO_000665" ;
    dct:description "A city is a relatively large and permanent settlement."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "city"@en ;
    rdfs:subClassOf sio:SIO_000415 .

sio:SIO_000666
    dc:identifier "SIO_000666" ;
    dct:description "A township is a rural or sub-urban settlement."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "township"@en ;
    rdfs:subClassOf sio:SIO_000415 .

sio:SIO_000667
    dc:identifier "SIO_000667" ;
    dct:description "software execution is the process of executing software on a computing device."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sofware execution"@en ;
    rdfs:subClassOf sio:SIO_000649 .

sio:SIO_000668
    dc:identifier "SIO_000668" ;
    dct:description "in relation to is a comparative relation to indicate that the instance of the class holding the relation exists in relation to another entity."@en ;
    sio:subset "core" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "in relation to"@en ;
    rdfs:subPropertyOf sio:SIO_000628 ;
    owl:inverseOf sio:SIO_000892 .

sio:SIO_000669
    dc:identifier "SIO_000669" ;
    dct:description "A start time is a time instant pertaining to the time at which a process begins."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "start time"@en ;
    rdfs:subClassOf sio:SIO_000418 .

sio:SIO_000670
    dc:identifier "SIO_000670" ;
    dct:description "An end time is a time instant pertaining to the time at which a process ends."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "end time"@en ;
    rdfs:subClassOf sio:SIO_000418 .

sio:SIO_000671
    dc:identifier "SIO_000671" ;
    dct:description "a relation between an entity and an identifier." ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has identifier"@en ;
    rdfs:range sio:SIO_000115 ;
    rdfs:subPropertyOf sio:SIO_000008 ;
    owl:inverseOf sio:SIO_000672 .

sio:SIO_000672
    dc:identifier "SIO_000672" ;
    dct:description "a relation between an identifier and an entity." ;
    sio:hasSynonym "identifies" ;
    a owl:ObjectProperty ;
    rdfs:domain sio:SIO_000115 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is identifier for"@en ;
    rdfs:subPropertyOf sio:SIO_000011 .

sio:SIO_000673
    dc:identifier "SIO_000673" ;
    dct:description "has unique identifier is an inverse functional relation between an entity and an identifier that uniquely identifies it."@en ;
    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has unique identifier"@en ;
    rdfs:range sio:SIO_000675 ;
    rdfs:subPropertyOf sio:SIO_000671 ;
    owl:inverseOf sio:SIO_000674 .

sio:SIO_000674
    dc:identifier "SIO_000674" ;
    dct:description "is unique identifier for is a relation between an identifier and an entity that it uniquely identifies"@en ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:domain sio:SIO_000675 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is unique identifier for"@en ;
    rdfs:subPropertyOf sio:SIO_000672 .

sio:SIO_000675
    dc:identifier "SIO_000675" ;
    dct:description "A unique identifier is an identifier that uniquely identifies some thing."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "unique identifier"@en ;
    rdfs:subClassOf sio:SIO_000115, [
        dc:identifier ":arc09e0b315" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000674 ;
        owl:someValuesFrom sio:SIO_000000
    ] ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b311" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b312" ;
            rdf:first sio:SIO_000115 ;
            rdf:rest [
                dc:identifier ":arc09e0b314" ;
                rdf:first [
                    dc:identifier ":arc09e0b313" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000674 ;
                    owl:someValuesFrom sio:SIO_000000
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000676
    dc:identifier "SIO_000676" ;
    dct:description "A social role is a role that is ascribed to individuals in a community."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "social role"@en ;
    rdfs:subClassOf sio:SIO_000016 .

sio:SIO_000677
    dc:identifier "SIO_000677" ;
    dct:description "A processual role is a role that can only be realized in a process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "processual role"@en ;
    rdfs:subClassOf sio:SIO_000016 .

sio:SIO_000678
    dc:identifier "SIO_000678" ;
    dct:description "An abstract role is a role whose basis lies in spatial/temporal or comparative relations. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "abstract role"@en ;
    rdfs:subClassOf sio:SIO_000016 .

sio:SIO_000679
    dc:identifier "SIO_000679" ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has time boundary"@en ;
    rdfs:range sio:SIO_000418 ;
    rdfs:subPropertyOf sio:SIO_000054 .

sio:SIO_000680
    dc:identifier "SIO_000680" ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has start time"@en ;
    rdfs:range sio:SIO_000418 ;
    rdfs:subPropertyOf sio:SIO_000679 ;
    owl:inverseOf sio:SIO_000682 .

sio:SIO_000681
    dc:identifier "SIO_000681" ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has end time"@en ;
    rdfs:range sio:SIO_000418 ;
    rdfs:subPropertyOf sio:SIO_000679 ;
    owl:inverseOf sio:SIO_000684 .

sio:SIO_000682
    dc:identifier "SIO_000682" ;
    a owl:ObjectProperty ;
    rdfs:domain sio:SIO_000418 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is start time of"@en ;
    rdfs:subPropertyOf sio:SIO_000029 .

sio:SIO_000683
    dc:identifier "SIO_000683" ;
    dct:description "A justification is a proposition that defends, explains or excuses some argument."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "justification"@en ;
    rdfs:subClassOf sio:SIO_000256 .

sio:SIO_000684
    dc:identifier "SIO_000684" ;
    a owl:ObjectProperty ;
    rdfs:domain sio:SIO_000418 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is end time of"@en ;
    rdfs:subPropertyOf sio:SIO_000029 .

sio:SIO_000686
    dc:identifier "SIO_000686" ;
    dct:description "An academic department is a division of a university or school faculty devoted to a particular academic discipline."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "academic department"@en ;
    rdfs:subClassOf sio:SIO_000285 .

sio:SIO_000687
    dc:identifier "SIO_000687" ;
    dct:description "exists at is a relation between an entity and a time measurement."@en ;
    sio:subset "core" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "exists at"@en ;
    rdfs:range sio:SIO_000391 ;
    rdfs:subPropertyOf sio:SIO_000322 .

sio:SIO_000688
    dc:identifier "SIO_000688" ;
    dct:description "institute is a society or organization having a object or common factor, and is normally applied to those with a scientific, educational, or social objective."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "institute"@en ;
    rdfs:subClassOf sio:SIO_000012 .

sio:SIO_000689
    dc:identifier "SIO_000689" ;
    dct:description "to be a part of is the capability to be assembled into a larger structure that persists in time."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be a part of"@en ;
    rdfs:subClassOf sio:SIO_010367 .

sio:SIO_000690
    dc:identifier "SIO_000690" ;
    dct:description "to associate is the capability to physically interact with another object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to associate"@en ;
    rdfs:subClassOf sio:SIO_000494 .

sio:SIO_000692
    dc:identifier "SIO_000692" ;
    dct:description "to be actively interacted with is the capability to be manipulated by some device or agent."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be actively interacted with"@en ;
    rdfs:subClassOf sio:SIO_000702, [
        dc:identifier ":arc09e0b316" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000709 ;
        owl:someValuesFrom sio:SIO_000494
    ] ;
    owl:disjointWith sio:SIO_000694 .

sio:SIO_000693
    dc:identifier "SIO_000693" ;
    dct:description "A corporation is an organization that is granted a charter recognizing it as a separate legal entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "corporation"@en ;
    rdfs:subClassOf sio:SIO_000012 .

sio:SIO_000694
    dc:identifier "SIO_000694" ;
    dct:description "to be passively interacted with is the capability of an object to be observed."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be passively interacted with"@en ;
    rdfs:subClassOf sio:SIO_000702, [
        dc:identifier ":arc09e0b317" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000709 ;
        owl:someValuesFrom sio:SIO_000639
    ] .

sio:SIO_000695
    dc:identifier "SIO_000695" ;
    dct:description "to be recorded is the capability of an object to be observed in such a way that information about it can be transcribed in a specified format on some physical medium."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be recorded"@en ;
    rdfs:subClassOf sio:SIO_000696, [
        dc:identifier ":arc09e0b318" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000697 ;
        owl:someValuesFrom sio:SIO_000344
    ] .

sio:SIO_000696
    dc:identifier "SIO_000696" ;
    dct:description "to be observed is the capability of an object to be perceived."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be observed"@en ;
    rdfs:subClassOf sio:SIO_000694, [
        dc:identifier ":arc09e0b319" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000697 ;
        owl:someValuesFrom sio:SIO_000353
    ] .

sio:SIO_000697
    dc:identifier "SIO_000697" ;
    dct:description "a is mutual disposition of b if and only if the realization of the disposition  a necessarily causes the realization of the disposition b."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is mutual disposition of"@en ;
    rdfs:subPropertyOf sio:SIO_000709 .

sio:SIO_000698
    dc:identifier "SIO_000698" ;
    dct:description "to disassemble is to physically separate the parts of an object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to disassemble"@en ;
    rdfs:subClassOf sio:SIO_000376 .

sio:SIO_000699
    dc:identifier "SIO_000699" ;
    dct:description "is greater than or equal to is a comparison relation between two quantities in which the first has a value larger or equal to the second."@en ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is greater than or equal to"@en ;
    rdfs:subPropertyOf sio:SIO_000737 ;
    owl:inverseOf sio:SIO_000733 .

sio:SIO_000700
    dc:identifier "SIO_000700" ;
    dct:description "to disassociate is to cease or break association with some thing."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to disassociate"@en ;
    rdfs:subClassOf sio:SIO_000343 .

sio:SIO_000701
    dc:identifier "SIO_000701" ;
    dct:description "to interact with is a capabililty that involves another object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to interact with"@en ;
    rdfs:subClassOf sio:SIO_000112, [
        dc:identifier ":arc09e0b320" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000668 ;
        owl:someValuesFrom sio:SIO_000000
    ], [
        dc:identifier ":arc09e0b321" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000697 ;
        owl:someValuesFrom sio:SIO_000702
    ] .

sio:SIO_000702
    dc:identifier "SIO_000702" ;
    dct:description "to be interacted with is the capability of an object to be target of a physical interaction."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be interacted with"@en ;
    rdfs:subClassOf sio:SIO_000112, [
        dc:identifier ":arc09e0b322" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000668 ;
        owl:someValuesFrom sio:SIO_000000
    ], [
        dc:identifier ":arc09e0b323" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000697 ;
        owl:someValuesFrom sio:SIO_000701
    ] .

sio:SIO_000703
    dc:identifier "SIO_000703" ;
    dct:description "evolving is a process that elicits change across successive generations in the inherited characteristics of biological populations."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "evolving"@en ;
    rdfs:subClassOf sio:SIO_000588, [
        dc:identifier ":arc09e0b324" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000312 ;
        owl:someValuesFrom sio:SIO_000000
    ] .

sio:SIO_000704
    dc:identifier "SIO_000704" ;
    dct:description "A positional role is an abstract role which holds by comparing position to another object of reference."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "positional role"@en ;
    rdfs:subClassOf sio:SIO_000678 ;
    owl:disjointWith sio:SIO_000721 .

sio:SIO_000705
    dc:identifier "SIO_000705" ;
    dct:description "A specification of an object, manifested by an agent, intended to accomplish goals, in a particular environment, using a set of primitive components, satisfying a set of requirements, subject to constraints."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "design"@en ;
    rdfs:subClassOf sio:SIO_000315 .

sio:SIO_000706
    dc:identifier "SIO_000706" ;
    dct:description "An occupational role is a social role that pertains to an organizational structure."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "occupational role"@en ;
    rdfs:subClassOf sio:SIO_000676 .

sio:SIO_000707
    dc:identifier "SIO_000707" ;
    dct:description "A student role is the role of an individual that is enrolled in courses at an academic institution."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "student role"@en ;
    rdfs:subClassOf sio:SIO_000711, [
        dc:identifier ":arc09e0b325" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000227 ;
        owl:someValuesFrom sio:SIO_000405
    ] ;
    owl:disjointWith sio:SIO_000708 .

sio:SIO_000708
    dc:identifier "SIO_000708" ;
    dct:description "A professor role is the role of an individual that is involved in teaching of students (undergraduate and/or graduate) at a post-secondary academic institution."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "professor role"@en ;
    rdfs:subClassOf sio:SIO_000711, [
        dc:identifier ":arc09e0b326" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000227 ;
        owl:someValuesFrom sio:SIO_000404
    ], [
        dc:identifier ":arc09e0b327" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000710 ;
        owl:someValuesFrom sio:SIO_000707
    ] .

sio:SIO_000709
    dc:identifier "SIO_000709" ;
    dct:description "a is mutually related to b if and only if the realization of the relation of a necessarily causes the realization of a relation to b."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is mutually related to"@en ;
    rdfs:subPropertyOf sio:SIO_000001 .

sio:SIO_000710
    dc:identifier "SIO_000710" ;
    dct:description "a is mutual role of b if and only if the realization of role  a necessarily causes the realization of role b."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is mutual role of"@en ;
    rdfs:subPropertyOf sio:SIO_000709 .

sio:SIO_000711
    dc:identifier "SIO_000711" ;
    dct:description "An academic role is a social role that pertains to the academic institution."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "academic role"@en ;
    rdfs:subClassOf sio:SIO_000706 .

sio:SIO_000712
    dc:identifier "SIO_000712" ;
    dct:description "A medical role is the role of an individual that is a participant in the delivery of medical care."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "medical role"@en ;
    rdfs:subClassOf sio:SIO_000706 .

sio:SIO_000713
    dc:identifier "SIO_000713" ;
    dct:description "A doctor role is the role of an individual who practices medicine, which is concerned with promoting, maintaining or restoring human health through the study, diagnosis, and treatment of disease, injury, and other physical and mental impairments."@en ;
    sio:hasSynonym "physician"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "doctor role"@en ;
    rdfs:subClassOf sio:SIO_000712 .

sio:SIO_000714
    dc:identifier "SIO_000714" ;
    dct:description "A nurse role is the role of an individual that is involved in the protection, promotion, and optimization of health and abilities, prevention of illness and injury, alleviation of suffering through the diagnosis and treatment of human response, and advocacy in the care of individuals, families, communities, and populations."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "nurse role"@en ;
    rdfs:subClassOf sio:SIO_000712 .

sio:SIO_000715
    dc:identifier "SIO_000715" ;
    dct:description "A patient role is the role of an individual that is the recepient of medical care."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "patient role"@en ;
    rdfs:subClassOf sio:SIO_000712 .

sio:SIO_000716
    dc:identifier "SIO_000716" ;
    dct:description "A medical practioner is an individual that provides medical care."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "medical practitioner"@en ;
    rdfs:subClassOf sio:SIO_000498 .

sio:SIO_000717
    dc:identifier "SIO_000717" ;
    dct:description "A dentist role is the role of an individual that that specializes in the diagnosis, prevention, and treatment of diseases and conditions of the oral cavity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dentist role"@en ;
    rdfs:subClassOf sio:SIO_000712 .

sio:SIO_000719
    dc:identifier "SIO_000719" ;
    dct:description "to translocate is the capability to displace oneself from one location to another."@en ;
    sio:hasSynonym "to move"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to translocate"@en ;
    rdfs:subClassOf sio:SIO_000701, [
        dc:identifier ":arc09e0b328" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000697 ;
        owl:someValuesFrom sio:SIO_000720
    ] ;
    owl:disjointWith sio:SIO_000720 .

sio:SIO_000720
    dc:identifier "SIO_000720" ;
    dct:description "to be translocated is the capability to be physically displaced from one location to another"@en ;
    sio:hasSynonym "to be moved"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be translocated"@en ;
    rdfs:subClassOf sio:SIO_000702, [
        dc:identifier ":arc09e0b329" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000697 ;
        owl:someValuesFrom sio:SIO_000719
    ] .

sio:SIO_000721
    dc:identifier "SIO_000721" ;
    dct:description "A comparative role is an abstract role which holds by comparing some attribute of another object of reference."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "comparative role"@en ;
    rdfs:subClassOf sio:SIO_000678 .

sio:SIO_000722
    dc:identifier "SIO_000722" ;
    dct:description "to be compared is the capability of an object to be examined in order to note the similarities or differences among a set of objects."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be compared"@en ;
    rdfs:subClassOf sio:SIO_000725 .

sio:SIO_000723
    dc:identifier "SIO_000723" ;
    dct:description "to compare is the capability to examine in order to note the similarities or differences among a set of objects."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to compare"@en ;
    rdfs:subClassOf sio:SIO_000724 .

sio:SIO_000724
    dc:identifier "SIO_000724" ;
    dct:description "to examine is the capability to make detailed observation. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to examine"@en ;
    rdfs:subClassOf sio:SIO_000353 .

sio:SIO_000725
    dc:identifier "SIO_000725" ;
    dct:description "to be examined is the capability of an object to be observed in a detailed manner."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be examined"@en ;
    rdfs:subClassOf sio:SIO_000696 .

sio:SIO_000726
    dc:identifier "SIO_000726" ;
    dct:description "An administrative role is the role of an individual that performs administrative tasks for some organization."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "administrative role"@en ;
    rdfs:subClassOf sio:SIO_000706 .

sio:SIO_000727
    dc:identifier "SIO_000727" ;
    dct:description "A secretary role is the role of an individual that performs administrative tasks to support one or more individuals of the same organization."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "secretary role"@en ;
    rdfs:subClassOf sio:SIO_000726 .

sio:SIO_000728
    dc:identifier "SIO_000728" ;
    dct:description "A chemical identifier is an identifier for a chemical entity"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical identifier"@en ;
    rdfs:subClassOf sio:SIO_000730 .

sio:SIO_000729
    dc:identifier "SIO_000729" ;
    dct:description "A record identifier is an identifier for a database entry."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "record identifier"@en ;
    rdfs:subClassOf sio:SIO_000731, [
        dc:identifier ":arc09e0b330" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000672 ;
        owl:someValuesFrom sio:SIO_000756
    ] .

sio:SIO_000730
    dc:identifier "SIO_000730" ;
    dct:description "A physical entity identifier is an identifier for a physical entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "physical entity identifier"@en ;
    rdfs:subClassOf sio:SIO_000115 .

sio:SIO_000731
    dc:identifier "SIO_000731" ;
    dct:description "An informational entity identifier is an identifier for an informational entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "informational entity identifier"@en ;
    rdfs:subClassOf sio:SIO_000115 .

sio:SIO_000732
    dc:identifier "SIO_000732" ;
    dct:description "A molecular identifier is an identifier for a molecular entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molecular identifier"@en ;
    rdfs:subClassOf sio:SIO_000728 .

sio:SIO_000733
    dc:identifier "SIO_000733" ;
    dct:description "is greater than to is a comparison relation between two quantities in which the first has a value smaller or equal to the second."@en ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is lesser than or equal to"@en ;
    rdfs:subPropertyOf sio:SIO_000737 .

sio:SIO_000734
    dc:identifier "SIO_000734" ;
    dct:description "is greater than to is a comparison relation between two quantities in which the first has a value larger than the second."@en ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is greater than"@en ;
    rdfs:subPropertyOf sio:SIO_000699 ;
    owl:inverseOf sio:SIO_000735 .

sio:SIO_000735
    dc:identifier "SIO_000735" ;
    dct:description "is lesser than to is a comparison relation between two quantities in which the first has a value smaller than the second."@en ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is lesser than"@en ;
    rdfs:subPropertyOf sio:SIO_000733 .

sio:SIO_000736
    dc:identifier "SIO_000736" ;
    dct:description "is comparable to is a relation between two entities that share at least one feature whose value can be compared."@en ;
    sio:subset "core" ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is comparable to"@en ;
    rdfs:subPropertyOf sio:SIO_000001 .

sio:SIO_000737
    dc:identifier "SIO_000737" ;
    dct:description "is numerically comparable to is a comparison relation between two quantities whose datatype value can be compared."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:domain sio:SIO_000052 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is numerically comparable to"@en ;
    rdfs:range sio:SIO_000052 ;
    rdfs:subPropertyOf sio:SIO_000736 .

sio:SIO_000738
    dc:identifier "SIO_000738" ;
    dct:description "is equal to is a comparison relation between two quantities whose value are exactly the same."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is equal to"@en ;
    rdfs:subPropertyOf sio:SIO_000737 .

sio:SIO_000739
    dc:identifier "SIO_000739" ;
    dct:description "planning is the agentive process of developing a plan that specifies a set of actions in order to meet a set of goals or objectives."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "planning"@en ;
    rdfs:subClassOf sio:SIO_000588, [
        dc:identifier ":arc09e0b331" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000312 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b332" ;
            a owl:Class ;
            owl:unionOf [
                dc:identifier ":arc09e0b333" ;
                rdf:first sio:SIO_000076 ;
                rdf:rest [
                    dc:identifier ":arc09e0b334" ;
                    rdf:first sio:SIO_000705 ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000740
    dc:identifier "SIO_000740" ;
    dct:description "A curve segment is a part of a curve that consists of at least three points."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "curve segment"@en ;
    rdfs:subClassOf sio:SIO_000608 .

sio:SIO_000741
    dc:identifier "SIO_000741" ;
    dct:description "A stationary point is a point that is part of a curve in which the derivative at that point is zero, and hence its value is at least a local maximum or minimum."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "stationary point"@en ;
    rdfs:subClassOf sio:SIO_000465 .

sio:SIO_000742
    dc:identifier "SIO_000742" ;
    dct:description "A local maximum stationary point is a point that has a higher value in  some axis than adjacent points."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "local maximum stationary point"@en ;
    rdfs:subClassOf sio:SIO_000741 .

sio:SIO_000743
    dc:identifier "SIO_000743" ;
    dct:description "A local minimum stationary point is a point that has a lower value in  some axis than adjacent points."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "local minimum stationary point"@en ;
    rdfs:subClassOf sio:SIO_000741 .

sio:SIO_000744
    dc:identifier "SIO_000744" ;
    dct:description "learning is the agentive process of acquiring knowledge."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "learning"@en ;
    rdfs:subClassOf sio:SIO_000588, [
        dc:identifier ":arc09e0b335" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000312 ;
        owl:someValuesFrom sio:SIO_000256
    ] .

sio:SIO_000745
    dc:identifier "SIO_000745" ;
    dct:description "comparing is the process of examining a set of objects and determining their equality or inequality based on one or more features."@en ;
    sio:hasSynonym "comparison" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "comparing"@en ;
    rdfs:subClassOf sio:SIO_000593, [
        dc:identifier ":arc09e0b336" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b338" ;
            rdf:first [
                dc:identifier ":arc09e0b337" ;
                a owl:Restriction ;
                owl:onProperty sio:SIO_000355 ;
                owl:someValuesFrom sio:SIO_000722
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b340" ;
                rdf:first [
                    dc:identifier ":arc09e0b339" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000355 ;
                    owl:someValuesFrom sio:SIO_000723
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000746
    dc:identifier "SIO_000746" ;
    dct:description "reasoning is the agentive process of using knowledge to evaluate the truth value of a proposition."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "reasoning"@en ;
    rdfs:subClassOf sio:SIO_000588, [
        dc:identifier ":arc09e0b341" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000312 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b342" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b343" ;
                rdf:first sio:SIO_000268 ;
                rdf:rest [
                    dc:identifier ":arc09e0b345" ;
                    rdf:first [
                        dc:identifier ":arc09e0b344" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000218 ;
                        owl:someValuesFrom sio:SIO_000256
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000747
    dc:identifier "SIO_000747" ;
    dct:description "investigation is the process of carrying out a plan or procedure so as to discover facts or information about the object of study."@en ;
    sio:hasSynonym "study" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "investigation"@en ;
    rdfs:subClassOf sio:SIO_000999, [
        dc:identifier ":arc09e0b346" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000312 ;
        owl:someValuesFrom sio:SIO_000776
    ], [
        dc:identifier ":arc09e0b347" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000355 ;
        owl:someValuesFrom sio:SIO_000337
    ] .

sio:SIO_000748
    dc:identifier "SIO_000748" ;
    dct:description "predicting is the process of formulating a proposition about a state of affairs which might be realized in the future."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "predicting"@en ;
    rdfs:subClassOf sio:SIO_000588, [
        dc:identifier ":arc09e0b348" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000312 ;
        owl:someValuesFrom sio:SIO_000256
    ] .

sio:SIO_000749
    dc:identifier "SIO_000749" ;
    dct:description "is inequal to is a comparison relation between two quantities whose value are not the same."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is inequal to"@en ;
    rdfs:subPropertyOf sio:SIO_000737 .

sio:SIO_000750
    dc:identifier "SIO_000750" ;
    dct:description "A database is a set of tables."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "database"@en ;
    rdfs:subClassOf sio:SIO_000602 .

sio:SIO_000751
    dc:identifier "SIO_000751" ;
    dct:description "A quality that has a value that is decreased compared to normal or average."@en ;
    sio:equivalentTo "PATO:0002301" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "decreased"@en ;
    rdfs:subClassOf sio:SIO_000555 .

sio:SIO_000752
    dc:identifier "SIO_000752" ;
    dct:description "A row represents a single, implicitly structured data item in a table. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "row"@en ;
    rdfs:subClassOf sio:SIO_000602, [
        dc:identifier ":arc09e0b349" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000053 ;
        owl:someValuesFrom sio:SIO_000755
    ], [
        dc:identifier ":arc09e0b350" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000671 ;
        owl:someValuesFrom sio:SIO_000115
    ] .

sio:SIO_000753
    dc:identifier "SIO_000753" ;
    dct:description "A column is a vertical sequence of cells in a cellular automata."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "column"@en ;
    rdfs:subClassOf sio:SIO_000602, [
        dc:identifier ":arc09e0b351" ;
        a owl:Restriction ;
        owl:allValuesFrom [
            dc:identifier ":arc09e0b352" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b353" ;
                rdf:first sio:SIO_000755 ;
                rdf:rest [
                    dc:identifier ":arc09e0b355" ;
                    rdf:first [
                        dc:identifier ":arc09e0b354" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000300 ;
                        owl:someValuesFrom rdfs:Literal
                    ] ;
                    rdf:rest [
                        dc:identifier ":arc09e0b357" ;
                        rdf:first [
                            dc:identifier ":arc09e0b356" ;
                            a owl:Restriction ;
                            owl:allValuesFrom rdfs:Literal ;
                            owl:onProperty sio:SIO_000300
                        ] ;
                        rdf:rest rdf:nil
                    ]
                ]
            ]
        ] ;
        owl:onProperty sio:SIO_000338
    ], [
        dc:identifier ":arc09e0b358" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_000116 ;
        owl:onProperty sio:SIO_000008
    ] .

sio:SIO_000754
    dc:identifier "SIO_000754" ;
    dct:description "A database table is a set of named columns with zero or more rows composed of cells that contain column values and is part of a database."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "database table"@en ;
    rdfs:subClassOf sio:SIO_000602, [
        dc:identifier ":arc09e0b359" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_000750
    ] .

sio:SIO_000755
    dc:identifier "SIO_000755" ;
    dct:description "The minimal unit of a cellular automaton that can change state and has an associated behavior."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cell (informational)"@en ;
    rdfs:subClassOf sio:SIO_000602, [
        dc:identifier ":arc09e0b360" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000628 ;
        owl:someValuesFrom sio:SIO_000000
    ] .

sio:SIO_000756
    dc:identifier "SIO_000756" ;
    dct:description "A database entry is a single, implicitly structured data item in a table."@en ;
    sio:hasSynonym "database record" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "database entry"@en ;
    rdfs:subClassOf sio:SIO_000602, [
        dc:identifier ":arc09e0b361" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_000750
    ] .

sio:SIO_000757
    dc:identifier "SIO_000757" ;
    dct:description "A database collumn is a column in a database table."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "database column"@en ;
    rdfs:subClassOf sio:SIO_000753, [
        dc:identifier ":arc09e0b362" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_000754
    ] .

sio:SIO_000758
    dc:identifier "SIO_000758" ;
    dct:description "disordered is a structural quality in which the parts of an object are non-rigid."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "disordered"@en ;
    rdfs:subClassOf sio:SIO_001092, [
        dc:identifier ":arc09e0b363" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000218 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b364" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b365" ;
                rdf:first sio:SIO_000000 ;
                rdf:rest [
                    dc:identifier ":arc09e0b367" ;
                    rdf:first [
                        dc:identifier ":arc09e0b366" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000217 ;
                        owl:someValuesFrom sio:SIO_000555
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] ;
    owl:disjointWith sio:SIO_001093 .

sio:SIO_000759
    dc:identifier "SIO_000759" ;
    dct:description "A unique cell is a cell that contains a unique value in the cellular automaton."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "unique cell"@en ;
    rdfs:subClassOf sio:SIO_000755, [
        dc:identifier ":arc09e0b368" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000008 ;
        owl:someValuesFrom sio:SIO_000675
    ] .

sio:SIO_000760
    dc:identifier "SIO_000760" ;
    dct:description "A referenceing cell is a cell of a cellular automata that refers to another cell."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "referencing cell"@en ;
    rdfs:subClassOf sio:SIO_000755 .

sio:SIO_000761
    dc:identifier "SIO_000761" ;
    dct:description "A referent cell is a cell that is the referent of some function or pointer."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "referent cell"@en ;
    rdfs:subClassOf sio:SIO_000755, [
        dc:identifier ":arc09e0b369" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000212 ;
        owl:someValuesFrom sio:SIO_000755
    ] .

sio:SIO_000762
    dc:identifier "SIO_000762" ;
    dct:description "A database key is an informational entity whose value is constructed from one or more database columns."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "database key"@en ;
    rdfs:subClassOf sio:SIO_000602, [
        dc:identifier ":arc09e0b370" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000369 ;
        owl:someValuesFrom sio:SIO_000753
    ], [
        dc:identifier ":arc09e0b371" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000300 ;
        owl:someValuesFrom rdfs:Literal
    ] .

sio:SIO_000763
    dc:identifier "SIO_000763" ;
    dct:description "A primary database key is a database key that identifies every row of a table."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "primary database key"@en ;
    rdfs:subClassOf sio:SIO_000762, [
        dc:identifier ":arc09e0b372" ;
        a owl:Class ;
        owl:complementOf [
            dc:identifier ":arc09e0b373" ;
            a owl:Restriction ;
            owl:hasValue "null" ;
            owl:onProperty sio:SIO_000300
        ]
    ], [
        dc:identifier ":arc09e0b374" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000674 ;
        owl:someValuesFrom sio:SIO_000752
    ] .

sio:SIO_000764
    dc:identifier "SIO_000764" ;
    dct:description "A foreign database key is a database key that refers to a key in some table."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "foreign database key"@en ;
    rdfs:subClassOf sio:SIO_000762, [
        dc:identifier ":arc09e0b375" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000631 ;
        owl:someValuesFrom sio:SIO_000762
    ] .

sio:SIO_000765
    dc:identifier "SIO_000765" ;
    dct:description "A p-value or probability value is the probability of obtaining a test statistic at least as extreme as the one that was actually observed, assuming that the null hypothesis is true"@en ;
    sio:hasSynonym "p-value"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "probability value"@en ;
    rdfs:subClassOf sio:SIO_000638, [
        dc:identifier ":arc09e0b376" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000300 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b377" ;
            a rdfs:Datatype ;
            owl:onDatatype xsd:double ;
            owl:withRestrictions [
                dc:identifier ":arc09e0b379" ;
                rdf:first [
                    dc:identifier ":arc09e0b378" ;
                    xsd:minInclusive 0.0
                ] ;
                rdf:rest [
                    dc:identifier ":arc09e0b381" ;
                    rdf:first [
                        dc:identifier ":arc09e0b380" ;
                        xsd:maxInclusive 1.0
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000766
    dc:identifier "SIO_000766" ;
    dct:description "A street name is the token given to identify a particular street."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "street name"@en ;
    rdfs:subClassOf sio:SIO_000328 .

sio:SIO_000767
    dc:identifier "SIO_000767" ;
    dct:description "A postal code is a geographic coordinate composed of a series of letters and/or digits appended to a postal address for the purpose of sorting mail."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "postal code"@en ;
    rdfs:subClassOf sio:SIO_000013 .

sio:SIO_000768
    dc:identifier "SIO_000768" ;
    dct:description "An apartment number is the number assigned to identify an apartment in a building of apartments."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "apartment number"@en ;
    rdfs:subClassOf sio:SIO_000328 .

sio:SIO_000769
    dc:identifier "SIO_000769" ;
    dct:description "The uncertainty value (margin of error) of a measurement is a range of values likely to enclose the true value. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "uncertainty value"@en ;
    rdfs:subClassOf sio:SIO_000052 .

sio:SIO_000770
    dc:identifier "SIO_000770" ;
    dct:description "A standard deviation (represented by the symbol σ) is the quantity of  variation from the average (mean, or expected value)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "standard deviation"@en ;
    rdfs:subClassOf sio:SIO_000052 .

sio:SIO_000771
    dc:identifier "SIO_000771" ;
    dct:description "A versioned record is a record for which there exists another variant based that was derived via modification of the facts."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "versioned record"@en ;
    rdfs:subClassOf sio:SIO_000088 .

sio:SIO_000772
    dc:identifier "SIO_000772" ;
    dct:description "has evidence is a relation between a proposition and something that demonstrates the truth of the assertion."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has evidence"@en ;
    rdfs:subPropertyOf sio:SIO_000631 ;
    owl:inverseOf sio:SIO_000773 .

sio:SIO_000773
    dc:identifier "SIO_000773" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is evidence for"@en ;
    rdfs:subPropertyOf sio:SIO_000252 .

sio:SIO_000774
    dc:identifier "SIO_000774" ;
    dct:description "has evidence is a relation between a proposition and something that refutes (is incompatible with) the truth of the assertion."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is refuted by"@en ;
    rdfs:subPropertyOf sio:SIO_000772 ;
    owl:inverseOf sio:SIO_000775 .

sio:SIO_000775
    dc:identifier "SIO_000775" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is refuting evidence for"@en ;
    rdfs:subPropertyOf sio:SIO_000773 .

sio:SIO_000776
    dc:identifier "SIO_000776" ;
    dct:description "An object is an entity that is wholly identifiable at any instant of time during which it exists."@en ;
    sio:subset "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "object"@en ;
    rdfs:subClassOf sio:SIO_000000, [
        dc:identifier ":arc09e0b382" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_000776 ;
        owl:onProperty sio:SIO_000053
    ] .

sio:SIO_000777
    dc:identifier "SIO_000777" ;
    dct:description "to be a member of is the capability to be considered a part of a collection."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be a member of"@en ;
    rdfs:subClassOf sio:SIO_000639 .

sio:SIO_000778
    dc:identifier "SIO_000778" ;
    dct:description "to distort is the capability to change the appearance of an entity by some transformation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to distort"@en ;
    rdfs:subClassOf sio:SIO_000378 .

sio:SIO_000779
    dc:identifier "SIO_000779" ;
    dct:description "A primer is a nucleic acid that enables the synthesis of a complement strand of DNA by binding to it and acting as a point of transcription initiation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "primer"@en ;
    rdfs:subClassOf sio:SIO_011125, [
        dc:identifier ":arc09e0b383" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b384" ;
            rdf:first sio:SIO_010008 ;
            rdf:rest [
                dc:identifier ":arc09e0b386" ;
                rdf:first [
                    dc:identifier ":arc09e0b385" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000586 ;
                    owl:someValuesFrom [
                        dc:identifier ":arc09e0b387" ;
                        a owl:Class ;
                        owl:intersectionOf [
                            dc:identifier ":arc09e0b388" ;
                            rdf:first sio:SIO_000780 ;
                            rdf:rest [
                                dc:identifier ":arc09e0b390" ;
                                rdf:first [
                                    dc:identifier ":arc09e0b389" ;
                                    a owl:Restriction ;
                                    owl:onProperty sio:SIO_000586 ;
                                    owl:someValuesFrom sio:SIO_010094
                                ] ;
                                rdf:rest [
                                    dc:identifier ":arc09e0b392" ;
                                    rdf:first [
                                        dc:identifier ":arc09e0b391" ;
                                        a owl:Restriction ;
                                        owl:onProperty sio:SIO_000668 ;
                                        owl:someValuesFrom [
                                            dc:identifier ":arc09e0b393" ;
                                            a owl:Class ;
                                            owl:intersectionOf [
                                                dc:identifier ":arc09e0b394" ;
                                                rdf:first sio:SIO_010008 ;
                                                rdf:rest [
                                                    dc:identifier ":arc09e0b396" ;
                                                    rdf:first [
                                                        dc:identifier ":arc09e0b395" ;
                                                        a owl:Restriction ;
                                                        owl:onProperty sio:SIO_000586 ;
                                                        owl:someValuesFrom sio:SIO_010091
                                                    ] ;
                                                    rdf:rest rdf:nil
                                                ]
                                            ]
                                        ]
                                    ] ;
                                    rdf:rest rdf:nil
                                ]
                            ]
                        ]
                    ]
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000780
    dc:identifier "SIO_000780" ;
    dct:description "to bind to is the capability to physically interact with another object through a set of non-covalent interactions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to bind to"@en ;
    rdfs:subClassOf sio:SIO_000690 .

sio:SIO_000783
    dc:identifier "SIO_000783" ;
    dct:description "A spatial boundary is the closure minus the interior of a subset of a topological space."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "spatial boundary"@en ;
    rdfs:subClassOf sio:SIO_000370 .

sio:SIO_000784
    dc:identifier "SIO_000784" ;
    dct:description "hermaphrodite is a biological sex of an individual with both male and female sexual organs."@en ;
    sio:equivalentTo "PATO:0001827" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hermaphrodite"@en ;
    rdfs:subClassOf sio:SIO_001405 ;
    owl:disjointWith sio:SIO_010048 .

sio:SIO_000785
    dc:identifier "SIO_000785" ;
    dct:description "An answer is a reply to a question."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "answer"@en ;
    rdfs:subClassOf sio:SIO_000136 .

sio:SIO_000786
    dc:identifier "SIO_000786" ;
    dct:description "A verbal language entity is a language entity that is manifested through sound."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "verbal language entity"@en ;
    rdfs:subClassOf sio:SIO_000078 .

sio:SIO_000787
    dc:identifier "SIO_000787" ;
    dct:description "A page number is the count of a page in a sequence of pages."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "page number"@en ;
    rdfs:subClassOf sio:SIO_000794 .

sio:SIO_000788
    dc:identifier "SIO_000788" ;
    dct:description "A linear position is the position of some object against a linear positioning system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "linear position"@en ;
    rdfs:subClassOf sio:SIO_000056 .

sio:SIO_000789
    dc:identifier "SIO_000789" ;
    dct:description "A sequence element position is the position of an element of a linear sequence."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sequence element position"@en ;
    rdfs:subClassOf sio:SIO_000788 .

sio:SIO_000790
    dc:identifier "SIO_000790" ;
    dct:description "A non-protein coding RNA (ncRNA) gene is a gene that encodes for a RNA transcript that is not further translated into a protein product."@en ;
    sio:equivalentTo "http://purl.obolibrary.org/obo/SO_0001263"^^xsd:anyURI ;
    sio:hasSynonym "ncRNA gene"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "non-protein coding RNA (ncRNA) gene"@en ;
    rdfs:subClassOf sio:SIO_010035 .

sio:SIO_000791
    dc:identifier "SIO_000791" ;
    dct:description "A sequence start position is the start position for a sequence of characters."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sequence start position"@en ;
    rdfs:subClassOf sio:SIO_000789, sio:SIO_000943 .

sio:SIO_000792
    dc:identifier "SIO_000792" ;
    dct:description "A sequence end position is the position of the last character in a sequence of characters relative to some linear frame of reference."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sequence end position"@en ;
    rdfs:subClassOf sio:SIO_000789, sio:SIO_000953 .

sio:SIO_000793
    dc:identifier "SIO_000793" ;
    dct:description "measured at is a relation between a measurement value and the time measurement."@en ;
    sio:subset "core" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "measured at"@en ;
    rdfs:range sio:SIO_000391 ;
    rdfs:subPropertyOf sio:SIO_000687 .

sio:SIO_000794
    dc:identifier "SIO_000794" ;
    dct:description "The number of elements of a finite set of objects."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "count"@en ;
    rdfs:subClassOf sio:SIO_000257 .

sio:SIO_000795
    dc:identifier "SIO_000795" ;
    dct:description "A chemical role is a processual role held by a chemical entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical entity role"@en ;
    rdfs:subClassOf sio:SIO_000677, [
        dc:identifier ":arc09e0b397" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000227 ;
        owl:someValuesFrom sio:SIO_010004
    ] .

sio:SIO_000796
    dc:identifier "SIO_000796" ;
    dct:description "The role of a chemical participant that serves to increase the rate of reaction by lowering the activiation energy."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "catalytic role"@en ;
    rdfs:subClassOf sio:SIO_000880 .

sio:SIO_000797
    dc:identifier "SIO_000797" ;
    dct:description "The role of a chemical entity that is modified in a chemical reaction."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "substrate role"@en ;
    rdfs:subClassOf sio:SIO_000879 .

sio:SIO_000798
    dc:identifier "SIO_000798" ;
    dct:description "The role of a chemical entity present at the end of a chemical reaction."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "product role"@en ;
    rdfs:subClassOf sio:SIO_000889, [
        dc:identifier ":arc09e0b398" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000227 ;
        owl:someValuesFrom sio:SIO_010363
    ] .

sio:SIO_000799
    dc:identifier "SIO_000799" ;
    dct:description "The role of a chemical entity involved in the mechanism for enzyme-mediated catalysis."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cofactor role"@en ;
    rdfs:subClassOf sio:SIO_000889 .

sio:SIO_000800
    dc:identifier "SIO_000800" ;
    dct:description "A co-factor role in which the chemical entity is modified during catalysis and must be regenerated."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "co-enzyme role"@en ;
    rdfs:subClassOf sio:SIO_000797, sio:SIO_000799 .

sio:SIO_000801
    dc:identifier "SIO_000801" ;
    dct:description "A coenzyme role of a chemical entity that is covalently bonded to the  enzyme."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "prosthetic group role"@en ;
    rdfs:subClassOf sio:SIO_000800 .

sio:SIO_000802
    dc:identifier "SIO_000802" ;
    dct:description "A co-enzyme role of a chemical entity that is transiently associated, and is regenerated in a separate reaction."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "co-substrate role"@en ;
    rdfs:subClassOf sio:SIO_000800 .

sio:SIO_000803
    dc:identifier "SIO_000803" ;
    dct:description "The role of a chemical entity that reduces the rate of reaction."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "inhibitor role"@en ;
    rdfs:subClassOf sio:SIO_000880 .

sio:SIO_000804
    dc:identifier "SIO_000804" ;
    dct:description "The role of a chemical entity that increases the rate of reaction."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "activator role"@en ;
    rdfs:subClassOf sio:SIO_000880 .

sio:SIO_000805
    dc:identifier "SIO_000805" ;
    dct:description "The quality of having a charge."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "charged"@en ;
    rdfs:subClassOf sio:SIO_010442 ;
    owl:disjointWith sio:SIO_000806 .

sio:SIO_000806
    dc:identifier "SIO_000806" ;
    dct:description "The quality of not having a charge."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "uncharged"@en ;
    rdfs:subClassOf sio:SIO_010442 .

sio:SIO_000807
    dc:identifier "SIO_000807" ;
    dct:description "A partial negative charge is a negative charge where the value of the charge is negative."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "partial positive charge"@en ;
    rdfs:subClassOf sio:SIO_000809 ;
    owl:disjointWith sio:SIO_000808 .

sio:SIO_000808
    dc:identifier "SIO_000808" ;
    dct:description "A partial positive charge is a partial charge where the value of the charge is positive."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "partial negative charge"@en ;
    rdfs:subClassOf sio:SIO_000809 .

sio:SIO_000809
    dc:identifier "SIO_000809" ;
    dct:description "The quality of having a charge that is not a full multiple of 1 unit charge."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "partial charge"@en ;
    rdfs:subClassOf sio:SIO_000805 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b399" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b400" ;
            rdf:first sio:SIO_000807 ;
            rdf:rest [
                dc:identifier ":arc09e0b401" ;
                rdf:first sio:SIO_000808 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000810
    dc:identifier "SIO_000810" ;
    dct:description "A complete charge is a charge where the value of the charge is a multiple of 1."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "complete charge"@en ;
    rdfs:subClassOf sio:SIO_000805 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b402" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b403" ;
            rdf:first sio:SIO_010461 ;
            rdf:rest [
                dc:identifier ":arc09e0b404" ;
                rdf:first sio:SIO_010464 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000811
    dc:identifier "SIO_000811" ;
    dct:description "A Uniform Resource Locator or Universal Resource Locator (URL) is a specific character string that constitutes a reference to an Internet resource."@en ;
    sio:hasSynonym "Uniform Resource Locator"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "URL"@en ;
    rdfs:subClassOf sio:SIO_000731, [
        dc:identifier ":arc09e0b405" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000300 ;
        owl:someValuesFrom xsd:anyURI
    ] .

sio:SIO_000812
    dc:identifier "SIO_000812" ;
    dct:description "affection is an emotion characterized with a feeling or type of love for another living thing."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "affection"@en ;
    rdfs:subClassOf sio:SIO_000831 .

sio:SIO_000813
    dc:identifier "SIO_000813" ;
    dct:description "angst is the intense feeling of apprehension, anxiety or inner turmoil."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "angst"@en ;
    rdfs:subClassOf sio:SIO_000815 .

sio:SIO_000814
    dc:identifier "SIO_000814" ;
    dct:description "Annoyance is an unpleasant emtion that is characterized by a abnormal or excessive sensitivity to some external stimulus."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "annoyance"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000815
    dc:identifier "SIO_000815" ;
    dct:description "anxiety is an emotion charactersized by intense feeling of fear and concern coupled with a physical response."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "anxiety"@en ;
    rdfs:subClassOf sio:SIO_000949 .

sio:SIO_000816
    dc:identifier "SIO_000816" ;
    dct:description "apathy is an emotion characterized by lack of interest, enthusiasm, or concern."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "apathy"@en ;
    rdfs:subClassOf sio:SIO_000847 .

sio:SIO_000817
    dc:identifier "SIO_000817" ;
    dct:description "arousal is an emotion characterized by state of reactive to stimuli. It involves the activation of the reticular activating system in the brain stem, the autonomic nervous system and the endocrine system, leading to increased heart rate and blood pressure and a condition of sensory alertness, mobility and readiness to respond."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "arousal"@en ;
    rdfs:subClassOf sio:SIO_000831 .

sio:SIO_000818
    dc:identifier "SIO_000818" ;
    dct:description "awe is an emotion produced by that which is grand, sublime or powerful and is characterized by a combination of joy, fear and admiration/reverence/respect. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "awe"@en ;
    rdfs:subClassOf sio:SIO_000831 .

sio:SIO_000819
    dc:identifier "SIO_000819" ;
    dct:description "boldness is the trait of being willing to undertake things that involve risk or danger."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "boldness"@en ;
    rdfs:subClassOf sio:SIO_000831 .

sio:SIO_000820
    dc:identifier "SIO_000820" ;
    dct:description "boredom is the emotion experience by those not interested in their surroundings or available activities."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "boredom"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000821
    dc:identifier "SIO_000821" ;
    dct:description "contempt is disgust towards a lower status individual."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "contempt"@en ;
    rdfs:subClassOf sio:SIO_000828 .

sio:SIO_000822
    dc:identifier "SIO_000822" ;
    dct:description "contentment is an emotion characterized by acknowledgement and satisfaction of the current state of affairs."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "contentment"@en ;
    rdfs:subClassOf sio:SIO_000840 .

sio:SIO_000823
    dc:identifier "SIO_000823" ;
    dct:description "curiosity is the strong desire to know or learn something."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "curiosity"@en ;
    rdfs:subClassOf sio:SIO_000825 .

sio:SIO_000824
    dc:identifier "SIO_000824" ;
    dct:description "depression is an unpleasant emotion linked to aversion to activity that can affect a person's thoughts, behavior, feelings and physical well-being. Depressed individuals may feel sad, anxious, empty, hopeless, worried, helpless, worthless, guilty, irritable, or restless."@en ;
    sio:hasSynonym "depressed" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "depression"@en ;
    rdfs:subClassOf sio:SIO_000863 .

sio:SIO_000825
    dc:identifier "SIO_000825" ;
    dct:description "desire is a strong emotion of wanting to have something or wishing for something to happen."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "desire"@en ;
    rdfs:subClassOf sio:SIO_000848 .

sio:SIO_000826
    dc:identifier "SIO_000826" ;
    dct:description "despair is depression, hopelessness or lack of hope."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "despair"@en ;
    rdfs:subClassOf sio:SIO_000863 .

sio:SIO_000827
    dc:identifier "SIO_000827" ;
    dct:description "disappointment is the feeling of dissatisfaction that follows the failure of expectations or hopes to manifest."@en ;
    sio:hasSynonym "disappointed", "disappointing" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "disappointment"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000828
    dc:identifier "SIO_000828" ;
    dct:description "Disgust is a feeling of revulsion or profound disapproval aroused by something unpleasant or offensive."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "disgust"@en ;
    rdfs:subClassOf sio:SIO_000844 .

sio:SIO_000829
    dc:identifier "SIO_000829" ;
    dct:description "dread is the instense negative emotion that induces fear and apprehension."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dread"@en ;
    rdfs:subClassOf sio:SIO_000837 .

sio:SIO_000830
    dc:identifier "SIO_000830" ;
    dct:description "ecstacy is an emotion characterized by a heightened state of consciousness with total involvement of a subject."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ecstasy"@en ;
    rdfs:subClassOf sio:SIO_000831 .

sio:SIO_000831
    dc:identifier "SIO_000831" ;
    dct:description "A positive emotion is an emotion that feels good."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "positive emotion"@en ;
    rdfs:subClassOf sio:SIO_000276, [
        dc:identifier ":arc09e0b406" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000217 ;
        owl:someValuesFrom sio:SIO_001210
    ] .

sio:SIO_000832
    dc:identifier "SIO_000832" ;
    dct:description "negative emotion is an emotion that does not feel good."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "negative emotion"@en ;
    rdfs:subClassOf sio:SIO_000276, [
        dc:identifier ":arc09e0b407" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000217 ;
        owl:someValuesFrom sio:SIO_001211
    ] .

sio:SIO_000833
    dc:identifier "SIO_000833" ;
    dct:description "Embarrassment is the emotion of intense discomfort with oneself, experienced upon having a socially unacceptable act or condition witnessed by or revealed to other."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "embarassment"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000834
    dc:identifier "SIO_000834" ;
    dct:description "envy is an emotion that occurs when a person lacks another's (perceived) superior quality, achievement or possession and wishes that the other lacked it."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "envy"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000835
    dc:identifier "SIO_000835" ;
    dct:description "euphoria is an emotion characterized by intense feelings of well-being, elation, happiness, ecstasy, excitement, and joy."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "euphoria"@en ;
    rdfs:subClassOf sio:SIO_000840 .

sio:SIO_000836
    dc:identifier "SIO_000836" ;
    dct:description "excitement is a positive emotion of feeling great enthusiasm and eagerness."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "excitement"@en ;
    rdfs:subClassOf sio:SIO_000831 .

sio:SIO_000837
    dc:identifier "SIO_000837" ;
    dct:description "Fear is a negative emotion induced by a perceived threat that induces one to hide or move quickly away from the location of the perceived threat."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "fear"@en ;
    rdfs:subClassOf sio:SIO_000949 .

sio:SIO_000838
    dc:identifier "SIO_000838" ;
    dct:description "Frustration is an emotion that arises from the perceived resistance to the fulfillment of individual will. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "frustration"@en ;
    rdfs:subClassOf sio:SIO_000814 .

sio:SIO_000839
    dc:identifier "SIO_000839" ;
    dct:description "Gratitude, thankfulness, gratefulness, or appreciation is a feeling, emotion or attitude in acknowledgment of a benefit that one has received or will receive."@en ;
    sio:hasSynonym "appreciation", "gratefulness", "gratification", "thankfullness" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gratitude"@en ;
    rdfs:subClassOf sio:SIO_000831 .

sio:SIO_000840
    dc:identifier "SIO_000840" ;
    dct:description "happiness is an emotion characterized by positive or pleasant emotions ranging from contentment to intense joy."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "happiness"@en ;
    rdfs:subClassOf sio:SIO_000831 .

sio:SIO_000841
    dc:identifier "SIO_000841" ;
    dct:description "Guilt is the emotion borne from feeling responsible for the commission of an offense and arises out of public humiliation."@en ;
    sio:hasSynonym "guilty" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "guilt"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000842
    dc:identifier "SIO_000842" ;
    dct:description "grief is an emotion in response to loss, whether physical or abstract including death, unemployment, ill health or the end of a relationship."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "grief"@en ;
    rdfs:subClassOf sio:SIO_000863 .

sio:SIO_000843
    dc:identifier "SIO_000843" ;
    dct:description "hope is an emotion of belief in a positive outcome related to events and circumstances in one's life."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hope"@en ;
    rdfs:subClassOf sio:SIO_000831 .

sio:SIO_000844
    dc:identifier "SIO_000844" ;
    dct:description "Hostility is the intense negative emotion of being in conflict or opposition to someone or something."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hostility"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000845
    dc:identifier "SIO_000845" ;
    dct:description "hurt is an unpleasant feeling, emotion or sensation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hurt"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000846
    dc:identifier "SIO_000846" ;
    dct:description "Hysteria is an unmanageable emotion."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hysteria"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000847
    dc:identifier "SIO_000847" ;
    dct:description "indifference is an emotion characterized by lack of interest, concern, or sympathy."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "indifference"@en ;
    rdfs:subClassOf sio:SIO_000276, [
        dc:identifier ":arc09e0b408" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b410" ;
            rdf:first [
                dc:identifier ":arc09e0b409" ;
                a owl:Class ;
                owl:complementOf [
                    dc:identifier ":arc09e0b411" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000217 ;
                    owl:someValuesFrom sio:SIO_001210
                ]
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b413" ;
                rdf:first [
                    dc:identifier ":arc09e0b412" ;
                    a owl:Class ;
                    owl:complementOf [
                        dc:identifier ":arc09e0b414" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000217 ;
                        owl:someValuesFrom sio:SIO_001211
                    ]
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000848
    dc:identifier "SIO_000848" ;
    dct:description "interest is the emotion of wanting to know or learn about something or someone."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "interest"@en ;
    rdfs:subClassOf sio:SIO_000831 .

sio:SIO_000849
    dc:identifier "SIO_000849" ;
    dct:description "jealousy is an emotion and typically refers to the negative thoughts and feelings of insecurity, fear, and anxiety over an anticipated loss of something that the person values, particularly in reference to a human connection."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "jealousy"@en ;
    rdfs:subClassOf sio:SIO_000834 .

sio:SIO_000850
    dc:identifier "SIO_000850" ;
    dct:description "joy is an emotion of intense happiness."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "joy"@en ;
    rdfs:subClassOf sio:SIO_000840 .

sio:SIO_000851
    dc:identifier "SIO_000851" ;
    dct:description "loathing is an intense dislike or disgust."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "loathing"@en ;
    rdfs:subClassOf sio:SIO_000828 .

sio:SIO_000852
    dc:identifier "SIO_000852" ;
    dct:description "Loneliness is an unpleasant emotion in which a person feels a strong sense of emptiness, yearning distress and solitude resulting from inadequate quantity or quality of social relationships."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "loneliness"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000853
    dc:identifier "SIO_000853" ;
    dct:description "lust is the strong desire for sex."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "lust"@en ;
    rdfs:subClassOf sio:SIO_000825 .

sio:SIO_000854
    dc:identifier "SIO_000854" ;
    dct:description "misery is a feeling of great unhappiness, suffering and/or pain."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "misery"@en ;
    rdfs:subClassOf sio:SIO_000863 .

sio:SIO_000855
    dc:identifier "SIO_000855" ;
    dct:description "Panic is a sudden emotion of fear which is so strong as to dominate or prevent reason and logical thinking, replacing it with overwhelming feelings of anxiety and frantic agitation consistent with an animalistic fight-or-flight reaction."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "panic"@en ;
    rdfs:subClassOf sio:SIO_000837 .

sio:SIO_000856
    dc:identifier "SIO_000856" ;
    dct:description "passion is the intense desire for something."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "passion"@en ;
    rdfs:subClassOf sio:SIO_000825 .

sio:SIO_000857
    dc:identifier "SIO_000857" ;
    dct:description "Pity is the emotion of sadness or sorrow for another."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pity"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000858
    dc:identifier "SIO_000858" ;
    dct:description "pleasure is an emotion of happy satisfaction and enjoyment."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pleasure"@en ;
    rdfs:subClassOf sio:SIO_000840 .

sio:SIO_000859
    dc:identifier "SIO_000859" ;
    dct:description "pride is an emotion of satisfaction of attachment toward one's own or another's choices and actions, or toward a whole group of people, and is a product of praise, independent self-reflection, or a fulfilled feeling of belonging."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pride"@en ;
    rdfs:subClassOf sio:SIO_000864 .

sio:SIO_000860
    dc:identifier "SIO_000860" ;
    dct:description "Rage is a feeling of intense anger that is associated with the Fight-or-flight response."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "rage"@en ;
    rdfs:subClassOf sio:SIO_000410 .

sio:SIO_000861
    dc:identifier "SIO_000861" ;
    dct:description "regret is a feeling of sadness, repentance, or disappointment over something that has happened or been done."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regret"@en ;
    rdfs:subClassOf sio:SIO_000873 .

sio:SIO_000862
    dc:identifier "SIO_000862" ;
    dct:description "remorse is an emotion of personal regret felt by a person after he or she has committed an act which they deem to be shameful, hurtful, or violent."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "remorse"@en ;
    rdfs:subClassOf sio:SIO_000861 .

sio:SIO_000863
    dc:identifier "SIO_000863" ;
    dct:description "sadness is emotional pain associated with, or characterized by feelings of disadvantage, loss, despair, helplessness, sorrow, and rage."@en ;
    sio:hasSynonym "sad", "unhappiness", "unhappy" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sadness"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000864
    dc:identifier "SIO_000864" ;
    dct:description "satisfaction is an emotion of fulfillment of one's wishes, expectations, or needs, or the pleasure derived from this."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "satisfaction"@en ;
    rdfs:subClassOf sio:SIO_000822 .

sio:SIO_000865
    dc:identifier "SIO_000865" ;
    dct:description "shame is the emotion borne from feeling responsible for the commission of an offense."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "shame"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000866
    dc:identifier "SIO_000866" ;
    dct:description "shock is an emotion of sudden upset or surprise."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "shock"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000867
    dc:identifier "SIO_000867" ;
    dct:description "shyness is an emotion of apprehension, lack of comfort, or awkwardness experienced when in proximity to, approaching, or being approached by other individuals, especially in new situations or with unfamiliar individuals."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "shyness"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000868
    dc:identifier "SIO_000868" ;
    dct:description "sorrow is the emotion that is characterized by a long term state of intense sadness, distress and a degree of resignation (not accepting)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sorrow"@en ;
    rdfs:subClassOf sio:SIO_000863 .

sio:SIO_000869
    dc:identifier "SIO_000869" ;
    dct:description "Suffering is the unpleasant emotion and aversion associated with the perception of harm or threat of harm in an individual."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "suffering"@en ;
    rdfs:subClassOf sio:SIO_000845 .

sio:SIO_000870
    dc:identifier "SIO_000870" ;
    dct:description "surprise is a brief emotion experienced as the result of an unexpected event. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "surprise"@en ;
    rdfs:subClassOf sio:SIO_000831 .

sio:SIO_000871
    dc:identifier "SIO_000871" ;
    dct:description "terror is the extreme feeling of fear."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "terror"@en ;
    rdfs:subClassOf sio:SIO_000829 .

sio:SIO_000872
    dc:identifier "SIO_000872" ;
    dct:description "wonder is an emotion of perceiving something very rare or unexpected, but not threatening."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "wonder"@en ;
    rdfs:subClassOf sio:SIO_000870 .

sio:SIO_000873
    dc:identifier "SIO_000873" ;
    dct:description "worry is the emotion characterized by concer over a real or imaginary issue."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "worry"@en ;
    rdfs:subClassOf sio:SIO_000949 .

sio:SIO_000875
    dc:identifier "SIO_000875" ;
    dct:description "A department chain role is the role of an individual that heads a department at a academic organization."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "department chair role"@en ;
    rdfs:subClassOf sio:SIO_000711 .

sio:SIO_000876
    dc:identifier "SIO_000876" ;
    dct:description "A student advisor role is the role of an individual employed at an academic organization that is involved in advising students."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "student advisor role"@en ;
    rdfs:subClassOf sio:SIO_000711 .

sio:SIO_000877
    dc:identifier "SIO_000877" ;
    dct:description "An undergraduate student advisor role is the role of an individual employed at an academic organization that is involved in advising undergraduate students."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "undergraduate student advisor role"@en ;
    rdfs:subClassOf sio:SIO_000876 .

sio:SIO_000878
    dc:identifier "SIO_000878" ;
    dct:description "A graduate student advisor role is the role of an individual employed at an academic organization that is involved in advising graduate students."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "graduate student advisor role"@en ;
    rdfs:subClassOf sio:SIO_000876 .

sio:SIO_000879
    dc:identifier "SIO_000879" ;
    dct:description "The role of a chemical entity present at the beginning of a chemical reaction."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "reactant role"@en ;
    rdfs:subClassOf sio:SIO_000889 .

sio:SIO_000880
    dc:identifier "SIO_000880" ;
    dct:description "The role of a chemical entity that modifies the rate of reaction."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulator role"@en ;
    rdfs:subClassOf sio:SIO_000889 .

sio:SIO_000881
    dc:identifier "SIO_000881" ;
    dct:description "An investigational role is a role held by participants involved in an investigation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "investigational role"@en ;
    rdfs:subClassOf sio:SIO_000677 .

sio:SIO_000882
    dc:identifier "SIO_000882" ;
    dct:description "The role of an organism in providing resources to maintain the survival and/or reproduction of another organism."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "host role"@en ;
    rdfs:subClassOf sio:SIO_000888 .

sio:SIO_000883
    dc:identifier "SIO_000883" ;
    dct:description "A subject role is the role of an individual that is the target of the study."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "subject role"@en ;
    rdfs:subClassOf sio:SIO_000881 .

sio:SIO_000884
    dc:identifier "SIO_000884" ;
    dct:description "A publishing role is the role of an individual that is involved in the preparation and issue of creative works for consumption by a wider audience."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "publishing role"@en ;
    rdfs:subClassOf sio:SIO_000706 .

sio:SIO_000885
    dc:identifier "SIO_000885" ;
    dct:description "A publisher role is the role of an individual that prepares and issues creative works."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "publisher role"@en ;
    rdfs:subClassOf sio:SIO_000884 .

sio:SIO_000886
    dc:identifier "SIO_000886" ;
    dct:description "An author role is the role of an individual that creates a creative, written work."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "author role"@en ;
    rdfs:subClassOf sio:SIO_000884 .

sio:SIO_000887
    dc:identifier "SIO_000887" ;
    dct:description "A buffer role is the role of a chemical substance which maintains a pH at a near constant value."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "buffer role"@en ;
    rdfs:subClassOf sio:SIO_000888, [
        dc:identifier ":arc09e0b415" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000227 ;
        owl:someValuesFrom sio:SIO_010416
    ] .

sio:SIO_000888
    dc:identifier "SIO_000888" ;
    dct:description "A chemical substance role is a chemical entity role held by a chemical substance."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical substance role"@en ;
    rdfs:subClassOf sio:SIO_000795, [
        dc:identifier ":arc09e0b416" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000227 ;
        owl:someValuesFrom sio:SIO_011126
    ] .

sio:SIO_000889
    dc:identifier "SIO_000889" ;
    dct:description "A molecular entity role is a chemical entity role held by a molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molecular entity role"@en ;
    rdfs:subClassOf sio:SIO_000795, [
        dc:identifier ":arc09e0b417" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000227 ;
        owl:someValuesFrom sio:SIO_011125
    ] .

sio:SIO_000890
    dc:identifier "SIO_000890" ;
    dct:description "A toxin role is a toxic role of a chemical substance that is poisonous and is produced by an organism."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "toxin role"@en ;
    rdfs:subClassOf sio:SIO_000968 .

sio:SIO_000891
    dc:identifier "SIO_000891" ;
    dct:description "A toxic role is the role of a chemical substance that is poisonous."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "toxic role"@en ;
    rdfs:subClassOf sio:SIO_000888 .

sio:SIO_000892
    dc:identifier "SIO_000892" ;
    dct:description "a in relation from b is a comparative relation in a is the object of reference in a relation with b. "@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "in relation from"@en ;
    rdfs:subPropertyOf sio:SIO_000212 .

sio:SIO_000893
    dc:identifier "SIO_000893" ;
    dct:description "A role of a chemical substance that participates in a chemical reaction as part of some scientific investigation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "reagent role"@en ;
    rdfs:subClassOf sio:SIO_000888, [
        dc:identifier ":arc09e0b418" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000227 ;
        owl:someValuesFrom sio:SIO_010411
    ] .

sio:SIO_000894
    dc:identifier "SIO_000894" ;
    dct:description "to luminesce is to emit light through cold body radiation"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to luminesce"@en ;
    rdfs:subClassOf sio:SIO_000692 .

sio:SIO_000895
    dc:identifier "SIO_000895" ;
    dct:description "to fluoresce is to emit light as a result of absorbing light or other electromagnetic radiation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to fluoresce"@en ;
    rdfs:subClassOf sio:SIO_000894 .

sio:SIO_000896
    dc:identifier "SIO_000896" ;
    dct:description "A molecular tracer role is a reactant role of a molecular entity that serves as a marker for the presence, abundance, or location of a molecular target that it associates with."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molecular tracer role"@en ;
    rdfs:subClassOf sio:SIO_000879 .

sio:SIO_000897
    dc:identifier "SIO_000897" ;
    dct:description "An assocation is a relationship between two or more entities derived by some informational analysis."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "association"@en ;
    rdfs:subClassOf sio:SIO_000075, [
        dc:identifier ":arc09e0b419" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_000000 ;
        owl:onProperty sio:SIO_000628
    ] .

sio:SIO_000898
    dc:identifier "SIO_000898" ;
    dct:description "A statistical association is any relationship between two measured quantities that renders them statistically dependent."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "statistical association"@en ;
    rdfs:subClassOf sio:SIO_000897 .

sio:SIO_000899
    dc:identifier "SIO_000899" ;
    dct:description "A chromosome is a molecular complex of circular or linear DNA and bound proteins."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chromosome"@en ;
    rdfs:subClassOf sio:SIO_010506, [
        dc:identifier ":arc09e0b420" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000273 ;
        owl:someValuesFrom sio:SIO_010010
    ], [
        dc:identifier ":arc09e0b421" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000273 ;
        owl:someValuesFrom sio:SIO_010043
    ] .

sio:SIO_000900
    dc:identifier "SIO_000900" ;
    dct:description "has frequency is a relation that specifies the occurence of an object or event"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has frequency"@en ;
    rdfs:subPropertyOf sio:SIO_000216 ;
    owl:inverseOf sio:SIO_000901 .

sio:SIO_000901
    dc:identifier "SIO_000901" ;
    dct:description "is frequency of is a relation between a temporal unit and an object or event"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is frequency of"@en ;
    rdfs:subPropertyOf sio:SIO_000215 .

sio:SIO_000902
    dc:identifier "SIO_000902" ;
    dct:description "A top value axis is a value axis that is spatially positioned to the top of the plot area."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "top value axis"@en ;
    rdfs:subClassOf sio:SIO_000458 .

sio:SIO_000903
    dc:identifier "SIO_000903" ;
    dct:description "A bottom value axis is a value axis that is spatially positioned to the bottom of the plot area."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "bottom value axis"@en ;
    rdfs:subClassOf sio:SIO_000458 .

sio:SIO_000904
    dc:identifier "SIO_000904" ;
    dct:description "A chart is a figure that displays the relationship among tabular numeric data, functions or some kinds of qualitative structures."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chart"@en ;
    rdfs:subClassOf sio:SIO_000080 .

sio:SIO_000905
    dc:identifier "SIO_000905" ;
    dct:description "has substrate is a relation between a process and an object where the object is destroyed by its participation in the process."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has substrate"@en ;
    rdfs:subPropertyOf sio:SIO_000291 .

sio:SIO_000906
    dc:identifier "SIO_000906" ;
    dct:description "A map is a a visual representation of an area that depicts the relationship between elements of that space."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "map"@en ;
    rdfs:subClassOf sio:SIO_000904 .

sio:SIO_000907
    dc:identifier "SIO_000907" ;
    dct:description "A heatmap is a graphical representation of data where the individual values contained in a matrix are represented as colors."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "heatmap"@en ;
    rdfs:subClassOf sio:SIO_000904 .

sio:SIO_000908
    dc:identifier "SIO_000908" ;
    dct:description "A streamgraph is a multi-line stacked graph that yields the appearance of continuous y-values across the x-axis."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "streamgraph"@en ;
    rdfs:subClassOf sio:SIO_000934 .

sio:SIO_000909
    dc:identifier "SIO_000909" ;
    dct:description "A boxplot (box-and-whisker diagram) is a convenient way of graphically depicting groups of numerical data through their five-number summaries: the smallest observation (sample minimum), lower quartile (Q1), median (Q2), upper quartile (Q3), and largest observation (sample maximum)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "boxplot"@en ;
    rdfs:subClassOf sio:SIO_000447 .

sio:SIO_000910
    dc:identifier "SIO_000910" ;
    dct:description "A geographic heatmap is a graphical representation of data over a geographic region where individual values are represented as colors."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "geographic heatmap"@en ;
    rdfs:subClassOf sio:SIO_000907 .

sio:SIO_000911
    dc:identifier "SIO_000911" ;
    dct:description "A histogram is a graphical representation of data which consists of tabular frequencies, shown as adjacent rectangles, over discrete intervals (bins) , with an area equal to the frequency of the observations in the interval."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "histogram"@en ;
    rdfs:subClassOf sio:SIO_000904 .

sio:SIO_000912
    dc:identifier "SIO_000912" ;
    dct:description "A measurement scale is a functional specification that specifies an allowed range of categories or values."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "measurement scale"@en ;
    rdfs:subClassOf sio:SIO_000315 .

sio:SIO_000913
    dc:identifier "SIO_000913" ;
    dct:description "A nominal scale of measurement only specifies a limited set of categories."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "nomimal scale"@en ;
    rdfs:subClassOf sio:SIO_000912 .

sio:SIO_000914
    dc:identifier "SIO_000914" ;
    dct:description "A binary scale is a measurement scale that specifies a choice between two values."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "binary scale"@en ;
    rdfs:subClassOf sio:SIO_000912 .

sio:SIO_000915
    dc:identifier "SIO_000915" ;
    dct:description "A numeric scale of measurement is one that only specifies numeric values."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "numeric scale"@en ;
    rdfs:subClassOf sio:SIO_000912, [
        dc:identifier ":arc09e0b422" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000338 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b423" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b424" ;
                rdf:first sio:SIO_000000 ;
                rdf:rest [
                    dc:identifier ":arc09e0b426" ;
                    rdf:first [
                        dc:identifier ":arc09e0b425" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000300 ;
                        owl:someValuesFrom rdfs:Literal
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000916
    dc:identifier "SIO_000916" ;
    dct:description "A decimal scale of measurement is one that only specifies decimal values."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "decimal scale"@en ;
    rdfs:subClassOf sio:SIO_000915, [
        dc:identifier ":arc09e0b427" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000338 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b428" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b429" ;
                rdf:first sio:SIO_000000 ;
                rdf:rest [
                    dc:identifier ":arc09e0b431" ;
                    rdf:first [
                        dc:identifier ":arc09e0b430" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000300 ;
                        owl:someValuesFrom xsd:decimal
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000917
    dc:identifier "SIO_000917" ;
    dct:description "An integer scale of measurement is one that only specifies integer values."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "integer scale"@en ;
    rdfs:subClassOf sio:SIO_000915, [
        dc:identifier ":arc09e0b432" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000338 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b433" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b434" ;
                rdf:first sio:SIO_000000 ;
                rdf:rest [
                    dc:identifier ":arc09e0b436" ;
                    rdf:first [
                        dc:identifier ":arc09e0b435" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000300 ;
                        owl:someValuesFrom xsd:integer
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000918
    dc:identifier "SIO_000918" ;
    dct:description "modifying is the process by which an entity gains or loses parts, qualities, roles, dispositions, functions, etc, but maintains their identity through these changes."@en ;
    sio:hasSynonym "modification"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "modifying"@en ;
    rdfs:subClassOf sio:SIO_000593, [
        dc:identifier ":arc09e0b437" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000229 ;
        owl:someValuesFrom sio:SIO_000776
    ], [
        dc:identifier ":arc09e0b438" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000291 ;
        owl:someValuesFrom sio:SIO_000776
    ] .

sio:SIO_000919
    dc:identifier "SIO_000919" ;
    dct:description "reproducing is a process characterized by creation of an entity that is similar or exactly the same as the template from which it is derived."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "reproducing"@en ;
    rdfs:subClassOf sio:SIO_000588, [
        dc:identifier ":arc09e0b439" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b441" ;
            rdf:first [
                dc:identifier ":arc09e0b440" ;
                a owl:Restriction ;
                owl:onProperty sio:SIO_000230 ;
                owl:someValuesFrom sio:SIO_000776
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b443" ;
                rdf:first [
                    dc:identifier ":arc09e0b442" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000312 ;
                    owl:someValuesFrom sio:SIO_000776
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000920
    dc:identifier "SIO_000920" ;
    dct:description "An independent variable is a variable that may take on different values independent of other elements in a system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "independent variable"@en ;
    rdfs:subClassOf sio:SIO_000367 .

sio:SIO_000921
    dc:identifier "SIO_000921" ;
    dct:description "A dependent variable is one whose value changes as a consequence of changes in other values in the system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dependent variable"@en ;
    rdfs:subClassOf sio:SIO_000367 .

sio:SIO_000922
    dc:identifier "SIO_000922" ;
    dct:description "A Gantt chart is a bar chart that illustrates a project schedule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "Gantt chart"@en ;
    rdfs:subClassOf sio:SIO_000904 .

sio:SIO_000923
    dc:identifier "SIO_000923" ;
    dct:description "A correlation is a statistical relationship involving dependence between two random variables or datasets."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "correlation"@en ;
    rdfs:subClassOf sio:SIO_000898 .

sio:SIO_000924
    dc:identifier "SIO_000924" ;
    dct:description "A television program is a audiovisual media that is produced and broadcast using a television."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "television program"@en ;
    rdfs:subClassOf sio:SIO_001194 .

sio:SIO_000926
    dc:identifier "SIO_000926" ;
    dct:description "A radio receiver is a communication device that receives its input from an antenna, uses electronic filters to separate a wanted radio signal from all other signals picked up by this antenna, amplifies it to a level suitable for further processing, and finally converts through demodulation and decoding the signal into a form usable for the consumer, such as sound, pictures, digital data, measurement values, navigational positions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "radio receiver"@en ;
    rdfs:subClassOf sio:SIO_000957 .

sio:SIO_000927
    dc:identifier "SIO_000927" ;
    dct:description "The telephone is a communications device that transmits and receives sounds, and are minimally composed of a microphone to speak into, a speaker'which reproduces the voice of the other person and a ringer which makes a sound to alert the owner when a call is coming in."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "telephone"@en ;
    rdfs:subClassOf sio:SIO_000957 .

sio:SIO_000928
    dc:identifier "SIO_000928" ;
    dct:description "A radar is an object-detection system which uses radio waves to determine the range, altitude, direction, or speed of objects."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "radar"@en ;
    rdfs:subClassOf sio:SIO_000956 .

sio:SIO_000929
    dc:identifier "SIO_000929" ;
    dct:description "A pie chart is a circular chart divided into sectors each of whose length  is proportional to the quantity it represents."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pie chart"@en ;
    rdfs:subClassOf sio:SIO_000940 .

sio:SIO_000930
    dc:identifier "SIO_000930" ;
    dct:description "A matrix chart summarizes a multidimensional data set in a grid."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "matrix chart"@en ;
    rdfs:subClassOf sio:SIO_000904 .

sio:SIO_000931
    dc:identifier "SIO_000931" ;
    dct:description "A network diagram consists of a set of vertices connected by edges."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "network diagram"@en ;
    rdfs:subClassOf sio:SIO_000904 .

sio:SIO_000932
    dc:identifier "SIO_000932" ;
    dct:description "A block histogram contains an x-axis that is divided into bins which correspond to value ranges. Each item in the data set is drawn as a rectangular block, and the blocks are piled into the bins to show how many values in each range."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "block histogram"@en ;
    rdfs:subClassOf sio:SIO_000911 .

sio:SIO_000933
    dc:identifier "SIO_000933" ;
    dct:description "A bubble chart contains circles whose area corresponds to a value. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "bubble chart"@en ;
    rdfs:subClassOf sio:SIO_000904 .

sio:SIO_000934
    dc:identifier "SIO_000934" ;
    dct:description "A stack graph is a statistical graph which presents multiple series in which the distance between one series and another indicates the relative contribution to the total for any x-value."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "stack graph"@en ;
    rdfs:subClassOf sio:SIO_000083 .

sio:SIO_000935
    dc:identifier "SIO_000935" ;
    dct:description "A treemap is a chart that fully partitions the area into a set of rectangles whose area represents its relative value."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "treemap"@en ;
    rdfs:subClassOf sio:SIO_000940 .

sio:SIO_000936
    dc:identifier "SIO_000936" ;
    dct:description "A word tree is a chart that links phrases with contexts through a tree-like branching structure."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "word tree"@en ;
    rdfs:subClassOf sio:SIO_000937 .

sio:SIO_000937
    dc:identifier "SIO_000937" ;
    dct:description "A textual chart is a chart containing text."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "textual chart"@en ;
    rdfs:subClassOf sio:SIO_000904, [
        dc:identifier ":arc09e0b444" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000273 ;
        owl:someValuesFrom sio:SIO_000651
    ] .

sio:SIO_000938
    dc:identifier "SIO_000938" ;
    dct:description "A tag cloud is a visualization of word frequencies."@en ;
    sio:hasSynonym "word cloud"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "tag cloud"@en ;
    rdfs:subClassOf sio:SIO_000937 .

sio:SIO_000939
    dc:identifier "SIO_000939" ;
    dct:description "A phrase net diagram illustrates the relationship between different words used in a text."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "phrase net diagram"@en ;
    rdfs:subClassOf sio:SIO_000937 .

sio:SIO_000940
    dc:identifier "SIO_000940" ;
    dct:description "A mereological chart is a chart that illustrates the parts in the context of the whole."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mereological chart"@en ;
    rdfs:subClassOf sio:SIO_000904 .

sio:SIO_000941
    dc:identifier "SIO_000941" ;
    dct:description "conversing a form of interactive, spontaneous communication between two or more agents who are following rules of etiquette."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "conversing"@en ;
    rdfs:subClassOf sio:SIO_000969 .

sio:SIO_000942
    dc:identifier "SIO_000942" ;
    dct:description "A numeric label is a number used as a label."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "numeric label"@en ;
    rdfs:subClassOf sio:SIO_000179 .

sio:SIO_000943
    dc:identifier "SIO_000943" ;
    dct:description "A start position is the proximal position of an object relative to an origin in a linear system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "start position"@en ;
    rdfs:subClassOf sio:SIO_000788 .

sio:SIO_000944
    dc:identifier "SIO_000944" ;
    dct:description "An interval is a set of real numbers that includes all numbers between any two numbers in the set."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "interval"@en ;
    rdfs:subClassOf sio:SIO_000075 .

sio:SIO_000945
    dc:identifier "SIO_000945" ;
    dct:description "A tree diagram is a hierarchical network diagram in which a root vertex is connected to one or more other vertices through a directed edge, which in turn may be connected to other vertices."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "tree diagram"@en ;
    rdfs:subClassOf sio:SIO_001332 .

sio:SIO_000946
    dc:identifier "SIO_000946" ;
    dct:description "A flowchart is a diagram that represents an algorithm or process, showing the steps as boxes of various kinds, and their order by connecting these with arrows."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "flowchart"@en ;
    rdfs:subClassOf sio:SIO_000904 .

sio:SIO_000947
    dc:identifier "SIO_000947" ;
    dct:description "A Venn diagram is a chart that illustrates all possible logical relations between a finite collection of sets as overlapping circles."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "venn diagram"@en ;
    rdfs:subClassOf sio:SIO_000904 .

sio:SIO_000948
    dc:identifier "SIO_000948" ;
    dct:description "A dendrogram is a tree diagram used to illustrate the arrangement of the clusters produced by hierarchical clustering."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dendrogram"@en ;
    rdfs:subClassOf sio:SIO_000945 .

sio:SIO_000949
    dc:identifier "SIO_000949" ;
    dct:description "apprehension is the negative emotion that something unpleasant will occur."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "apprehension"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_000950
    dc:identifier "SIO_000950" ;
    dct:description "resentment is disgust directed toward a higher status individual."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "resentment"@en ;
    rdfs:subClassOf sio:SIO_000828 .

sio:SIO_000951
    dc:identifier "SIO_000951" ;
    dct:description "Pain is an unpleasant sensory and emotional experience associated with actual or potential tissue damage, or described in terms of such damage."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pain"@en ;
    rdfs:subClassOf sio:SIO_000845 .

sio:SIO_000952
    dc:identifier "SIO_000952" ;
    dct:description "A default parameter is a parameter which has a default value."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "default parameter"@en ;
    rdfs:subClassOf sio:SIO_000144 .

sio:SIO_000953
    dc:identifier "SIO_000953" ;
    dct:description "An end position is the distal position of an object relative to an origin in a linear system."@en ;
    sio:hasSynonym "stop position" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "end position"@en ;
    rdfs:subClassOf sio:SIO_000788 .

sio:SIO_000954
    dc:identifier "SIO_000954" ;
    dct:description "sick is the status of a living organism that is behaving at a sub-optimal level."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sick"@en ;
    rdfs:subClassOf sio:SIO_010058 .

sio:SIO_000955
    dc:identifier "SIO_000955" ;
    dct:description "An environment is a geographic region that hosts certain processes or objects." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "environment"@en ;
    rdfs:subClassOf sio:SIO_000414 .

sio:SIO_000956
    dc:identifier "SIO_000956" ;
    dct:description "A device is usually a constructed tool."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "device"@en ;
    rdfs:subClassOf sio:SIO_010462 .

sio:SIO_000957
    dc:identifier "SIO_000957" ;
    dct:description "A communication device is a device that facilitates the transmission of information through encoded in an audio or digital signal between a sender and a receiver."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "communication device"@en ;
    rdfs:subClassOf sio:SIO_000956 .

sio:SIO_000959
    dc:identifier "SIO_000959" ;
    dct:description "existence quality is the quality of an entity that describe in what environment it is known to exist."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "existence quality"@en ;
    rdfs:subClassOf sio:SIO_000005 .

sio:SIO_000960
    dc:identifier "SIO_000960" ;
    dct:description "real is the quality of an entity that exists in real space and time."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "real"@en ;
    rdfs:subClassOf sio:SIO_000959 ;
    owl:disjointWith sio:SIO_000961, sio:SIO_000962 .

sio:SIO_000961
    dc:identifier "SIO_000961" ;
    dct:description "fictional is the quality of an entity that exists only in a creative work of fiction."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "fictional"@en ;
    rdfs:subClassOf sio:SIO_001186 .

sio:SIO_000962
    dc:identifier "SIO_000962" ;
    dct:description "virtual is the quality of an entity that exists only in a virtual setting such as a simulation or game environment."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "virtual"@en ;
    rdfs:subClassOf sio:SIO_000959 .

sio:SIO_000963
    dc:identifier "SIO_000963" ;
    dct:description "not started is the status of a process that is predicted to exist but has not yet begun."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "not started"@en ;
    rdfs:subClassOf sio:SIO_000033 .

sio:SIO_000964
    dc:identifier "SIO_000964" ;
    dct:description "A standard operating procedure is a specification approved for use in specific environments."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "standard operating procedure"@en ;
    rdfs:subClassOf sio:SIO_001043 .

sio:SIO_000965
    dc:identifier "SIO_000965" ;
    dct:description "agreement quality is a quality that exhibits the degree of consensus for some set of assertions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "agreement quality"@en ;
    rdfs:subClassOf sio:SIO_000436 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b445" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b446" ;
            rdf:first sio:SIO_000966 ;
            rdf:rest [
                dc:identifier ":arc09e0b447" ;
                rdf:first sio:SIO_000967 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000966
    dc:identifier "SIO_000966" ;
    dct:description "agreement is the result of consensus decision making when members of the group agree."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "agreement"@en ;
    rdfs:subClassOf sio:SIO_000965 ;
    owl:disjointWith sio:SIO_000967 .

sio:SIO_000967
    dc:identifier "SIO_000967" ;
    dct:description "agreement is the result of consensus decision making when members of the group do not all agree."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "disagreement"@en ;
    rdfs:subClassOf sio:SIO_000965 .

sio:SIO_000968
    dc:identifier "SIO_000968" ;
    dct:description "A poison role is the role of a substance that causes some negative disturbance in an organism."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "poison role"@en ;
    rdfs:subClassOf sio:SIO_000891, [
        dc:identifier ":arc09e0b448" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000227 ;
        owl:someValuesFrom sio:SIO_010076
    ] .

sio:SIO_000969
    dc:identifier "SIO_000969" ;
    dct:description "communicating is the process of conveying information through the exchange of thoughts, messages, or information, as by speech, visuals, signals, writing, or behaviour."@en ;
    sio:hasSynonym "communication" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "communicating"@en ;
    rdfs:subClassOf sio:SIO_000593 .

sio:SIO_000970
    dc:identifier "SIO_000970" ;
    dct:description "is first part of is a proper part relation in which the part is the first of a set of linearly ordered parts resulting from the projection of the whole on a linear coordinate system."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is first part of"@en ;
    rdfs:subPropertyOf sio:SIO_000975 ;
    owl:inverseOf sio:SIO_000971 .

sio:SIO_000971
    dc:identifier "SIO_000971" ;
    dct:description "has first part is a proper part relation in which the part is the first of a set of linearly ordered parts resulting from the projection of the whole on a linear coordinate system."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has first part"@en ;
    rdfs:subPropertyOf sio:SIO_000974 .

sio:SIO_000972
    dc:identifier "SIO_000972" ;
    dct:description "has last part is a proper part relation in which the part is the last of a set of linearly ordered parts resulting from the projection of the whole on a linear coordinate system."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has last part"@en ;
    rdfs:subPropertyOf sio:SIO_000974 ;
    owl:inverseOf sio:SIO_000973 .

sio:SIO_000973
    dc:identifier "SIO_000973" ;
    dct:description "is last part of is a proper part relation in which the part is the last of a set of linearly ordered parts resulting from the projection of the whole on a linear coordinate system."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is last part of"@en ;
    rdfs:subPropertyOf sio:SIO_000975 .

sio:SIO_000974
    dc:identifier "SIO_000974" ;
    dct:description "has ordered part of is a proper part relation in which the part is one of a set of linearly ordered parts resulting from the projection of the whole on a linear coordinate system."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has ordered part"@en ;
    rdfs:subPropertyOf sio:SIO_000053 .

sio:SIO_000975
    dc:identifier "SIO_000975" ;
    dct:description "is ordered part of is a proper part relation in which the part is one of a set of linearly ordered parts resulting from the projection of the whole on a linear coordinate system."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is ordered part of"@en ;
    rdfs:subPropertyOf sio:SIO_000093 .

sio:SIO_000976
    dc:identifier "SIO_000976" ;
    dct:description "observational study draws inferences about the possible effect of a treatment on subjects, where the assignment of subjects into a treated group versus a control group is outside the control of the investigator"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "observational study"@en ;
    rdfs:subClassOf sio:SIO_000994, [
        dc:identifier ":arc09e0b449" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000132 ;
        owl:someValuesFrom sio:SIO_000284
    ], [
        dc:identifier ":arc09e0b450" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000338 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b451" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b452" ;
                rdf:first sio:SIO_000268 ;
                rdf:rest [
                    dc:identifier ":arc09e0b454" ;
                    rdf:first [
                        dc:identifier ":arc09e0b453" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000218 ;
                        owl:someValuesFrom sio:SIO_000284
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_000977
    dc:identifier "SIO_000977" ;
    dct:description "A syllable is a verbal entity of language having one vowel sound, with or without surrounding consonants, forming the whole or a part of a word."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "syllable"@en ;
    rdfs:subClassOf sio:SIO_000786 .

sio:SIO_000978
    dc:identifier "SIO_000978" ;
    dct:description "A consonant is a verbal entity of language that is articulated with complete or partial closure of the vocal tract."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "consonant"@en ;
    rdfs:subClassOf sio:SIO_000786 .

sio:SIO_000979
    dc:identifier "SIO_000979" ;
    dct:description "A vowel is a verbal entity of language that is pronounced with an open vocal tract so that there is no build-up of air pressure at any point above the glottis."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "vowel"@en ;
    rdfs:subClassOf sio:SIO_000786 .

sio:SIO_000980
    dc:identifier "SIO_000980" ;
    dct:description "A sign language (also signed language) is a language that involves manual communication and body language to convey meaning. This can involve simultaneously combining hand shapes, orientation and movement of the hands, arms or body, and facial expressions to fluidly express a speaker's thoughts."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sign language"@en ;
    rdfs:subClassOf sio:SIO_000104 .

sio:SIO_000981
    dc:identifier "SIO_000981" ;
    dct:description "A verbal language is a language that uses sounds to communicate."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "verbal language"@en ;
    rdfs:subClassOf sio:SIO_000104 .

sio:SIO_000982
    dc:identifier "SIO_000982" ;
    dct:description "written language is a language that is communicated through a writing system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "written language"@en ;
    rdfs:subClassOf sio:SIO_000104 .

sio:SIO_000983
    dc:identifier "SIO_000983" ;
    dct:description "A gene-disease association is an association between a gene and a disease."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene-disease association"@en ;
    rdfs:subClassOf sio:SIO_000897, [
        dc:identifier ":arc09e0b455" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000628 ;
        owl:someValuesFrom sio:SIO_010035
    ], [
        dc:identifier ":arc09e0b456" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000628 ;
        owl:someValuesFrom sio:SIO_010299
    ] .

sio:SIO_000984
    dc:identifier "SIO_000984" ;
    dct:description "A genome is a collection of nucleic acids."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "genome"@en ;
    rdfs:subClassOf sio:SIO_010046 .

sio:SIO_000985
    dc:identifier "SIO_000985" ;
    dct:description "A gene that contains an open reading frame which codes for a protein."@en ;
    sio:equivalentTo "http://purl.obolibrary.org/obo/SO_0001217"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "protein coding gene"@en ;
    rdfs:subClassOf sio:SIO_010035 .

sio:SIO_000986
    dc:identifier "SIO_000986" ;
    dct:description "A gene that codes for a functional RNA molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "functional rna coding gene"@en ;
    rdfs:subClassOf sio:SIO_010101 .

sio:SIO_000987
    dc:identifier "SIO_000987" ;
    dct:description "A predicted gene is a gene that was identified through computational method but has not been experimentally validated."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "predicted gene"@en ;
    rdfs:subClassOf sio:SIO_010035, [
        dc:identifier ":arc09e0b457" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000008 ;
        owl:someValuesFrom sio:SIO_000036
    ] .

sio:SIO_000988
    dc:identifier "SIO_000988" ;
    dct:description "A pseudo gene is a region of a nucleic acid that either cannot be transcribed, or its RNA transcript cannot be translated."@en ;
    sio:equivalentTo "http://purl.obolibrary.org/obo/SO_0000336"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pseudogene"@en ;
    rdfs:subClassOf sio:SIO_010335 .

sio:SIO_000989
    dc:identifier "SIO_000989" ;
    dct:description "A sequence assembly is a sequence that is produced as by the alignment of two or more sequences."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sequence assembly"@en ;
    rdfs:subClassOf sio:SIO_000030 .

sio:SIO_000991
    dc:identifier "SIO_000991" ;
    dct:description "An experimentally validated gene is a gene whose existence has been demonstrated through experimental methods."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "validated gene"@en ;
    rdfs:subClassOf sio:SIO_010035, [
        dc:identifier ":arc09e0b458" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000008 ;
        owl:someValuesFrom sio:SIO_000960
    ] .

sio:SIO_000992
    dc:identifier "SIO_000992" ;
    dct:description "unsupported is an existence quality in which there is no evidence to support the existence of the entity in any world (real or hypothetical)"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "unsupported"@en ;
    rdfs:subClassOf sio:SIO_000959 .

sio:SIO_000993
    dc:identifier "SIO_000993" ;
    dct:description "A chemical-disease association is an association between a chemical and a disease."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical-disease association"@en ;
    rdfs:subClassOf sio:SIO_000897, [
        dc:identifier ":arc09e0b459" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b461" ;
            rdf:first [
                dc:identifier ":arc09e0b460" ;
                a owl:Restriction ;
                owl:onProperty sio:SIO_000628 ;
                owl:someValuesFrom sio:SIO_010004
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b463" ;
                rdf:first [
                    dc:identifier ":arc09e0b462" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000628 ;
                    owl:someValuesFrom sio:SIO_010299
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_000994
    dc:identifier "SIO_000994" ;
    dct:description "An experiment is an investigation that has the goal of verifying, falsifying, or establishing the validity of a hypothesis. "@en ;
    sio:hasSynonym "study" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "experiment"@en ;
    rdfs:subClassOf sio:SIO_000747 .

sio:SIO_000995
    dc:identifier "SIO_000995" ;
    dct:description "suspended is the status of a process that is no longer progressing towards completion."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "suspended"@en ;
    rdfs:subClassOf sio:SIO_000033 .

sio:SIO_000996
    dc:identifier "SIO_000996" ;
    dct:description "cancelled is a process status in which the process, while planned to occur, will not occur."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cancelled"@en ;
    rdfs:subClassOf sio:SIO_000963 .

sio:SIO_000997
    dc:identifier "SIO_000997" ;
    dct:description "aborted is a process status in which a started process will not complete as intended."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "aborted"@en ;
    rdfs:subClassOf sio:SIO_000033 .

sio:SIO_000998
    dc:identifier "SIO_000998" ;
    dct:description "literature curation is the process of an agent selecting and extracting terms and phrases from a document."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "literature curation"@en ;
    rdfs:subClassOf sio:SIO_000649, [
        dc:identifier ":arc09e0b464" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000229 ;
        owl:someValuesFrom sio:SIO_000483
    ], [
        dc:identifier ":arc09e0b465" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000230 ;
        owl:someValuesFrom sio:SIO_000148
    ] .

sio:SIO_000999
    dc:identifier "SIO_000999" ;
    dct:description "A procedure is a process that attempts to achieve one or more objectives by following an established set of actions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "procedure"@en ;
    rdfs:subClassOf sio:SIO_000006, [
        dc:identifier ":arc09e0b466" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000426 ;
        owl:someValuesFrom sio:SIO_000091
    ], [
        dc:identifier ":arc09e0b467" ;
        a owl:Restriction ;
        owl:allValuesFrom [
            dc:identifier ":arc09e0b468" ;
            a owl:Class ;
            owl:unionOf [
                dc:identifier ":arc09e0b469" ;
                rdf:first sio:SIO_000112 ;
                rdf:rest [
                    dc:identifier ":arc09e0b470" ;
                    rdf:first sio:SIO_000337 ;
                    rdf:rest rdf:nil
                ]
            ]
        ] ;
        owl:onProperty sio:SIO_000355
    ] .

sio:SIO_001000
    dc:identifier "SIO_001000" ;
    dct:description "A clinical trial is an intervention trial to determine the safety and efficacy of  medical interventions (e.g., drugs, diagnostics, devices, therapy protocols). "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "clinical trial"@en ;
    rdfs:subClassOf sio:SIO_001048, [
        dc:identifier ":arc09e0b471" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000339 ;
        owl:someValuesFrom sio:SIO_001043
    ] .

sio:SIO_001001
    dc:identifier "SIO_001001" ;
    dct:description "A medical diagnosis (often simply termed diagnosis) refers to the process of attempting to determine or identify a possible disease or disorder."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "medical diagnosis"@en ;
    rdfs:subClassOf sio:SIO_001024, [
        dc:identifier ":arc09e0b472" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000229 ;
        owl:someValuesFrom sio:SIO_001003
    ], [
        dc:identifier ":arc09e0b473" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000230 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b474" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b475" ;
                rdf:first sio:SIO_010046 ;
                rdf:rest [
                    dc:identifier ":arc09e0b477" ;
                    rdf:first [
                        dc:identifier ":arc09e0b476" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000217 ;
                        owl:someValuesFrom sio:SIO_000758
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_001002
    dc:identifier "SIO_001002" ;
    dct:description "A differential diagnosis (sometimes abbreviated DDx, ddx, DD, D/Dx, or ΔΔ) is a systematic diagnostic method used to identify the presence of an entity where multiple alternatives are possible (and the process may be termed differential diagnostic procedure), and may also refer to any of the included candidate alternatives (which may also be termed candidate condition)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "differential diagnosis"@en ;
    rdfs:subClassOf sio:SIO_001024 .

sio:SIO_001003
    dc:identifier "SIO_001003" ;
    dct:description "A diagnostic opinion is an opinion resulting from a medical diagnostic procedure."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "diagnostic opinion"@en ;
    rdfs:subClassOf sio:SIO_001004 .

sio:SIO_001004
    dc:identifier "SIO_001004" ;
    dct:description "An opinion is a belief that is the result of emotion or interpretation of facts. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "opinion"@en ;
    rdfs:subClassOf sio:SIO_000360, [
        dc:identifier ":arc09e0b478" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000311 ;
        owl:someValuesFrom sio:SIO_001001
    ] .

sio:SIO_001005
    dc:identifier "SIO_001005" ;
    dct:description "A chemical effect is a chemical interaction in which a chemical elicits a marked characteristic of a biological system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical effect"@en ;
    rdfs:subClassOf sio:SIO_010013, [
        dc:identifier ":arc09e0b479" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000139 ;
        owl:someValuesFrom sio:SIO_010038
    ] .

sio:SIO_001006
    dc:identifier "SIO_001006" ;
    dct:description "A drug-drug interaction is an interaction in which two drugs interact in such a way to produce a non-additive biological response."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "drug drug interaction"@en ;
    rdfs:subClassOf sio:SIO_001005, [
        dc:identifier ":arc09e0b480" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_010038 ;
        owl:onProperty sio:SIO_000132
    ] .

sio:SIO_001007
    dc:identifier "SIO_001007" ;
    dct:description "An assay is an investigative (analytic) procedure in laboratory medicine, pharmacology, environmental biology, and molecular biology for qualitatively assessing or quantitatively measuring the presence or amount or the functional activity of a target entity (the analyte) which can be a drug or biochemical substance or a cell in an organism or organic sample."@en ;
    sio:hasSynonym "bioassay"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "assay"@en ;
    rdfs:subClassOf sio:SIO_000999, [
        dc:identifier ":arc09e0b481" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000229 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b482" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b484" ;
                rdf:first [
                    dc:identifier ":arc09e0b483" ;
                    a owl:Class ;
                    owl:unionOf [
                        dc:identifier ":arc09e0b485" ;
                        rdf:first sio:SIO_000070 ;
                        rdf:rest [
                            dc:identifier ":arc09e0b486" ;
                            rdf:first sio:SIO_000959 ;
                            rdf:rest rdf:nil
                        ]
                    ]
                ] ;
                rdf:rest [
                    dc:identifier ":arc09e0b488" ;
                    rdf:first [
                        dc:identifier ":arc09e0b487" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000011 ;
                        owl:someValuesFrom sio:SIO_000000
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ], [
        dc:identifier ":arc09e0b489" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000230 ;
        owl:someValuesFrom sio:SIO_000776
    ] .

sio:SIO_001008
    dc:identifier "SIO_001008" ;
    dct:description "toxicity is the quality of a chemical substance to cause injury to an organism in a dose dependent manner."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "toxicity"@en ;
    rdfs:subClassOf sio:SIO_001011 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b490" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b491" ;
            rdf:first sio:SIO_001009 ;
            rdf:rest [
                dc:identifier ":arc09e0b492" ;
                rdf:first sio:SIO_001010 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_001009
    dc:identifier "SIO_001009" ;
    dct:description "toxic is the quality of a substance imparing the normal functioning of a  system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "toxic"@en ;
    rdfs:subClassOf sio:SIO_001008 ;
    owl:disjointWith sio:SIO_001010 .

sio:SIO_001010
    dc:identifier "SIO_001010" ;
    dct:description "non toxic is the quality of a substance having no damaging effect to a system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "non toxic"@en ;
    rdfs:subClassOf sio:SIO_001008 .

sio:SIO_001011
    dc:identifier "SIO_001011" ;
    dct:description "chemical quality is the quality of a chemical entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical quality"@en ;
    rdfs:subClassOf sio:SIO_000026 .

sio:SIO_001012
    dc:identifier "SIO_001012" ;
    dct:description "healthy is an organismal state of complete physical, mental and social well-being."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "healthy"@en ;
    rdfs:subClassOf sio:SIO_010058 .

sio:SIO_001013
    dc:identifier "SIO_001013" ;
    dct:description "age is the length of time that a person has lived or a thing has existed."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "age"@en ;
    rdfs:subClassOf sio:SIO_000258 .

sio:SIO_001014
    dc:identifier "SIO_001014" ;
    dct:description "ethnicity is the biological quality of membership in a social group based on a common heritage."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ethnicity"@en ;
    rdfs:subClassOf sio:SIO_000475 .

sio:SIO_001015
    dc:identifier "SIO_001015" ;
    dct:description "race is a characteristic of an individual by heritable phenotypic characteristics, geographic ancestry, physical appearance, ethnicity, and social status."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "race"@en ;
    rdfs:subClassOf sio:SIO_000475 .

sio:SIO_001016
    dc:identifier "SIO_001016" ;
    dct:description "An ethnic group is a group of people whose members identify with each other through a common heritage, consisting of a common culture, including a shared language or dialect. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ethnic group"@en ;
    rdfs:subClassOf sio:SIO_001062 .

sio:SIO_001017
    dc:identifier "SIO_001017" ;
    dct:description "A syndrome is composed of a set of several clinically recognizable features, signs (observed by someone other than the patient), symptoms (reported by the patient), phenomena or characteristics that often occur together."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "syndrome"@en ;
    rdfs:subClassOf sio:SIO_000136 .

sio:SIO_001018
    dc:identifier "SIO_001018" ;
    dct:description "A ratio is a relationship between two numbers of the same kind expressed arithmetically as a dimensionless quotient of the two which explicitly indicates how many times the first number contains the second."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ratio"@en ;
    rdfs:subClassOf sio:SIO_000257 .

sio:SIO_001019
    dc:identifier "SIO_001019" ;
    dct:description "A dose is the quantity of a chemical substance administered to a biological system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dose"@en ;
    rdfs:subClassOf sio:SIO_000258 .

sio:SIO_001020
    dc:identifier "SIO_001020" ;
    dct:description "effective dose is the amount of a substance required to produce an effect on a predefined percentage of a population."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "effective dose"@en ;
    rdfs:subClassOf sio:SIO_001019 .

sio:SIO_001021
    dc:identifier "SIO_001021" ;
    dct:description "An expected value (or e-value) is the weighted average of all possible values that a random variable can take on."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "expected value"@en ;
    rdfs:subClassOf sio:SIO_000638 .

sio:SIO_001022
    dc:identifier "SIO_001022" ;
    dct:description "A diagnostic test is a procedure performed to confirm, or determine the presence of disease in an individual suspected of having the disease, usually following the report of symptoms, or based on the results of other medical tests."@en ;
    sio:hasSynonym "clinical laboratory test"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "diagnostic test"@en ;
    rdfs:subClassOf sio:SIO_001024 .

sio:SIO_001023
    dc:identifier "SIO_001023" ;
    dct:description "A medical screening is a medical test or series used to detect or predict the presence of disease in individuals at risk for disease within a defined group, such as a population, family, or workforce"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "medical screening"@en ;
    rdfs:subClassOf sio:SIO_001024 .

sio:SIO_001024
    dc:identifier "SIO_001024" ;
    dct:description "A medical procedure is a procedure to identify, examine, alleviate or eliminate an undesirable biological disease or disorder."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "medical procedure"@en ;
    rdfs:subClassOf sio:SIO_000999 .

sio:SIO_001025
    dc:identifier "SIO_001025" ;
    dct:description "A prognosis is a proposition about the likely course of a disease, the chance of recovery or recurrence."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "prognosis"@en ;
    rdfs:subClassOf sio:SIO_000256 .

sio:SIO_001026
    dc:identifier "SIO_001026" ;
    dct:description "A report is a textual document made that present focused, salient content to a specific audience."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "report"@en ;
    rdfs:subClassOf sio:SIO_000148 .

sio:SIO_001027
    dc:identifier "SIO_001027" ;
    dct:description "A medical health record is a record of a single patient's medical history."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "medical health record"@en ;
    rdfs:subClassOf sio:SIO_000088 .

sio:SIO_001028
    dc:identifier "SIO_001028" ;
    dct:description "A medical report is a report prepared by a health care practioner about test outcomes or health status of an individual."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "medical report"@en ;
    rdfs:subClassOf sio:SIO_001026 .

sio:SIO_001029
    dc:identifier "SIO_001029" ;
    dct:description "A peer reviewed article is an article that has undergone peer-review and deemed acceptable for publication."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "peer reviewed article"@en ;
    rdfs:subClassOf sio:SIO_000154, [
        dc:identifier ":arc09e0b493" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000217 ;
        owl:someValuesFrom sio:SIO_001035
    ] .

sio:SIO_001030
    dc:identifier "SIO_001030" ;
    dct:description "A major version number is a version of a software that exhibits a significant change in functionalilty from a prior version."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "major version number"@en ;
    rdfs:subClassOf sio:SIO_000654 .

sio:SIO_001031
    dc:identifier "SIO_001031" ;
    dct:description "A minor version number is a version of a software that exhibits minor features or significant fix from a prior version."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "minor version number"@en ;
    rdfs:subClassOf sio:SIO_000654 .

sio:SIO_001032
    dc:identifier "SIO_001032" ;
    dct:description "A revision number is a version of a software in which bugs have been fixed from a prior version."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "revision number"@en ;
    rdfs:subClassOf sio:SIO_000654 .

sio:SIO_001033
    dc:identifier "SIO_001033" ;
    dct:description "text quality is the quality of a textual entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "text quality"@en ;
    rdfs:subClassOf sio:SIO_000026, [
        dc:identifier ":arc09e0b494" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000218 ;
        owl:someValuesFrom sio:SIO_000651
    ] .

sio:SIO_001034
    dc:identifier "SIO_001034" ;
    dct:description "reviewed is the quality of a textual entity that has been examined and commented on by another party."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "reviewed"@en ;
    rdfs:subClassOf sio:SIO_001039 .

sio:SIO_001035
    dc:identifier "SIO_001035" ;
    dct:description "peer-reviewed is the quality of a textual entity that has been examined and commented by a peer expert reviewer."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "peer-reviewed"@en ;
    rdfs:subClassOf sio:SIO_001034 ;
    owl:disjointWith sio:SIO_001038 .

sio:SIO_001036
    dc:identifier "SIO_001036" ;
    dct:description "draft is the quality of text that has not yet complete."@en ;
    sio:hasSynonym "drafted" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "draft"@en ;
    rdfs:subClassOf sio:SIO_001039 .

sio:SIO_001037
    dc:identifier "SIO_001037" ;
    dct:description "finalized is the quality of a textual entity that is in its final form."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "finalized"@en ;
    rdfs:subClassOf sio:SIO_001039 .

sio:SIO_001038
    dc:identifier "SIO_001038" ;
    dct:description "editor reviewed is the quality of a textual entity that has been examined and commented on by an editor."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "editor reviewed"@en ;
    rdfs:subClassOf sio:SIO_001034 .

sio:SIO_001039
    dc:identifier "SIO_001039" ;
    dct:description "written is the quality of information that is embodied as visual glyphs in some material form."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "written"@en ;
    rdfs:subClassOf sio:SIO_001033 .

sio:SIO_001040
    dc:identifier "SIO_001040" ;
    dct:description "A morpheme is the smallest semantically meaningful unit in a language."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "morpheme"@en ;
    rdfs:subClassOf sio:SIO_000078 .

sio:SIO_001041
    dc:identifier "SIO_001041" ;
    dct:description "A study design is a protocol for the proper execution of a study which normally requires a carefullly crafted research question or hypothesis and at least one variable under observation and observed values for that variable."@en ;
    sio:hasSynonym "study protocol" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "study design"@en ;
    rdfs:subClassOf sio:SIO_001043, [
        dc:identifier ":arc09e0b495" ;
        a owl:Restriction ;
        owl:allValuesFrom [
            dc:identifier ":arc09e0b496" ;
            a owl:Restriction ;
            owl:onProperty sio:SIO_000068 ;
            owl:someValuesFrom sio:SIO_000747
        ] ;
        owl:onProperty sio:SIO_000341
    ] .

sio:SIO_001042
    dc:identifier "SIO_001042" ;
    dct:description "A recipe is a set of instructions that describe how to prepare or make something."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "recipe"@en ;
    rdfs:subClassOf sio:SIO_000091 .

sio:SIO_001043
    dc:identifier "SIO_001043" ;
    dct:description "An experimental protocol is an action specification with respect to the design and implementation of experiments. In addition to providing a detailed set of procedures and lists of required equipment and instruments, experimental protocols often include information on safety precautions, the calculation of results and reporting standards, including statistical analysis and rules for predefining and documenting excluded data to avoid bias."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "experimental protocol"@en ;
    rdfs:subClassOf sio:SIO_000091 .

sio:SIO_001044
    dc:identifier "SIO_001044" ;
    dct:description "A viroid is a molecule of RNA that does not code for and is not protected by a protein coat."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "viroid"@en ;
    rdfs:subClassOf sio:SIO_010378 .

sio:SIO_001045
    dc:identifier "SIO_001045" ;
    dct:description "The quality of being polar or not polar."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polar quality"@en ;
    rdfs:subClassOf sio:SIO_001011 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b497" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b498" ;
            rdf:first sio:SIO_001046 ;
            rdf:rest [
                dc:identifier ":arc09e0b499" ;
                rdf:first sio:SIO_001047 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_001046
    dc:identifier "SIO_001046" ;
    dct:description "polar is the quality of having a dipole."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polar"@en ;
    rdfs:subClassOf sio:SIO_001045 ;
    owl:disjointWith sio:SIO_001047 .

sio:SIO_001047
    dc:identifier "SIO_001047" ;
    dct:description "non-polar is the quality of not having a dipole."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "non-polar"@en ;
    rdfs:subClassOf sio:SIO_001045 .

sio:SIO_001048
    dc:identifier "SIO_001048" ;
    dct:description "An intervention study has the objective of improving the condition of an individual or a group of individuals, and demonstrates the magnitude of that capability by comparing it to a control group."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "intervention study"@en ;
    rdfs:subClassOf sio:SIO_000994 .

sio:SIO_001049
    dc:identifier "SIO_001049" ;
    dct:description "sampling is the act of obtaining a sample, whether through selection, collection or preparation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sampling"@en ;
    rdfs:subClassOf sio:SIO_000593, [
        dc:identifier ":arc09e0b500" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b502" ;
            rdf:first [
                dc:identifier ":arc09e0b501" ;
                a owl:Restriction ;
                owl:onProperty sio:SIO_000229 ;
                owl:someValuesFrom sio:SIO_001050
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b504" ;
                rdf:first [
                    dc:identifier ":arc09e0b503" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000230 ;
                    owl:someValuesFrom sio:SIO_000776
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_001050
    dc:identifier "SIO_001050" ;
    dct:description "A sample is a limited quantity of something (e.g. an individual or set of individuals from a population, or a portion of a substance) to be used for testing, analysis, inspection, investigation, demonstration, or trial use."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sample"@en ;
    rdfs:subClassOf sio:SIO_010462, [
        dc:identifier ":arc09e0b505" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b507" ;
            rdf:first [
                dc:identifier ":arc09e0b506" ;
                a owl:Restriction ;
                owl:onProperty sio:SIO_000095 ;
                owl:someValuesFrom sio:SIO_000616
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b509" ;
                rdf:first [
                    dc:identifier ":arc09e0b508" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000244 ;
                    owl:someValuesFrom sio:SIO_000776
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_001051
    dc:identifier "SIO_001051" ;
    dct:description "data analysis is a process of inspecting, cleaning, transforming, and modeling data with the goal of highlighting useful information, suggesting conclusions, and supporting decision making."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "data analysis"@en ;
    rdfs:subClassOf sio:SIO_000649, [
        dc:identifier ":arc09e0b510" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b512" ;
            rdf:first [
                dc:identifier ":arc09e0b511" ;
                a owl:Restriction ;
                owl:onProperty sio:SIO_000229 ;
                owl:someValuesFrom sio:SIO_000256
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b514" ;
                rdf:first [
                    dc:identifier ":arc09e0b513" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000230 ;
                    owl:someValuesFrom sio:SIO_000069
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_001052
    dc:identifier "SIO_001052" ;
    dct:description "data collection is the process of acquiring information."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "data collection"@en ;
    rdfs:subClassOf sio:SIO_000649, [
        dc:identifier ":arc09e0b515" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000312 ;
        owl:someValuesFrom sio:SIO_000069
    ] .

sio:SIO_001053
    dc:identifier "SIO_001053" ;
    dct:description "A reason is a justification that specifies the motive for an action or a determination."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "reason"@en ;
    rdfs:subClassOf sio:SIO_000683 .

sio:SIO_001054
    dc:identifier "SIO_001054" ;
    dct:description "measuring is the process of determining the size, amount, or degree of (something) by using an instrument or device marked in standard units"@en ;
    sio:hasSynonym "measurement"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "measuring"@en ;
    rdfs:subClassOf sio:SIO_000593, [
        dc:identifier ":arc09e0b516" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000229 ;
        owl:someValuesFrom sio:SIO_000070
    ], [
        dc:identifier ":arc09e0b517" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000230 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b518" ;
            a owl:Class ;
            owl:unionOf [
                dc:identifier ":arc09e0b519" ;
                rdf:first sio:SIO_000005 ;
                rdf:rest [
                    dc:identifier ":arc09e0b520" ;
                    rdf:first sio:SIO_000006 ;
                    rdf:rest [
                        dc:identifier ":arc09e0b521" ;
                        rdf:first sio:SIO_000776 ;
                        rdf:rest rdf:nil
                    ]
                ]
            ]
        ]
    ] .

sio:SIO_001055
    dc:identifier "SIO_001055" ;
    dct:description "observing is a process of passive interaction in which one entity makes note of attributes of one or more entities."@en ;
    sio:hasSynonym "observation"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "observing"@en ;
    rdfs:subClassOf sio:SIO_000593, [
        dc:identifier ":arc09e0b522" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000229 ;
        owl:someValuesFrom sio:SIO_000000
    ], [
        dc:identifier ":arc09e0b523" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000230 ;
        owl:someValuesFrom sio:SIO_000000
    ] .

sio:SIO_001056
    dc:identifier "SIO_001056" ;
    dct:description "The ordinal position of a character in a sequence of characters."@en ;
    sio:hasSynonym "character offset" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "character position"@en ;
    rdfs:subClassOf sio:SIO_000613, [
        dc:identifier ":arc09e0b524" ;
        a owl:Restriction ;
        owl:allValuesFrom xsd:integer ;
        owl:onProperty sio:SIO_000300
    ] .

sio:SIO_001057
    dc:identifier "SIO_001057" ;
    dct:description "The position of the first character in a word as an offset from the first character of the text in which it is found."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "word start position"@en ;
    rdfs:subClassOf sio:SIO_001071, [
        dc:identifier ":arc09e0b525" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000068 ;
        owl:someValuesFrom sio:SIO_000651
    ] .

sio:SIO_001058
    dc:identifier "SIO_001058" ;
    dct:description "word end position is the position of the last character in a word as an offset from the first character of the text in which it is found."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "word end position"@en ;
    rdfs:subClassOf sio:SIO_001072 .

sio:SIO_001059
    dc:identifier "SIO_001059" ;
    dct:description "gesturing is a form of non-verbal communication in which visible bodily actions communicate particular messages, either in place of speech or together and in parallel with spoken words. Gestures include movement of the hands, face, or other parts of the body."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gesturing"@en ;
    rdfs:subClassOf sio:SIO_000969 .

sio:SIO_001060
    dc:identifier "SIO_001060" ;
    dct:description "planned is a process status for a process that has not yet started, but is referred to in a plan."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "planned"@en ;
    rdfs:subClassOf sio:SIO_000963 .

sio:SIO_001061
    dc:identifier "SIO_001061" ;
    dct:description "A population is all the organisms that both belong to the same group or species and live in the same geographical area."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "population"@en ;
    rdfs:subClassOf sio:SIO_000620 .

sio:SIO_001062
    dc:identifier "SIO_001062" ;
    dct:description "A human population refers to a collection of human beings."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "human population"@en ;
    rdfs:subClassOf sio:SIO_001061 .

sio:SIO_001063
    dc:identifier "SIO_001063" ;
    dct:description "A group of people affiliated by consanguinity, affinity, or co-residence."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "family"@en ;
    rdfs:subClassOf sio:SIO_000620 .

sio:SIO_001064
    dc:identifier "SIO_001064" ;
    dct:description "A community is a sizeable social unit that shares common values."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "community"@en ;
    rdfs:subClassOf sio:SIO_000620 .

sio:SIO_001065
    dc:identifier "SIO_001065" ;
    dct:description "speculation is an opinion based on incomplete evidence."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "speculation"@en ;
    rdfs:subClassOf sio:SIO_001004 .

sio:SIO_001066
    dc:identifier "SIO_001066" ;
    dct:description "A study is a process that realizes the steps of a study design."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "study"@en ;
    rdfs:subClassOf sio:SIO_000747, [
        dc:identifier ":arc09e0b526" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000355 ;
        owl:someValuesFrom sio:SIO_000337
    ], [
        dc:identifier ":arc09e0b527" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000426 ;
        owl:someValuesFrom sio:SIO_001041
    ] .

sio:SIO_001067
    dc:identifier "SIO_001067" ;
    dct:description "In a controlled observational cohort study, two groups of subjects are selected from two populations that are thought to differ in only one characteristic. The groups of subjects are studied for a specific period and contrasted at the end of the study period."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "controlled observational cohort study"@en ;
    rdfs:subClassOf sio:SIO_000976 .

sio:SIO_001068
    dc:identifier "SIO_001068" ;
    dct:description "A control group is a group of individuals that are not subject to an intervention of interest, but rather serve as a baseline to compare the outcomes in the intervention group."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "control group"@en ;
    rdfs:subClassOf sio:SIO_000403 .

sio:SIO_001069
    dc:identifier "SIO_001069" ;
    dct:description "An intervention group is a group of individuals that are subject to an intervention."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "intervention group"@en ;
    rdfs:subClassOf sio:SIO_000403 .

sio:SIO_001070
    dc:identifier "SIO_001070" ;
    dct:description "A control variable that is believed to alter the dependent or independent variables, but may not actually be the focus of the experiment. So that variable will be kept constant or monitored to try to minimise its effect on the experiment."@en ;
    sio:hasSynonym "controlled variable", "extraneous variable" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "control variable"@en ;
    rdfs:subClassOf sio:SIO_000367 .

sio:SIO_001071
    dc:identifier "SIO_001071" ;
    dct:description "text span start position is the position (offset) of the first character of a text span in relation the text it is from."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "text span start position"@en ;
    rdfs:subClassOf sio:SIO_000943 .

sio:SIO_001072
    dc:identifier "SIO_001072" ;
    dct:description "text span end position is the position (offset) of the last character of a text span in relation the text it is from." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "text span end position"@en ;
    rdfs:subClassOf sio:SIO_000953 .

sio:SIO_001073
    dc:identifier "SIO_001073" ;
    dct:description "A text span is a subset of contiguous sequence of characters of a textual entity."@en ;
    sio:hasSynonym "selector" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "text span"@en ;
    rdfs:subClassOf sio:SIO_000651, [
        dc:identifier ":arc09e0b528" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b530" ;
            rdf:first [
                dc:identifier ":arc09e0b529" ;
                a owl:Restriction ;
                owl:onProperty sio:SIO_000008 ;
                owl:someValuesFrom sio:SIO_001071
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b532" ;
                rdf:first [
                    dc:identifier ":arc09e0b531" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000008 ;
                    owl:someValuesFrom sio:SIO_001072
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_001074
    dc:identifier "SIO_001074" ;
    dct:description "A t-statistic is a ratio of the departure of an estimated parameter from its notional value and its standard error. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "t-statistic"@en ;
    rdfs:subClassOf sio:SIO_001018 .

sio:SIO_001075
    dc:identifier "SIO_001075" ;
    dct:description "A microarray probe set identifier is an identifier for a set of probe pairs selected to represent expressed sequences on an array. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "microarray probe set identifier"@en ;
    rdfs:subClassOf sio:SIO_000732 .

sio:SIO_001076
    dc:identifier "SIO_001076" ;
    dct:description "A microarray experiment is an experiment that involves a microarray device to measure the expression of one or more genes."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "microarray experiment"@en ;
    rdfs:subClassOf sio:SIO_000994 .

sio:SIO_001077
    dc:identifier "SIO_001077" ;
    dct:description "A gene expression value is a measured value obtained from a gene expression experiment."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene expression value"@en ;
    rdfs:subClassOf sio:SIO_000258 .

sio:SIO_001078
    dc:identifier "SIO_001078" ;
    dct:description "A differential gene expression ratio is the ratio of gene expression values from a test sample compared to a control sample."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "differential gene expression ratio"@en ;
    rdfs:subClassOf sio:SIO_001018 .

sio:SIO_001079
    dc:identifier "SIO_001079" ;
    dct:description "A genotype is a functional specification of a biological entity in terms of its genetic composition (or lack thereof)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "genotype"@en ;
    rdfs:subClassOf sio:SIO_000315 .

sio:SIO_001080
    dc:identifier "SIO_001080" ;
    dct:description "A vocabulary is a collection of terms."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "vocabulary"@en ;
    rdfs:subClassOf sio:SIO_000315, sio:SIO_000621 .

sio:SIO_001081
    dc:identifier "SIO_001081" ;
    dct:description "A t-statistic based increased differential gene expression is a differential gene expression ratio in which the t-statistic is greater than zero."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "t-statistic based increased differential gene expression"@en ;
    rdfs:subClassOf sio:SIO_001078, [
        dc:identifier ":arc09e0b533" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000008 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b534" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b535" ;
                rdf:first sio:SIO_001074 ;
                rdf:rest [
                    dc:identifier ":arc09e0b537" ;
                    rdf:first [
                        dc:identifier ":arc09e0b536" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000300 ;
                        owl:someValuesFrom [
                            dc:identifier ":arc09e0b538" ;
                            a rdfs:Datatype ;
                            owl:onDatatype xsd:double ;
                            owl:withRestrictions [
                                dc:identifier ":arc09e0b540" ;
                                rdf:first [
                                    dc:identifier ":arc09e0b539" ;
                                    xsd:minExclusive 0.0
                                ] ;
                                rdf:rest rdf:nil
                            ]
                        ]
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_001082
    dc:identifier "SIO_001082" ;
    dct:description "A t-statistic based decreased differential gene expression is a differential gene expression ratio in which the t-statistic is less than zero."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "t-statistic based decreased differential gene expression"@en ;
    rdfs:subClassOf sio:SIO_001078, [
        dc:identifier ":arc09e0b541" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000008 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b542" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b543" ;
                rdf:first sio:SIO_001074 ;
                rdf:rest [
                    dc:identifier ":arc09e0b545" ;
                    rdf:first [
                        dc:identifier ":arc09e0b544" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000300 ;
                        owl:someValuesFrom [
                            dc:identifier ":arc09e0b546" ;
                            a rdfs:Datatype ;
                            owl:onDatatype xsd:double ;
                            owl:withRestrictions [
                                dc:identifier ":arc09e0b548" ;
                                rdf:first [
                                    dc:identifier ":arc09e0b547" ;
                                    xsd:maxExclusive 0.0
                                ] ;
                                rdf:rest rdf:nil
                            ]
                        ]
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_001083
    dc:identifier "SIO_001083" ;
    dct:description "A date of database submission refers to the moment in time in which some information was submitted/received to a database system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "date of database submission"@en ;
    rdfs:subClassOf sio:SIO_000418 .

sio:SIO_001084
    dc:identifier "SIO_001084" ;
    dct:description "A liquid solution is a heterogeneous substance in a liquid state."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "liquid solution"@en ;
    rdfs:subClassOf sio:SIO_010462 .

sio:SIO_001085
    dc:identifier "SIO_001085" ;
    dct:description "to remove a covalent bond is the capability to covalently modify a chemical entity by removing a covalent bond."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to remove a covalent bond"@en ;
    rdfs:subClassOf sio:SIO_010340 .

sio:SIO_001086
    dc:identifier "SIO_001086" ;
    dct:description "to add a covalent bond is the capability to covalently modify a chemical entity by adding a covalent bond."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to add a covalent bond"@en ;
    rdfs:subClassOf sio:SIO_010340 .

sio:SIO_001087
    dc:identifier "SIO_001087" ;
    dct:description "to modify electronically is the capability to change the electronic properties of an object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to modify electronically"@en ;
    rdfs:subClassOf sio:SIO_000385 .

sio:SIO_001088
    dc:identifier "SIO_001088" ;
    dct:description "concentration is the amount of substance per unit volume of a solution"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "concentration"@en ;
    rdfs:subClassOf sio:SIO_000048, [
        dc:identifier ":arc09e0b549" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000011 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b550" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b551" ;
                rdf:first sio:SIO_011126 ;
                rdf:rest [
                    dc:identifier ":arc09e0b553" ;
                    rdf:first [
                        dc:identifier ":arc09e0b552" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000093 ;
                        owl:someValuesFrom sio:SIO_010462
                    ] ;
                    rdf:rest [
                        dc:identifier ":arc09e0b555" ;
                        rdf:first [
                            dc:identifier ":arc09e0b554" ;
                            a owl:Restriction ;
                            owl:onProperty sio:SIO_000668 ;
                            owl:someValuesFrom sio:SIO_011126
                        ] ;
                        rdf:rest rdf:nil
                    ]
                ]
            ]
        ]
    ] .

sio:SIO_001089
    dc:identifier "SIO_001089" ;
    dct:description "pH is a measure of the activity of the (solvated) hydrogen ion. "@en ;
    ns0:comment "pH is defined as the decimal logarithm of the reciprocal of the hydrogen ion activity, aH+, in a solution." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pH"@en ;
    rdfs:subClassOf sio:SIO_000257 .

sio:SIO_001090
    dc:identifier "SIO_001090" ;
    dct:description "homogeneous is a quality that describes the uniform composition of an object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "homogeneous"@en ;
    rdfs:subClassOf sio:SIO_000051 ;
    owl:disjointWith sio:SIO_001091 .

sio:SIO_001091
    dc:identifier "SIO_001091" ;
    dct:description "homogeneous is a quality that describes the varied composition of an object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "heterogeneous"@en ;
    rdfs:subClassOf sio:SIO_000051 .

sio:SIO_001092
    dc:identifier "SIO_001092" ;
    dct:description "A structural quality is a quality of an object that describes its structure."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "structural quality"@en ;
    rdfs:subClassOf sio:SIO_000026 .

sio:SIO_001093
    dc:identifier "SIO_001093" ;
    dct:description "rigid is the quality of maintaining structural integrity (and not bending) under pressure."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "rigid"@en ;
    rdfs:subClassOf sio:SIO_001092 .

sio:SIO_001094
    dc:identifier "SIO_001094" ;
    dct:description "bent is the quality of a line being sharply curved or having an angle."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "bent"@en ;
    rdfs:subClassOf sio:SIO_000537 .

sio:SIO_001095
    dc:identifier "SIO_001095" ;
    dct:description "curved is the quality of a line that deviates from straightness in a smooth, continuous fashion."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "curved"@en ;
    rdfs:subClassOf sio:SIO_000537 .

sio:SIO_001096
    dc:identifier "SIO_001096" ;
    dct:description "is specialization of is a relation between a more specific instance (in terms of spatial/temporal localization & other attributres) than the other."@en ;
    sio:equivalentTo "http://www.w3.org/ns/prov#specializationOf"^^xsd:anyURI ;
    sio:example "a weather forecast for the city of London produced at a specific time is a specialization of a weather forecast for the city of London."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is specialization of"@en ;
    rdfs:subPropertyOf sio:SIO_000272 ;
    owl:inverseOf sio:SIO_001097 .

sio:SIO_001097
    dc:identifier "SIO_001097" ;
    dct:description "is generalization of is a relation between a more general instance (in terms of spatial/temporal localization & other attributres) than the other."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is generalization of"@en ;
    rdfs:subPropertyOf sio:SIO_000272 .

sio:SIO_001098
    dc:identifier "SIO_001098" ;
    dct:description "is alternate of relates two specialized instances."@en ;
    sio:equivalentTo "http://www.w3.org/ns/prov#alternateOf"^^xsd:anyURI ;
    sio:example "two weather forecasts for the city of London produced at different times or by different organizations (etc) are alternates of each other, and instances of / specializations of forecasts for the city of London."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is alternate of"@en ;
    rdfs:subPropertyOf sio:SIO_000272 ;
    owl:inverseOf sio:SIO_001098 .

sio:SIO_001099
    dc:identifier "SIO_001099" ;
    dct:description "electronic structure is the electron configuration is the distribution of electrons of an atom or molecule (or other physical structure) in atomic or molecular orbitals."@en ;
    sio:example "the electron configuration of the neon atom is 1s2 2s2 2p6."@en ;
    sio:hasSynonym "electronic configuration" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "electronic structure"@en ;
    rdfs:subClassOf sio:SIO_000625 .

sio:SIO_001100
    dc:identifier "SIO_001100" ;
    dct:description "A crystal structure is the arrangement of atoms or molecules in a crystalline liquid or solid."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "crystal structure"@en ;
    rdfs:subClassOf sio:SIO_000626 .

sio:SIO_001101
    dc:identifier "SIO_001101" ;
    dct:description "a is mutual capability of b if and only if the realization of capability  a necessarily causes the realization of capability b."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is mutual capability of"@en ;
    rdfs:subPropertyOf sio:SIO_000709 .

sio:SIO_001102
    dc:identifier "SIO_001102" ;
    dct:description "to interact and to be interacted with is a mutual disposition of interacting objects."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to interact and to be interacted with"@en ;
    rdfs:subClassOf sio:SIO_000409, [
        dc:identifier ":arc09e0b556" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b558" ;
            rdf:first [
                dc:identifier ":arc09e0b557" ;
                a owl:Restriction ;
                owl:onProperty sio:SIO_000053 ;
                owl:someValuesFrom sio:SIO_000701
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b560" ;
                rdf:first [
                    dc:identifier ":arc09e0b559" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000053 ;
                    owl:someValuesFrom sio:SIO_000702
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_001103
    dc:identifier "SIO_001103" ;
    dct:description "to gain a covalent bond is the capability of a chemical entity to have bonds added."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to gain a covalent bond"@en ;
    rdfs:subClassOf sio:SIO_010366 .

sio:SIO_001104
    dc:identifier "SIO_001104" ;
    dct:description "to lose a covalent bond is the capability of a chemical entity to have bonds removed."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to lose a covalent bond"@en ;
    rdfs:subClassOf sio:SIO_010366 .

sio:SIO_001105
    dc:identifier "SIO_001105" ;
    dct:description "to ingest is the capability to take into the body by the mouth for digestion or absorption."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to ingest"@en ;
    rdfs:subClassOf sio:SIO_000492 .

sio:SIO_001106
    dc:identifier "SIO_001106" ;
    dct:description "to produce is the capability to create new objects"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to produce"@en ;
    rdfs:subClassOf sio:SIO_000494 .

sio:SIO_001107
    dc:identifier "SIO_001107" ;
    dct:description "A pathway is an effective specification that outlines a set of actions that forms a way to achieve an objective."@en ;
    sio:hasSynonym "biological pathway" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pathway"@en ;
    rdfs:subClassOf sio:SIO_000091 .

sio:SIO_001108
    dc:identifier "SIO_001108" ;
    dct:description "A central tendency measure is a central value or a typical value for a probability distribution."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "centrality measure"@en ;
    rdfs:subClassOf sio:SIO_000052 .

sio:SIO_001109
    dc:identifier "SIO_001109" ;
    dct:description "A mean is the central tendency of a collection of numbers taken as the sum of the numbers divided by the size of the collection."@en ;
    sio:hasSynonym "arithmeritic mean", "average" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mean"@en ;
    rdfs:subClassOf sio:SIO_001108 .

sio:SIO_001110
    dc:identifier "SIO_001110" ;
    dct:description "A median is the numerical value separating the higher half of a sample, a population, or a probability distribution, from the lower half. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "median"@en ;
    rdfs:subClassOf sio:SIO_001108 .

sio:SIO_001111
    dc:identifier "SIO_001111" ;
    dct:description "A mode is the value that appears most often in a set of data."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mode"@en ;
    rdfs:subClassOf sio:SIO_001108 .

sio:SIO_001112
    dc:identifier "SIO_001112" ;
    dct:description "A sum is the result of adding a set of values together."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sum"@en ;
    rdfs:subClassOf sio:SIO_000052 .

sio:SIO_001113
    dc:identifier "SIO_001113" ;
    dct:description "A minimal value is smallest value of an attribute for the entities in the defined set."@en ;
    sio:hasSynonym "min" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "minimal value"@en ;
    rdfs:subClassOf sio:SIO_000052, [
        dc:identifier ":arc09e0b561" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000011 ;
        owl:someValuesFrom sio:SIO_000616
    ] .

sio:SIO_001114
    dc:identifier "SIO_001114" ;
    dct:description "A maximal value is largest value of an attribute for the entities in the defined set."@en ;
    sio:hasSynonym "max" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "maximal value"@en ;
    rdfs:subClassOf sio:SIO_000052, [
        dc:identifier ":arc09e0b562" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000011 ;
        owl:someValuesFrom sio:SIO_000616
    ] .

sio:SIO_001115
    dc:identifier "SIO_001115" ;
    dct:description "A count of the instances of a class or members in a collection."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "member count"@en ;
    rdfs:subClassOf sio:SIO_000794 .

sio:SIO_001116
    dc:identifier "SIO_001116" ;
    dct:description "A union is a list of all of the values of an attribute for the entities in the defined set."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "union"@en ;
    rdfs:subClassOf sio:SIO_000150 ;
    owl:disjointWith sio:SIO_001117 .

sio:SIO_001117
    dc:identifier "SIO_001117" ;
    dct:description "An intersection is a list of only the values of an attribute for the entities in the defined set where all entities have that value."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "intersection"@en ;
    rdfs:subClassOf sio:SIO_000150 .

sio:SIO_001118
    dc:identifier "SIO_001118" ;
    dct:alternative "ordered list" ;
    dct:description "A sequence is an ordered list of entities. Like a set, it contains members (also called elements, or terms)."@en ;
    sio:example "For example, (M, A, R, Y) is a sequence of letters that differs from (A, R, M, Y), as the ordering matters, and (1, 1, 2, 3, 5, 8), which contains the number 1 at two different positions, is a valid sequence. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sequence"@en ;
    rdfs:subClassOf sio:SIO_000150, [
        dc:identifier ":arc09e0b563" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000059 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b564" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b565" ;
                rdf:first sio:SIO_000000 ;
                rdf:rest [
                    dc:identifier ":arc09e0b567" ;
                    rdf:first [
                        dc:identifier ":arc09e0b566" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000008 ;
                        owl:someValuesFrom sio:SIO_000613
                    ] ;
                    rdf:rest [
                        dc:identifier ":arc09e0b569" ;
                        rdf:first [
                            dc:identifier ":arc09e0b568" ;
                            a owl:Restriction ;
                            owl:onProperty sio:SIO_000628 ;
                            owl:someValuesFrom sio:SIO_000000
                        ] ;
                        rdf:rest rdf:nil
                    ]
                ]
            ]
        ]
    ] .

sio:SIO_001119
    dc:identifier "SIO_001119" ;
    dct:description "A gene-variant disease association in which a mutation in the gene/protein results in the development or maintenance of the disease."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene-disease association linked with causal mutation"@en ;
    rdfs:subClassOf sio:SIO_001122 .

sio:SIO_001120
    dc:identifier "SIO_001120" ;
    dct:description "A gene disease association in which the gene is a therapeutic marker for the disease."@en ;
    sio:hasSynonym "gene-disease association arising from a therapeutic role of the gene/protein" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "therapeutic gene-disease association"@en ;
    rdfs:subClassOf sio:SIO_000983 .

sio:SIO_001121
    dc:identifier "SIO_001121" ;
    dct:description "A gene-disease association in which the gene/protein is involved in the etiology or maintenance of the disease."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene-disease biomarker association"@en ;
    rdfs:subClassOf sio:SIO_000983 .

sio:SIO_001122
    dc:identifier "SIO_001122" ;
    dct:description "A gene-disease association in which a sequence variation (a mutation, a SNP) is associated with the disease."@en ;
    sio:hasSynonym "gene variant-disease association" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene-disease association linked with genetic variation"@en ;
    rdfs:subClassOf sio:SIO_001350 .

sio:SIO_001123
    dc:identifier "SIO_001123" ;
    dct:description "A gene-disease association in which the disease phenotype is associated with an altered expression of the gene."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene-disease association linked with altered gene expression"@en ;
    rdfs:subClassOf sio:SIO_001121 .

sio:SIO_001124
    dc:identifier "SIO_001124" ;
    dct:description "A gene-disease association in which the disease phenotype is associated with post-translational modifications in the protein product."@en ;
    sio:example "methylation or phosphorylation of protein product"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene-disease association linked with post-translational modification"@en ;
    rdfs:subClassOf sio:SIO_001121 .

sio:SIO_001125
    dc:identifier "SIO_001125" ;
    dct:description "A process that modulates the frequency, rate or extent of transcription."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulation of transcription"@en ;
    rdfs:subClassOf sio:SIO_010287 .

sio:SIO_001126
    dc:identifier "SIO_001126" ;
    dct:description "A process that modulates the frequency, rate or extent of translation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulation of translation"@en ;
    rdfs:subClassOf sio:SIO_010287 .

sio:SIO_001127
    dc:identifier "SIO_001127" ;
    dct:description "A process that modulates the frequency, rate or extent of process involved in the creation or destruction of a molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulation of molecular quantity"@en ;
    rdfs:subClassOf sio:SIO_001145 .

sio:SIO_001128
    dc:identifier "SIO_001128" ;
    dct:description "A process that modulates the frequency, rate or extent of process involved in the production of a molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulation of molecular production"@en ;
    rdfs:subClassOf sio:SIO_001127 .

sio:SIO_001129
    dc:identifier "SIO_001129" ;
    dct:description "A process that modulates the frequency, rate or extent of process involved in the destruction of a molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulation of molecular degradation"@en ;
    rdfs:subClassOf sio:SIO_001127, [
        dc:identifier ":arc09e0b570" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_001154 ;
        owl:someValuesFrom sio:SIO_000592
    ] .

sio:SIO_001130
    dc:identifier "SIO_001130" ;
    dct:description "A process mediated by a protein that modulates the frequency, rate or extent of translation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "protein mediated regulation of translation"@en ;
    rdfs:subClassOf sio:SIO_001126, [
        dc:identifier ":arc09e0b571" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000139 ;
        owl:someValuesFrom sio:SIO_010043
    ] .

sio:SIO_001131
    dc:identifier "SIO_001131" ;
    dct:description "A process mediated by rna that modulates the frequency, rate or extent of translation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "rna mediated regulation of translation"@en ;
    rdfs:subClassOf sio:SIO_001126, [
        dc:identifier ":arc09e0b572" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000139 ;
        owl:someValuesFrom sio:SIO_010450
    ] .

sio:SIO_001132
    dc:identifier "SIO_001132" ;
    dct:description "The process of maintaining some the frequency, rate or extent of another process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "process maintenance"@en ;
    rdfs:subClassOf sio:SIO_000609 .

sio:SIO_001133
    dc:identifier "SIO_001133" ;
    dct:description "The increase of regulation leads to a increased occurence of processes of the target type."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "increased frequency of process from increased regulation"@en ;
    rdfs:subClassOf sio:SIO_001135 .

sio:SIO_001134
    dc:identifier "SIO_001134" ;
    dct:description "The increase of regulation leads to a decreased occurence of processes of the target process type."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "decreased frequency of process from increased regulation"@en ;
    rdfs:subClassOf sio:SIO_001135 .

sio:SIO_001135
    dc:identifier "SIO_001135" ;
    dct:description "regulation of a process duration is a process that modulates the frequency of another process relative to some reference process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulation of process frequency"@en ;
    rdfs:subClassOf sio:SIO_000609 .

sio:SIO_001136
    dc:identifier "SIO_001136" ;
    dct:description "regulation of a process duration is a process that modulates the duration of another process relative to some reference process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulation of process duration"@en ;
    rdfs:subClassOf sio:SIO_000609 .

sio:SIO_001137
    dc:identifier "SIO_001137" ;
    dct:description "increased duration of process from increased regulation is a process in which the duration of the target process is increased as a result of increased regulation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "increased duration of process from increased regulation"@en ;
    rdfs:subClassOf sio:SIO_001136 .

sio:SIO_001138
    dc:identifier "SIO_001138" ;
    dct:description "decreased duration of process from increased regulation is a process in which the duration of the target process is decreased as a result of increased regulation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "decreased duration of process from increased regulation"@en ;
    rdfs:subClassOf sio:SIO_001136 .

sio:SIO_001139
    dc:identifier "SIO_001139" ;
    dct:description "regulation of a process spatial extent is a process that modulates the spatial extent of another process relative to some reference process."@en ;
    sio:example "heating the solution causes greater diffusion of a chemical."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulation of process spatial extent"@en ;
    rdfs:subClassOf sio:SIO_000609 .

sio:SIO_001140
    dc:identifier "SIO_001140" ;
    dct:description "The increase of regulation leads to a increased spatial extent of the target process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "increased spatial extent of process from increased regulation"@en ;
    rdfs:subClassOf sio:SIO_001139 .

sio:SIO_001141
    dc:identifier "SIO_001141" ;
    dct:description "The increase of regulation leads to a decreased spatial extent of the target process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "decreased spatial extent of process from decreased regulation"@en ;
    rdfs:subClassOf sio:SIO_001139 .

sio:SIO_001142
    dc:identifier "SIO_001142" ;
    dct:description "maintenance of spatial extent of process is a regulation of a process' spatial extent within some specified parameter."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "maintenance of spatial extent of process"@en ;
    rdfs:subClassOf sio:SIO_001139 .

sio:SIO_001143
    dc:identifier "SIO_001143" ;
    dct:description "maintenance of duration of process is a process that regulates a target process to maintain its duration within an expected interval."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "maintenance of duration of process"@en ;
    rdfs:subClassOf sio:SIO_001136 .

sio:SIO_001144
    dc:identifier "SIO_001144" ;
    dct:description "maintenance of frequency of process is a process that regulates the number of occurences of a target process type to a specified number or interval."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "maintenance of frequency of process"@en ;
    rdfs:subClassOf sio:SIO_001135 .

sio:SIO_001145
    dc:identifier "SIO_001145" ;
    dct:description "regulation of a participant quantity is the regulation of a process in which the quantity of its partcipants is changed."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulation of object quantity"@en ;
    rdfs:subClassOf sio:SIO_000609, [
        dc:identifier ":arc09e0b573" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_001154 ;
        owl:someValuesFrom sio:SIO_000052
    ] .

sio:SIO_001146
    dc:identifier "SIO_001146" ;
    dct:description "increased regulation leads to an increase in the number of target objects of a specified type."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "increased object production from increased regulation"@en ;
    rdfs:subClassOf sio:SIO_001151 .

sio:SIO_001147
    dc:identifier "SIO_001147" ;
    dct:description "increased regulation leads to a decrease in the number of target objects of a specified type."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "decreased object production from increased regulation"@en ;
    rdfs:subClassOf sio:SIO_001151 .

sio:SIO_001148
    dc:identifier "SIO_001148" ;
    dct:description "increased regulation leads to an increase in the consumption of an object of specified type."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "increased object consumption from increased regulation"@en ;
    rdfs:subClassOf sio:SIO_001150 .

sio:SIO_001149
    dc:identifier "SIO_001149" ;
    dct:description "increased regulation leads to an decrease in the consumption of an object of specified type."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "decreased object consumption from increased regulation"@en ;
    rdfs:subClassOf sio:SIO_001150 .

sio:SIO_001150
    dc:identifier "SIO_001150" ;
    dct:description "A process that modulates the frequency, rate or extent of process involved in the consumption of an object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulation of object consumption"@en ;
    rdfs:subClassOf sio:SIO_001145 .

sio:SIO_001151
    dc:identifier "SIO_001151" ;
    dct:description "regulation of a participant quantity is the regulation of a process in which the quantity of a selected participant is increased."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulation of object production"@en ;
    rdfs:subClassOf sio:SIO_001145 .

sio:SIO_001152
    dc:identifier "SIO_001152" ;
    dct:description "maintenance of quantity of object production is a regulation of object production in which the number of objects produced is held more or less constant."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "maintenance of quantity of object production"@en ;
    rdfs:subClassOf sio:SIO_001151 .

sio:SIO_001153
    dc:identifier "SIO_001153" ;
    dct:description "regulation of a participant quantity is the regulation of a process in which the quantity of a selected participant is maintained at a steady level."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "maintenance of level of object consumption"@en ;
    rdfs:subClassOf sio:SIO_001150 .

sio:SIO_001154
    dc:identifier "SIO_001154" ;
    dct:description "x regulates y if and only if x is a process and y is either a process or a quality, and the progression of x exerts an effect on the frequency, rate or extent of y"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulates"@en ;
    rdfs:subPropertyOf sio:SIO_000294 ;
    owl:inverseOf sio:SIO_001155 .

sio:SIO_001155
    dc:identifier "SIO_001155" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is regulated by"@en ;
    rdfs:subPropertyOf sio:SIO_000352 .

sio:SIO_001156
    dc:identifier "SIO_001156" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "results in"@en ;
    rdfs:subPropertyOf sio:SIO_000229, sio:SIO_000294 ;
    owl:inverseOf sio:SIO_001157 .

sio:SIO_001157
    dc:identifier "SIO_001157" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is result of"@en ;
    rdfs:subPropertyOf sio:SIO_000352 .

sio:SIO_001158
    dc:identifier "SIO_001158" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "affects"@en ;
    rdfs:subPropertyOf sio:SIO_000229 ;
    owl:inverseOf sio:SIO_001159 .

sio:SIO_001159
    dc:identifier "SIO_001159" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is affected by"@en ;
    rdfs:subPropertyOf sio:SIO_000062 .

sio:SIO_001160
    dc:identifier "SIO_001160" ;
    dct:description "number of objects produced is a count of objects that were produced in some process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "number of objects produced"@en ;
    rdfs:subClassOf sio:SIO_000794 .

sio:SIO_001161
    dc:identifier "SIO_001161" ;
    dct:description "number of objects consumed is a count of objects that were consumed in some process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "number of objects consumed"@en ;
    rdfs:subClassOf sio:SIO_000794 .

sio:SIO_001162
    dc:identifier "SIO_001162" ;
    dct:description "A difference in number of objects produced is a count of the number of objects produced with respect to a second variable (space, time, etc)"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "difference in number of objects produced"@en ;
    rdfs:subClassOf sio:SIO_000794 .

sio:SIO_001163
    dc:identifier "SIO_001163" ;
    dct:description "An increase in the number of objects produced is the positive value of a difference in number of objects produced."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "increase in number of objects produced"@en ;
    rdfs:subClassOf sio:SIO_001162 .

sio:SIO_001164
    dc:identifier "SIO_001164" ;
    dct:description "An decrease in the number of objects produced is the negative value of a difference in number of objects produced."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "decrease in number of objects produced"@en ;
    rdfs:subClassOf sio:SIO_001162 .

sio:SIO_001165
    dc:identifier "SIO_001165" ;
    dct:description "user account allows a user to authenticate to system services and be granted authorization to access them."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "user account"@en ;
    rdfs:subClassOf sio:SIO_000602 .

sio:SIO_001166
    dc:identifier "SIO_001166" ;
    dct:description "An annotation is a written explanatory or critical description, or other in-context information (e.g., pattern, motif, link), that has been associated with data or other types of information."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "annotation"@en ;
    rdfs:subClassOf sio:SIO_000136, [
        dc:identifier ":arc09e0b574" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000668 ;
        owl:someValuesFrom sio:SIO_000000
    ] .

sio:SIO_001167
    dc:identifier "SIO_001167" ;
    dct:description "A comment is a verbal or written remark often related to an added piece of information, or an observation or statement."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "comment"@en ;
    rdfs:subClassOf sio:SIO_000256 .

sio:SIO_001168
    dc:identifier "SIO_001168" ;
    dct:description "An audio recording is an electrical or mechanical inscription and re-creation of sound waves, such as spoken voice, singing, instrumental music, or sound effects."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "audio recording"@en ;
    rdfs:subClassOf sio:SIO_001194 .

sio:SIO_001169
    dc:identifier "SIO_001169" ;
    dct:description "An issue is a single instance of a periodically published journal, magazine, or newspaper."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "issue"@en ;
    rdfs:subClassOf sio:SIO_000159, [
        dc:identifier ":arc09e0b575" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_000162
    ] .

sio:SIO_001170
    dc:identifier "SIO_001170" ;
    dct:description "A slideshow is a visual presentation of information contained within a collection of slides."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "slideshow"@en ;
    rdfs:subClassOf sio:SIO_001194, [
        dc:identifier ":arc09e0b576" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000053 ;
        owl:someValuesFrom sio:SIO_001370
    ] .

sio:SIO_001171
    dc:identifier "SIO_001171" ;
    dct:description "A database cross-reference is an association between one data item and another."@en ;
    sio:hasSynonym "dbxref" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "database cross-reference"@en ;
    rdfs:subClassOf sio:SIO_000897 .

sio:SIO_001172
    dc:identifier "SIO_001172" ;
    dct:description "An exact cross-reference is a database cross-reference in which one entity is equivalent to the other based on all the entitie's attributes (minus the source)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "exact cross-reference"@en ;
    rdfs:subClassOf sio:SIO_001171 .

sio:SIO_001173
    dc:identifier "SIO_001173" ;
    dct:description "double stranded nucleic acid is a molecular complex composed of two weakly connected deoxyribonucleic acids."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "double stranded DNA"@en ;
    rdfs:subClassOf sio:SIO_001177, [
        dc:identifier ":arc09e0b577" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_010010 ;
        owl:onProperty sio:SIO_000053 ;
        owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
    ] ;
    owl:disjointWith sio:SIO_001178 .

sio:SIO_001174
    dc:identifier "SIO_001174" ;
    dct:description "A nucleic acid strand is a single-stranded nucleic acid that is part of a double stranded nucleic acid complex."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "nucleic acid strand"@en ;
    rdfs:subClassOf sio:SIO_010008, [
        dc:identifier ":arc09e0b581" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_001177
    ] ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b578" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b579" ;
            rdf:first sio:SIO_001175 ;
            rdf:rest [
                dc:identifier ":arc09e0b580" ;
                rdf:first sio:SIO_001176 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_001175
    dc:identifier "SIO_001175" ;
    dct:description "The positive nucleic acid strand refers to the strand that is to be read 5' to 3'."@en ;
    sio:hasSynonym "forward strand"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "positive nucleic acid strand"@en ;
    rdfs:subClassOf sio:SIO_001174 .

sio:SIO_001176
    dc:identifier "SIO_001176" ;
    dct:description "The negative nucleic acid strand is the strand that is that is complimentary to the forward strand and appears from 3' to 5'."@en ;
    sio:hasSynonym "reverse strand"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "negative nucleic acid strand"@en ;
    rdfs:subClassOf sio:SIO_001174 .

sio:SIO_001177
    dc:identifier "SIO_001177" ;
    dct:description "double stranded nucleic acid is a molecular complex composed of two weakly connected nucleic acids."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "double stranded nucleic acid"@en ;
    rdfs:subClassOf sio:SIO_010506, [
        dc:identifier ":arc09e0b582" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_010008 ;
        owl:onProperty sio:SIO_000053 ;
        owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
    ] .

sio:SIO_001178
    dc:identifier "SIO_001178" ;
    dct:description "double stranded nucleic acid is a molecular complex composed of two weakly connected ribonucleic acids."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "double stranded RNA"@en ;
    rdfs:subClassOf sio:SIO_001177, [
        dc:identifier ":arc09e0b583" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_010009 ;
        owl:onProperty sio:SIO_000053 ;
        owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
    ] .

sio:SIO_001179
    dc:identifier "SIO_001179" ;
    dct:description "full agreement is the result of consensus decision making when members of the group unanimously agree."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "full agreement"@en ;
    rdfs:subClassOf sio:SIO_000966 .

sio:SIO_001180
    dc:identifier "SIO_001180" ;
    dct:description "A mass spectrometry experiment is an experiment that involves the use of a mass spectrometer. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mass spectrometry experiment"@en ;
    rdfs:subClassOf sio:SIO_000994 .

sio:SIO_001181
    dc:identifier "SIO_001181" ;
    dct:description "full agreement is the result of consensus decision making when members of the group unanimously disagree."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "full disagreement"@en ;
    rdfs:subClassOf sio:SIO_000967 .

sio:SIO_001182
    dc:identifier "SIO_001182" ;
    dct:description "A ribosomal RNA gene is a gene that codes for a ribosomal RNA molecule."@en ;
    sio:equivalentTo "http://purl.obolibrary.org/obo/SO_0001637"^^xsd:anyURI ;
    sio:hasSynonym "rRNA gene" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ribosomal RNA gene"@en ;
    rdfs:subClassOf sio:SIO_000790 .

sio:SIO_001183
    dc:identifier "SIO_001183" ;
    dct:description "A statement is a proposition that is either (a) a meaningful declarative sentence that is either true or false, or (b) that which a true or false declarative sentence asserts."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "statement"@en ;
    rdfs:subClassOf sio:SIO_000256 .

sio:SIO_001184
    dc:identifier "SIO_001184" ;
    dct:description "A slope or gradient of a line describes its steepness, incline, or grade. A higher slope value indicates a steeper incline. Slope is normally described by the ratio of the \"rise\" divided by the \"run\" between two points on a line."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "slope"@en ;
    rdfs:subClassOf sio:SIO_001018 .

sio:SIO_001185
    dc:identifier "SIO_001185" ;
    dct:description "A software process identifier is an identifier for a software process in some operating system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "software process identifier"@en ;
    rdfs:subClassOf sio:SIO_000731 .

sio:SIO_001186
    dc:identifier "SIO_001186" ;
    dct:description "hypothetical is the quality of an entity that is conjectured to exist."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hypothetical"@en ;
    rdfs:subClassOf sio:SIO_000959 .

sio:SIO_001187
    dc:identifier "SIO_001187" ;
    dct:description "A database row is a row that is part of a database table."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "database row"@en ;
    rdfs:subClassOf sio:SIO_000752, [
        dc:identifier ":arc09e0b584" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_000754
    ] .

sio:SIO_001188
    dc:identifier "SIO_001188" ;
    dct:description "a SADI semantic web service is a semantic web service that follows the SADI specification"@en ;
    sio:subset "sadi"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "SADI semantic web service"@en ;
    rdfs:seeAlso "http://en.wikipedia.org/wiki/SADI"^^xsd:anyURI ;
    rdfs:subClassOf sio:SIO_001189 .

sio:SIO_001189
    dc:identifier "SIO_001189" ;
    dct:description "a semantic web service is a web service that provides a formal, machine understanble description of its functionality."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "semantic web service"@en ;
    rdfs:subClassOf sio:SIO_000140 .

sio:SIO_001190
    dc:identifier "SIO_001190" ;
    dct:description "a REST web service is a web service that provides functionality according to the Representational State Transfer (REST) specification."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "REST web service"@en ;
    rdfs:seeAlso "http://en.wikipedia.org/wiki/REST"^^xsd:anyURI ;
    rdfs:subClassOf sio:SIO_000140 .

sio:SIO_001191
    dc:identifier "SIO_001191" ;
    dct:description "a SOAP web service is a web service that implements Simple Object Access Protocol (SOAP)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "SOAP web service"@en ;
    rdfs:seeAlso "http://en.wikipedia.org/wiki/SOAP"^^xsd:anyURI ;
    rdfs:subClassOf sio:SIO_000140 .

sio:SIO_001192
    dc:identifier "SIO_001192" ;
    dct:description "A web service invocation involves the execution of a web service."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "web service invocation"@en ;
    rdfs:subClassOf sio:SIO_000667 .

sio:SIO_001193
    dc:identifier "SIO_001193" ;
    dct:description "A SADI web service invocation is the excution of a SADI web service."@en ;
    sio:subset "sadi"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "SADI web service invocation"@en ;
    rdfs:subClassOf sio:SIO_001192, [
        dc:identifier ":arc09e0b585" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000139 ;
        owl:someValuesFrom sio:SIO_001188
    ] .

sio:SIO_001194
    dc:identifier "SIO_001194" ;
    dct:description "media are audo/visual/audiovisual modes of communicating information for mass consumption."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "media"@en ;
    rdfs:subClassOf sio:SIO_000015 .

sio:SIO_001195
    dc:identifier "SIO_001195" ;
    dct:description "Behaviour is the set of actions and mannerisms made by systems (biological or otherwise) in response to stimuli or inputs, whether internal or external, conscious or subconscious, overt or covert, and voluntary or involuntary."@en ;
    sio:subset "behaviour+", "core" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "behaviour"@en ;
    rdfs:subClassOf sio:SIO_000006 .

sio:SIO_001196
    dc:identifier "SIO_001196" ;
    dct:description "history is a sequence of past events."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "history"@en ;
    rdfs:subClassOf sio:SIO_000136 .

sio:SIO_001197
    dc:identifier "SIO_001197" ;
    dct:description "A structural motif is a pattern in a structure formed by a spatial arrangement of objects (e.g. atoms)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "structural motif"@en ;
    rdfs:subClassOf sio:SIO_000130 .

sio:SIO_001198
    dc:identifier "SIO_001198" ;
    dct:description "consensus is an acceptable resolution, one that can be supported, even if not the preferred outcome for each individual."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "consensus"@en ;
    rdfs:subClassOf sio:SIO_000966 .

sio:SIO_001199
    dc:identifier "SIO_001199" ;
    dct:description "A process that increases the frequency, rate or extent of process involved in the destruction of a molecule as a result of increased regulation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "increased molecular degradation from increased regulation"@en ;
    rdfs:subClassOf sio:SIO_001129 .

sio:SIO_001200
    dc:identifier "SIO_001200" ;
    dct:description "A process that decreases the frequency, rate or extent of process involved in the destruction of a molecule as a result of decreased regulation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "decreased molecular degradation from decreased regulation"@en ;
    rdfs:subClassOf sio:SIO_001129 .

sio:SIO_001201
    dc:identifier "SIO_001201" ;
    dct:description "A process that increases the frequency, rate or extent of process involved in the destruction of a molecule as a result of decreased regulation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "increased molecular degradation from decreased regulation"@en ;
    rdfs:subClassOf sio:SIO_001129 .

sio:SIO_001202
    dc:identifier "SIO_001202" ;
    dct:description "A process that decreases the frequency, rate or extent of process involved in the destruction of a molecule as a result of increased regulation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "decreased molecular degradation from increased regulation"@en ;
    rdfs:subClassOf sio:SIO_001129, [
        dc:identifier ":arc09e0b586" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000217 ;
        owl:someValuesFrom sio:SIO_000640
    ], [
        dc:identifier ":arc09e0b587" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_001156 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b588" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b589" ;
                rdf:first sio:SIO_000592 ;
                rdf:rest [
                    dc:identifier ":arc09e0b591" ;
                    rdf:first [
                        dc:identifier ":arc09e0b590" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000217 ;
                        owl:someValuesFrom sio:SIO_000751
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_001203
    dc:identifier "SIO_001203" ;
    dct:description "A process that increases the frequency, rate or extent of process involved in the production of a molecule as a result of increased regulation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "increased molecular production from increased regulation"@en ;
    rdfs:subClassOf sio:SIO_001128 .

sio:SIO_001204
    dc:identifier "SIO_001204" ;
    dct:description "A process that decreases the frequency, rate or extent of process involved in the production of a molecule as a result of increased regulation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "decreased molecular production from increased regulation"@en ;
    rdfs:subClassOf sio:SIO_001128 .

sio:SIO_001205
    dc:identifier "SIO_001205" ;
    dct:description "A process that increases the frequency, rate or extent of process involved in the production of a molecule as a result of decreased regulation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "increased molecular production from decreased regulation"@en ;
    rdfs:subClassOf sio:SIO_001128 .

sio:SIO_001206
    dc:identifier "SIO_001206" ;
    dct:description "A process that decreases the frequency, rate or extent of process involved in the production of a molecule as a result of decreased regulation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "decreased molecular production from decreased regulation"@en ;
    rdfs:subClassOf sio:SIO_001128 .

sio:SIO_001207
    dc:identifier "SIO_001207" ;
    dct:description "increased chemical destruction is a process in which there is an increase in the amount of chemical destroyed relative to some reference process"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "increased chemical destruction"@en ;
    rdfs:subClassOf sio:SIO_000592, [
        dc:identifier ":arc09e0b592" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000008 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b593" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b594" ;
                rdf:first sio:SIO_000794 ;
                rdf:rest [
                    dc:identifier ":arc09e0b596" ;
                    rdf:first [
                        dc:identifier ":arc09e0b595" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000734 ;
                        owl:someValuesFrom [
                            dc:identifier ":arc09e0b597" ;
                            a owl:Class ;
                            owl:intersectionOf [
                                dc:identifier ":arc09e0b598" ;
                                rdf:first sio:SIO_000794 ;
                                rdf:rest [
                                    dc:identifier ":arc09e0b600" ;
                                    rdf:first [
                                        dc:identifier ":arc09e0b599" ;
                                        a owl:Restriction ;
                                        owl:onProperty sio:SIO_000011 ;
                                        owl:someValuesFrom sio:SIO_000592
                                    ] ;
                                    rdf:rest rdf:nil
                                ]
                            ]
                        ]
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ], [
        dc:identifier ":arc09e0b601" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000217 ;
        owl:someValuesFrom sio:SIO_000640
    ] .

sio:SIO_001208
    dc:identifier "SIO_001208" ;
    dct:description "decreased chemical destruction is a process in which there is a decrease in the amount of chemical destroyed relative to some reference process"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "decreased chemical destruction"@en ;
    rdfs:subClassOf sio:SIO_000592, [
        dc:identifier ":arc09e0b602" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000008 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b603" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b604" ;
                rdf:first sio:SIO_000794 ;
                rdf:rest [
                    dc:identifier ":arc09e0b606" ;
                    rdf:first [
                        dc:identifier ":arc09e0b605" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000734 ;
                        owl:someValuesFrom [
                            dc:identifier ":arc09e0b607" ;
                            a owl:Class ;
                            owl:intersectionOf [
                                dc:identifier ":arc09e0b608" ;
                                rdf:first sio:SIO_000794 ;
                                rdf:rest [
                                    dc:identifier ":arc09e0b610" ;
                                    rdf:first [
                                        dc:identifier ":arc09e0b609" ;
                                        a owl:Restriction ;
                                        owl:onProperty sio:SIO_000011 ;
                                        owl:someValuesFrom sio:SIO_000592
                                    ] ;
                                    rdf:rest rdf:nil
                                ]
                            ]
                        ]
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ], [
        dc:identifier ":arc09e0b611" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000217 ;
        owl:someValuesFrom sio:SIO_000640
    ], [
        dc:identifier ":arc09e0b612" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000668 ;
        owl:someValuesFrom sio:SIO_000592
    ] .

sio:SIO_001209
    dc:identifier "SIO_001209" ;
    dct:description "An assertional qualifier is the quality of affirmation, either being positive or negative."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "assertional qualifier"@en ;
    rdfs:subClassOf sio:SIO_000005 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b613" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b614" ;
            rdf:first sio:SIO_001210 ;
            rdf:rest [
                dc:identifier ":arc09e0b615" ;
                rdf:first sio:SIO_001211 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_001210
    dc:identifier "SIO_001210" ;
    dct:description "positive is an assertional qualifier that expresses the validity or truth of a basic assertion."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "positive"@en ;
    rdfs:subClassOf sio:SIO_001209 ;
    owl:disjointWith sio:SIO_001211 .

sio:SIO_001211
    dc:identifier "SIO_001211" ;
    dct:description "negative is an assertional qualifier that expresses the falsity or lack of truth of a basic assertion."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "negative"@en ;
    rdfs:subClassOf sio:SIO_001209 .

sio:SIO_001212
    dc:identifier "SIO_001212" ;
    dct:description "intensity is a quality that represents the strength or degree of something."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "intensity"@en ;
    rdfs:subClassOf sio:SIO_000005 .

sio:SIO_001213
    dc:identifier "SIO_001213" ;
    dct:description "mild is a qualitative intensity value that is more intense than weak, but less intense than moderate."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mild"@en ;
    rdfs:subClassOf sio:SIO_001212 .

sio:SIO_001214
    dc:identifier "SIO_001214" ;
    dct:description "moderate is a qualitative intensity value that is more intense than mild, but less intense than strong."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "moderate"@en ;
    rdfs:subClassOf sio:SIO_001212 .

sio:SIO_001215
    dc:identifier "SIO_001215" ;
    dct:description "severe is a qualitative intensity value that is more intense than strong, but less intense than fatal."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "severe"@en ;
    rdfs:subClassOf sio:SIO_001212 .

sio:SIO_001216
    dc:identifier "SIO_001216" ;
    dct:description "fatal is a qualitative intensity value that is more intense than severe, leading to the death/non-functioning of a system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "fatal"@en ;
    rdfs:subClassOf sio:SIO_001212 .

sio:SIO_001217
    dc:identifier "SIO_001217" ;
    dct:description "strong is a qualitative intensity value that is more intense than moderate, but less intense than severe."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "strong"@en ;
    rdfs:subClassOf sio:SIO_001212 .

sio:SIO_001218
    dc:identifier "SIO_001218" ;
    dct:description "weak is a qualitative intensity value that is more intense than none, but less intense than mild."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "weak"@en ;
    rdfs:subClassOf sio:SIO_001212 .

sio:SIO_001219
    dc:identifier "SIO_001219" ;
    dct:description "to test a hypothesis is the capability to evaluate the truth value of a proposition based on gathered evidence."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to test a hypothesis"@en ;
    rdfs:subClassOf sio:SIO_000724 .

sio:SIO_001220
    dc:identifier "SIO_001220" ;
    dct:description "to characterize is the capability to classify the attributes or features of an entity against a reference classification."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to characterize"@en ;
    rdfs:subClassOf sio:SIO_001221 .

sio:SIO_001221
    dc:identifier "SIO_001221" ;
    dct:description "to describe is the capabilty to communicate facts about an entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to describe"@en ;
    rdfs:subClassOf sio:SIO_000639 .

sio:SIO_001222
    dc:identifier "SIO_001222" ;
    dct:description "The 5' splice site is the terminal region of an exon that is 5' to the intron that is to be excised."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "5' splice site"@en ;
    rdfs:subClassOf sio:SIO_010451 .

sio:SIO_001223
    dc:identifier "SIO_001223" ;
    dct:description "The 3' splice site is the terminal region of an exon that is 3' to the intron that is to be excised."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "3' splice site"@en ;
    rdfs:subClassOf sio:SIO_010451 .

sio:SIO_001224
    dc:identifier "SIO_001224" ;
    dct:description "An amino acid is an organic molecule composed of a carbon bonded to four different groups: a carboxyl group, an amino group, an R group, and a hydrogen atom. In the case of glycine, the R group is another hydrogen atom."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "amino acid"@en ;
    rdfs:subClassOf sio:SIO_010072 .

sio:SIO_001225
    dc:identifier "SIO_001225" ;
    dct:description "A cisregulatory element is a DNA sequence located on the same DNA strand or chromosome as the gene whose expression it affects. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cis regulatory element"@en ;
    rdfs:subClassOf sio:SIO_010335 .

sio:SIO_001226
    dc:identifier "SIO_001226" ;
    dct:description "A trans-regulatory element is a DNA sequence associated with the regulation of a gene located outside the genomic region supporting the corresponding structural DNA region of the trans-regulatory element (i.e., a different DNA strand or different chromosome)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "trans-regulatory element"@en ;
    rdfs:subClassOf sio:SIO_010335 .

sio:SIO_001227
    dc:identifier "SIO_001227" ;
    dct:description "A small cytoplasmic RNA (scRNA) gene is a gene that encodes a small (7S; 129 nucleotides) RNA molecule found in the cytosol and rough endoplasmic reticulum that are normally associated with proteins that are involved in specific selection and transport of other proteins."@en ;
    sio:equivalentTo "http://purl.obolibrary.org/obo/SO_0001266"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "small cytoplasmic RNA (scRNA) gene"@en ;
    rdfs:subClassOf sio:SIO_000790, [
        dc:identifier ":arc09e0b616" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_010078 ;
        owl:someValuesFrom sio:SIO_001231
    ] .

sio:SIO_001228
    dc:identifier "SIO_001228" ;
    dct:description "A small nuclear RNA (snRNA) gene is a gene that encodes a small niuclear RNA molecule."@en ;
    sio:equivalentTo "http://purl.obolibrary.org/obo/SO_0001268"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "small nuclear RNA (snRNA) gene"@en ;
    rdfs:subClassOf sio:SIO_000790, [
        dc:identifier ":arc09e0b617" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_010078 ;
        owl:someValuesFrom sio:SIO_001233
    ] .

sio:SIO_001229
    dc:identifier "SIO_001229" ;
    dct:description "A small nucleolar RNA (snoRNA) gene is a gene that encodes a small RNA that are associated with the eukaryotic nucleus as components of small nucleolar ribonucleoproteins."@en ;
    sio:equivalentTo "http://purl.obolibrary.org/obo/SO_0001267"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "small nucleolar RNA (snoRNA) gene"@en ;
    rdfs:subClassOf sio:SIO_000790, [
        dc:identifier ":arc09e0b618" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_010078 ;
        owl:someValuesFrom sio:SIO_001234
    ] .

sio:SIO_001230
    dc:identifier "SIO_001230" ;
    dct:description "A transfer RNA (tRNA) gene is a gene that codes for a tRNA used in the translation of a messenger RNA (mRNA) to produce a protein product."@en ;
    sio:equivalentTo "http://purl.obolibrary.org/obo/SO_0001272"^^xsd:anyURI ;
    sio:hasSynonym "solube RNA (sRNA) gene"@en, "tRNA gene"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "transfer RNA (tRNA) gene"@en ;
    rdfs:subClassOf sio:SIO_000790, [
        dc:identifier ":arc09e0b619" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_010078 ;
        owl:someValuesFrom sio:SIO_001232
    ] .

sio:SIO_001231
    dc:identifier "SIO_001231" ;
    dct:description "A small cytoplasmic RNA (scRNA) molecule is a small (7S; 129 nucleotides) RNA molecule found in the cytosol and rough endoplasmic reticulum that are normally associated with proteins that are involved in specific selection and transport of other proteins."@en ;
    sio:hasSynonym "scRNA"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "small cytoplasmic RNA (scRNA)"@en ;
    rdfs:subClassOf sio:SIO_001235, [
        dc:identifier ":arc09e0b620" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_010079 ;
        owl:someValuesFrom sio:SIO_001227
    ] .

sio:SIO_001232
    dc:identifier "SIO_001232" ;
    dct:description "A transfer RNA (tRNA) is an RNA molecule that aids in the translation of a messenger RNA (mRNA) to produce a protein product."@en ;
    sio:hasSynonym "tRNA"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "transfer RNA (tRNA)"@en ;
    rdfs:subClassOf sio:SIO_001235 .

sio:SIO_001233
    dc:identifier "SIO_001233" ;
    dct:description "A small nuclear RNA (snRNA) is a small RNA molecule that is located in the nucleus of a cell."@en ;
    sio:hasSynonym "snRNA"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "small nuclear RNA (snRNA)"@en ;
    rdfs:subClassOf sio:SIO_001235 .

sio:SIO_001234
    dc:identifier "SIO_001234" ;
    dct:description "A small nucleolar RNA (snoRNA) is a small RNA that are associated with the eukaryotic nucleus as components of small nucleolar ribonucleoproteins."@en ;
    sio:hasSynonym "snoRNA"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "small nucleolar RNA (snoRNA)"@en ;
    rdfs:subClassOf sio:SIO_001235 .

sio:SIO_001235
    dc:identifier "SIO_001235" ;
    dct:description "A non-protein coding RNA (ncRNA) is a RNA molecular that cannot be used as a template for generating a protein product."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "non-protein coding RNA (ncRNA)"@en ;
    rdfs:subClassOf sio:SIO_010450 .

sio:SIO_001236
    dc:identifier "SIO_001236" ;
    dct:description "A data collection device is a device that collects information about one or more objects."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "data collection device"@en ;
    rdfs:subClassOf sio:SIO_000956 .

sio:SIO_001237
    dc:identifier "SIO_001237" ;
    dct:description "A mass spectrometer is a device that identifies ions based on their mass to charge ratio using an electromagnetic field."@en ;
    sio:similarTo "http://purl.obolibrary.org/obo/OBI_0000049"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mass spectrometer"@en ;
    rdfs:subClassOf sio:SIO_001236 .

sio:SIO_001238
    dc:identifier "SIO_001238" ;
    dct:description "A microarray device is a device that identifies the binding of a target substance to a physically immobile substrate placed in an array or lattice."@en ;
    sio:hasSynonym "microarray platform"@en ;
    sio:similarTo "http://purl.obolibrary.org/obo/OBI_0000052"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "microarray device"@en ;
    rdfs:subClassOf sio:SIO_001236 .

sio:SIO_001239
    dc:identifier "SIO_001239" ;
    dct:description "to identify is the capability to determine the identity of something."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to identify"@en ;
    rdfs:subClassOf sio:SIO_000408 .

sio:SIO_001240
    dc:identifier "SIO_001240" ;
    dct:description "A nuclear magnetic resonance (NMR) device is a device that applies a magnetic field to perturb nuclei with an odd number of protons and/or of neutrons in order to hav them absort and re-emit electromagnetic radiation. "@en ;
    sio:equivalentTo "http://purl.obolibrary.org/obo/OBI_0000566"^^xsd:anyURI ;
    sio:hasSynonym "nuclear magnetic resonance device"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "nmr device"@en ;
    rdfs:subClassOf sio:SIO_001236 .

sio:SIO_001241
    dc:identifier "SIO_001241" ;
    dct:description "A catalog is a systemic collection of items of the same type."@en ;
    sio:hasSynonym "registry"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "catalog"@en ;
    rdfs:subClassOf sio:SIO_000616 .

sio:SIO_001242
    dc:identifier "SIO_001242" ;
    dct:description "is identical to is a relation between two objects that are conceptually the same notwithstanding provenance or other non-intrinsic attributes."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is identical to"@en ;
    rdfs:subPropertyOf sio:SIO_000736 .

sio:SIO_001243
    dc:identifier "SIO_001243" ;
    dct:description "Likelihood is the hypothetical probability that an event that has already occurred would yield a specific outcome."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "likelihood"@en ;
    rdfs:subClassOf sio:SIO_000052 .

sio:SIO_001244
    dc:identifier "SIO_001244" ;
    dct:description "Log likelihood is the natural logarithm of the likelihood function"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "log likelihood"@en ;
    rdfs:subClassOf sio:SIO_001243 .

sio:SIO_001245
    dc:identifier "SIO_001245" ;
    dct:description "A standard score is the (signed) number of standard deviations an observation or datum is above the mean. "@en ;
    sio:hasSynonym "z-value, z-score, normal score, standardadized variable."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "standard score"@en ;
    rdfs:subClassOf sio:SIO_000638 .

sio:SIO_001246
    dc:identifier "SIO_001246" ;
    dct:description "an interval is a set of real numbers with the property that any number that lies between two numbers in the set is also included in the set."@en ;
    sio:example "The set of all numbers x satisfying 0<=x<=1 is an interval which contains 0 and 1, as well as numbers between them."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "interval"@en ;
    rdfs:subClassOf sio:SIO_000289 .

sio:SIO_001247
    dc:identifier "SIO_001247" ;
    ns0:comment "not implemented in standard distribution" ;
    sio:subset "ovopub" ;
    a owl:ObjectProperty, owl:SymmetricProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is transitively related to"@en .

sio:SIO_001248
    dc:identifier "SIO_001248" ;
    dct:description "an open interval is an interval that does not include its endpoints."@en ;
    sio:example "(0,1) is an open interval that is greater than 0 and less than 1."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "open interval"@en ;
    rdfs:subClassOf sio:SIO_001251, sio:SIO_001252 .

sio:SIO_001249
    dc:identifier "SIO_001249" ;
    dct:description "A closed interval is an interval that includes its endpoints, and is denoted with square brackets."@en ;
    sio:example "[0,1] is a closed interval that is greater than or equal to 0 and less than or equal to 1."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "closed interval"@en ;
    rdfs:subClassOf sio:SIO_001253, sio:SIO_001254 .

sio:SIO_001250
    dc:identifier "SIO_001250" ;
    dct:description "a chemical-pathway association is an association between a chemical and a pathway."@en ;
    sio:hasSynonym "drug-pathway association"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical-pathway association"@en ;
    rdfs:subClassOf sio:SIO_000897, [
        dc:identifier ":arc09e0b621" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000628 ;
        owl:someValuesFrom sio:SIO_001107
    ], [
        dc:identifier ":arc09e0b622" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000628 ;
        owl:someValuesFrom sio:SIO_010004
    ] .

sio:SIO_001251
    dc:identifier "SIO_001251" ;
    dct:description "a left open interval is an interval in which there is no element that is smaller than all other elements."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "left open interval"@en ;
    rdfs:subClassOf sio:SIO_001246 .

sio:SIO_001252
    dc:identifier "SIO_001252" ;
    dct:description "a right open interval is an interval in which there is no element that is greater than all other elements."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "right open interval"@en ;
    rdfs:subClassOf sio:SIO_001246 .

sio:SIO_001253
    dc:identifier "SIO_001253" ;
    dct:description "a right closed interval is an interval in which there is a real number that is larger than all of its elements."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "right closed interval"@en ;
    rdfs:subClassOf sio:SIO_001246 .

sio:SIO_001254
    dc:identifier "SIO_001254" ;
    dct:description "a left closed interval is an interval in which there is a real number that is smaller than all its elements."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "left closed interval"@en ;
    rdfs:subClassOf sio:SIO_001246 .

sio:SIO_001255
    dc:identifier "SIO_001255" ;
    dct:description "a pharmacokinetic pathway is a metabolic pathway which describes the metabolism of a drug molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pharmacokinetic pathway"@en ;
    rdfs:subClassOf sio:SIO_010532 .

sio:SIO_001256
    dc:identifier "SIO_001256" ;
    dct:description "a pharmacodynamic pathay is a regulatory pathway in which a drug molecule regulates the activity of one or more components organized in a pathway."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pharmacodynamic pathway"@en ;
    rdfs:subClassOf sio:SIO_010533 .

sio:SIO_001257
    dc:identifier "SIO_001257" ;
    dct:description "a chemical-gene assocation is an assocation between a chemical and a gene."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical-gene assocation"@en ;
    rdfs:subClassOf sio:SIO_000897, [
        dc:identifier ":arc09e0b623" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000628 ;
        owl:someValuesFrom sio:SIO_010004
    ], [
        dc:identifier ":arc09e0b624" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000628 ;
        owl:someValuesFrom sio:SIO_010035
    ] .

sio:SIO_001258
    dc:identifier "SIO_001258" ;
    dct:description "set item is an item in a set."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "set item"@en ;
    rdfs:subClassOf sio:SIO_000075, [
        dc:identifier ":arc09e0b625" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000095 ;
        owl:someValuesFrom sio:SIO_000289
    ] .

sio:SIO_001259
    dc:identifier "SIO_001259" ;
    dct:description "a collection item is an item in a collection."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "collection item"@en ;
    rdfs:subClassOf sio:SIO_001258, [
        dc:identifier ":arc09e0b626" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000095 ;
        owl:someValuesFrom sio:SIO_000616
    ] .

sio:SIO_001260
    dc:identifier "SIO_001260" ;
    dct:description "a list item is an item in a list." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "list item"@en ;
    rdfs:subClassOf sio:SIO_001258, [
        dc:identifier ":arc09e0b627" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000628 ;
        owl:someValuesFrom sio:SIO_000000
    ], [
        dc:identifier ":arc09e0b628" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000975 ;
        owl:someValuesFrom sio:SIO_000150
    ] .

sio:SIO_001261
    dc:identifier "SIO_001261" ;
    dct:description "an ordered list item is an item in an ordered list." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ordered list item"@en ;
    rdfs:subClassOf sio:SIO_001260, [
        dc:identifier ":arc09e0b629" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b630" ;
            rdf:first sio:SIO_001260 ;
            rdf:rest [
                dc:identifier ":arc09e0b632" ;
                rdf:first [
                    dc:identifier ":arc09e0b631" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000008 ;
                    owl:someValuesFrom sio:SIO_000613
                ] ;
                rdf:rest [
                    dc:identifier ":arc09e0b634" ;
                    rdf:first [
                        dc:identifier ":arc09e0b633" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000068 ;
                        owl:someValuesFrom sio:SIO_000150
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_001262
    dc:identifier "SIO_001262" ;
    dct:description "an anatomical entity is an object that is a structural part (material or immaterial) of a biological entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "anatomical entity"@en ;
    rdfs:subClassOf sio:SIO_001353 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b635" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b637" ;
            rdf:first [
                dc:identifier ":arc09e0b636" ;
                a owl:Class ;
                owl:unionOf [
                    dc:identifier ":arc09e0b638" ;
                    rdf:first sio:SIO_000004 ;
                    rdf:rest [
                        dc:identifier ":arc09e0b639" ;
                        rdf:first sio:SIO_000370 ;
                        rdf:rest rdf:nil
                    ]
                ]
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b641" ;
                rdf:first [
                    dc:identifier ":arc09e0b640" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000310 ;
                    owl:someValuesFrom sio:SIO_010046
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_001263
    dc:identifier "SIO_001263" ;
    dct:description "zygosity is the quality pertaining to the allelic complement of a biological system at a single locus on the DNA." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "zygosity"@en ;
    rdfs:subClassOf sio:SIO_000475 .

sio:SIO_001264
    dc:identifier "SIO_001264" ;
    dct:description "homozygous is the quality of a biological organism in which there are two identical alleles at a given locus." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "homozygous"@en ;
    rdfs:subClassOf sio:SIO_001263 .

sio:SIO_001265
    dc:identifier "SIO_001265" ;
    dct:description "homozygous is the quality of a biological organism in which there are two different alleles at a given locus." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "heterozygous"@en ;
    rdfs:subClassOf sio:SIO_001263 .

sio:SIO_001266
    dc:identifier "SIO_001266" ;
    dct:description "hemizygous is the quality of a biological organism in which, based on the ploidy of the organism, there is half the number of alleles than normal at a given locus." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hemizygous"@en ;
    rdfs:subClassOf sio:SIO_001263 .

sio:SIO_001267
    dc:identifier "SIO_001267" ;
    dct:description "nullizygous is the quality of a biological organism in which there are no allelles at a given locus." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "nullizygous"@en ;
    rdfs:subClassOf sio:SIO_001263 .

sio:SIO_001268
    dc:identifier "SIO_001268" ;
    dct:description "parental transmition is the quality of a biological organism in which the (genetic) material is transmitted from a parental unit." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "parental transmission"@en ;
    rdfs:subClassOf sio:SIO_000475 .

sio:SIO_001269
    dc:identifier "SIO_001269" ;
    dct:description "maternally transmitted is the quality of a biological organism in which the (genetic) material is transmitted from the maternal line." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "maternally transmitted"@en ;
    rdfs:subClassOf sio:SIO_001268 ;
    owl:disjointWith sio:SIO_001270 .

sio:SIO_001270
    dc:identifier "SIO_001270" ;
    dct:description "paternally transmitted is the quality of a biological organism in which the (genetic) material is transmitted from the paternal line." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "paternally transmitted"@en ;
    rdfs:subClassOf sio:SIO_001268 .

sio:SIO_001271
    dc:identifier "SIO_001271" ;
    dct:description "helicity is the quality of being helical"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "helicity"@en ;
    rdfs:subClassOf sio:SIO_001092 .

sio:SIO_001272
    dc:identifier "SIO_001272" ;
    dct:description "a circularly helical quality is the quality of a helix that is connected in a circle or loop."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "circularly helical"@en ;
    rdfs:subClassOf sio:SIO_001271 .

sio:SIO_001273
    dc:identifier "SIO_001273" ;
    dct:description "left-handed helical quality is the quality in which a clockwise screwing motion moves the helix towards the observed along the line of sight along the helix's axis."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "left-handed helical"@en ;
    rdfs:subClassOf sio:SIO_001271 ;
    owl:disjointWith sio:SIO_001274 .

sio:SIO_001274
    dc:identifier "SIO_001274" ;
    dct:description "right-handed helical quality is the quality in which a clockwise screwing motion moves the helix away from the observed along the line of sight along the helix's axis."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "right-handed helical"@en ;
    rdfs:subClassOf sio:SIO_001271 .

sio:SIO_001275
    dc:identifier "SIO_001275" ;
    dct:description "a coding frame offset is a numeric value that indicates the number of bases from a reference start codon position."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "coding frame offset"@en ;
    rdfs:subClassOf sio:SIO_001011 .

sio:SIO_001276
    dc:identifier "SIO_001276" ;
    dct:description "a coding sequence is a sequence of nucleotides which encode a RNA or protein product.."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "coding sequence"@en ;
    rdfs:subClassOf sio:SIO_010016 .

sio:SIO_001277
    dc:identifier "SIO_001277" ;
    dct:description "has data item is a relation between a dataset and any described / referrenced entity." ;
    sio:subset "core" ;
    a owl:ObjectProperty ;
    rdfs:domain sio:SIO_000089 ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has data item"@en ;
    rdfs:subPropertyOf sio:SIO_000628 ;
    owl:inverseOf sio:SIO_001278 .

sio:SIO_001278
    dc:identifier "SIO_001278" ;
    dct:description "'is data item in' is a relation between an entity that is described or referenced in a dataset." ;
    sio:subset "core" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is data item in"@en ;
    rdfs:range sio:SIO_000089 ;
    rdfs:subPropertyOf sio:SIO_000628 .

sio:SIO_001279
    dc:identifier "SIO_001279" ;
    dct:description "has phenotype is a relation between an object and an observable/measurable characteristic." ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "has phenotype"@en ;
    rdfs:subPropertyOf sio:SIO_000008 ;
    owl:inverseOf sio:SIO_001280 .

sio:SIO_001280
    dc:identifier "SIO_001280" ;
    dct:description "is phenotype of is a relation between an observable/measurable characteristic and an object." ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is phenotype of"@en ;
    rdfs:subPropertyOf sio:SIO_000011 .

sio:SIO_001281
    dc:identifier "SIO_001281" ;
    dct:description "Humiliation is the abasement of pride, which creates mortification or leads to a state of being humbled or reduced to lowliness or submission." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "humiliation"@en ;
    rdfs:subClassOf sio:SIO_000845 .

sio:SIO_001282
    dc:identifier "SIO_001282" ;
    dct:description "hunger is the craving for food." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hunger"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_001283
    dc:identifier "SIO_001283" ;
    dct:description "Discouragement is the emtion of having lost confidence or enthusiasm." ;
    sio:hasSynonym "discouraged" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "discouragement"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_001284
    dc:identifier "SIO_001284" ;
    dct:description "satisfaction is the emotion of fulfillling one's wishes, expectations, or needs." ;
    sio:hasSynonym "contentment", "pleasure" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "satisfaction"@en ;
    rdfs:subClassOf sio:SIO_000831 .

sio:SIO_001285
    dc:identifier "SIO_001285" ;
    dct:description "suicidal is the emotion of being deeply unhappy or depressed with thoughts of killing one's self." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "suicidal"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_001286
    dc:identifier "SIO_001286" ;
    dct:description "irritability is the negative emotion of quick excitability to annoyance, impatience, or anger." ;
    sio:hasSynonym "irritable" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "irritability"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_001287
    dc:identifier "SIO_001287" ;
    dct:description "indecision is the emotion of being unable to choose between two or more possible courses of action." ;
    sio:hasSynonym "indecisiveness" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "indecision"@en ;
    rdfs:subClassOf sio:SIO_000832 .

sio:SIO_001288
    dc:identifier "SIO_001288" ;
    dct:description "a temporal qualifier is pertains to the frequency of the event of interest." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "temporal qualifier"@en ;
    rdfs:subClassOf sio:SIO_000436 .

sio:SIO_001289
    dc:identifier "SIO_001289" ;
    dct:description "never refers to in none of the occasions." ;
    sio:hasSynonym "none of the time" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "never"@en ;
    rdfs:subClassOf sio:SIO_001288 .

sio:SIO_001290
    dc:identifier "SIO_001290" ;
    dct:description "some refers to in the minority of occasions" ;
    sio:hasSynonym "some of the time" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "some of the time"@en ;
    rdfs:subClassOf sio:SIO_001288 .

sio:SIO_001291
    dc:identifier "SIO_001291" ;
    dct:description "most refers to in the majority of occasions" ;
    sio:hasSynonym "most of the time" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "most of the time"@en ;
    rdfs:subClassOf sio:SIO_001288 .

sio:SIO_001292
    dc:identifier "SIO_001292" ;
    dct:description "always indicates that the event occurs at all times." ;
    sio:hasSynonym "all of the time" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "always"@en ;
    rdfs:subClassOf sio:SIO_001288 .

sio:SIO_001293
    dc:identifier "SIO_001293" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "quality descriptor"@en ;
    rdfs:subClassOf sio:SIO_000436 .

sio:SIO_001294
    dc:identifier "SIO_001294" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "very poor quality"@en ;
    rdfs:subClassOf sio:SIO_001293 .

sio:SIO_001295
    dc:identifier "SIO_001295" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "poor quality"@en ;
    rdfs:subClassOf sio:SIO_001293 .

sio:SIO_001296
    dc:identifier "SIO_001296" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "neither good nor poor quality"@en ;
    rdfs:subClassOf sio:SIO_001293 .

sio:SIO_001297
    dc:identifier "SIO_001297" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "good quality"@en ;
    rdfs:subClassOf sio:SIO_001293 .

sio:SIO_001298
    dc:identifier "SIO_001298" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "very good quality"@en ;
    rdfs:subClassOf sio:SIO_001293 .

sio:SIO_001299
    dc:identifier "SIO_001299" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "quantity modifier"@en ;
    rdfs:subClassOf sio:SIO_000436 .

sio:SIO_001300
    dc:identifier "SIO_001300" ;
    dct:description "An ovopub is an information content entity that contains and links to one or more resources and/or statements, including those describing its provenance, and is itself a dereferenceable resource."@en ;
    sio:subset "ovopub+" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ovopub"@en ;
    rdfs:subClassOf sio:SIO_000602 .

sio:SIO_001301
    dc:identifier "SIO_001301" ;
    dct:description "A collection ovopub is an ovopub that contains and links to one or more assertion subgraphs and/or ovopubs, as well as statements describing its provenance. It is used to share a specific set of items or restrict a search to the resources contained therein."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "collection ovopub"@en ;
    rdfs:subClassOf sio:SIO_001300 ;
    owl:disjointWith sio:SIO_001302 .

sio:SIO_001302
    dc:identifier "SIO_001302" ;
    dct:description "An assertion ovopub is an ovopub that contains and links to an assertion subgraph with one or more statements that may be true or false, as well as statements describing its provenance."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "assertion ovopub"@en ;
    rdfs:subClassOf sio:SIO_001300 .

sio:SIO_001303
    dc:identifier "SIO_001303" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "none quantifier"@en ;
    rdfs:subClassOf sio:SIO_001299 .

sio:SIO_001304
    dc:identifier "SIO_001304" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "a little quantifier"@en ;
    rdfs:subClassOf sio:SIO_001299 .

sio:SIO_001305
    dc:identifier "SIO_001305" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "moderately quantifier"@en ;
    rdfs:subClassOf sio:SIO_001299 .

sio:SIO_001306
    dc:identifier "SIO_001306" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mostly quantifier"@en ;
    rdfs:subClassOf sio:SIO_001299 .

sio:SIO_001307
    dc:identifier "SIO_001307" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "completely quantifier"@en ;
    rdfs:subClassOf sio:SIO_001299 .

sio:SIO_001308
    dc:identifier "SIO_001308" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "satisfaction qualifier"@en ;
    rdfs:subClassOf sio:SIO_000436 .

sio:SIO_001309
    dc:identifier "SIO_001309" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "very dissatisfied qualifier"@en ;
    rdfs:subClassOf sio:SIO_001308 .

sio:SIO_001310
    dc:identifier "SIO_001310" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dissatisfied qualifier"@en ;
    rdfs:subClassOf sio:SIO_001308 .

sio:SIO_001311
    dc:identifier "SIO_001311" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "neither satisfied or dissatisfied qualifier"@en ;
    rdfs:subClassOf sio:SIO_001308 .

sio:SIO_001312
    dc:identifier "SIO_001312" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "satisfied qualifier"@en ;
    rdfs:subClassOf sio:SIO_001308 .

sio:SIO_001313
    dc:identifier "SIO_001313" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "excellent quality"@en ;
    rdfs:subClassOf sio:SIO_001293 .

sio:SIO_001314
    dc:identifier "SIO_001314" ;
    dct:description "the date at which an information content entity was made public." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "date of issue"@en ;
    rdfs:subClassOf sio:SIO_000418 .

sio:SIO_001315
    dc:identifier "SIO_001315" ;
    dct:description "an ordered list of authors." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "author list"@en ;
    rdfs:subClassOf sio:SIO_001316, [
        dc:identifier ":arc09e0b642" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000053 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b643" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b644" ;
                rdf:first sio:SIO_001260 ;
                rdf:rest [
                    dc:identifier ":arc09e0b646" ;
                    rdf:first [
                        dc:identifier ":arc09e0b645" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000008 ;
                        owl:someValuesFrom sio:SIO_000613
                    ] ;
                    rdf:rest [
                        dc:identifier ":arc09e0b648" ;
                        rdf:first [
                            dc:identifier ":arc09e0b647" ;
                            a owl:Restriction ;
                            owl:onProperty sio:SIO_000628 ;
                            owl:someValuesFrom [
                                dc:identifier ":arc09e0b649" ;
                                a owl:Class ;
                                owl:unionOf [
                                    dc:identifier ":arc09e0b650" ;
                                    rdf:first sio:SIO_000012 ;
                                    rdf:rest [
                                        dc:identifier ":arc09e0b651" ;
                                        rdf:first sio:SIO_000498 ;
                                        rdf:rest rdf:nil
                                    ]
                                ]
                            ]
                        ] ;
                        rdf:rest rdf:nil
                    ]
                ]
            ]
        ]
    ] .

sio:SIO_001316
    dc:identifier "SIO_001316" ;
    dct:description "an ordered list is a list in which items are sequentially ordered." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ordered list"@en ;
    rdfs:subClassOf sio:SIO_000150, [
        dc:identifier ":arc09e0b652" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000053 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b653" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b654" ;
                rdf:first sio:SIO_001260 ;
                rdf:rest [
                    dc:identifier ":arc09e0b656" ;
                    rdf:first [
                        dc:identifier ":arc09e0b655" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000008 ;
                        owl:someValuesFrom sio:SIO_000613
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_001317
    dc:identifier "SIO_001317" ;
    dct:description "a middle name is a name assigned to an individual that is not the first or last name." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "middle name"@en ;
    rdfs:subClassOf sio:SIO_000116 .

sio:SIO_001318
    dc:identifier "SIO_001318" ;
    dct:description "a middle initial is an abbreviated middle name." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "middle initial"@en ;
    rdfs:subClassOf sio:SIO_001317 .

sio:SIO_001319
    dc:identifier "SIO_001319" ;
    dct:description "a telephone number is an identifier used to connect to a physical device capable of transfering voice or data over a network." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "telephone number"@en ;
    rdfs:subClassOf sio:SIO_000731 .

sio:SIO_001320
    dc:identifier "SIO_001320" ;
    dct:description "a cellular phone number is a number to connect to a mobile device" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cellular phone number"@en ;
    rdfs:subClassOf sio:SIO_001319 .

sio:SIO_001321
    dc:identifier "SIO_001321" ;
    dct:description "a fax number is a number to connect to fax device" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "fax number"@en ;
    rdfs:subClassOf sio:SIO_001319 .

sio:SIO_001322
    dc:identifier "SIO_001322" ;
    dct:description "an IP number is an number to connect to a device on the internet." ;
    sio:hasSynonym "IP address" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "IP number"@en ;
    rdfs:subClassOf sio:SIO_000731 .

sio:SIO_001323
    dc:identifier "SIO_001323" ;
    dct:description "an email address is an identifier to send mail to particular electronic mailbox." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "email address"@en ;
    rdfs:subClassOf sio:SIO_000731 .

sio:SIO_001324
    dc:identifier "SIO_001324" ;
    dct:description "a work phone number is the number to connect to an phone at a place of work." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "work phone number"@en ;
    rdfs:subClassOf sio:SIO_001319 .

sio:SIO_001325
    dc:identifier "SIO_001325" ;
    dct:description "a home phone number is the number to connect to an phone at a place of residence." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "home phone number"@en ;
    rdfs:subClassOf sio:SIO_001319 .

sio:SIO_001326
    dc:identifier "SIO_001326" ;
    dct:description "status descriptor is a descriptor for the state of a process or object." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "status descriptor"@en ;
    rdfs:subClassOf sio:SIO_000436 .

sio:SIO_001327
    dc:identifier "SIO_001327" ;
    dct:description "A protein expression value is a quantity obtained from a protein expression experiment."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "protein expression value"@en ;
    rdfs:subClassOf sio:SIO_000258 .

sio:SIO_001328
    dc:identifier "SIO_001328" ;
    dct:description "copy number variation refers to the number of deletions/duplications of a DNA region as compared to some reference state."@en ;
    sio:hasSynonym "CNV"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "copy number variation"@en ;
    rdfs:subClassOf sio:SIO_000794 .

sio:SIO_001329
    dc:identifier "SIO_001329" ;
    dct:alternative "SNP"@en, "SNV"@en, "single nucleotide variation"@en ;
    dct:description "a single nucleotide variation (SNV) is a nucleotide residue that is a variant compared to some reference nucleic acid sequence."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "single nucleotide polymorphism"@en ;
    rdfs:subClassOf sio:SIO_010075 .

sio:SIO_001330
    dc:identifier "SIO_001330" ;
    dct:description "metadata is data that provides information about data."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "metadata"@en ;
    rdfs:subClassOf sio:SIO_000069 .

sio:SIO_001331
    dc:identifier "SIO_001331" ;
    dct:description "A diagnosis is the result of a medical investigation to identify a disorder from its signs and symptoms."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "diagnosis"@en ;
    rdfs:subClassOf sio:SIO_000262 .

sio:SIO_001332
    dc:identifier "SIO_001332" ;
    dct:alternative "dag"@en ;
    dct:description "a directed acyclic graph or DAG is a network digram that contains directed edges in which nodes may have multiple parents, but there are no cycles."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "directed acyclic graph"@en ;
    rdfs:subClassOf sio:SIO_000931 .

sio:SIO_001333
    dc:identifier "SIO_001333" ;
    dct:description "an arc is a closed segment of a differentiable curve."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "arc"@en ;
    rdfs:subClassOf sio:SIO_000608 .

sio:SIO_001334
    dc:identifier "SIO_001334" ;
    dct:description "an edge is a line connecting two graph vertices."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "edge"@en ;
    rdfs:subClassOf sio:SIO_000511 .

sio:SIO_001335
    dc:identifier "SIO_001335" ;
    dct:description "a node or vertex is a point in a graph."@en ;
    sio:hasSynonym "vertex"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "node"@en ;
    rdfs:subClassOf sio:SIO_000507 .

sio:SIO_001336
    dc:identifier "SIO_001336" ;
    dct:description "An epimer is a stereoisomer that differs in configuration at only one stereogenic center."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "epimer"@en ;
    rdfs:subClassOf sio:SIO_010775 .

sio:SIO_001337
    dc:identifier "SIO_001337" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "epimer association"@en ;
    rdfs:subClassOf sio:SIO_000897, [
        dc:identifier ":arc09e0b657" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_001336 ;
        owl:onProperty sio:SIO_000628 ;
        owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
    ] .

sio:SIO_001338
    dc:identifier "SIO_001338" ;
    dct:description "a mereological quality is a quality of an entity vis-a-vis containment or parthood"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mereological quality"@en ;
    rdfs:subClassOf sio:SIO_000026 .

sio:SIO_001339
    dc:identifier "SIO_001339" ;
    dct:description "empty is the quality of not containing some thing"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "empty"@en ;
    rdfs:subClassOf sio:SIO_001341 .

sio:SIO_001340
    dc:identifier "SIO_001340" ;
    dct:description "full is the quality of contain an entity such that there is no more space for any additional entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "full"@en ;
    rdfs:subClassOf sio:SIO_001341 .

sio:SIO_001341
    dc:identifier "SIO_001341" ;
    dct:description "a containment quality is a quality of being able to contain another entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "containment quality"@en ;
    rdfs:subClassOf sio:SIO_001338 .

sio:SIO_001342
    dc:identifier "SIO_001342" ;
    dct:description "A gene-disease association in which a gene mutation is known to modify the clinical presentation of the disease."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene-disease association linked with modifying mutation"@en ;
    rdfs:subClassOf sio:SIO_001122 .

sio:SIO_001343
    dc:identifier "SIO_001343" ;
    dct:description "A gene-disease association in which a germline mutation in the gene predisposes to the development of the disease, and it is necessary but not sufficient for the manifestation of the disease."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene-disease association linked with susceptibility mutation"@en ;
    rdfs:subClassOf sio:SIO_001122 .

sio:SIO_001344
    dc:identifier "SIO_001344" ;
    dct:description "A gene-variant disease association in which a germline mutation in the gene/protein results in the development or maintenance of the disease, and it may be passed on to offspring."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene-disease association linked with germline causal mutation"@en ;
    rdfs:subClassOf sio:SIO_001119 .

sio:SIO_001345
    dc:identifier "SIO_001345" ;
    dct:description "A gene-variant disease association in which a somatic mutation in the gene/protein results in the development or maintenance of the disease, and it may not be passed on to offspring."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene-disease association linked with somatic causal mutation"@en ;
    rdfs:subClassOf sio:SIO_001119 .

sio:SIO_001346
    dc:identifier "SIO_001346" ;
    dct:description "A gene-variant disease association in which a somatic mutation in the gene modifies the clinical presentation of the disease, and it may not be passed on to offspring."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene-disease association linked with somatic modifying mutation"@en ;
    rdfs:subClassOf sio:SIO_001342 .

sio:SIO_001347
    dc:identifier "SIO_001347" ;
    dct:description "A gene-variant disease association in which a germline mutation in the gene modifies the clinical presentation of the disease, and it may be passed on to offspring."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene-disease association linked with germline modifying mutation"@en ;
    rdfs:subClassOf sio:SIO_001342 .

sio:SIO_001348
    dc:identifier "SIO_001348" ;
    dct:description "A gene-disease association in which the fusion between two different genes (promotor and/or other coding DNA regions) is associated with the disease."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "fusion gene-disease association"@en ;
    rdfs:subClassOf sio:SIO_001350 .

sio:SIO_001349
    dc:identifier "SIO_001349" ;
    dct:description "A gene-disease association in which the gene is included in a chromosomal rearrangement associated with a particular manifestation of the disease."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene-disease association linked with chromosomal rearrangement"@en ;
    rdfs:subClassOf sio:SIO_001350 .

sio:SIO_001350
    dc:identifier "SIO_001350" ;
    dct:description "a gene-disease association that is linked with some genomic alteration"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene-disease association linked with genomic alterations"@en ;
    rdfs:subClassOf sio:SIO_001121 .

sio:SIO_001351
    dc:identifier "SIO_001351" ;
    dct:description """DisGeNET Disease specificity is a measure of disease coverage. It is calculated from the negative base 2 log of the ratio of number of diseases associated to the total number of diseases.

The measure is described here: http://www.disgenet.org/web/DisGeNET/menu/dbinfo#specificity"""@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "DisGeNET disease specificity"@en ;
    rdfs:subClassOf sio:SIO_001018 .

sio:SIO_001352
    dc:identifier "SIO_001352" ;
    dct:description """The DisGeNET pleiotropy index is a measure of specificity as it pertains to classes of disease. The disease pleotropy index is computed from the ratio of the number of disease classes associated with an entity over the total number of disease classes multplied by 100. 

The measure is defined here: http://www.disgenet.org/web/DisGeNET/menu/dbinfo#pleiotropy"""@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "DisGeNET Pleiotropy Index"@en ;
    rdfs:subClassOf sio:SIO_001018 .

sio:SIO_001353
    dc:identifier "SIO_001353" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "specialized object"@en ;
    rdfs:subClassOf sio:SIO_000776 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b658" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b659" ;
            rdf:first sio:SIO_000776 ;
            rdf:rest [
                dc:identifier ":arc09e0b661" ;
                rdf:first [
                    dc:identifier ":arc09e0b660" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000644 ;
                    owl:someValuesFrom sio:SIO_000340
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_001354
    dc:identifier "SIO_001354" ;
    dct:description "A week is a period of 7 consecutive days."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "week"@en ;
    rdfs:subClassOf sio:SIO_000417 .

sio:SIO_001355
    dc:identifier "SIO_001355" ;
    dct:description "Specific gravity is the ratio of the density of a substance to the density of a reference substance; equivalently, it is the ratio of the mass of a substance to the mass of a reference substance for the same given volume." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "specific gravity"@en ;
    rdfs:subClassOf sio:SIO_001018 .

sio:SIO_001356
    dc:identifier "SIO_001356" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "information encoding"@en ;
    rdfs:subClassOf sio:SIO_001359 .

sio:SIO_001357
    dc:identifier "SIO_001357" ;
    dct:description "speech is the expression of thoughts and feelings by sound." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "speech"@en ;
    rdfs:subClassOf sio:SIO_000969 .

sio:SIO_001358
    dc:identifier "SIO_001358" ;
    dct:description "the capability to retrieve a (digitial/physical/mental) object from a location." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to retrieve"@en ;
    rdfs:subClassOf sio:SIO_000494 .

sio:SIO_001359
    dc:identifier "SIO_001359" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "information translation"@en ;
    rdfs:subClassOf sio:SIO_000649 .

sio:SIO_001360
    dc:identifier "SIO_001360" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "information decoding"@en ;
    rdfs:subClassOf sio:SIO_001359 .

sio:SIO_001361
    dc:identifier "SIO_001361" ;
    dct:description "to store is the capability to place an object into a medium in which it can be retrieved in the future." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to store"@en ;
    rdfs:subClassOf sio:SIO_000494 .

sio:SIO_001362
    dc:identifier "SIO_001362" ;
    dct:description "the capability to encode information in a different representation" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to encode information"@en ;
    rdfs:subClassOf sio:SIO_000494 .

sio:SIO_001363
    dc:identifier "SIO_001363" ;
    dct:description "the capability to maintain information such that it can be retrieved in the future." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to maintain information"@en ;
    rdfs:subClassOf sio:SIO_000494 .

sio:SIO_001364
    dc:identifier "SIO_001364" ;
    dct:description "the ability to reverse an encoding operation" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to decode information"@en ;
    rdfs:subClassOf sio:SIO_000494 .

sio:SIO_001365
    dc:identifier "SIO_001365" ;
    dct:description "The amount of change accumulated per unit time."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "rate of change"@en ;
    rdfs:subClassOf sio:SIO_000258 .

sio:SIO_001366
    dc:identifier "SIO_001366" ;
    dct:alternative "regulation of information" ;
    dct:description "the regulation or maintenance of information"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "information maintenance"@en ;
    rdfs:subClassOf sio:SIO_001132 .

sio:SIO_001367
    dc:identifier "SIO_001367" ;
    dct:description "Frequency is the number of occurrences of a repeating event per unit time"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "frequency"@en ;
    rdfs:subClassOf sio:SIO_001365 .

sio:SIO_001368
    dc:identifier "SIO_001368" ;
    dct:description "Speed is the rate of change of an object's position."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "speed"@en ;
    rdfs:subClassOf sio:SIO_001365 .

sio:SIO_001369
    dc:identifier "SIO_001369" ;
    dct:description "The rate of change of an object's position and the direction of that change"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "velocity"@en ;
    rdfs:subClassOf sio:SIO_001368 .

sio:SIO_001370
    dc:identifier "SIO_001370" ;
    dct:description "A slide is an visual representation meant to communicate some information."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "slide"@en ;
    rdfs:subClassOf sio:SIO_001194 .

sio:SIO_001371
    dc:identifier "SIO_001371" ;
    dct:description "A statute is a formal written enactment of a legislative authority that governs a state, city or country."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "statute"@en ;
    rdfs:subClassOf sio:SIO_001373 .

sio:SIO_001372
    dc:identifier "SIO_001372" ;
    dct:description "A legal document proposing or enacting a law or a group of laws."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "legislation"@en ;
    rdfs:subClassOf sio:SIO_001373 .

sio:SIO_001373
    dc:identifier "SIO_001373" ;
    dct:description "A legal document is a formally executed written document that can be formally attributed to its author, records and formally expresses a legally enforceable act, process, or contractual duty, obligation, or right, and therefore evidences that act, process, or agreement."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "legal document"@en ;
    rdfs:subClassOf sio:SIO_000148 .

sio:SIO_001374
    dc:identifier "SIO_001374" ;
    dct:description "A brief is a written legal document used in various legal adversarial systems that is presented to a court arguing why one party to a particular case should prevail."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "brief"@en ;
    rdfs:subClassOf sio:SIO_001373 .

sio:SIO_001375
    dc:identifier "SIO_001375" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "book section"@en ;
    rdfs:subClassOf sio:SIO_000111, [
        dc:identifier ":arc09e0b666" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_000106
    ] ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b662" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b663" ;
            rdf:first sio:SIO_000111 ;
            rdf:rest [
                dc:identifier ":arc09e0b665" ;
                rdf:first [
                    dc:identifier ":arc09e0b664" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000093 ;
                    owl:someValuesFrom sio:SIO_000106
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_001376
    dc:identifier "SIO_001376" ;
    dct:description "A bill is proposed legislation under consideration by a legislature."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "bill"@en ;
    rdfs:subClassOf sio:SIO_001373 .

sio:SIO_001377
    dc:identifier "SIO_001377" ;
    dct:description "a versioned dataset is a dataset with a particular release date or release number."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "versioned dataset"@en ;
    rdfs:subClassOf sio:SIO_000089, [
        dc:identifier ":arc09e0b667" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000008 ;
        owl:someValuesFrom sio:SIO_000653
    ] .

sio:SIO_001378
    dc:identifier "SIO_001378" ;
    dct:description "an analyte is a substance or chemical constituent of interest in an analytical procedure."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "analyte"@en ;
    rdfs:subClassOf sio:SIO_011126 .

sio:SIO_001379
    dc:description "A protein domain is a part of a protein that maintains its structure and function independently of the rest of the protein."@en ;
    dc:identifier "SIO_001379" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "protein domain"@en ;
    rdfs:subClassOf sio:SIO_010471 .

sio:SIO_001380
    dc:description "a protein family is a collection of proteins that share a common evolutionary origin, reflected by their related function and similarity in composition or structure."@en ;
    dc:identifier "SIO_001380" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "protein family"@en ;
    rdfs:subClassOf sio:SIO_000616 .

sio:SIO_001381
    dc:description "a genomic sequence variant is part of a nucleic acid which is compositionally different than another reference genomic part."@en ;
    dc:identifier "SIO_001381" ;
    sio:hasSynonym "variant"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "genomic sequence variant"@en ;
    rdfs:subClassOf sio:SIO_010335 .

sio:SIO_001382
    dc:description "a unigene cluster is a collection of transcripts (ESTs and mRNAs) that map to a particular genomic region."@en ;
    dc:identifier "SIO_001382" ;
    sio:hasSynonym "cluster of transcripts"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "unigene cluster"@en ;
    rdfs:subClassOf sio:SIO_000616 .

sio:SIO_001383
    dc:description "a gene symbol is a short name assigned to a gene."@en ;
    dc:identifier "SIO_001383" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene symbol"@en ;
    rdfs:subClassOf sio:SIO_000120 .

sio:SIO_001384
    dc:description "a statement of consequence is a statement concerning the result or effect of an action or condition."@en ;
    dc:identifier "SIO_001384" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "statement of consequence"@en ;
    rdfs:subClassOf sio:SIO_001183 .

sio:SIO_001385
    dc:description "a notation is a series or system of written symbols used to represent numbers, amounts, or elements."@en ;
    dc:identifier "SIO_001385" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "notation"@en ;
    rdfs:subClassOf sio:SIO_000090 .

sio:SIO_001386
    dc:description "a notation to describe a chemical entity"@en ;
    dc:identifier "SIO_001386" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical notation"@en ;
    rdfs:subClassOf sio:SIO_001385 .

sio:SIO_001387
    dc:identifier "SIO_001387" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "InCHI notation"@en ;
    rdfs:subClassOf sio:SIO_001386 .

sio:SIO_001388
    dc:identifier "SIO_001388" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sequence variation notation"@en ;
    rdfs:subClassOf sio:SIO_001385 .

sio:SIO_001389
    dc:description "The HGVS (human genome variation society) notation is a notation to specify a sequence variation in dna, rna, proteins, and other biomolecules."@en ;
    dc:identifier "SIO_001389" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hgvs notation"@en ;
    rdfs:subClassOf sio:SIO_001388 .

sio:SIO_001390
    dc:description "A protein coding sequence (CDS) is the region of DNA that is translated to form proteins. The CDS refers to those nucleotides (concatenated exons) that can be divided into codons which are actually translated into amino acids by the ribosomal translation machinery."@en ;
    dc:identifier "SIO_001390" ;
    sio:hasSynonym "CDS"@en, "coding sequence"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "protein coding sequence"@en ;
    rdfs:subClassOf sio:SIO_010444 .

sio:SIO_001391
    dc:description "an ontology is a formal specification of entities, their attributes and relationships."@en ;
    dc:identifier "SIO_001391" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ontology"@en ;
    rdfs:subClassOf sio:SIO_000621 .

sio:SIO_001392
    dc:description "A biologic,  also known as a biologic medical product, biological, or biopharmaceutical, is any pharmaceutical drug product manufactured in, extracted from, or semisynthesized from biological sources."@en ;
    dc:identifier "SIO_001392" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "biologic"@en ;
    rdfs:subClassOf sio:SIO_010039 .

sio:SIO_001393
    dc:description "a post-translational modification is a part of a protein that was added, removed, or modified as a result of a chemical reaction after synthesis."@en ;
    dc:identifier "SIO_001393" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "post-translational modification"@en ;
    rdfs:subClassOf sio:SIO_010471 .

sio:SIO_001394
    dc:description "evidence is the body of facts or information indicating whether a belief or proposition is true or valid."@en ;
    dc:identifier "SIO_001394" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "evidence"@en ;
    rdfs:subClassOf sio:SIO_000256 .

sio:SIO_001395
    dc:identifier "SIO_001395" ;
    dct:description "a carbohydrate is an organic molecule composed of one or more monosaccharides."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "carbohydrate"@en ;
    rdfs:subClassOf sio:SIO_010346, [
        dc:identifier ":arc09e0b668" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_010030 ;
        owl:onProperty sio:SIO_000273
    ] .

sio:SIO_001396
    dc:description "A terminology is a set of terms used for a specified application."@en ;
    dc:identifier "SIO_001396" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "terminology"@en ;
    rdfs:subClassOf sio:SIO_001080 .

sio:SIO_001397
    dc:description "A microRNA (abbreviated miRNA) is a small non-coding RNA molecule (containing about 22 nucleotides) found in plants, animals and some viruses, that functions in RNA silencing and post-transcriptional regulation of gene expression."@en ;
    dc:identifier "SIO_001397" ;
    sio:hasSynonym "miRNA"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "microRNA (miRNA)"@en ;
    rdfs:subClassOf sio:SIO_001235 .

sio:SIO_001398
    dc:description "a medical intervention is a medical procedure to treat (to cure or alleviate) a health condition."@en ;
    dc:identifier "SIO_001398" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "medical intervention"@en ;
    rdfs:subClassOf sio:SIO_001024 .

sio:SIO_001399
    dc:description "chemical exposure is a process to expose one or more individuals to a chemical substance."@en ;
    dc:identifier "SIO_001399" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical exposure"@en ;
    rdfs:subClassOf sio:SIO_010013 .

sio:SIO_001400
    dc:identifier "SIO_001400" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "subcellular entity"@en ;
    rdfs:subClassOf sio:SIO_010046, [
        dc:identifier ":arc09e0b669" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000068 ;
        owl:someValuesFrom sio:SIO_010001
    ] .

sio:SIO_001401
    dc:description "x positively regulates y if and only if x is a process and y is either a process or a quality, and the progression of x exerts an effect that increases the frequency, rate or extent of y"@en ;
    dc:identifier "SIO_001401" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "positively regulates"@en ;
    rdfs:subPropertyOf sio:SIO_001154 .

sio:SIO_001402
    dc:description "x negatively regulates y if and only if x is a process and y is either a process or a quality, and the progression of x exerts an reduced effect on the frequency, rate or extent of y"@en ;
    dc:identifier "SIO_001402" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "negatively regulates"@en ;
    rdfs:subPropertyOf sio:SIO_001154 .

sio:SIO_001403
    dc:description "x is associated with y when x and y are logically or statistically related to one another."@en ;
    dc:identifier "SIO_001403" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is associated with"@en ;
    rdfs:subPropertyOf sio:SIO_000001 .

sio:SIO_001404
    dc:description "x is correlated with y when x holds a statistical relationship with y"@en ;
    dc:identifier "SIO_001404" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is correlated with"@en ;
    rdfs:subPropertyOf sio:SIO_001403 .

sio:SIO_001405
    dc:identifier "SIO_001405" ;
    dct:description "intersex is a biological sex characterised by birth with genitalia and/or secondary sexual characteristics of indeterminate sex, or which combine features of both sexes."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "intersex"@en ;
    rdfs:subClassOf sio:SIO_010029 ;
    owl:disjointWith sio:SIO_010052 .

sio:SIO_001406
    dc:identifier "SIO_001406" ;
    dct:description "Density (volumetric mass density) is the quantity of mass per unit volume of a substance."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "density"@en ;
    rdfs:subClassOf sio:SIO_000048 .

sio:SIO_001407
    dc:identifier "SIO_001407" ;
    dct:description "The surface area of a is a measure of the total area that the surface of the object occupies."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "surface area"@en ;
    rdfs:subClassOf sio:SIO_000045 .

sio:SIO_001408
    dc:identifier "SIO_001408" ;
    dct:description "The aspect ratio of a geometric shape is the ratio of its sizes in different dimensions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "aspect ratio"@en ;
    rdfs:subClassOf sio:SIO_001018 .

sio:SIO_001409
    dc:identifier "SIO_001409" ;
    dct:description "object relational quality refers to a quality in relation to one or more objects"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "object relational quality"@en ;
    rdfs:subClassOf sio:SIO_000026 .

sio:SIO_001410
    dc:identifier "SIO_001410" ;
    dct:description "synthetic quality is the quality of a manufactured object that has similar properties as naturally occuring objects."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "synthetic quality"@en ;
    rdfs:subClassOf sio:SIO_001409 .

sio:SIO_001411
    dc:identifier "SIO_001411" ;
    dct:description "sample quality is the quality of an object that is drawn from a larger population."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sample quality"@en ;
    rdfs:subClassOf sio:SIO_001409 .

sio:SIO_001412
    dc:identifier "SIO_001412" ;
    dct:description "replica quality is the quality of an object that is an exact copy of another object."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "replica quality"@en ;
    rdfs:subClassOf sio:SIO_001409 .

sio:SIO_001413
    dc:identifier "SIO_001413" ;
    dct:description "A percentage is a number that is a ratio expressed as a fraction of 100. It is denoted using the percent sign \"%\"."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "percentage"@en ;
    rdfs:subClassOf sio:SIO_001018 .

sio:SIO_001414
    dc:identifier "SIO_001414" ;
    dct:description "A quantile is a quantity that divides the range of a probability distribution into continuous intervals with equal probabilities, or dividing the observations in a sample in the same way."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "quantile"@en ;
    rdfs:subClassOf sio:SIO_000257 .

sio:SIO_001415
    dc:identifier "SIO_001415" ;
    dct:description "A percentile (or a centile) is a quantile that divides the given probability distribution, or sample, into 100 equal-sized intervals."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "percentile"@en ;
    rdfs:subClassOf sio:SIO_001414 .

sio:SIO_001416
    dc:identifier "SIO_001416" ;
    dct:description "a duplicate role is a comparative role that holds when one item is an exact copy of another in a specific set."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "duplicate role"@en ;
    rdfs:subClassOf sio:SIO_000721 .

sio:SIO_001417
    dc:identifier "SIO_001417" ;
    dct:description "a replicate role is a comparative role that holds  when one item is a reproduction, facsimile, or a copy of another."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "replicate role"@en ;
    rdfs:subClassOf sio:SIO_000721 .

sio:SIO_001418
    dc:identifier "SIO_001418" ;
    dct:description "a replicate is an object that is a facsimile, reproduction, or copy of another item."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "replicate"@en ;
    rdfs:subClassOf sio:SIO_001259, [
        dc:identifier ":arc09e0b670" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000228 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b671" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b672" ;
                rdf:first sio:SIO_001417 ;
                rdf:rest [
                    dc:identifier ":arc09e0b674" ;
                    rdf:first [
                        dc:identifier ":arc09e0b673" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000668 ;
                        owl:someValuesFrom sio:SIO_000776
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_001419
    dc:identifier "SIO_001419" ;
    dct:description "a collection of replicates is a collection composed of items that are a facsimile, reproduction, or copy of other items in the collection."@en ;
    sio:hasSynonym "replicates"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "a collection of replicates"@en ;
    rdfs:subClassOf sio:SIO_000616, [
        dc:identifier ":arc09e0b675" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000059 ;
        owl:someValuesFrom sio:SIO_001418
    ] .

sio:SIO_001420
    dc:identifier "SIO_001420" ;
    dct:description "a duplicate is an object that is an exact copy of another item"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "duplicate"@en ;
    rdfs:subClassOf sio:SIO_001259, [
        dc:identifier ":arc09e0b676" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000228 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b677" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b678" ;
                rdf:first sio:SIO_001416 ;
                rdf:rest [
                    dc:identifier ":arc09e0b680" ;
                    rdf:first [
                        dc:identifier ":arc09e0b679" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000668 ;
                        owl:someValuesFrom sio:SIO_000776
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_001421
    dc:identifier "SIO_001421" ;
    dct:description "a collection of duplicates is a collection composed of items that are an exact copy of other items in the collection."@en ;
    sio:hasSynonym "duplicates"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "a collection of duplicates"@en ;
    rdfs:subClassOf sio:SIO_000616, [
        dc:identifier ":arc09e0b681" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000059 ;
        owl:someValuesFrom sio:SIO_001420
    ] .

sio:SIO_001422
    dc:identifier "SIO_001422" ;
    dct:description "a chemical salt is a heterogenous substance composed of an ionic assembly of cations and anions."@en ;
    sio:hasSynonym "salt"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical salt"@en ;
    rdfs:subClassOf sio:SIO_010462 .

sio:SIO_001423
    dc:identifier "SIO_001423" ;
    dct:description "a strong chemical salt is a chemical salt that is composed of strong electrolytes. Strong chemical salts contain Na,K,NH4 or NO3, CIO4, CH3COO."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "strong chemical salt"@en ;
    rdfs:subClassOf sio:SIO_001422 .

sio:SIO_001424
    dc:identifier "SIO_001424" ;
    dct:description "a weak chemical salt is a chemical salt composed of weak eletrolytes."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "weak chemical salt"@en ;
    rdfs:subClassOf sio:SIO_001422 .

sio:SIO_001425
    dc:identifier "SIO_001425" ;
    dct:description "a peptide is an organic polymer composed of between two and fifty amino acids."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "peptide"@en ;
    rdfs:subClassOf sio:SIO_001427 .

sio:SIO_001426
    dc:identifier "SIO_001426" ;
    dct:description "an oligopeptide is an organic polymer composed of fewer than 10 or 15 amino acids."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "oligopeptide"@en ;
    rdfs:subClassOf sio:SIO_001427 .

sio:SIO_001427
    dc:identifier "SIO_001427" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "amino acid polymer"@en ;
    rdfs:subClassOf sio:SIO_010346, [
        dc:identifier ":arc09e0b682" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_010074 ;
        owl:onProperty sio:SIO_000273
    ] .

sio:SIO_001428
    dc:identifier "SIO_001428" ;
    dct:description "an ingredient is a chemical substance that forms part of a mixture."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ingredient"@en ;
    rdfs:subClassOf sio:SIO_011126 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b683" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b684" ;
            rdf:first sio:SIO_011126 ;
            rdf:rest [
                dc:identifier ":arc09e0b686" ;
                rdf:first [
                    dc:identifier ":arc09e0b685" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000245 ;
                    owl:someValuesFrom sio:SIO_011126
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010000
    dc:identifier "SIO_010000" ;
    dct:description "A biological organisn is a biological entity that consists of one or more cells and is capable of genomic replication (independently or not)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "organism"@en ;
    rdfs:subClassOf sio:SIO_010046 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b687" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b688" ;
            rdf:first sio:SIO_010377 ;
            rdf:rest [
                dc:identifier ":arc09e0b689" ;
                rdf:first sio:SIO_010378 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010001
    dc:identifier "SIO_010001" ;
    dct:description "A cell is a biological entity that is contained by a plasma membrane."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cell"@en ;
    rdfs:subClassOf sio:SIO_010046 .

sio:SIO_010002
    dc:identifier "SIO_010002" ;
    dct:description "A tissue is a mereologically maximal collection of cells that together perform some function."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "tissue"@en ;
    rdfs:subClassOf sio:SIO_010046, [
        dc:identifier ":arc09e0b690" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000273 ;
        owl:someValuesFrom sio:SIO_010001
    ] .

sio:SIO_010003
    dc:identifier "SIO_010003" ;
    dct:description "An organ is a collection of tissues joined in structural unit to serve a common function."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "organ"@en ;
    rdfs:subClassOf sio:SIO_010046 .

sio:SIO_010004
    dc:identifier "SIO_010004" ;
    dct:description "A chemical entity is a material entity that pertains to chemistry."@en ;
    sio:equivalentTo "CHEBI:23367" ;
    sio:example "atom, ion, molecule, chemical substance,"@en ;
    sio:subset "chemical+" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical entity"@en ;
    rdfs:subClassOf sio:SIO_000004 .

sio:SIO_010005
    dc:identifier "SIO_010005" ;
    dct:description "A weak submolecular component is a submolecular component that weakly connects submolecular components."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "weak submolecular component"@en ;
    rdfs:subClassOf sio:SIO_010020 ;
    owl:disjointWith sio:SIO_010047 .

sio:SIO_010007
    dc:identifier "SIO_010007" ;
    dct:description "A polypeptide is an organic polymer composed of amino acid residues, typically of less than 50 amino acids in length."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polypeptide"@en ;
    rdfs:subClassOf sio:SIO_001427, [
        dc:identifier ":arc09e0b691" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_010074 ;
        owl:onProperty sio:SIO_000369
    ] .

sio:SIO_010008
    dc:identifier "SIO_010008" ;
    dct:description "A nucleic acid is an organic polymer composed of a sequence of nucleotide residues."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "nucleic acid"@en ;
    rdfs:subClassOf sio:SIO_010346, [
        dc:identifier ":arc09e0b692" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_010075 ;
        owl:onProperty sio:SIO_000369
    ] .

sio:SIO_010009
    dc:identifier "SIO_010009" ;
    dct:description "A ribonucleic acid is an organic polymer composed of a sequence of ribonucleotide residues."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ribonucleic acid"@en ;
    rdfs:subClassOf sio:SIO_010008, [
        dc:identifier ":arc09e0b693" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_010337 ;
        owl:onProperty sio:SIO_000369
    ] ;
    owl:disjointWith sio:SIO_010010 .

sio:SIO_010010
    dc:identifier "SIO_010010" ;
    dct:description "A deoxyribonucleic acid is an organic polymer composed of a sequence of deoxyribonucleotide residues."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "deoxyribonucleic acid"@en ;
    rdfs:subClassOf sio:SIO_010008, [
        dc:identifier ":arc09e0b694" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_010336 ;
        owl:onProperty sio:SIO_000369
    ] .

sio:SIO_010011
    dc:identifier "SIO_010011" ;
    dct:description "A lipid is a water-insoluable organic molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "lipid"@en ;
    rdfs:subClassOf sio:SIO_010072 .

sio:SIO_010013
    dc:identifier "SIO_010013" ;
    dct:description "A chemical interaction is a biochemical process in which chemical entities interact through some set of attractive forces."@en ;
    sio:equivalentTo "biopax:Interaction" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical interaction"@en ;
    rdfs:subClassOf sio:SIO_000593, [
        dc:identifier ":arc09e0b695" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000132 ;
        owl:someValuesFrom sio:SIO_010004
    ] .

sio:SIO_010014
    dc:identifier "SIO_010014" ;
    dct:description "A primary structure descriptor describes a biomolecular object in terms of a 1D or 2D topology."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "primary structure descriptor"@en ;
    rdfs:subClassOf sio:SIO_011119 .

sio:SIO_010015
    dc:identifier "SIO_010015" ;
    dct:description "A protein acid sequence is the character representation of the molecular structure of a protein."@en ;
    sio:hasSynonym "amino acid sequence"@en, "polypeptide sequence"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "protein sequence"@en ;
    rdfs:subClassOf sio:SIO_000030, [
        dc:identifier ":arc09e0b696" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000011 ;
        owl:someValuesFrom sio:SIO_010007
    ], [
        dc:identifier ":arc09e0b697" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000210 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b698" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b699" ;
                rdf:first sio:SIO_000626 ;
                rdf:rest [
                    dc:identifier ":arc09e0b701" ;
                    rdf:first [
                        dc:identifier ":arc09e0b700" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000011 ;
                        owl:someValuesFrom sio:SIO_010007
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_010016
    dc:identifier "SIO_010016" ;
    dct:description "A nucleic acid sequence is a symbolic representation of the sequence of nucleic acid residues in a nucleic acid."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "nucleic acid sequence"@en ;
    rdfs:subClassOf sio:SIO_000030, [
        dc:identifier ":arc09e0b702" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000011 ;
        owl:someValuesFrom sio:SIO_010008
    ], [
        dc:identifier ":arc09e0b703" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000210 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b704" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b705" ;
                rdf:first sio:SIO_000626 ;
                rdf:rest [
                    dc:identifier ":arc09e0b707" ;
                    rdf:first [
                        dc:identifier ":arc09e0b706" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000011 ;
                        owl:someValuesFrom sio:SIO_010008
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_010017
    dc:identifier "SIO_010017" ;
    dct:description "A ribonucleic acid sequence is a symbolic representation of the sequence of ribonucleic acid residues in a ribonucleic acid."@en ;
    sio:hasSynonym "RNA sequence"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ribonucleic acid sequence"@en ;
    rdfs:subClassOf sio:SIO_010016, [
        dc:identifier ":arc09e0b708" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000332 ;
        owl:someValuesFrom sio:SIO_010009
    ] .

sio:SIO_010018
    dc:identifier "SIO_010018" ;
    dct:description "A deoxyribonucleic acid sequence is a symbolic representation of the sequence of deoxyribonucleic acid residues in a deoxyribonucleic acid."@en ;
    sio:hasSynonym "DNA sequence"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "deoxyribonucleic acid sequence"@en ;
    rdfs:subClassOf sio:SIO_010016, [
        dc:identifier ":arc09e0b709" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000332 ;
        owl:someValuesFrom sio:SIO_010010
    ] .

sio:SIO_010019
    dc:identifier "SIO_010019" ;
    dct:description "biological data is scientific data relevant to biology."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "biological data"@en ;
    rdfs:subClassOf sio:SIO_000472 .

sio:SIO_010020
    dc:identifier "SIO_010020" ;
    dct:description "A submolecular entity is a part of a molecular entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "submolecular entity"@en ;
    rdfs:subClassOf sio:SIO_010004, [
        dc:identifier ":arc09e0b710" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000068 ;
        owl:someValuesFrom sio:SIO_010004
    ] .

sio:SIO_010022
    dc:identifier "SIO_010022" ;
    dct:description "A secondary structure descriptor describes local topological patterns in  a biopolymer."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "secondary structure descriptor"@en ;
    rdfs:subClassOf sio:SIO_011119 .

sio:SIO_010023
    dc:identifier "SIO_010023" ;
    dct:description "A tertiary structure descriptor describes 3D topological patterns in a biopolymer."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "tertiary structure descriptor"@en ;
    rdfs:subClassOf sio:SIO_011119 .

sio:SIO_010024
    dc:identifier "SIO_010024" ;
    dct:description "A quaternary structure descriptor describes topological patterns in a multi-unit biopolymer complex."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "quaternary structure"@en ;
    rdfs:subClassOf sio:SIO_011119 .

sio:SIO_010025
    dc:identifier "SIO_010025" ;
    dct:description "An oligosaccharide is an organic polymer composed of monosaccharides joined by glycosidic bonds."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "oligosaccharide"@en ;
    rdfs:subClassOf sio:SIO_010346, [
        dc:identifier ":arc09e0b711" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_010334 ;
        owl:onProperty sio:SIO_000369
    ] .

sio:SIO_010026
    dc:identifier "SIO_010026" ;
    dct:description "genetic polymorphism is the description of a difference in genetic composition at some location."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "genetic polymorphism"@en ;
    rdfs:subClassOf sio:SIO_010335 .

sio:SIO_010028
    dc:identifier "SIO_010028" ;
    dct:description "genetic data is data pertaining to genetics."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "genetic data"@en ;
    rdfs:subClassOf sio:SIO_010019 .

sio:SIO_010029
    dc:identifier "SIO_010029" ;
    dct:description "biological sex is the quality of a biological organism based on reproductive function or organs."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "biological sex"@en ;
    rdfs:subClassOf sio:SIO_000475 .

sio:SIO_010030
    dc:identifier "SIO_010030" ;
    dct:description "A monosaccharide is an organic polymer that consists of a single polyhydroxy aldehyde or ketone group."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "monosaccharide"@en ;
    rdfs:subClassOf sio:SIO_010072 .

sio:SIO_010031
    dc:identifier "SIO_010031" ;
    dct:description "A PDB chain identifier is a alphabetical label to identify a molecule in a structure provided by the Protein DataBank ."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "PDB chain identifier"@en ;
    rdfs:subClassOf sio:SIO_000732 .

sio:SIO_010032
    dc:identifier "SIO_010032" ;
    dct:description "A PDB record identifier is an identifier for a PDB generated record."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "PDB record identifier"@en ;
    rdfs:subClassOf sio:SIO_000729 .

sio:SIO_010033
    dc:identifier "SIO_010033" ;
    dct:description "A hydrogen bond is a weak submolecular interaction formed between a hydrogen atom and a electronegative atom."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hydrogen bond"@en ;
    rdfs:subClassOf sio:SIO_010005 .

sio:SIO_010034
    dc:identifier "SIO_010034" ;
    dct:description "A cation pi interaction is an ionic interaction between the localized negative charge of π orbital electrons, located above and below the plane of an aromatic ring, and a positive charge."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cation pi interaction"@en ;
    rdfs:subClassOf sio:SIO_010496 .

sio:SIO_010035
    dc:identifier "SIO_010035" ;
    dct:description "A gene is part of a nucleic acid that contains all the necessary elements to encode a functional transcript."@en ;
    sio:equivalentTo "biopax:Gene", "http://purl.obolibrary.org/obo/SO_0000704"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene"@en ;
    rdfs:subClassOf sio:SIO_010335 .

sio:SIO_010036
    dc:identifier "SIO_010036" ;
    dct:description "A biochemical reaction is a biochemical process that involves the conversion of at least one chemical participant (target) into another (product) by an enzyme (agent)."@en ;
    sio:equivalentTo "biopax:BiochemicalReaction", "biopax:Conversion" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "biochemical reaction"@en ;
    rdfs:subClassOf sio:SIO_010508, [
        dc:identifier ":arc09e0b712" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b713" ;
            rdf:first sio:SIO_010508 ;
            rdf:rest [
                dc:identifier ":arc09e0b715" ;
                rdf:first [
                    dc:identifier ":arc09e0b714" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000139 ;
                    owl:someValuesFrom sio:SIO_010343
                ] ;
                rdf:rest [
                    dc:identifier ":arc09e0b717" ;
                    rdf:first [
                        dc:identifier ":arc09e0b716" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000291 ;
                        owl:someValuesFrom sio:SIO_010362
                    ] ;
                    rdf:rest [
                        dc:identifier ":arc09e0b719" ;
                        rdf:first [
                            dc:identifier ":arc09e0b718" ;
                            a owl:Restriction ;
                            owl:onProperty sio:SIO_000312 ;
                            owl:someValuesFrom sio:SIO_010363
                        ] ;
                        rdf:rest rdf:nil
                    ]
                ]
            ]
        ]
    ] .

sio:SIO_010037
    dc:identifier "SIO_010037" ;
    dct:description "A chemical element is a (effectively) homogeneous substance composed of one type of atom."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical element"@en ;
    rdfs:subClassOf sio:SIO_010463, [
        dc:identifier ":arc09e0b720" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_010044 ;
        owl:onProperty sio:SIO_000273
    ] .

sio:SIO_010038
    dc:identifier "SIO_010038" ;
    dct:description "A drug is a chemical substance that regulates a biological process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "drug"@en ;
    rdfs:subClassOf sio:SIO_011126, [
        dc:identifier ":arc09e0b721" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000586 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b722" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b723" ;
                rdf:first sio:SIO_000395 ;
                rdf:rest [
                    dc:identifier ":arc09e0b725" ;
                    rdf:first [
                        dc:identifier ":arc09e0b724" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000668 ;
                        owl:someValuesFrom sio:SIO_010046
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_010039
    dc:identifier "SIO_010039" ;
    dct:description "A pharmaceutical preparation is a chemical substance that is approved for use in the medical diagnosis, cure, treatment, or prevention of disease."@en ;
    sio:hasSynonym "medicine" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pharmaceutical drug"@en ;
    rdfs:subClassOf sio:SIO_010038, [
        dc:identifier ":arc09e0b726" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000273 ;
        owl:someValuesFrom sio:SIO_010077
    ] .

sio:SIO_010040
    dc:identifier "SIO_010040" ;
    dct:description "A binding site is a molecular site which when occupied with particular ligands leads to structural transformations that initiatiate new moelcular processes. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "binding site"@en ;
    rdfs:subClassOf sio:SIO_010049 .

sio:SIO_010041
    dc:identifier "SIO_010041" ;
    dct:description "An active site is a molecular site in which a chemical event occurs (structural transformation or conformational change)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "active site"@en ;
    rdfs:subClassOf sio:SIO_010049 .

sio:SIO_010042
    dc:identifier "SIO_010042" ;
    dct:description "A haplotype is one of a set of genomic sequence variants."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "haplotype"@en ;
    rdfs:subClassOf sio:SIO_001381 .

sio:SIO_010043
    dc:identifier "SIO_010043" ;
    dct:description "A protein is an organic polymer that is composed of one or more linear polymers of amino acids."@en ;
    sio:equivalentTo "CHEBI:36080" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "protein"@en ;
    rdfs:subClassOf sio:SIO_001427, [
        dc:identifier ":arc09e0b727" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000273 ;
        owl:someValuesFrom sio:SIO_010074
    ], [
        dc:identifier ":arc09e0b728" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000369 ;
        owl:someValuesFrom sio:SIO_010007
    ] .

sio:SIO_010044
    dc:identifier "SIO_010044" ;
    dct:description "An atom is composed of a core of protons and/or neutrons which may be surrounded by a cloud of electrons."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "atom"@en ;
    rdfs:subClassOf sio:SIO_010004 .

sio:SIO_010045
    dc:identifier "SIO_010045" ;
    dct:description "A base pair is a weak molecular interaction composed of hydrogen bonds between nucleobases."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "base pair"@en ;
    rdfs:subClassOf sio:SIO_010005 .

sio:SIO_010046
    dc:identifier "SIO_010046" ;
    dct:description "A biological entity is a heterogeneous substance that contains genomic material or is the product of a biological process."@en ;
    sio:subset "chemical-" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "biological entity"@en ;
    rdfs:subClassOf sio:SIO_010462, [
        dc:identifier ":arc09e0b729" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000068 ;
        owl:someValuesFrom sio:SIO_010000
    ] .

sio:SIO_010047
    dc:identifier "SIO_010047" ;
    dct:description "A strong submolecular component is a submolecular component that strongly connects submolecular components."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "strong submolecular component"@en ;
    rdfs:subClassOf sio:SIO_010020 .

sio:SIO_010048
    dc:identifier "SIO_010048" ;
    dct:description "male is a biological sex of an individual with male sexual organs."@en ;
    sio:equivalentTo "PATO:0000384" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "male"@en ;
    rdfs:subClassOf sio:SIO_010029 ;
    owl:disjointWith sio:SIO_010052 .

sio:SIO_010049
    dc:identifier "SIO_010049" ;
    dct:description "A moleclar site is a spatial region bounded (in part or in whole) by a molecule and may be occupied by other material entities (e.g. drugs)." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molecular site"@en ;
    rdfs:subClassOf sio:SIO_000019 .

sio:SIO_010050
    dc:identifier "SIO_010050" ;
    dct:description "An allosteric site is a binding site that when bound to particular ligand changes the conformational state and affects its functionality."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "allosteric site"@en ;
    rdfs:subClassOf sio:SIO_010040 .

sio:SIO_010051
    dc:identifier "SIO_010051" ;
    dct:description "A biological fluid is a fluid of biological origin."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "biological fluid"@en ;
    rdfs:subClassOf sio:SIO_010046, [
        dc:identifier ":arc09e0b730" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000244 ;
        owl:someValuesFrom sio:SIO_010046
    ] .

sio:SIO_010052
    dc:identifier "SIO_010052" ;
    dct:description "female is a biological sex of an individual with female sexual organs."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "female"@en ;
    rdfs:subClassOf sio:SIO_010029 .

sio:SIO_010053
    dc:identifier "SIO_010053" ;
    dct:description "evolutionary lineage is a sequence of species, that form a line of descent, each new species the direct result of speciation from an immediate ancestral species."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "evolutionary lineage"@en ;
    rdfs:subClassOf sio:SIO_001196 .

sio:SIO_010054
    dc:identifier "SIO_010054" ;
    dct:description "A cell line is a collection of genetically identifical cells."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cell line"@en ;
    rdfs:subClassOf sio:SIO_010046 .

sio:SIO_010055
    dc:identifier "SIO_010055" ;
    dct:description "A strain is a genetic variant or kind of microorganism."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "strain"@en ;
    rdfs:subClassOf sio:SIO_010000, [
        dc:identifier ":arc09e0b731" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000272 ;
        owl:someValuesFrom sio:SIO_010000
    ] .

sio:SIO_010056
    dc:identifier "SIO_010056" ;
    dct:description "A phenotype is an observable characteristic of an individual."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "phenotype"@en ;
    rdfs:subClassOf sio:SIO_000475 .

sio:SIO_010057
    dc:identifier "SIO_010057" ;
    dct:description "life status is the quality of whether something is alive or dead."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "life status"@en ;
    rdfs:subClassOf sio:SIO_000475 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b732" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b733" ;
            rdf:first sio:SIO_010058 ;
            rdf:rest [
                dc:identifier ":arc09e0b734" ;
                rdf:first sio:SIO_010059 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010058
    dc:identifier "SIO_010058" ;
    dct:description "alive is the state of a biological organism that exhibits biological functions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "alive"@en ;
    rdfs:subClassOf sio:SIO_010057 ;
    owl:disjointWith sio:SIO_010059 .

sio:SIO_010059
    dc:identifier "SIO_010059" ;
    dct:description "dead is the quality of an object in which there is a cessation of all biological functions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dead"@en ;
    rdfs:subClassOf sio:SIO_010057 .

sio:SIO_010060
    dc:identifier "SIO_010060" ;
    dct:description "family history is the systematic narrative and research of past events relating to a specific family, or specific families."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "family history"@en ;
    rdfs:subClassOf sio:SIO_001196 .

sio:SIO_010061
    dc:identifier "SIO_010061" ;
    dct:description "generation number is a count of the number of biological reproduction events elapsed from some starting reference point."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "generation number"@en ;
    rdfs:subClassOf sio:SIO_000794 .

sio:SIO_010064
    dc:identifier "SIO_010064" ;
    dct:description "The five prime untranslated region (5' UTR) is a section of messenger RNA (mRNA) and the DNA that codes for it that starts at the +1 position (where transcription begins) and ends one nucleotide before the start codon (usually AUG) of the coding region."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "5' untranslated region"@en ;
    rdfs:subClassOf sio:SIO_010444 .

sio:SIO_010065
    dc:identifier "SIO_010065" ;
    dct:description "bioinformatic data is data genereated or used for computer-based investigations of biological phenomena."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "bioinformatic data"@en ;
    rdfs:subClassOf sio:SIO_010019 .

sio:SIO_010066
    dc:identifier "SIO_010066" ;
    dct:description "A sequence alignment is the character-based alignment of sequences using some method."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sequence alignment"@en ;
    rdfs:subClassOf sio:SIO_000616 .

sio:SIO_010067
    dc:identifier "SIO_010067" ;
    dct:description "A multiple sequence alignment is a sequence alignment involving more than two sequences."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "multiple sequence alignment"@en ;
    rdfs:subClassOf sio:SIO_010066 .

sio:SIO_010068
    dc:identifier "SIO_010068" ;
    dct:description "A pairwise sequence alignment is the alignment of exactly 2 sequences."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pairwise sequence alignment"@en ;
    rdfs:subClassOf sio:SIO_010066 .

sio:SIO_010070
    dc:identifier "SIO_010070" ;
    dct:description "A three prime untranslated region (3'-UTR) is the section of messenger RNA (mRNA) that immediately follows the translation termination codon. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "3' untranslated region"@en ;
    rdfs:subClassOf sio:SIO_010444 .

sio:SIO_010071
    dc:identifier "SIO_010071" ;
    dct:description "An organic submolecule is connected region of a molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "organic submolecule"@en ;
    rdfs:subClassOf sio:SIO_010441, [
        dc:identifier ":arc09e0b735" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b737" ;
            rdf:first [
                dc:identifier ":arc09e0b736" ;
                a owl:Restriction ;
                owl:onProperty sio:SIO_000028 ;
                owl:someValuesFrom sio:SIO_011001
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b739" ;
                rdf:first [
                    dc:identifier ":arc09e0b738" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000028 ;
                    owl:someValuesFrom sio:SIO_011007
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ], [
        dc:identifier ":arc09e0b740" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000068 ;
        owl:someValuesFrom sio:SIO_010072
    ] .

sio:SIO_010072
    dc:identifier "SIO_010072" ;
    dct:description "An organic molecule is a molecule composed of organic atoms (at least carbon, hydrogen, and optionally oxygen, phosphorus, nitrogen, sulfur)"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "organic molecule"@en ;
    rdfs:subClassOf sio:SIO_011125, [
        dc:identifier ":arc09e0b741" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b743" ;
            rdf:first [
                dc:identifier ":arc09e0b742" ;
                a owl:Restriction ;
                owl:onProperty sio:SIO_000028 ;
                owl:someValuesFrom sio:SIO_011001
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b745" ;
                rdf:first [
                    dc:identifier ":arc09e0b744" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000028 ;
                    owl:someValuesFrom sio:SIO_011002
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010073
    dc:identifier "SIO_010073" ;
    dct:description "An open reading frame (ORF) is a part of a gene that encodes a protein but does not contain a stop codon."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "open reading frame"@en ;
    rdfs:subClassOf sio:SIO_010444, [
        dc:identifier ":arc09e0b746" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b748" ;
            rdf:first [
                dc:identifier ":arc09e0b747" ;
                a owl:Restriction ;
                owl:onClass sio:SIO_010447 ;
                owl:onProperty sio:SIO_000369 ;
                owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b750" ;
                rdf:first [
                    dc:identifier ":arc09e0b749" ;
                    a owl:Restriction ;
                    owl:onClass sio:SIO_010448 ;
                    owl:onProperty sio:SIO_000369 ;
                    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ], [
        dc:identifier ":arc09e0b751" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_010080 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b752" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b753" ;
                rdf:first sio:SIO_010450 ;
                rdf:rest [
                    dc:identifier ":arc09e0b755" ;
                    rdf:first [
                        dc:identifier ":arc09e0b754" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_010082 ;
                        owl:someValuesFrom sio:SIO_010007
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_010074
    dc:identifier "SIO_010074" ;
    dct:description "An amino acid residue is a part of a molecule that is derived from an amino acid molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "amino acid residue"@en ;
    rdfs:subClassOf sio:SIO_010471, [
        dc:identifier ":arc09e0b756" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000244 ;
        owl:someValuesFrom sio:SIO_001224
    ] .

sio:SIO_010075
    dc:identifier "SIO_010075" ;
    dct:description "A nucleotide residue is a part of a molecule that derives from a nucleotide."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "nucleotide residue"@en ;
    rdfs:subClassOf sio:SIO_010335 .

sio:SIO_010076
    dc:identifier "SIO_010076" ;
    dct:description "A poison is a drug that is harzardous or toxic to an organism when ingested at a certain quantity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "poison"@en ;
    rdfs:subClassOf sio:SIO_010038 .

sio:SIO_010077
    dc:identifier "SIO_010077" ;
    dct:description "An active ingredient is a molecular entity that exhibits biological activity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "active ingredient"@en ;
    rdfs:subClassOf sio:SIO_010338 .

sio:SIO_010078
    dc:identifier "SIO_010078" ;
    dct:description "A relation between two objects, in which the first object contains information that is used to produce the second object."@en ;
    sio:example "an open reading frame encodes a protein (it contains information that specifies the amino acid composition and topology)"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "encodes"@en ;
    rdfs:subPropertyOf sio:SIO_000338 ;
    owl:inverseOf sio:SIO_010079 .

sio:SIO_010079
    dc:identifier "SIO_010079" ;
    dct:description "A relation between two objects, in which the first object is produced from the information contained in the second object."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is encoded by"@en ;
    rdfs:subPropertyOf sio:SIO_000339 .

sio:SIO_010080
    dc:identifier "SIO_010080" ;
    dct:description "a relation between two information content entities in which one is transcribed into (an exact or similar kind) another through some process."@en ;
    sio:example "DNA is transcribed into RNA"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is transcribed into"@en ;
    rdfs:subPropertyOf sio:SIO_010078 ;
    owl:inverseOf sio:SIO_010081 .

sio:SIO_010081
    dc:identifier "SIO_010081" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is transcribed from"@en ;
    rdfs:subPropertyOf sio:SIO_010079 .

sio:SIO_010082
    dc:identifier "SIO_010082" ;
    sio:example "RNA is translated into Protein"@en, "a relation between two information content entities in which one is translated into (a completely different kind of entity) another through some process."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is translated into"@en ;
    rdfs:subPropertyOf sio:SIO_010078 ;
    owl:inverseOf sio:SIO_010083 .

sio:SIO_010083
    dc:identifier "SIO_010083" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is translated from"@en ;
    rdfs:subPropertyOf sio:SIO_010079 .

sio:SIO_010084
    dc:identifier "SIO_010084" ;
    dct:description "An operon is a collection of contiguous genes transcribed as a single (polycistronic) mRNA."@en ;
    sio:similarTo "SO:0000178" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "operon"@en ;
    rdfs:subClassOf sio:SIO_010335, [
        dc:identifier ":arc09e0b757" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_010010
    ], [
        dc:identifier ":arc09e0b758" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000369 ;
        owl:someValuesFrom sio:SIO_010035
    ], [
        dc:identifier ":arc09e0b759" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_010080 ;
        owl:someValuesFrom sio:SIO_010450
    ] .

sio:SIO_010085
    dc:identifier "SIO_010085" ;
    dct:description "A gene regulatory component is a gene component that exerts a regulatory function."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene regulatory component"@en ;
    rdfs:subClassOf sio:SIO_010444, [
        dc:identifier ":arc09e0b760" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000225 ;
        owl:someValuesFrom sio:SIO_000395
    ] .

sio:SIO_010086
    dc:identifier "SIO_010086" ;
    dct:description "A gene enhancer is a short region of DNA that can be bound with proteins to enhance transcription levels of genes in a gene cluster."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene enhancer"@en ;
    rdfs:subClassOf sio:SIO_010085 .

sio:SIO_010087
    dc:identifier "SIO_010087" ;
    dct:description "Aninactive ingredient is a molecular entity that does not exhibit biological activity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "inactive ingredient"@en ;
    rdfs:subClassOf sio:SIO_010338 .

sio:SIO_010088
    dc:identifier "SIO_010088" ;
    dct:description "to serve as a template for molecular synthesis is the capability of a chemical entity to provide the necessary information or scaffold by which another molecule may be produced."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to serve as a template for molecular synthesis"@en ;
    rdfs:subClassOf sio:SIO_000542 .

sio:SIO_010089
    dc:identifier "SIO_010089" ;
    dct:description "to serve as a template for protein synthesis is the capability of a chemical entity to provide the necessary information or scaffold by which a protein may be produced."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to serve as a template for protein synthesis"@en ;
    rdfs:subClassOf sio:SIO_010088 .

sio:SIO_010090
    dc:identifier "SIO_010090" ;
    dct:description "to serve as a template for RNA synthesis is the capability of a chemical entity to provide the necessary information or scaffold by which an RNA molecule may be produced."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to serve as a template for RNA synthesis"@en ;
    rdfs:subClassOf sio:SIO_010088 .

sio:SIO_010091
    dc:identifier "SIO_010091" ;
    dct:description "to serve as a template for DNA synthesis is the capability of a chemical entity to provide the necessary information or scaffold by which a DNA molecule may be produced."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to serve as a template for DNA synthesis"@en ;
    rdfs:subClassOf sio:SIO_010088 .

sio:SIO_010092
    dc:identifier "SIO_010092" ;
    dct:description "A deoxyribonucleic acid template is a deoxyribonucleic acid that provides the template to synthesize a complementary strand of DNA through transcription."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "deoxyribonucleic acid template"@en ;
    rdfs:subClassOf sio:SIO_010010, [
        dc:identifier ":arc09e0b761" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000225 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b762" ;
            a owl:Class ;
            owl:unionOf [
                dc:identifier ":arc09e0b763" ;
                rdf:first sio:SIO_010090 ;
                rdf:rest [
                    dc:identifier ":arc09e0b764" ;
                    rdf:first sio:SIO_010091 ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_010093
    dc:identifier "SIO_010093" ;
    dct:description "A deoxyribonucleic acid primer is a deoxyribonucleic acid that enables the synthesis of a complement strand of DNA by binding to it and acting as a point of transcription initiation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "deoxyribonucleic acid primer"@en ;
    rdfs:subClassOf sio:SIO_000779, sio:SIO_010010, [
        dc:identifier ":arc09e0b765" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000225 ;
        owl:someValuesFrom sio:SIO_010091
    ] .

sio:SIO_010094
    dc:identifier "SIO_010094" ;
    dct:description "to serve as a primer for DNA synthesis is the capability of a short nucleic acid to bind to the 5' end of single strand of DNA template and help initiate DNA replication."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to serve as a primer for DNA synthesis"@en ;
    rdfs:subClassOf sio:SIO_000542 .

sio:SIO_010095
    dc:identifier "SIO_010095" ;
    dct:description "An RNA transcript component is a region of an RNA transcript. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "RNA transcript component"@en ;
    rdfs:subClassOf sio:SIO_010335, [
        dc:identifier ":arc09e0b766" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000068 ;
        owl:someValuesFrom sio:SIO_010099
    ], [
        dc:identifier ":arc09e0b767" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_010450
    ] .

sio:SIO_010096
    dc:identifier "SIO_010096" ;
    dct:description "A mature RNA is a ribonucleic acid that contains an untranslated region (UTR) and protein coding sequence and lacks introns."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mature mRNA"@en ;
    rdfs:subClassOf sio:SIO_010099, [
        dc:identifier ":arc09e0b768" ;
        a owl:Class ;
        owl:complementOf [
            dc:identifier ":arc09e0b769" ;
            a owl:Restriction ;
            owl:onProperty sio:SIO_000053 ;
            owl:someValuesFrom sio:SIO_010443
        ]
    ], [
        dc:identifier ":arc09e0b770" ;
        a owl:Class ;
        owl:complementOf [
            dc:identifier ":arc09e0b771" ;
            a owl:Restriction ;
            owl:onProperty sio:SIO_000245 ;
            owl:someValuesFrom sio:SIO_010450
        ]
    ], [
        dc:identifier ":arc09e0b772" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000244 ;
        owl:someValuesFrom sio:SIO_010450
    ], [
        dc:identifier ":arc09e0b773" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_010082 ;
        owl:someValuesFrom sio:SIO_010043
    ] .

sio:SIO_010097
    dc:identifier "SIO_010097" ;
    dct:description "Precursor mRNA (pre-mRNA) is a single strand of messenger ribonucleic acid (mRNA) that is synthesized from a DNA template throught transcription."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pre-mRNA"@en ;
    rdfs:subClassOf sio:SIO_010099, [
        dc:identifier ":arc09e0b774" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000245 ;
        owl:someValuesFrom sio:SIO_010096
    ] .

sio:SIO_010098
    dc:identifier "SIO_010098" ;
    dct:description "An mRNA splice variant is an mRNA molecule that varies from another mRNA molecule of the same gene origin but having a different final sequence due to differences in its assembly from splice sites."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mRNA splice variant"@en ;
    rdfs:subClassOf sio:SIO_010099, [
        dc:identifier ":arc09e0b775" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000244 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b776" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b777" ;
                rdf:first sio:SIO_010099 ;
                rdf:rest [
                    dc:identifier ":arc09e0b779" ;
                    rdf:first [
                        dc:identifier ":arc09e0b778" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000273 ;
                        owl:someValuesFrom sio:SIO_010451
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_010099
    dc:identifier "SIO_010099" ;
    dct:description "A messenger RNA is a ribonucleic acid that contains an untranslated region (UTR) and protein coding sequence and lacks introns."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "messenger RNA"@en ;
    rdfs:subClassOf sio:SIO_010450, [
        dc:identifier ":arc09e0b780" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_010078 ;
        owl:someValuesFrom sio:SIO_010043
    ] .

sio:SIO_010100
    dc:identifier "SIO_010100" ;
    dct:description "A gene that is located on DNA."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dna gene"@en ;
    rdfs:subClassOf sio:SIO_010035, [
        dc:identifier ":arc09e0b781" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_010010
    ] ;
    owl:disjointWith sio:SIO_010101 .

sio:SIO_010101
    dc:identifier "SIO_010101" ;
    dct:description "A gene that is located on RNA."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "rna gene"@en ;
    rdfs:subClassOf sio:SIO_010035, [
        dc:identifier ":arc09e0b782" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_010009
    ] .

sio:SIO_010277
    dc:identifier "SIO_010277" ;
    dct:description "An allele is one of a set of sequence variants of a gene."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "allele"@en ;
    rdfs:subClassOf sio:SIO_010035, [
        dc:identifier ":arc09e0b783" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000272 ;
        owl:someValuesFrom sio:SIO_010035
    ] .

sio:SIO_010278
    dc:identifier "SIO_010278" ;
    dct:description "ploidy is the cellular quality relating to the amount of DNA contained in a cell."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ploidy"@en ;
    rdfs:subClassOf sio:SIO_000476 .

sio:SIO_010283
    dc:identifier "SIO_010283" ;
    dct:description "chemical transport is the directed movement of a chemical entity by some agent (e.g. transporter)."@en ;
    sio:equivalentTo "biopax:Transport" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical transport"@en ;
    rdfs:subClassOf sio:SIO_000575, [
        dc:identifier ":arc09e0b784" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000132 ;
        owl:someValuesFrom sio:SIO_010004
    ] .

sio:SIO_010284
    dc:identifier "SIO_010284" ;
    dct:description "active transport is the movement of a substance across a membrane against its concentration gradient (from low to high concentration) and requires chemical energy."@en ;
    sio:equivalentTo "biopax:TransportWithBiochemicalReaction" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "active transport"@en ;
    rdfs:subClassOf sio:SIO_000576 .

sio:SIO_010285
    dc:identifier "SIO_010285" ;
    dct:description "molecular complex formation is the process of forming a molecular complex from its constituent parts."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molecular complex formation"@en ;
    rdfs:subClassOf sio:SIO_000559, [
        dc:identifier ":arc09e0b785" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000312 ;
        owl:someValuesFrom sio:SIO_010506
    ] .

sio:SIO_010286
    dc:identifier "SIO_010286" ;
    dct:description "molecular complex disassociation is the process of dissambly of a molecular complex into its constitutent parts."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molecular complex dissociation"@en ;
    rdfs:subClassOf sio:SIO_000592, [
        dc:identifier ":arc09e0b786" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000291 ;
        owl:someValuesFrom sio:SIO_010506
    ] .

sio:SIO_010287
    dc:identifier "SIO_010287" ;
    dct:description "regulation of biochemical process is a process that changes the frequency, rate or extent of a target biochemical process."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulation of biochemical process"@en ;
    rdfs:subClassOf sio:SIO_000609 .

sio:SIO_010288
    dc:identifier "SIO_010288" ;
    dct:description "biochemical activation is a molecular interaction that increases the catalytic rate of the target enzyme."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "biochemical activation"@en ;
    rdfs:subClassOf sio:SIO_000611, [
        dc:identifier ":arc09e0b787" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000355 ;
        owl:someValuesFrom sio:SIO_000499
    ] ;
    owl:disjointWith sio:SIO_010289 .

sio:SIO_010289
    dc:identifier "SIO_010289" ;
    dct:description "biochemical inhibition is a molecular interaction that decreases the catalytic rate of the target enzyme."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "biochemical inhibition"@en ;
    rdfs:subClassOf sio:SIO_000611, [
        dc:identifier ":arc09e0b788" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000355 ;
        owl:someValuesFrom sio:SIO_000550
    ] .

sio:SIO_010295
    dc:identifier "SIO_010295" ;
    dct:description "process up-regulation is a process that increases the frequency, rate or extent of one or more processes in relation to a reference state."@en ;
    sio:hasSynonym "positive regulation"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "process up-regulation"@en ;
    rdfs:subClassOf sio:SIO_000609 ;
    owl:disjointWith sio:SIO_010296 .

sio:SIO_010296
    dc:identifier "SIO_010296" ;
    dct:description "process down-regulation is a process that decreases the frequency, rate or extent of one or more processes in relation to a reference state."@en ;
    sio:hasSynonym "negative regulation"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "process down-regulation"@en ;
    rdfs:subClassOf sio:SIO_000609 .

sio:SIO_010298
    dc:identifier "SIO_010298" ;
    dct:description "medical data is data of interest to medicine."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "medical data"@en ;
    rdfs:subClassOf sio:SIO_010019 .

sio:SIO_010299
    dc:identifier "SIO_010299" ;
    dct:description "disease is the outward manifestation of one or more disorders."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "disease"@en ;
    rdfs:subClassOf sio:SIO_000475, [
        dc:identifier ":arc09e0b789" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000218 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b790" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b791" ;
                rdf:first sio:SIO_000004 ;
                rdf:rest [
                    dc:identifier ":arc09e0b793" ;
                    rdf:first [
                        dc:identifier ":arc09e0b792" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000217 ;
                        owl:someValuesFrom sio:SIO_000555
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_010300
    dc:identifier "SIO_010300" ;
    dct:description "transcription is the process of creating a complementary RNA copy of a sequence of DNA."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "transcription"@en ;
    rdfs:subClassOf sio:SIO_000590, [
        dc:identifier ":arc09e0b794" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000229 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b795" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b796" ;
                rdf:first sio:SIO_010009 ;
                rdf:rest [
                    dc:identifier ":arc09e0b798" ;
                    rdf:first [
                        dc:identifier ":arc09e0b797" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_010081 ;
                        owl:someValuesFrom sio:SIO_010010
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ], [
        dc:identifier ":arc09e0b799" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000230 ;
        owl:someValuesFrom sio:SIO_010010
    ] .

sio:SIO_010301
    dc:identifier "SIO_010301" ;
    dct:description "translation is the process of producing a polypeptide from a ribonucleic acid by a ribosome."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "translation"@en ;
    rdfs:subClassOf sio:SIO_000590, [
        dc:identifier ":arc09e0b800" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000230 ;
        owl:someValuesFrom sio:SIO_010009
    ], [
        dc:identifier ":arc09e0b801" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000312 ;
        owl:someValuesFrom sio:SIO_010007
    ] .

sio:SIO_010302
    dc:identifier "SIO_010302" ;
    dct:description "a relation between two entities which indicates their common ancestry."@en ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is homologous to"@en ;
    rdfs:subPropertyOf sio:SIO_000272 .

sio:SIO_010307
    dc:identifier "SIO_010307" ;
    dct:description "Molecular modification is chemical alteration of a known and previously characterized lead compound for the purpose of enhancing its usefulness as a drug. This could mean enhancing its specificity for a particular body target site, increasing its potency, improving its rate and extent of absorption, modifying to advantage its time course in the body, reducing its toxicity, changing its physical or chemical properties (like solubility) to provide desired features."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molecular modification"@en ;
    rdfs:subClassOf sio:SIO_010345 .

sio:SIO_010308
    dc:identifier "SIO_010308" ;
    dct:description "Metabolism is the set of chemical processes that occur within a living organism in order to maintain life."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "metabolism"@en ;
    rdfs:subClassOf sio:SIO_010013 .

sio:SIO_010309
    dc:identifier "SIO_010309" ;
    dct:description "Anabolism is the set of metabolic processes that take apart larger chemical entities units into smaller chemical entities."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "catabolism"@en ;
    rdfs:subClassOf sio:SIO_010308 ;
    owl:disjointWith sio:SIO_010310 .

sio:SIO_010310
    dc:identifier "SIO_010310" ;
    dct:description "Anabolism is the set of metabolic processes that construct larger chemical entities units from smaller chemical entities."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "anabolism"@en ;
    rdfs:subClassOf sio:SIO_010308 .

sio:SIO_010334
    dc:identifier "SIO_010334" ;
    dct:description "A carbohydrate residue is a part of a molecule that was derived from a monosaccharide molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "carbohydrate residue"@en ;
    rdfs:subClassOf sio:SIO_010071, [
        dc:identifier ":arc09e0b802" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000068 ;
        owl:someValuesFrom sio:SIO_001395
    ], [
        dc:identifier ":arc09e0b803" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000244 ;
        owl:someValuesFrom sio:SIO_010030
    ] .

sio:SIO_010335
    dc:identifier "SIO_010335" ;
    dct:description "A nucleic acid part is a component of a nucleic acid."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "nucleic acid part"@en ;
    rdfs:subClassOf sio:SIO_010071, [
        dc:identifier ":arc09e0b804" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000068 ;
        owl:someValuesFrom sio:SIO_010008
    ], [
        dc:identifier ":arc09e0b805" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000273 ;
        owl:someValuesFrom sio:SIO_010075
    ] .

sio:SIO_010336
    dc:identifier "SIO_010336" ;
    dct:description "A deoxyribonucleotide residue is a part of a molecule that derives from a deoxyribonucleotide."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "deoxyribonucleotide residue"@en ;
    rdfs:subClassOf sio:SIO_010075 ;
    owl:disjointWith sio:SIO_010337 .

sio:SIO_010337
    dc:identifier "SIO_010337" ;
    dct:description "A ribonucleotide residue is a part of a molecule that derives from a ribonucleotide."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ribonucleotide residue"@en ;
    rdfs:subClassOf sio:SIO_010075 .

sio:SIO_010338
    dc:identifier "SIO_010338" ;
    dct:title "A pharmaceutical ingredient is a part of a pharmaceutical preparation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pharmaceutical ingredient"@en ;
    rdfs:subClassOf sio:SIO_001428, [
        dc:identifier ":arc09e0b810" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_010039
    ] ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b806" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b807" ;
            rdf:first sio:SIO_001428 ;
            rdf:rest [
                dc:identifier ":arc09e0b809" ;
                rdf:first [
                    dc:identifier ":arc09e0b808" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000068 ;
                    owl:someValuesFrom sio:SIO_010039
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010340
    dc:identifier "SIO_010340" ;
    dct:description "to covalently modify is to materially change a molecule by adding or removing covalent bonds between atoms."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to covalently modify"@en ;
    rdfs:subClassOf sio:SIO_000376 .

sio:SIO_010341
    dc:identifier "SIO_010341" ;
    dct:description "A covalently connected molecular entity is the mereological sum of a collection of covalently bonded atoms."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "covalently connected entity"@en ;
    rdfs:subClassOf sio:SIO_010004, [
        dc:identifier ":arc09e0b811" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000028 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b812" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b813" ;
                rdf:first sio:SIO_010044 ;
                rdf:rest [
                    dc:identifier ":arc09e0b815" ;
                    rdf:first [
                        dc:identifier ":arc09e0b814" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000334 ;
                        owl:someValuesFrom sio:SIO_010044
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ], [
        dc:identifier ":arc09e0b816" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000369 ;
        owl:someValuesFrom sio:SIO_011118
    ] .

sio:SIO_010342
    dc:identifier "SIO_010342" ;
    dct:description "A chemical complex is a chemical substance composed of a weakly connected molecules and ions in a known stoichiometry."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical complex"@en ;
    rdfs:subClassOf sio:SIO_011126, [
        dc:identifier ":arc09e0b817" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000028 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b818" ;
            a owl:Restriction ;
            owl:onProperty sio:SIO_000335 ;
            owl:someValuesFrom sio:SIO_000004
        ]
    ] .

sio:SIO_010343
    dc:identifier "SIO_010343" ;
    dct:description "An enzyme is a protein or protein complex that realizes its disposition to covalently modify some molecule during a chemical reaction."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "enzyme"@en ;
    rdfs:subClassOf sio:SIO_010043, [
        dc:identifier ":arc09e0b832" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b833" ;
            rdf:first sio:SIO_010043 ;
            rdf:rest [
                dc:identifier ":arc09e0b834" ;
                rdf:first sio:SIO_010497 ;
                rdf:rest rdf:nil
            ]
        ]
    ] ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b819" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b821" ;
            rdf:first [
                dc:identifier ":arc09e0b820" ;
                a owl:Class ;
                owl:unionOf [
                    dc:identifier ":arc09e0b822" ;
                    rdf:first sio:SIO_010043 ;
                    rdf:rest [
                        dc:identifier ":arc09e0b823" ;
                        rdf:first sio:SIO_010497 ;
                        rdf:rest rdf:nil
                    ]
                ]
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b825" ;
                rdf:first [
                    dc:identifier ":arc09e0b824" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000225 ;
                    owl:someValuesFrom [
                        dc:identifier ":arc09e0b826" ;
                        a owl:Class ;
                        owl:intersectionOf [
                            dc:identifier ":arc09e0b827" ;
                            rdf:first sio:SIO_010340 ;
                            rdf:rest [
                                dc:identifier ":arc09e0b829" ;
                                rdf:first [
                                    dc:identifier ":arc09e0b828" ;
                                    a owl:Restriction ;
                                    owl:onProperty sio:SIO_000356 ;
                                    owl:someValuesFrom sio:SIO_010345
                                ] ;
                                rdf:rest [
                                    dc:identifier ":arc09e0b831" ;
                                    rdf:first [
                                        dc:identifier ":arc09e0b830" ;
                                        a owl:Restriction ;
                                        owl:onProperty sio:SIO_000668 ;
                                        owl:someValuesFrom sio:SIO_010004
                                    ] ;
                                    rdf:rest rdf:nil
                                ]
                            ]
                        ]
                    ]
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010344
    dc:identifier "SIO_010344" ;
    dct:description "A catalyst is a molecule that has the capability to reduce the activation energy of a reaction and hence increase the overall rate of reaction."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "catalyst"@en ;
    rdfs:subClassOf sio:SIO_011126, [
        dc:identifier ":arc09e0b835" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000586 ;
        owl:someValuesFrom sio:SIO_000536
    ], [
        dc:identifier ":arc09e0b836" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000586 ;
        owl:someValuesFrom sio:SIO_000549
    ] .

sio:SIO_010345
    dc:identifier "SIO_010345" ;
    dct:description "A chemical reaction is a process that leads to the transformation of one set of chemical substances to another."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical reaction"@en ;
    rdfs:subClassOf sio:SIO_010013, [
        dc:identifier ":arc09e0b837" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b839" ;
            rdf:first [
                dc:identifier ":arc09e0b838" ;
                a owl:Restriction ;
                owl:onProperty sio:SIO_000053 ;
                owl:someValuesFrom sio:SIO_000559
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b841" ;
                rdf:first [
                    dc:identifier ":arc09e0b840" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000053 ;
                    owl:someValuesFrom sio:SIO_000592
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010346
    dc:identifier "SIO_010346" ;
    dct:description "An organic polymer is an organic molecule composed of connected set of monomeric units."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "organic polymer"@en ;
    rdfs:subClassOf sio:SIO_010072, [
        dc:identifier ":arc09e0b848" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000273 ;
        owl:someValuesFrom sio:SIO_010071
    ] ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b842" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b843" ;
            rdf:first sio:SIO_010072 ;
            rdf:rest [
                dc:identifier ":arc09e0b845" ;
                rdf:first [
                    dc:identifier ":arc09e0b844" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000273 ;
                    owl:someValuesFrom sio:SIO_000146
                ] ;
                rdf:rest [
                    dc:identifier ":arc09e0b847" ;
                    rdf:first [
                        dc:identifier ":arc09e0b846" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000273 ;
                        owl:someValuesFrom sio:SIO_010071
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_010347
    dc:identifier "SIO_010347" ;
    dct:description "to modify conformation of is to affect the spatial arrangement of an entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to modify conformation of"@en ;
    rdfs:subClassOf sio:SIO_000343 .

sio:SIO_010349
    dc:identifier "SIO_010349" ;
    dct:description "to cleave is to split or sever an object along a natural line or grain."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to cleave"@en ;
    rdfs:subClassOf sio:SIO_000698 .

sio:SIO_010351
    dc:identifier "SIO_010351" ;
    dct:description "to combine is the capability to modify a set of objects in a way that the object is merged with another object to form a new object or substance."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to combine"@en ;
    rdfs:subClassOf sio:SIO_000376 .

sio:SIO_010353
    dc:identifier "SIO_010353" ;
    dct:description "to breathe is the capability to inhale and exhale air into the body during respiration."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to breathe"@en ;
    rdfs:subClassOf sio:SIO_000112 .

sio:SIO_010354
    dc:identifier "SIO_010354" ;
    dct:description "to conformationally activate is to modify the conformation of an entity in such a way that it becomes activated or functional."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to conformationally activate"@en ;
    rdfs:subClassOf sio:SIO_010347 .

sio:SIO_010355
    dc:identifier "SIO_010355" ;
    dct:description "to conformationally inhibit is to modify the conformation of an entity in such a way that it functionally is reduced or inhibited."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to conformationally inhibit"@en ;
    rdfs:subClassOf sio:SIO_010347 .

sio:SIO_010358
    dc:identifier "SIO_010358" ;
    dct:description "to oxidize is the capability to remove an electron or an increase in oxidation state of a chemical entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to oxidize"@en ;
    rdfs:subClassOf sio:SIO_010360 .

sio:SIO_010359
    dc:identifier "SIO_010359" ;
    dct:description "to reduce is the capability to add an electron or an decrease in oxidation state of a chemical entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to reduce"@en ;
    rdfs:subClassOf sio:SIO_010360 .

sio:SIO_010360
    dc:identifier "SIO_010360" ;
    dct:description "to modify the oxidation state of is to change the number of electrons of a molecule, atom or ion."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to modify oxidation state of"@en ;
    rdfs:subClassOf sio:SIO_001087 .

sio:SIO_010362
    dc:identifier "SIO_010362" ;
    dct:description "A substrate is a molecule that is consumed in the course of a biochemical reaction."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "substrate"@en ;
    rdfs:subClassOf sio:SIO_010423 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b849" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b850" ;
            rdf:first sio:SIO_011125 ;
            rdf:rest [
                dc:identifier ":arc09e0b852" ;
                rdf:first [
                    dc:identifier ":arc09e0b851" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000245 ;
                    owl:someValuesFrom sio:SIO_010363
                ] ;
                rdf:rest [
                    dc:identifier ":arc09e0b854" ;
                    rdf:first [
                        dc:identifier ":arc09e0b853" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000292 ;
                        owl:someValuesFrom sio:SIO_010345
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_010363
    dc:identifier "SIO_010363" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "product"@en ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b855" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b856" ;
            rdf:first sio:SIO_011125 ;
            rdf:rest [
                dc:identifier ":arc09e0b858" ;
                rdf:first [
                    dc:identifier ":arc09e0b857" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000232 ;
                    owl:someValuesFrom sio:SIO_010345
                ] ;
                rdf:rest [
                    dc:identifier ":arc09e0b860" ;
                    rdf:first [
                        dc:identifier ":arc09e0b859" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000244 ;
                        owl:someValuesFrom sio:SIO_010362
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_010364
    dc:identifier "SIO_010364" ;
    dct:description "to be modified is the capability to be actively interacted with in such a way that it leads to a physical reconfiguration."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be modified"@en ;
    rdfs:subClassOf sio:SIO_000692 .

sio:SIO_010365
    dc:identifier "SIO_010365" ;
    dct:description "to be cleaved is the capability to be modified in a way that splits one part of the object from the other."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be cleaved"@en ;
    rdfs:subClassOf sio:SIO_010364 .

sio:SIO_010366
    dc:identifier "SIO_010366" ;
    dct:description "to be covalently modified is the capability of a chemical entity to have bonds added or removed"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be covalently modified"@en ;
    rdfs:subClassOf sio:SIO_010364 .

sio:SIO_010367
    dc:identifier "SIO_010367" ;
    dct:description "to be combined is the capability to be modified in a way that the object is merged with another object to form a new object or substance."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be combined"@en ;
    rdfs:subClassOf sio:SIO_010364 .

sio:SIO_010368
    dc:identifier "SIO_010368" ;
    dct:description "to be transported is the disposition to undergo motion."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be transported"@en ;
    rdfs:subClassOf sio:SIO_000692 .

sio:SIO_010369
    dc:identifier "SIO_010369" ;
    dct:description "to be electronically modified is the capability of a chemical entity to have electrons added or removed."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be electronically modified"@en ;
    rdfs:subClassOf sio:SIO_010364 .

sio:SIO_010370
    dc:identifier "SIO_010370" ;
    dct:description "to gain an electron is the capability of a chemical entity to receive an electron."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to gain an electron"@en ;
    rdfs:subClassOf sio:SIO_010369 .

sio:SIO_010371
    dc:identifier "SIO_010371" ;
    dct:description "to lose an electron is the capability of a chemical entity to lose an electron."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to lose an electron"@en ;
    rdfs:subClassOf sio:SIO_010369 .

sio:SIO_010372
    dc:identifier "SIO_010372" ;
    dct:description "to be activated is the capability to be modified in such a way that the conformational change leads to an increase in another capability."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be activated"@en ;
    rdfs:subClassOf sio:SIO_010374 .

sio:SIO_010373
    dc:identifier "SIO_010373" ;
    dct:description "to be inhibited is the capability to be modified in such a way that the conformational change leads to an decrease in another capability."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be inhibited"@en ;
    rdfs:subClassOf sio:SIO_010374 .

sio:SIO_010374
    dc:identifier "SIO_010374" ;
    dct:description "to be conformationally changed is the capability to be modified in such a way that the object's conformation is changed."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "to be conformationally changed"@en ;
    rdfs:subClassOf sio:SIO_010364 .

sio:SIO_010375
    dc:identifier "SIO_010375" ;
    dct:description "A multi-cellular organism is an organism that consists of more than one cell."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "multicellular organism"@en ;
    rdfs:subClassOf sio:SIO_010377, [
        dc:identifier ":arc09e0b861" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_010001 ;
        owl:onProperty sio:SIO_000053
    ] ;
    owl:disjointWith sio:SIO_010376 .

sio:SIO_010376
    dc:identifier "SIO_010376" ;
    dct:description "A unicellular organism is a organism that is composed of a single cell."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "unicellular organism"@en ;
    rdfs:subClassOf sio:SIO_010001, sio:SIO_010377, [
        dc:identifier ":arc09e0b862" ;
        a owl:Class ;
        owl:complementOf [
            dc:identifier ":arc09e0b863" ;
            a owl:Restriction ;
            owl:onProperty sio:SIO_000093 ;
            owl:someValuesFrom sio:SIO_010046
        ]
    ] .

sio:SIO_010377
    dc:identifier "SIO_010377" ;
    dct:description "A cellular organism is an organism that contains one or more cells."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cellular organism"@en ;
    rdfs:subClassOf sio:SIO_010000 ;
    owl:disjointWith sio:SIO_010378 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b864" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b865" ;
            rdf:first sio:SIO_010375 ;
            rdf:rest [
                dc:identifier ":arc09e0b866" ;
                rdf:first sio:SIO_010376 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010378
    dc:identifier "SIO_010378" ;
    dct:description "A non-cellular organism is an organism that does not contain a cell."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "non-cellular organism"@en ;
    rdfs:subClassOf sio:SIO_010000 .

sio:SIO_010379
    dc:identifier "SIO_010379" ;
    dct:description "A virus is a non-cellular organism that can replicate only inside the living cells of an organism."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "virus"@en ;
    rdfs:subClassOf sio:SIO_010378 .

sio:SIO_010383
    dc:identifier "SIO_010383" ;
    dct:description "A drug regulatory authority is a regulatory authority which acts to control what substances may be used to treat individuals."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "drug regulatory authority"@en ;
    rdfs:subClassOf sio:SIO_000619 .

sio:SIO_010410
    dc:identifier "SIO_010410" ;
    dct:description "A specialized material entity is a material entity that is defined by having some quality, role or capability."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "specialized material entity"@en ;
    rdfs:subClassOf sio:SIO_001353 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b867" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b868" ;
            rdf:first sio:SIO_000004 ;
            rdf:rest [
                dc:identifier ":arc09e0b870" ;
                rdf:first [
                    dc:identifier ":arc09e0b869" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000644 ;
                    owl:someValuesFrom sio:SIO_000340
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010411
    dc:identifier "SIO_010411" ;
    dct:description "A reagent is a substance that is added to a system in order to bring about a chemical reaction, or added to see if a reaction occurs."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "reagent"@en ;
    rdfs:subClassOf sio:SIO_010462 .

sio:SIO_010412
    dc:identifier "SIO_010412" ;
    dct:description "A specimen is a portion of material for use in testing, examination, or study."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "specimen"@en ;
    rdfs:subClassOf sio:SIO_001050 .

sio:SIO_010414
    dc:identifier "SIO_010414" ;
    dct:description "A pathogen or infectious agent  is a microorganism that causes disease in its host."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "pathogen"@en ;
    rdfs:subClassOf sio:SIO_010000 .

sio:SIO_010415
    dc:identifier "SIO_010415" ;
    dct:description "A host is an organism that harbors a parasite, or a mutual or commensal symbiont, typically providing nourishment and shelter."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "host"@en ;
    rdfs:subClassOf sio:SIO_010000 .

sio:SIO_010416
    dc:identifier "SIO_010416" ;
    dct:description "A buffer is a dissolved chemical substance that resists change in pH upon addition of small amounts of acid or base."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "buffer"@en ;
    rdfs:subClassOf sio:SIO_010427 .

sio:SIO_010417
    dc:identifier "SIO_010417" ;
    dct:description "A solvent is a substance that can dissolve other substances (solutes)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "solvent"@en ;
    rdfs:subClassOf sio:SIO_010427 .

sio:SIO_010418
    dc:identifier "SIO_010418" ;
    dct:description "A solute is a substance that becomes dissolved in a solvent."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "solute"@en ;
    rdfs:subClassOf sio:SIO_010427 .

sio:SIO_010419
    dc:identifier "SIO_010419" ;
    dct:description "An antigen is a molecule that can be bound by a major histocompatibility complex (MHC) and presented to a T-cell receptor."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "antigen"@en ;
    rdfs:subClassOf sio:SIO_011125 .

sio:SIO_010420
    dc:identifier "SIO_010420" ;
    dct:description "A receptor molecule is a molecule that has the capability to bind to a signal and propogate a response to that signal."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "receptor"@en ;
    rdfs:subClassOf sio:SIO_010437 .

sio:SIO_010423
    dc:identifier "SIO_010423" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "target"@en ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b871" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b872" ;
            rdf:first sio:SIO_011125 ;
            rdf:rest [
                dc:identifier ":arc09e0b874" ;
                rdf:first [
                    dc:identifier ":arc09e0b873" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000292 ;
                    owl:someValuesFrom sio:SIO_000006
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010424
    dc:identifier "SIO_010424" ;
    dct:description "A centrifugation pellet is a solid substance that forms as a result of compaction by a centrifuge."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "centrifugation pellet"@en ;
    rdfs:subClassOf sio:SIO_010426 ;
    owl:disjointWith sio:SIO_010425 .

sio:SIO_010425
    dc:identifier "SIO_010425" ;
    dct:description "A supernatent is a liquid substance that remains after centrifugation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "supernatant"@en ;
    rdfs:subClassOf sio:SIO_010426 .

sio:SIO_010426
    dc:identifier "SIO_010426" ;
    dct:description "A centrifugation substance is a substance that is the target or product of centrifugation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "centrifugation substance"@en ;
    rdfs:subClassOf sio:SIO_011126 .

sio:SIO_010427
    dc:identifier "SIO_010427" ;
    dct:description "A liquid solution component is a part of a liquid solution."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "liquid solution component"@en ;
    rdfs:subClassOf sio:SIO_010462 .

sio:SIO_010428
    dc:identifier "SIO_010428" ;
    dct:description "An evaluation role is a processual role held by an entity during some evaluation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "evaluation role"@en ;
    rdfs:subClassOf sio:SIO_000881 .

sio:SIO_010429
    dc:identifier "SIO_010429" ;
    dct:description "A placebo is a medically ineffectual treatment for a medical condition intended to deceive the recipient."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "placebo"@en ;
    rdfs:subClassOf sio:SIO_010462 .

sio:SIO_010430
    dc:identifier "SIO_010430" ;
    dct:description "A test role is the role of an individual that is a participant in the study and is the target of the intervention."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "test role"@en ;
    rdfs:subClassOf sio:SIO_010428 .

sio:SIO_010431
    dc:identifier "SIO_010431" ;
    dct:description "A control role is the role of an individual that is part of a study, but is not subject to the intervention that is to be tested."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "control role"@en ;
    rdfs:subClassOf sio:SIO_010428 .

sio:SIO_010432
    dc:identifier "SIO_010432" ;
    dct:description "A ligand is a molecule that is part of a complex by weakly interacting with another molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ligand"@en ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b875" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b876" ;
            rdf:first sio:SIO_011125 ;
            rdf:rest [
                dc:identifier ":arc09e0b878" ;
                rdf:first [
                    dc:identifier ":arc09e0b877" ;
                    a owl:Class ;
                    owl:intersectionOf [
                        dc:identifier ":arc09e0b880" ;
                        rdf:first [
                            dc:identifier ":arc09e0b879" ;
                            a owl:Restriction ;
                            owl:onProperty sio:SIO_000310 ;
                            owl:someValuesFrom sio:SIO_010506
                        ] ;
                        rdf:rest [
                            dc:identifier ":arc09e0b882" ;
                            rdf:first [
                                dc:identifier ":arc09e0b881" ;
                                a owl:Restriction ;
                                owl:onProperty sio:SIO_000335 ;
                                owl:someValuesFrom sio:SIO_011125
                            ] ;
                            rdf:rest rdf:nil
                        ]
                    ]
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010433
    dc:identifier "SIO_010433" ;
    dct:description "A low barrier hydrogen bond is a shorter, stronger hydrogen bond that is formed between both heteroatoms."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "low barrier hydrogen bond"@en ;
    rdfs:subClassOf sio:SIO_010033 .

sio:SIO_010434
    dc:identifier "SIO_010434" ;
    dct:description "A molecular activator is a molecular regulator that realizes its disposition to conformationally change a target molecule and increase its functionality."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "activator"@en ;
    rdfs:subClassOf sio:SIO_010436 .

sio:SIO_010435
    dc:identifier "SIO_010435" ;
    dct:description "A molecular inhibitor is a molecular regulator that realizes its disposition to conformationally change a target molecule and decrease its functionality."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "inhibitor"@en ;
    rdfs:subClassOf sio:SIO_010436 .

sio:SIO_010436
    dc:identifier "SIO_010436" ;
    dct:description "A molecular regulator is a molecule that regulates the function of another chemical entity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molecular regulator"@en ;
    rdfs:subClassOf sio:SIO_011125, [
        dc:identifier ":arc09e0b883" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000586 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b884" ;
            a owl:Class ;
            owl:intersectionOf [
                dc:identifier ":arc09e0b885" ;
                rdf:first sio:SIO_000395 ;
                rdf:rest [
                    dc:identifier ":arc09e0b887" ;
                    rdf:first [
                        dc:identifier ":arc09e0b886" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000668 ;
                        owl:someValuesFrom sio:SIO_010004
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_010437
    dc:identifier "SIO_010437" ;
    dct:description "A signal transducer is a molecule that responds to and amplifies a signal in a signalling system."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "signal transducer"@en ;
    rdfs:subClassOf sio:SIO_011125 .

sio:SIO_010438
    dc:identifier "SIO_010438" ;
    dct:description "A signal is an object that initiates a sequence of events."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "signal"@en ;
    rdfs:subClassOf sio:SIO_011125 .

sio:SIO_010439
    dc:identifier "SIO_010439" ;
    dct:description "A mesenger is a molecule involved in either signal detection or signal propagation from receptors on the cell surface to target molecules inside the cell, in the cytoplasm or nucleus."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "messenger"@en ;
    rdfs:subClassOf sio:SIO_010437 .

sio:SIO_010440
    dc:identifier "SIO_010440" ;
    dct:description "A second messenger is a molecule that relay signals from receptors on the cell surface to target molecules inside the cell, in the cytoplasm or nucleus. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "second messenger"@en ;
    rdfs:subClassOf sio:SIO_010439 .

sio:SIO_010441
    dc:identifier "SIO_010441" ;
    dct:description "A submolecule is a mereological sum of covalently bonded atoms."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "submolecule"@en ;
    rdfs:subClassOf sio:SIO_010020, [
        dc:identifier ":arc09e0b888" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000313 ;
        owl:someValuesFrom sio:SIO_011125
    ], [
        dc:identifier ":arc09e0b889" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000369 ;
        owl:someValuesFrom sio:SIO_010044
    ] .

sio:SIO_010442
    dc:identifier "SIO_010442" ;
    dct:description "charge quality is the quality pertaining to electric charge."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "charge quality"@en ;
    rdfs:subClassOf sio:SIO_001011 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b890" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b891" ;
            rdf:first sio:SIO_000805 ;
            rdf:rest [
                dc:identifier ":arc09e0b892" ;
                rdf:first sio:SIO_000806 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010443
    dc:identifier "SIO_010443" ;
    dct:description "An intron is a region of a gene that is removed from the final protein open reading frame."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "intron"@en ;
    rdfs:subClassOf sio:SIO_010444, [
        dc:identifier ":arc09e0b893" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_010035
    ] .

sio:SIO_010444
    dc:identifier "SIO_010444" ;
    dct:description "A gene component is a component of a gene." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene component"@en ;
    rdfs:subClassOf sio:SIO_010335, [
        dc:identifier ":arc09e0b894" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000093 ;
        owl:someValuesFrom sio:SIO_010035
    ] .

sio:SIO_010445
    dc:identifier "SIO_010445" ;
    dct:description "An exon is a nucleotide sequence encoded by a gene that remains present within the final mature RNA product of that gene after introns have been removed by RNA splicing. "@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "exon"@en ;
    rdfs:subClassOf sio:SIO_010444 .

sio:SIO_010446
    dc:identifier "SIO_010446" ;
    dct:description "A gene promoter is a region of DNA that initiates transcription of a particular gene."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gene promoter"@en ;
    rdfs:subClassOf sio:SIO_010085 .

sio:SIO_010447
    dc:identifier "SIO_010447" ;
    dct:description "A start codon is the first codon of a messenger RNA (mRNA) transcript translated by a ribosome. The start codon is almost always preceded by an untranslated region 5' UTR."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "start codon"@en ;
    rdfs:subClassOf sio:SIO_010095 ;
    owl:disjointWith sio:SIO_010448 .

sio:SIO_010448
    dc:identifier "SIO_010448" ;
    dct:description "A stop codon (or termination codon) is a nucleotide triplet within messenger RNA that signals a termination of translation."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "stop codon"@en ;
    rdfs:subClassOf sio:SIO_010095, [
        dc:identifier ":arc09e0b895" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000068 ;
        owl:someValuesFrom sio:SIO_010099
    ] .

sio:SIO_010450
    dc:identifier "SIO_010450" ;
    dct:description "An RNA transcript is an RNA molecule that is produced from transcription of a nucleic acid template."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "RNA transcript"@en ;
    rdfs:subClassOf sio:SIO_010009, [
        dc:identifier ":arc09e0b896" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_010081 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b897" ;
            a owl:Class ;
            owl:unionOf [
                dc:identifier ":arc09e0b898" ;
                rdf:first sio:SIO_010010 ;
                rdf:rest [
                    dc:identifier ":arc09e0b900" ;
                    rdf:first [
                        dc:identifier ":arc09e0b899" ;
                        a owl:Restriction ;
                        owl:onProperty sio:SIO_000068 ;
                        owl:someValuesFrom sio:SIO_010010
                    ] ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

sio:SIO_010451
    dc:identifier "SIO_010451" ;
    dct:description "A splice site is a region required for the excision of an intron and connection to another exon."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "splice site"@en ;
    rdfs:subClassOf sio:SIO_010095 .

sio:SIO_010452
    dc:identifier "SIO_010452" ;
    dct:description "A molecular pocket is a site on a molecule that appears as a depression into the structure."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molecular pocket"@en ;
    rdfs:subClassOf sio:SIO_010049 .

sio:SIO_010453
    dc:identifier "SIO_010453" ;
    dct:description "An acid is a molecular entity in solution capable of donating a hydron (Bronsted acid) or capable of forming a covalent bond with an electron pair (Lewis acid)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "acid"@en ;
    rdfs:subClassOf sio:SIO_010427 .

sio:SIO_010454
    dc:identifier "SIO_010454" ;
    dct:description "A base is a molecular entity dissolved in a solvent that is capable of accepting a proton (Bronsted base) or forming a covalent bond with a hydron (Lewis base) ."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "base"@en ;
    rdfs:subClassOf sio:SIO_010427 .

sio:SIO_010455
    dc:identifier "SIO_010455" ;
    dct:description "An isomer is a molecule that is compositionally identical to another molecule as a result of a different atomic connectivity."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "isomer"@en ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b901" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b902" ;
            rdf:first sio:SIO_011125 ;
            rdf:rest [
                dc:identifier ":arc09e0b904" ;
                rdf:first [
                    dc:identifier ":arc09e0b903" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000272 ;
                    owl:someValuesFrom sio:SIO_011125
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010456
    dc:identifier "SIO_010456" ;
    dct:description "An ion is an atom or molecule in which the total number of electrons is not equal to the total number of protons, giving it a net positive or negative electrical charge."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ion"@en ;
    rdfs:subClassOf sio:SIO_010004 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b905" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b907" ;
            rdf:first [
                dc:identifier ":arc09e0b906" ;
                a owl:Class ;
                owl:unionOf [
                    dc:identifier ":arc09e0b908" ;
                    rdf:first sio:SIO_010044 ;
                    rdf:rest [
                        dc:identifier ":arc09e0b909" ;
                        rdf:first sio:SIO_011125 ;
                        rdf:rest rdf:nil
                    ]
                ]
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b911" ;
                rdf:first [
                    dc:identifier ":arc09e0b910" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000217 ;
                    owl:someValuesFrom sio:SIO_010442
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010457
    dc:identifier "SIO_010457" ;
    dct:description "An anion is an atom or molecule with a net positive electrical charge."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cation"@en ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b912" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b913" ;
            rdf:first sio:SIO_010456 ;
            rdf:rest [
                dc:identifier ":arc09e0b915" ;
                rdf:first [
                    dc:identifier ":arc09e0b914" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000217 ;
                    owl:someValuesFrom sio:SIO_010461
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010458
    dc:identifier "SIO_010458" ;
    dct:description "An anion is an atom or molecule with a net negative electrical charge."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "anion"@en ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b916" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b917" ;
            rdf:first sio:SIO_010456 ;
            rdf:rest [
                dc:identifier ":arc09e0b919" ;
                rdf:first [
                    dc:identifier ":arc09e0b918" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000217 ;
                    owl:someValuesFrom sio:SIO_010464
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010459
    dc:identifier "SIO_010459" ;
    dct:description "A polar solvent is a solvent that exhibits a polar quality."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polar solvent"@en ;
    rdfs:subClassOf sio:SIO_010417, [
        dc:identifier ":arc09e0b920" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000217 ;
        owl:someValuesFrom sio:SIO_001046
    ] ;
    owl:disjointWith sio:SIO_010460 .

sio:SIO_010460
    dc:identifier "SIO_010460" ;
    dct:description "A non-polar solvent is a solvent that exhibits a non-polar quality."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "nonpolar solvent"@en ;
    rdfs:subClassOf sio:SIO_010417, [
        dc:identifier ":arc09e0b921" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000217 ;
        owl:someValuesFrom sio:SIO_001047
    ] .

sio:SIO_010461
    dc:identifier "SIO_010461" ;
    dct:description "A positive charge is a charge where the value is positive."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "positive charge"@en ;
    rdfs:subClassOf sio:SIO_000810 ;
    owl:disjointWith sio:SIO_010464 .

sio:SIO_010462
    dc:identifier "SIO_010462" ;
    dct:description "A heterogeneous substance is a chemical substance that is composed of more than one different kind of component."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "heterogeneous substance"@en ;
    rdfs:subClassOf sio:SIO_011126 ;
    owl:disjointWith sio:SIO_010463 .

sio:SIO_010463
    dc:identifier "SIO_010463" ;
    dct:description "A homogeneous substance is a substance that is composed of a uniform type of entity." ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "homogeneous substance"@en ;
    rdfs:subClassOf sio:SIO_011126 .

sio:SIO_010464
    dc:identifier "SIO_010464" ;
    dct:description "A negative charge is a charge where the value is negative."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "negative charge"@en ;
    rdfs:subClassOf sio:SIO_000810 .

sio:SIO_010465
    dc:identifier "SIO_010465" ;
    dct:description "An antibody (also known as immunoglobulins, abbreviated Ig) are gamma globulin proteins that are used by the immune system to identify and neutralize foreign objects. They are typically made of two large heavy chains and two small light chains."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "antibody"@en ;
    rdfs:subClassOf sio:SIO_010497 .

sio:SIO_010468
    dc:identifier "SIO_010468" ;
    dct:description "An alpha helix is structural region of a protein that is characterized by 3.6 residues per turn,  a translation of 1.5 angstroms along the helical axis in which backbone N-H groups form a hydrogen bond to the backbone carboxyl group of the amino acid four residues prior."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "alpha helix"@en ;
    rdfs:subClassOf sio:SIO_010471 .

sio:SIO_010469
    dc:identifier "SIO_010469" ;
    dct:description """A beta strand is structural region of a protein that is characterized by a roughly planar sequence of amino acid residues forming hydrogen bonds between the N-O and the C=O  of another part of the peptide
and having their side chains perpendicular to the planar axis."""@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "beta strand"@en ;
    rdfs:subClassOf sio:SIO_010471 .

sio:SIO_010471
    dc:identifier "SIO_010471" ;
    dct:description "An amino acid polymer part is a submolecule of an amino acid polymer."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "amino acid polymer part"@en ;
    rdfs:subClassOf sio:SIO_010071, [
        dc:identifier ":arc09e0b922" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000068 ;
        owl:someValuesFrom sio:SIO_001427
    ] .

sio:SIO_010496
    dc:identifier "SIO_010496" ;
    dct:description "An ionic interaction is a weak submolecular interaction between a charged submolecules."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ionic interaction"@en ;
    rdfs:subClassOf sio:SIO_010005 .

sio:SIO_010497
    dc:identifier "SIO_010497" ;
    dct:description "A protein complex is a molecular complex composed of at least two polypeptide chains."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "protein complex"@en ;
    rdfs:subClassOf sio:SIO_010506, [
        dc:identifier ":arc09e0b923" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_010007 ;
        owl:onProperty sio:SIO_000369
    ] .

sio:SIO_010498
    dc:identifier "SIO_010498" ;
    dct:description "A single bond is a covalent bond between a pair of atoms in which one pair of electrons are shared."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "single bond"@en ;
    rdfs:subClassOf sio:SIO_011118 .

sio:SIO_010499
    dc:identifier "SIO_010499" ;
    dct:description "A double bond is a covalent bond between a pair of atoms in which two pairs of electrons are shared."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "double bond"@en ;
    rdfs:subClassOf sio:SIO_011118 .

sio:SIO_010500
    dc:identifier "SIO_010500" ;
    dct:description "A triple bond is a covalent bond between a pair of atoms in which three pairs of electrons are shared."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "triple bond"@en ;
    rdfs:subClassOf sio:SIO_011118 .

sio:SIO_010501
    dc:identifier "SIO_010501" ;
    dct:description "An aromatic bond is an interaction between a set of atoms across which pairs of electrons are shared."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "aromatic bond"@en ;
    rdfs:subClassOf sio:SIO_011118 .

sio:SIO_010502
    dc:identifier "SIO_010502" ;
    dct:description "A disulfide bond is a bond between two sulfur atoms."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "disulfide bond"@en ;
    rdfs:subClassOf sio:SIO_010498 .

sio:SIO_010503
    dc:identifier "SIO_010503" ;
    dct:description "A dipole-dipole interaction is a weak submolecular interaction between strongly electronegative atoms."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dipole-dipole interaction"@en ;
    rdfs:subClassOf sio:SIO_010005 .

sio:SIO_010504
    dc:identifier "SIO_010504" ;
    dct:description "van der Waals' interaction is an a weak submolecular interaction between an instantaneous dipole and induced dipole."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "van der Waals interaction"@en ;
    rdfs:subClassOf sio:SIO_010005 .

sio:SIO_010505
    dc:identifier "SIO_010505" ;
    dct:description "A base stack is a stabilizing interaction of DNA and RNA between spatially adjacent nucleotides and possibly involving London dispersion, hydrophobic and electrostatic forces."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "base stack"@en ;
    rdfs:subClassOf sio:SIO_010005 .

sio:SIO_010506
    dc:identifier "SIO_010506" ;
    dct:description "A molecular complex is a chemical complex composed of at least one weakly interacting molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molecular complex"@en ;
    rdfs:subClassOf sio:SIO_010342, [
        dc:identifier ":arc09e0b924" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000273 ;
        owl:someValuesFrom sio:SIO_011125
    ] .

sio:SIO_010507
    dc:identifier "SIO_010507" ;
    dct:description "An acid-base reaction is a chemical reaction between an acid and a base."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "acid-base reaction"@en ;
    rdfs:subClassOf sio:SIO_010345 .

sio:SIO_010508
    dc:identifier "SIO_010508" ;
    dct:description "A catalyzed reaction is a chemical reaction that is facilitated by a catalyst."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "catalyzed reaction"@en ;
    rdfs:subClassOf sio:SIO_010345, [
        dc:identifier ":arc09e0b925" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000139 ;
        owl:someValuesFrom sio:SIO_010344
    ] .

sio:SIO_010509
    dc:identifier "SIO_010509" ;
    dct:description "A redox reaction is a chemical reaction in which there is a net movement of electrons from one reactant to another."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "redox reaction"@en ;
    rdfs:subClassOf sio:SIO_010345, [
        dc:identifier ":arc09e0b926" ;
        a owl:Class ;
        owl:intersectionOf [
            dc:identifier ":arc09e0b928" ;
            rdf:first [
                dc:identifier ":arc09e0b927" ;
                a owl:Restriction ;
                owl:onProperty sio:SIO_000355 ;
                owl:someValuesFrom [
                    dc:identifier ":arc09e0b929" ;
                    a owl:Class ;
                    owl:intersectionOf [
                        dc:identifier ":arc09e0b930" ;
                        rdf:first sio:SIO_010358 ;
                        rdf:rest [
                            dc:identifier ":arc09e0b932" ;
                            rdf:first [
                                dc:identifier ":arc09e0b931" ;
                                a owl:Restriction ;
                                owl:onProperty sio:SIO_000236 ;
                                owl:someValuesFrom sio:SIO_011125
                            ] ;
                            rdf:rest rdf:nil
                        ]
                    ]
                ]
            ] ;
            rdf:rest [
                dc:identifier ":arc09e0b934" ;
                rdf:first [
                    dc:identifier ":arc09e0b933" ;
                    a owl:Restriction ;
                    owl:onProperty sio:SIO_000355 ;
                    owl:someValuesFrom [
                        dc:identifier ":arc09e0b935" ;
                        a owl:Class ;
                        owl:intersectionOf [
                            dc:identifier ":arc09e0b936" ;
                            rdf:first sio:SIO_010359 ;
                            rdf:rest [
                                dc:identifier ":arc09e0b938" ;
                                rdf:first [
                                    dc:identifier ":arc09e0b937" ;
                                    a owl:Restriction ;
                                    owl:onProperty sio:SIO_000236 ;
                                    owl:someValuesFrom sio:SIO_011125
                                ] ;
                                rdf:rest rdf:nil
                            ]
                        ]
                    ]
                ] ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010510
    dc:identifier "SIO_010510" ;
    dct:description "An inorganic reaction is a chemical reaction that involves the transformation of inorganic molecules."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "inorganic reaction"@en ;
    rdfs:subClassOf sio:SIO_010345 .

sio:SIO_010511
    dc:identifier "SIO_010511" ;
    dct:description "A decomposition reaction is an inorganic reaction in which molecule is fragmented into submolecules or atoms."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "decomposition reaction"@en ;
    rdfs:subClassOf sio:SIO_010510 .

sio:SIO_010512
    dc:identifier "SIO_010512" ;
    dct:description "A displacement reaction is an inorganic reaction in which a elementary substance displaces and sets free a constituent atom from a molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "displacement reaction"@en ;
    rdfs:subClassOf sio:SIO_010510 .

sio:SIO_010513
    dc:identifier "SIO_010513" ;
    dct:description "A double displacement reaction is a displacement reaction in which two molecules swap ions, effectively displacing each other to form two new molecules."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "double displacement reaction"@en ;
    rdfs:subClassOf sio:SIO_010512 .

sio:SIO_010514
    dc:identifier "SIO_010514" ;
    dct:description "A single displacement reaction where one atom is transferred out of one molecule and into another."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "single displacement reaction"@en ;
    rdfs:subClassOf sio:SIO_010512 .

sio:SIO_010515
    dc:identifier "SIO_010515" ;
    dct:description "A synthesis reaction is an inorganic reaction in which two or more molecules are chemically bonded together to produce a single product."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "synthesis reaction"@en ;
    rdfs:subClassOf sio:SIO_010510 .

sio:SIO_010516
    dc:identifier "SIO_010516" ;
    dct:description "An organic reaction is a chemical reaction involving at least one organic molecule."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "organic reaction"@en ;
    rdfs:subClassOf sio:SIO_010345 .

sio:SIO_010517
    dc:identifier "SIO_010517" ;
    dct:description "An isomerization reaction is a chemical reaction in which a molecule is converted into its isomer."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "isomerization reaction"@en ;
    rdfs:subClassOf sio:SIO_010345 .

sio:SIO_010518
    dc:identifier "SIO_010518" ;
    dct:description """An addition reaction is an organic reaction where two or more molecules combine to form a larger one. Addition reactions are limited to chemical compounds that have multiply-bonded atoms:
    * Molecules with carbon-carbon double bonds or triple bonds
    * Molecules with carbon - hetero double bonds like C=O or C=N"""@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "addition reaction"@en ;
    rdfs:subClassOf sio:SIO_010516 .

sio:SIO_010519
    dc:identifier "SIO_010519" ;
    dct:description "A polar addition reaction is an addition reaction involving polar residues."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polar addition reaction"@en ;
    rdfs:subClassOf sio:SIO_010518 .

sio:SIO_010520
    dc:identifier "SIO_010520" ;
    dct:description "A non-polar addition reaction is an addition reaction involving non-polar residues."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "non-polar addition reaction"@en ;
    rdfs:subClassOf sio:SIO_010518 .

sio:SIO_010521
    dc:identifier "SIO_010521" ;
    dct:description "A free radical addition is a non-polar addition reaction involving free radicals."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "free radical addition"@en ;
    rdfs:subClassOf sio:SIO_010520 .

sio:SIO_010522
    dc:identifier "SIO_010522" ;
    dct:description "A nucleophilic addition reaction is an addition reaction where a pi bond is removed by the creation of two new covalent bonds by the addition from a nucleophile."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "nucleophilic addition reaction"@en ;
    rdfs:subClassOf sio:SIO_010519 .

sio:SIO_010523
    dc:identifier "SIO_010523" ;
    dct:description "An electrophilic addition reaction is a polar addition reaction where a pi bond is removed by the creation of two new covalent bonds."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "electrophilic addition reaction"@en ;
    rdfs:subClassOf sio:SIO_010519 .

sio:SIO_010525
    dc:identifier "SIO_010525" ;
    dct:description "A biochemical pathway specifies a series of biochemical modifications and transformations towards achieving some biological outcome."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "biochemical pathway"@en ;
    rdfs:subClassOf sio:SIO_010526 .

sio:SIO_010526
    dc:identifier "SIO_010526" ;
    dct:description "A chemical reaction pathway specifies a series of chemical reactions towards producing some chemical product."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical reaction pathway"@en ;
    rdfs:subClassOf sio:SIO_001107, [
        dc:identifier ":arc09e0b939" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000338 ;
        owl:someValuesFrom [
            dc:identifier ":arc09e0b940" ;
            a owl:Restriction ;
            owl:onProperty sio:SIO_000053 ;
            owl:someValuesFrom sio:SIO_010345
        ]
    ], [
        dc:identifier ":arc09e0b941" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000632 ;
        owl:someValuesFrom sio:SIO_000006
    ], [
        dc:identifier ":arc09e0b942" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_010345 ;
        owl:onProperty sio:SIO_000059
    ] .

sio:SIO_010527
    dc:identifier "SIO_010527" ;
    dct:description "A chemical synthesis pathway is a pathway involved in the assembly of a chemical."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical synthesis pathway"@en ;
    rdfs:subClassOf sio:SIO_010526 .

sio:SIO_010528
    dc:identifier "SIO_010528" ;
    dct:description "A chemical degradation pathway is a pathway involved in the disassembly of a chemical."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical degradation pathway"@en ;
    rdfs:subClassOf sio:SIO_010526 .

sio:SIO_010530
    dc:identifier "SIO_010530" ;
    dct:description "A 3D structure model is a representation of the spatial arrangement of one or more chemical entities."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "3d structure model"@en ;
    rdfs:subClassOf sio:SIO_010023 .

sio:SIO_010531
    dc:identifier "SIO_010531" ;
    dct:description "A sequence profile is provides the preference for a character at each position of an abstracted sequence."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sequence profile"@en ;
    rdfs:subClassOf sio:SIO_000130 .

sio:SIO_010532
    dc:identifier "SIO_010532" ;
    dct:description "A metabolic pathway is a series of biochemical reactions that begins with one or more substrates and ends with one or more products."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "metabolic pathway"@en ;
    rdfs:subClassOf sio:SIO_010525 ;
    owl:disjointWith sio:SIO_010533 .

sio:SIO_010533
    dc:identifier "SIO_010533" ;
    dct:description "A regulatory pathway is a series of biochemical reactions that lead to the increase or decrease of activity of participating molecular components."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "regulatory pathway"@en ;
    rdfs:subClassOf sio:SIO_010525 .

sio:SIO_010673
    dc:identifier "SIO_010673" ;
    dct:description "A medical history is a record of the events of a recipient of medical care."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "medical history"@en ;
    rdfs:subClassOf sio:SIO_001196 .

sio:SIO_010674
    dc:identifier "SIO_010674" ;
    dct:description "A binary compound is a mereological maximum sum of two kinds of weakly connected entities."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "binary compound"@en ;
    rdfs:subClassOf sio:SIO_011126, [
        dc:identifier ":arc09e0b943" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_011125 ;
        owl:onProperty sio:SIO_000273 ;
        owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
    ] .

sio:SIO_010775
    dc:identifier "SIO_010775" ;
    dct:description "A stereoisomer is an isomer in which the atomic connectivity is the same, but differs in its spatial arrangement of atoms."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "stereoisomer"@en ;
    rdfs:subClassOf sio:SIO_010455 .

sio:SIO_010776
    dc:identifier "SIO_010776" ;
    dct:description "A diastereomer is a stereoisomer that is not a mirror image of its isomer."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "diastereomer"@en ;
    rdfs:subClassOf sio:SIO_010775 .

sio:SIO_010777
    dc:identifier "SIO_010777" ;
    dct:description "An enantiomer is a stereoisomer that is a mirror image of its isomer."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "enantiomer"@en ;
    rdfs:subClassOf sio:SIO_010775 .

sio:SIO_010778
    dc:identifier "SIO_010778" ;
    dct:description "An optical isomer is a stereoisomer that rotates the plane of polarization of a beam of plane polarized light."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "optical isomer"@en ;
    rdfs:subClassOf sio:SIO_010775 .

sio:SIO_010779
    dc:identifier "SIO_010779" ;
    dct:description "A structural isomer is an isomer in which the atoms are joined together in different ways."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "structural isomer"@en ;
    rdfs:subClassOf sio:SIO_010455 .

sio:SIO_010780
    dc:identifier "SIO_010780" ;
    dct:description "A ring is a submolecule with a circular topology."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ring"@en ;
    rdfs:subClassOf sio:SIO_000624, [
        dc:identifier ":arc09e0b947" ;
        a owl:Restriction ;
        owl:minQualifiedCardinality "3"^^xsd:nonNegativeInteger ;
        owl:onClass sio:SIO_010044 ;
        owl:onProperty sio:SIO_000369
    ] ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b944" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b945" ;
            rdf:first sio:SIO_010782 ;
            rdf:rest [
                dc:identifier ":arc09e0b946" ;
                rdf:first sio:SIO_010783 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_010781
    dc:identifier "SIO_010781" ;
    dct:description "An aromatic ring is a ring in which the electrons are delocalized across all atoms in the ring."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "aromatic ring"@en ;
    rdfs:subClassOf sio:SIO_010780 .

sio:SIO_010782
    dc:identifier "SIO_010782" ;
    dct:description "A heterocyclic ring is a ring containing a hetero atom."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "heterocyclic ring"@en ;
    rdfs:subClassOf sio:SIO_010780 ;
    owl:disjointWith sio:SIO_010783 .

sio:SIO_010783
    dc:identifier "SIO_010783" ;
    dct:description "A homocyclic ring is a ring where the atoms are of a single type."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "homocyclic ring"@en ;
    rdfs:subClassOf sio:SIO_010780 .

sio:SIO_010784
    dc:identifier "SIO_010784" ;
    dct:description "An ionic compound is a mereological maximal sum of weakly connected paired positive and negative ions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ionic compound"@en ;
    rdfs:subClassOf sio:SIO_010674, [
        dc:identifier ":arc09e0b948" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_010457 ;
        owl:onProperty sio:SIO_000273 ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ], [
        dc:identifier ":arc09e0b949" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_010458 ;
        owl:onProperty sio:SIO_000273 ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ] .

sio:SIO_010785
    dc:identifier "SIO_010785" ;
    dct:description "An allotrope is a structural variant of a chemical element."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "allotrope"@en ;
    rdfs:subClassOf sio:SIO_010037 .

sio:SIO_010786
    dc:identifier "SIO_010786" ;
    dct:description "A carbon allotrope is a chemical substance composed of carbon."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "carbon allotrope"@en ;
    rdfs:subClassOf sio:SIO_010785, [
        dc:identifier ":arc09e0b950" ;
        a owl:Restriction ;
        owl:allValuesFrom sio:SIO_011001 ;
        owl:onProperty sio:SIO_000273
    ] .

sio:SIO_010787
    dc:identifier "SIO_010787" ;
    dct:description "diamond is a carbon allotrope in which each carbon atom in diamond is covalently bonded to four other carbons in a tetrahedron. These tetrahedrons together form a 3-dimensional network of puckered six-membered rings of atoms."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "diamond"@en ;
    rdfs:subClassOf sio:SIO_010786 .

sio:SIO_010788
    dc:identifier "SIO_010788" ;
    dct:description "graphite is an allotrope of carbon which is a conductor, and is the most stable form of solid carbon."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "graphite"@en ;
    rdfs:subClassOf sio:SIO_010786 .

sio:SIO_010789
    dc:identifier "SIO_010789" ;
    dct:description "fullerene is a carbon allotrope which take the form of a hollow sphere, ellipsoid, or tube."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "fullerene"@en ;
    rdfs:subClassOf sio:SIO_010786 .

sio:SIO_010790
    dc:identifier "SIO_010790" ;
    dct:description "aggregate of carbon nanorods is an allotrope of carbon considered to be the least compressible material known, as measured by its isothermal bulk modulus; aggregated diamond nanorods have a modulus of 491 gigapascals (GPa), while a conventional diamond has a modulus of 442 GPa. ADNRs are also 0.3% denser than regular diamond."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "aggregated carbon nanorods"@en ;
    rdfs:subClassOf sio:SIO_010786 .

sio:SIO_010791
    dc:identifier "SIO_010791" ;
    dct:description "amorphous carbon is an allotrope of carbon that does not have any crystalline structure. As with all glassy materials, some short-range order can be observed, but there is no long-range pattern of atomic positions."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "amorphous carbon"@en ;
    rdfs:subClassOf sio:SIO_010786 .

sio:SIO_010792
    dc:identifier "SIO_010792" ;
    dct:description "carbon nanofoam is an allotrope of carbon that consists of a low-density cluster-assembly of carbon atoms strung together in a loose three-dimensional web. Each cluster is about 6 nanometers wide and consists of about 4000 carbon atoms linked in graphite-like sheets that are given negative curvature by the inclusion of heptagons among the regular hexagonal pattern."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "carbon nanofoam"@en ;
    rdfs:subClassOf sio:SIO_010786 .

sio:SIO_010793
    dc:identifier "SIO_010793" ;
    dct:description "chaoite is an allotrope of carbon that is slightly harder than graphite with a reflection colour of grey to white."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chaoite"@en ;
    rdfs:subClassOf sio:SIO_010786 .

sio:SIO_010794
    dc:identifier "SIO_010794" ;
    dct:description "glassy carbon is an allotrope of carbon which is widely used as an electrode material in electrochemistry, as well as for high temperature crucibles and as a component of some prosthetic devices."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "glassy carbon"@en ;
    rdfs:subClassOf sio:SIO_010786 .

sio:SIO_010795
    dc:identifier "SIO_010795" ;
    dct:description "ionsdaleite is a hexagonal allotrope of the carbon allotrope diamond."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ionsdaleite"@en ;
    rdfs:subClassOf sio:SIO_010786 .

sio:SIO_011000
    dc:identifier "SIO_011000" ;
    sio:seeAlso "CHEBI:27560" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "boron atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011001
    dc:identifier "SIO_011001" ;
    sio:seeAlso "CHEBI:27594" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "carbon atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011002
    dc:identifier "SIO_011002" ;
    sio:seeAlso "CHEBI:49637" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hydrogen atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011003
    dc:identifier "SIO_011003" ;
    sio:seeAlso "CHEBI:30217" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "helium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011004
    dc:identifier "SIO_011004" ;
    sio:seeAlso "CHEBI:30145" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "lithium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011005
    dc:identifier "SIO_011005" ;
    sio:seeAlso "CHEBI:30501" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "beryllium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011006
    dc:identifier "SIO_011006" ;
    sio:seeAlso "CHEBI:25555" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "nitrogen atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011007
    dc:identifier "SIO_011007" ;
    sio:seeAlso "CHEBI:25805" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "oxygen atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011008
    dc:identifier "SIO_011008" ;
    sio:seeAlso "CHEBI:24061" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "fluorine atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011009
    dc:identifier "SIO_011009" ;
    sio:seeAlso "CHEBI:33310" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "neon atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011010
    dc:identifier "SIO_011010" ;
    sio:seeAlso "CHEBI:26708" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sodium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011011
    dc:identifier "SIO_011011" ;
    sio:seeAlso "CHEBI:25107" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "magnesium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011012
    dc:identifier "SIO_011012" ;
    sio:seeAlso "CHEBI:28984" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "aluminium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011013
    dc:identifier "SIO_011013" ;
    sio:seeAlso "CHEBI:27573" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "silicon atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011014
    dc:identifier "SIO_011014" ;
    sio:seeAlso "CHEBI:28659" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "phosphorus atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011015
    dc:identifier "SIO_011015" ;
    sio:seeAlso "CHEBI:26833" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "sulfur atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011016
    dc:identifier "SIO_011016" ;
    sio:seeAlso "CHEBI:23116" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chlorine atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011017
    dc:identifier "SIO_011017" ;
    sio:seeAlso "CHEBI:49475" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "argon atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011018
    dc:identifier "SIO_011018" ;
    sio:seeAlso "CHEBI:26216" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "potassium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011019
    dc:identifier "SIO_011019" ;
    sio:seeAlso "CHEBI:22984" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "calcium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011020
    dc:identifier "SIO_011020" ;
    sio:seeAlso "CHEBI:33330" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "scandium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011021
    dc:identifier "SIO_011021" ;
    sio:seeAlso "CHEBI:33341" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "titanium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011022
    dc:identifier "SIO_011022" ;
    sio:seeAlso "CHEBI:27698" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "vanadium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011023
    dc:identifier "SIO_011023" ;
    sio:seeAlso "CHEBI:28073" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chromium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011024
    dc:identifier "SIO_011024" ;
    sio:seeAlso "CHEBI:18291" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "manganese atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011025
    dc:identifier "SIO_011025" ;
    sio:seeAlso "CHEBI:18248" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "iron atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011026
    dc:identifier "SIO_011026" ;
    sio:seeAlso "CHEBI:27638" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cobalt atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011027
    dc:identifier "SIO_011027" ;
    sio:seeAlso "CHEBI:28112" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "nickel atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011028
    dc:identifier "SIO_011028" ;
    sio:seeAlso "CHEBI:28694" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "copper atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011029
    dc:identifier "SIO_011029" ;
    sio:seeAlso "CHEBI:27363" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "zinc atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011030
    dc:identifier "SIO_011030" ;
    sio:seeAlso "CHEBI:49631" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gallium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011031
    dc:identifier "SIO_011031" ;
    sio:seeAlso "CHEBI:30441" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "germanium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011032
    dc:identifier "SIO_011032" ;
    sio:seeAlso "CHEBI:27563" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "arsenic atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011033
    dc:identifier "SIO_011033" ;
    sio:seeAlso "CHEBI:27568" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "selenium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011034
    dc:identifier "SIO_011034" ;
    sio:seeAlso "CHEBI:22927" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "bromine atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011035
    dc:identifier "SIO_011035" ;
    sio:seeAlso "CHEBI:49696" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "krypton atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011036
    dc:identifier "SIO_011036" ;
    sio:seeAlso "CHEBI:33322" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "rubidium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011037
    dc:identifier "SIO_011037" ;
    sio:seeAlso "CHEBI:33324" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "strontium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011038
    dc:identifier "SIO_011038" ;
    sio:seeAlso "CHEBI:33331" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "yttrium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011039
    dc:identifier "SIO_011039" ;
    sio:seeAlso "CHEBI:33342" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "zirconium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011040
    dc:identifier "SIO_011040" ;
    sio:seeAlso "CHEBI:33344" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "niobium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011041
    dc:identifier "SIO_011041" ;
    sio:seeAlso "CHEBI:28685" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molybdemum atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011042
    dc:identifier "SIO_011042" ;
    sio:seeAlso "CHEBI:33353" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "technetium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011043
    dc:identifier "SIO_011043" ;
    sio:seeAlso "CHEBI:30682" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ruthenium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011044
    dc:identifier "SIO_011044" ;
    sio:seeAlso "CHEBI:33359" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "rhodium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011045
    dc:identifier "SIO_011045" ;
    sio:seeAlso "CHEBI:33363" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "palladium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011046
    dc:identifier "SIO_011046" ;
    sio:seeAlso "CHEBI:30512" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "silver atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011047
    dc:identifier "SIO_011047" ;
    sio:seeAlso "CHEBI:22977" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cadmium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011048
    dc:identifier "SIO_011048" ;
    sio:seeAlso "CHEBI:30430" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "indium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011049
    dc:identifier "SIO_011049" ;
    sio:seeAlso "CHEBI:27007" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "tin atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011050
    dc:identifier "SIO_011050" ;
    sio:seeAlso "CHEBI:30513" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "antimony atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011051
    dc:identifier "SIO_011051" ;
    sio:seeAlso "CHEBI:30452" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "tellurium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011052
    dc:identifier "SIO_011052" ;
    sio:seeAlso "CHEBI:24859" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "iodine atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011053
    dc:identifier "SIO_011053" ;
    sio:seeAlso "CHEBI:49957" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "xenon atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011054
    dc:identifier "SIO_011054" ;
    sio:seeAlso "CHEBI:30514" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "caesium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011055
    dc:identifier "SIO_011055" ;
    sio:seeAlso "CHEBI:32594" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "barium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011056
    dc:identifier "SIO_011056" ;
    sio:seeAlso "CHEBI:33336" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "lanthanum atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011057
    dc:identifier "SIO_011057" ;
    sio:seeAlso "CHEBI:33343" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hafnium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011058
    dc:identifier "SIO_011058" ;
    sio:seeAlso "CHEBI:33348" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "tantalum atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011059
    dc:identifier "SIO_011059" ;
    sio:seeAlso "CHEBI:27998" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "tungsten atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011060
    dc:identifier "SIO_011060" ;
    sio:seeAlso "CHEBI:49882" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "rhenium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011061
    dc:identifier "SIO_011061" ;
    sio:seeAlso "CHEBI:30687" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "osmium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011062
    dc:identifier "SIO_011062" ;
    sio:seeAlso "CHEBI:49666" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "iridium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011063
    dc:identifier "SIO_011063" ;
    sio:seeAlso "CHEBI:33364" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "platinum atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011064
    dc:identifier "SIO_011064" ;
    sio:seeAlso "CHEBI:29287" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gold atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011065
    dc:identifier "SIO_011065" ;
    sio:seeAlso "CHEBI:25195" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mercury atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011066
    dc:identifier "SIO_011066" ;
    sio:seeAlso "CHEBI:49920" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "thallium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011067
    dc:identifier "SIO_011067" ;
    sio:seeAlso "CHEBI:25016" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "lead atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011068
    dc:identifier "SIO_011068" ;
    sio:seeAlso "CHEBI:33301" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "bismuth atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011069
    dc:identifier "SIO_011069" ;
    sio:seeAlso "CHEBI:33313" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "polonium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011070
    dc:identifier "SIO_011070" ;
    sio:seeAlso "CHEBI:30415" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "astatine atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011071
    dc:identifier "SIO_011071" ;
    sio:seeAlso "CHEBI:33314" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "radon atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011072
    dc:identifier "SIO_011072" ;
    sio:seeAlso "CHEBI:33323" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "francium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011073
    dc:identifier "SIO_011073" ;
    sio:seeAlso "CHEBI:33325" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "radium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011074
    dc:identifier "SIO_011074" ;
    sio:seeAlso "CHEBI:33337" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "actinium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011075
    dc:identifier "SIO_011075" ;
    sio:seeAlso "CHEBI:33346" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "rutherfordium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011076
    dc:identifier "SIO_011076" ;
    sio:seeAlso "CHEBI:33349" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dubnium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011077
    dc:identifier "SIO_011077" ;
    sio:seeAlso "CHEBI:33351" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "seaborgium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011078
    dc:identifier "SIO_011078" ;
    sio:seeAlso "CHEBI:33355" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "bohrium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011079
    dc:identifier "SIO_011079" ;
    sio:seeAlso "CHEBI:33357" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "hassium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011080
    dc:identifier "SIO_011080" ;
    sio:seeAlso "CHEBI:33361" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "meitnerium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011081
    dc:identifier "SIO_011081" ;
    sio:seeAlso "CHEBI:33367" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "darmstadtium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011082
    dc:identifier "SIO_011082" ;
    sio:seeAlso "CHEBI:33368" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "roentgenium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011083
    dc:identifier "SIO_011083" ;
    sio:seeAlso "CHEBI:33517" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "copernicium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011084
    dc:identifier "SIO_011084" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "unutrium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011085
    dc:identifier "SIO_011085" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ununquadium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011086
    dc:identifier "SIO_011086" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ununpentium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011087
    dc:identifier "SIO_011087" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ununhexium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011088
    dc:identifier "SIO_011088" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ununseptium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011089
    dc:identifier "SIO_011089" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ununoctium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011090
    dc:identifier "SIO_011090" ;
    sio:seeAlso "CHEBI:33369" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "cerium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011091
    dc:identifier "SIO_011091" ;
    sio:seeAlso "CHEBI:49828" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "praseodymium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011092
    dc:identifier "SIO_011092" ;
    sio:seeAlso "CHEBI:33372" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "neodymium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011093
    dc:identifier "SIO_011093" ;
    sio:seeAlso "CHEBI:33373" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "promethium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011094
    dc:identifier "SIO_011094" ;
    sio:seeAlso "CHEBI:33374" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "samarium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011095
    dc:identifier "SIO_011095" ;
    sio:seeAlso "CHEBI:32999" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "europium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011096
    dc:identifier "SIO_011096" ;
    sio:seeAlso "CHEBI:33375" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "gadolinium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011097
    dc:identifier "SIO_011097" ;
    sio:seeAlso "CHEBI:33376" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "terbium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011098
    dc:identifier "SIO_011098" ;
    sio:seeAlso "CHEBI:33377" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "dysprosium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011099
    dc:identifier "SIO_011099" ;
    sio:seeAlso "CHEBI:49648" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "holmium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011100
    dc:identifier "SIO_011100" ;
    sio:seeAlso "CHEBI:33379" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "erbium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011101
    dc:identifier "SIO_011101" ;
    sio:seeAlso "CHEBI:33380" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "thulium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011102
    dc:identifier "SIO_011102" ;
    sio:seeAlso "CHEBI:33381" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "ytterbium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011103
    dc:identifier "SIO_011103" ;
    sio:seeAlso "CHEBI:33382" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "lutetium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011104
    dc:identifier "SIO_011104" ;
    sio:seeAlso "CHEBI:33385" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "thorium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011105
    dc:identifier "SIO_011105" ;
    sio:seeAlso "CHEBI:33386" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "protactinium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011106
    dc:identifier "SIO_011106" ;
    sio:seeAlso "CHEBI:27214" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "uranium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011107
    dc:identifier "SIO_011107" ;
    sio:seeAlso "CHEBI:33387" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "neptunium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011108
    dc:identifier "SIO_011108" ;
    sio:seeAlso "CHEBI:33388" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "plutonium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011109
    dc:identifier "SIO_011109" ;
    sio:seeAlso "CHEBI:33389" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "americium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011110
    dc:identifier "SIO_011110" ;
    sio:seeAlso "CHEBI:33390" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "curium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011111
    dc:identifier "SIO_011111" ;
    sio:seeAlso "CHEBI:33391" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "berkelium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011112
    dc:identifier "SIO_011112" ;
    sio:seeAlso "CHEBI:33392" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "californium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011113
    dc:identifier "SIO_011113" ;
    sio:seeAlso "CHEBI:33393" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "einsteinium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011114
    dc:identifier "SIO_011114" ;
    sio:seeAlso "CHEBI:33394" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "fermium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011115
    dc:identifier "SIO_011115" ;
    sio:seeAlso "CHEBI:33395" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "mendelevium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011116
    dc:identifier "SIO_011116" ;
    sio:seeAlso "CHEBI:33396" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "nobelium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011117
    dc:identifier "SIO_011117" ;
    sio:seeAlso "CHEBI:33397" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "lawrencium atom"@en ;
    rdfs:subClassOf sio:SIO_010044 .

sio:SIO_011118
    dc:identifier "SIO_011118" ;
    dct:description "A covalent bond is a strong submolecular interaction between atoms."@en ;
    sio:seeAlso "CHEMINF:000063" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "covalent bond"@en ;
    rdfs:subClassOf sio:SIO_010047, [
        dc:identifier ":arc09e0b951" ;
        a owl:Restriction ;
        owl:onClass sio:SIO_010044 ;
        owl:onProperty sio:SIO_000369 ;
        owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
    ] .

sio:SIO_011119
    dc:identifier "SIO_011119" ;
    dct:description "A biomolecular structure descriptor is structure description for organic compounds."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "biomolecular structure descriptor"@en ;
    rdfs:subClassOf sio:SIO_011121, [
        dc:identifier ":arc09e0b952" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000332 ;
        owl:someValuesFrom sio:SIO_010072
    ] .

sio:SIO_011120
    dc:identifier "SIO_011120" ;
    dct:description "A molecular structure file is a file that contains a description of molecular structure."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molecular structure file"@en ;
    rdfs:subClassOf sio:SIO_000396, [
        dc:identifier ":arc09e0b953" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000028 ;
        owl:someValuesFrom sio:SIO_000072
    ], [
        dc:identifier ":arc09e0b954" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000028 ;
        owl:someValuesFrom sio:SIO_011121
    ], [
        dc:identifier ":arc09e0b955" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000214 ;
        owl:someValuesFrom sio:SIO_011119
    ] .

sio:SIO_011121
    dc:identifier "SIO_011121" ;
    dct:description "molecular structure descriptor is data that describes some aspect of the molecular structure (composition) and is about some chemical entity."@en ;
    sio:seeAlso "CHEMINF:000085" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molecular structure descriptor"@en ;
    rdfs:subClassOf sio:SIO_001011, [
        dc:identifier ":arc09e0b956" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000210 ;
        owl:someValuesFrom sio:SIO_000626
    ], [
        dc:identifier ":arc09e0b957" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000332 ;
        owl:someValuesFrom sio:SIO_011125
    ] .

sio:SIO_011123
    dc:identifier "SIO_011123" ;
    dct:description "A chemical datum is a scientific data item which conforms to some specification, either for how it is calculated or for how it is measured, and is commonly used in the domain of chemistry to name and differentiate different numeric properties (both calculated and measured) which are about chemical entities."@en ;
    sio:seeAlso "CHEMINF:000123" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical data"@en ;
    rdfs:subClassOf sio:SIO_000472 .

sio:SIO_011125
    dc:identifier "SIO_011125" ;
    dct:description "A molecule is the mereological maximal sum of a collection of covalently bonded atoms."@en ;
    sio:seeAlso "CHEBI:23367" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "molecule"@en ;
    rdfs:subClassOf sio:SIO_010341, [
        dc:identifier ":arc09e0b958" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000028 ;
        owl:someValuesFrom sio:SIO_010044
    ] .

sio:SIO_011126
    dc:identifier "SIO_011126" ;
    dct:description "A chemical substance is a chemical entity composed of two or more weakly interacting chemical entities."@en ;
    sio:hasSynonym "mixture"@en ;
    sio:seeAlso "CHEMINF:440533" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "chemical substance"@en ;
    rdfs:subClassOf sio:SIO_010004 ;
    owl:equivalentClass [
        dc:identifier ":arc09e0b959" ;
        a owl:Class ;
        owl:unionOf [
            dc:identifier ":arc09e0b960" ;
            rdf:first sio:SIO_010462 ;
            rdf:rest [
                dc:identifier ":arc09e0b961" ;
                rdf:first sio:SIO_010463 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

sio:SIO_011130
    dc:identifier "SIO_011130" ;
    dct:description "A PDB file is a molecular structure file specified by the Protein DataBank (PDB)."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "PDB file"@en ;
    rdfs:subClassOf sio:SIO_011120 .

sio:SIO_011131
    dc:identifier "SIO_011131" ;
    dct:description "A collection of 3D molecular structure models is just that."@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "collection of 3d molecular structure models"@en ;
    rdfs:subClassOf sio:SIO_000616, [
        dc:identifier ":arc09e0b962" ;
        a owl:Restriction ;
        owl:onProperty sio:SIO_000059 ;
        owl:someValuesFrom sio:SIO_010530
    ] .

sio:broaderThan
    dc:identifier "broaderThan" ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> .

sio:equivalentTo
    dc:identifier "equivalentTo" ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> .

sio:example
    dc:identifier "example" ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> .

sio:hasSynonym
    dc:identifier "hasSynonym" ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> .

sio:narrowerThan
    dc:identifier "narrowerThan" ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> .

sio:seeAlso
    dc:identifier "seeAlso" ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> .

sio:similarTo
    dc:identifier "similarTo" ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> .

sio:subset
    dc:identifier "subset" ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> .

<http://xmlns.com/foaf/0.1/homepage>
    dc:identifier "homepage" ;
    a owl:AnnotationProperty .

[]
    dc:identifier ":arc09e0b1000" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b1001" ;
        rdf:first sio:SIO_000476 ;
        rdf:rest [
            dc:identifier ":arc09e0b1002" ;
            rdf:first sio:SIO_001014 ;
            rdf:rest [
                dc:identifier ":arc09e0b1003" ;
                rdf:first sio:SIO_001015 ;
                rdf:rest [
                    dc:identifier ":arc09e0b1004" ;
                    rdf:first sio:SIO_010029 ;
                    rdf:rest [
                        dc:identifier ":arc09e0b1005" ;
                        rdf:first sio:SIO_010056 ;
                        rdf:rest [
                            dc:identifier ":arc09e0b1006" ;
                            rdf:first sio:SIO_010057 ;
                            rdf:rest [
                                dc:identifier ":arc09e0b1007" ;
                                rdf:first sio:SIO_010299 ;
                                rdf:rest rdf:nil
                            ]
                        ]
                    ]
                ]
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b1008" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b1009" ;
        rdf:first sio:SIO_000512 ;
        rdf:rest [
            dc:identifier ":arc09e0b1010" ;
            rdf:first sio:SIO_000516 ;
            rdf:rest [
                dc:identifier ":arc09e0b1011" ;
                rdf:first sio:SIO_000539 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b1012" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b1013" ;
        rdf:first sio:SIO_000538 ;
        rdf:rest [
            dc:identifier ":arc09e0b1014" ;
            rdf:first sio:SIO_001094 ;
            rdf:rest [
                dc:identifier ":arc09e0b1015" ;
                rdf:first sio:SIO_001095 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b1016" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b1017" ;
        rdf:first sio:SIO_000913 ;
        rdf:rest [
            dc:identifier ":arc09e0b1018" ;
            rdf:first sio:SIO_000914 ;
            rdf:rest [
                dc:identifier ":arc09e0b1019" ;
                rdf:first sio:SIO_000915 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b1020" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b1021" ;
        rdf:first sio:SIO_000984 ;
        rdf:rest [
            dc:identifier ":arc09e0b1022" ;
            rdf:first sio:SIO_010001 ;
            rdf:rest [
                dc:identifier ":arc09e0b1023" ;
                rdf:first sio:SIO_010002 ;
                rdf:rest [
                    dc:identifier ":arc09e0b1024" ;
                    rdf:first sio:SIO_010003 ;
                    rdf:rest [
                        dc:identifier ":arc09e0b1025" ;
                        rdf:first sio:SIO_010051 ;
                        rdf:rest [
                            dc:identifier ":arc09e0b1026" ;
                            rdf:first sio:SIO_010054 ;
                            rdf:rest rdf:nil
                        ]
                    ]
                ]
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b1027" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b1028" ;
        rdf:first sio:SIO_001213 ;
        rdf:rest [
            dc:identifier ":arc09e0b1029" ;
            rdf:first sio:SIO_001214 ;
            rdf:rest [
                dc:identifier ":arc09e0b1030" ;
                rdf:first sio:SIO_001215 ;
                rdf:rest [
                    dc:identifier ":arc09e0b1031" ;
                    rdf:first sio:SIO_001216 ;
                    rdf:rest [
                        dc:identifier ":arc09e0b1032" ;
                        rdf:first sio:SIO_001217 ;
                        rdf:rest [
                            dc:identifier ":arc09e0b1033" ;
                            rdf:first sio:SIO_001218 ;
                            rdf:rest rdf:nil
                        ]
                    ]
                ]
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b1034" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b1035" ;
        rdf:first sio:SIO_001264 ;
        rdf:rest [
            dc:identifier ":arc09e0b1036" ;
            rdf:first sio:SIO_001265 ;
            rdf:rest [
                dc:identifier ":arc09e0b1037" ;
                rdf:first sio:SIO_001266 ;
                rdf:rest [
                    dc:identifier ":arc09e0b1038" ;
                    rdf:first sio:SIO_001267 ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b1039" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b1040" ;
        rdf:first sio:SIO_001289 ;
        rdf:rest [
            dc:identifier ":arc09e0b1041" ;
            rdf:first sio:SIO_001290 ;
            rdf:rest [
                dc:identifier ":arc09e0b1042" ;
                rdf:first sio:SIO_001291 ;
                rdf:rest [
                    dc:identifier ":arc09e0b1043" ;
                    rdf:first sio:SIO_001292 ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b1044" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b1045" ;
        rdf:first sio:SIO_001294 ;
        rdf:rest [
            dc:identifier ":arc09e0b1046" ;
            rdf:first sio:SIO_001295 ;
            rdf:rest [
                dc:identifier ":arc09e0b1047" ;
                rdf:first sio:SIO_001296 ;
                rdf:rest [
                    dc:identifier ":arc09e0b1048" ;
                    rdf:first sio:SIO_001297 ;
                    rdf:rest [
                        dc:identifier ":arc09e0b1049" ;
                        rdf:first sio:SIO_001298 ;
                        rdf:rest rdf:nil
                    ]
                ]
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b1050" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b1051" ;
        rdf:first sio:SIO_010007 ;
        rdf:rest [
            dc:identifier ":arc09e0b1052" ;
            rdf:first sio:SIO_010008 ;
            rdf:rest [
                dc:identifier ":arc09e0b1053" ;
                rdf:first sio:SIO_010025 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b1054" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b1055" ;
        rdf:first sio:SIO_010011 ;
        rdf:rest [
            dc:identifier ":arc09e0b1056" ;
            rdf:first sio:SIO_010030 ;
            rdf:rest [
                dc:identifier ":arc09e0b1057" ;
                rdf:first sio:SIO_010346 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b1058" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b1059" ;
        rdf:first sio:SIO_010020 ;
        rdf:rest [
            dc:identifier ":arc09e0b1060" ;
            rdf:first sio:SIO_010341 ;
            rdf:rest [
                dc:identifier ":arc09e0b1061" ;
                rdf:first sio:SIO_010342 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b963" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b964" ;
        rdf:first sio:SIO_000006 ;
        rdf:rest [
            dc:identifier ":arc09e0b965" ;
            rdf:first sio:SIO_000614 ;
            rdf:rest [
                dc:identifier ":arc09e0b966" ;
                rdf:first sio:SIO_000776 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b967" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b968" ;
        rdf:first sio:SIO_000034 ;
        rdf:rest [
            dc:identifier ":arc09e0b969" ;
            rdf:first sio:SIO_000035 ;
            rdf:rest [
                dc:identifier ":arc09e0b970" ;
                rdf:first sio:SIO_000963 ;
                rdf:rest [
                    dc:identifier ":arc09e0b971" ;
                    rdf:first sio:SIO_000995 ;
                    rdf:rest [
                        dc:identifier ":arc09e0b972" ;
                        rdf:first sio:SIO_000997 ;
                        rdf:rest rdf:nil
                    ]
                ]
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b973" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b974" ;
        rdf:first sio:SIO_000166 ;
        rdf:rest [
            dc:identifier ":arc09e0b975" ;
            rdf:first sio:SIO_000167 ;
            rdf:rest [
                dc:identifier ":arc09e0b976" ;
                rdf:first sio:SIO_000168 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b977" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b978" ;
        rdf:first sio:SIO_000333 ;
        rdf:rest [
            dc:identifier ":arc09e0b979" ;
            rdf:first sio:SIO_000400 ;
            rdf:rest [
                dc:identifier ":arc09e0b980" ;
                rdf:first sio:SIO_000401 ;
                rdf:rest [
                    dc:identifier ":arc09e0b981" ;
                    rdf:first sio:SIO_000402 ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b982" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b983" ;
        rdf:first sio:SIO_000400 ;
        rdf:rest [
            dc:identifier ":arc09e0b984" ;
            rdf:first sio:SIO_000401 ;
            rdf:rest [
                dc:identifier ":arc09e0b985" ;
                rdf:first sio:SIO_000402 ;
                rdf:rest rdf:nil
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b986" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b987" ;
        rdf:first sio:SIO_000428 ;
        rdf:rest [
            dc:identifier ":arc09e0b988" ;
            rdf:first sio:SIO_000429 ;
            rdf:rest [
                dc:identifier ":arc09e0b989" ;
                rdf:first sio:SIO_000430 ;
                rdf:rest [
                    dc:identifier ":arc09e0b990" ;
                    rdf:first sio:SIO_000431 ;
                    rdf:rest [
                        dc:identifier ":arc09e0b991" ;
                        rdf:first sio:SIO_000432 ;
                        rdf:rest [
                            dc:identifier ":arc09e0b992" ;
                            rdf:first sio:SIO_000433 ;
                            rdf:rest [
                                dc:identifier ":arc09e0b993" ;
                                rdf:first sio:SIO_000434 ;
                                rdf:rest [
                                    dc:identifier ":arc09e0b994" ;
                                    rdf:first sio:SIO_000435 ;
                                    rdf:rest rdf:nil
                                ]
                            ]
                        ]
                    ]
                ]
            ]
        ]
    ] .

[]
    dc:identifier ":arc09e0b995" ;
    a owl:AllDisjointClasses ;
    owl:members [
        dc:identifier ":arc09e0b996" ;
        rdf:first sio:SIO_000459 ;
        rdf:rest [
            dc:identifier ":arc09e0b997" ;
            rdf:first sio:SIO_000460 ;
            rdf:rest [
                dc:identifier ":arc09e0b998" ;
                rdf:first sio:SIO_000902 ;
                rdf:rest [
                    dc:identifier ":arc09e0b999" ;
                    rdf:first sio:SIO_000903 ;
                    rdf:rest rdf:nil
                ]
            ]
        ]
    ] .

