@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionInfo "1.0"^^xsd:string , "2.0"^^xsd:string , "2.01"^^xsd:string , "2.1"^^xsd:string ; "2007-01-01"^^xsd:date , "2007-04-10"^^xsd:date , "2007-05-08"^^xsd:date , "2007-06-01"^^xsd:date , "2007-08-21"^^xsd:date , "2007-10-01"^^xsd:date , "2008-02-01"^^xsd:date , "2008-08-21"^^xsd:date , "2014-04-01"^^xsd:date , "2014-07-21"^^xsd:date ; owl:versionInfo "3.0"^^xsd:string ; "A domain ontology for materials science."^^xsd:string , "Additional of OWL 1.0 property characteristics."^^xsd:string , "An ontology of measureable properties."^^xsd:string , "An ontology of measurement units."^^xsd:string , "An ontology of molecule and its properties."^^xsd:string , "An ontology of organic functional groups. Functional groups confer the semantics of chemical reactivity in compounds in terms of the atoms and their connectivity."^^xsd:string , "An ontology of the atoms of chemical elements."^^xsd:string , "An ontology of the periodic table elements."^^xsd:string ; "Andrew Spear"^^xsd:string ; "Annotation Properties"^^xsd:string ; "Annotation properties that includes the Dublin Core."^^xsd:string , "Applies restrictions to define the atomic number for each atom."^^xsd:string ; "Atom (complex) - Atomic Number"^^xsd:string , "Atom Ontology (common)"^^xsd:string , "Atom Ontology (disjoint)"^^xsd:string , "Atom Ontology (primitive)"^^xsd:string ; "Barry Smith and Pierre Grenon: \"The Cornucopia of Formal Ontological Relations\""^^xsd:string , "Barry Smith: \"Against Fantology\""^^xsd:string , "Barry Smith: \"Basic Tools of Formal Ontology\""^^xsd:string , "Barry Smith: \"Beyond Concepts: Ontology as Reality Representation\""^^xsd:string ; "Basic Formal Ontology (BFO)"^^xsd:string , "Basic Relation Ontology (primitive)"^^xsd:string , "Chemistry Ontology (complex)"^^xsd:string , "Chemistry Ontology (primitive)"^^xsd:string ; "Common atoms in organic chemistry"^^xsd:string , "Complex class descriptions for elements of the periodic table ontology."^^xsd:string , "Complex class descriptions for the classification of organic compounds based on the presence of functional groups."^^xsd:string , "Complex class descriptions for the measured property ontology. Applies restrictions on the type of units that may be associated with a measurement."^^xsd:string , "Complex class descriptions for the realization of organic functional groups."^^xsd:string , "Complex class descriptions for units."^^xsd:string , "Complex class descriptions of molecules and their properties."^^xsd:string , "Complex class expressions for the chemistry ontology."^^xsd:string , "Disjoint union of atom types."^^xsd:string ; "Dumontier Lab"^^xsd:string ; "Element Ontology (primitive)"^^xsd:string , "Elements of the Periodic Table Ontology (complex)"^^xsd:string , "Elements of the Periodic Table Ontology (primitive)"^^xsd:string ; "Elements of the periodic table."^^xsd:string , "Entities and relations for the chemistry domain."^^xsd:string ; "Holger Stenzhorn"^^xsd:string ; "Institute for Formal Ontology and Medical Information Science (IFOMIS)"^^xsd:string ; "Maps domain and range from the Basic Formal Ontology (BFO) to the Basic Relation Ontology (BRO)"^^xsd:string ; "MatOnto Group"^^xsd:string ; "Materials Ontology"^^xsd:string , "Measured Property Ontology (complex)"^^xsd:string , "Measured Property Ontology (primitive)"^^xsd:string ; "Michel Dumontier"^^xsd:string ; "Molecule Ontology (complex)"^^xsd:string , "Molecule Ontology (primitive)"^^xsd:string ; "Mykola Konyk"^^xsd:string ; "New Upper Level Ontology (NULO)"^^xsd:string , "OWL 1.0 axioms for the Basic Relationship Ontology (BRO)"^^xsd:string ; "Ontology of organic compounds."^^xsd:string ; "Organic Compound Ontology (complex)"^^xsd:string , "Organic Compound Ontology (primitive)"^^xsd:string , "Organic Functional Group Ontology (complex)"^^xsd:string , "Organic Functional Group Ontology (primitive)"^^xsd:string ; "Pierre Grenon and Barry Smith: \"SNAP and SPAN: Towards Geospatial Dynamics\""^^xsd:string , "Pierre Grenon, Barry Smith and Louis Goldberg: \"Biodynamic Ontology: Applying BFO in the Biomedical Domain\""^^xsd:string , "Pierre Grenon: \"BFO in a Nutshell: A Bi-categorial Axiomatization of BFO and Comparison with DOLCE\""^^xsd:string , "Pierre Grenon: \"Nuts in BFO's Nutshell: Revisions to the Bi-categorial Axiomatization of BFO\""^^xsd:string , "Pierre Grenon: \"Spatio-temporality in Basic Formal Ontology: SNAP and SPAN, Upper-Level Ontology, and Framework for Formalization\""^^xsd:string ; "Ryan Gibbons"^^xsd:string ; "The BRO provides a set of domain-independent relations between OWL entities. It is inspired by the OBO's relationship ontology (RO) http://www.obofoundry.org/ro"^^xsd:string , "The Basic Formal Ontology, an upper level ontology."^^xsd:string , "This ontology is populated with SI unit instances."^^xsd:string ; "Unit Ontology (complex)"^^xsd:string , "Unit Ontology (individuals)"^^xsd:string , "Unit Ontology (primitive)"^^xsd:string ; "application/rdf+xml"^^xsd:string ; "en"^^xsd:string ; "http://www.ifomis.org/bfo/1.0"^^xsd:string ; "iNovex Information Systems, MatOnto Group"^^xsd:string ; "text/turtle"^^xsd:string ; rdfs:seeAlso "http://obofoundry.org/ro/" , . ################################################################# # # Datatypes # ################################################################# ### http://www.w3.org/2001/XMLSchema#double xsd:double rdf:type rdfs:Datatype . ################################################################# # # Object Properties # ################################################################# ### http://matonto.org/ontologies/matonto#hasComponentProperty :hasComponentProperty rdf:type owl:ObjectProperty ; rdfs:label "has component property" ; rdfs:comment "indicates a ComponentProperty (i.e. attribute/dimension) expected on an Observation" ; rdfs:range . ### http://matonto.org/ontologies/matonto#hasElement :hasElement rdf:type owl:ObjectProperty ; rdfs:label "Has Element"@en ; rdfs:comment "A phase equilibrium has at one or many elements"@en ; rdfs:domain :PhaseEquilibrium ; rdfs:range . ### http://matonto.org/ontologies/matonto#hasMass :hasMass rdf:type owl:ObjectProperty ; rdfs:label "has mass"@en ; rdfs:range . ### http://matonto.org/ontologies/matonto#hasObservation :hasObservation rdf:type owl:ObjectProperty ; rdfs:label "has observation" ; rdfs:comment "indicates an Observation of an Object" ; rdfs:range . ### http://matonto.org/ontologies/matonto#hasPhase :hasPhase rdf:type owl:ObjectProperty ; rdfs:label "Has Phase"@en ; rdfs:comment "An element has at one or many chemical phases"@en ; rdfs:range ; rdfs:subPropertyOf owl:topObjectProperty . ### http://matonto.org/ontologies/matonto#hasPhaseEquilibrium :hasPhaseEquilibrium rdf:type owl:ObjectProperty ; rdfs:label "Has Phase Equilibrium"@en ; rdfs:comment "A system may have one or many phase equilibriums"@en ; rdfs:domain :Alloy ; rdfs:range :PhaseEquilibrium . ### http://matonto.org/ontologies/matonto#hasPressure :hasPressure rdf:type owl:ObjectProperty ; rdfs:label "Has Pressure"@en ; rdfs:comment "A phase equilibrium occurs at a specific pressure"@en ; rdfs:domain :PhaseEquilibrium ; rdfs:range . ### http://matonto.org/ontologies/matonto#hasTemperature :hasTemperature rdf:type owl:FunctionalProperty , owl:ObjectProperty ; rdfs:label "Has Temperature"@en ; rdfs:comment "A phase equilibrium has a specific temperature"@en ; rdfs:domain :PhaseEquilibrium ; rdfs:range . ### http://ontology.dumontierlab.com/bearerOf rdf:type owl:ObjectProperty ; rdfs:label "bearer of"^^xsd:string ; rdfs:comment "A relation between an entity and dependent continuant."^^xsd:string ; "hair bearerOf brown color" ; owl:inverseOf ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/contains rdf:type owl:ObjectProperty ; rdfs:label "contains"^^xsd:string ; rdfs:comment "A spatial relation between two continuants such that one spatially contains the other with no overlap."^^xsd:string ; owl:inverseOf ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/derivativeOf rdf:type owl:ObjectProperty , owl:SymmetricProperty , owl:TransitiveProperty ; rdfs:label "derivative of"^^xsd:string ; rdfs:comment "A transitive, symmetric, temporal relation in which one continuant is the derivative of another non-identical continuant."^^xsd:string ; owl:inverseOf ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/derivesFrom rdf:type owl:ObjectProperty , owl:TransitiveProperty ; rdfs:label "derives from"^^xsd:string ; rdfs:comment "A transitive, temporal relation in which one continuant derives from another non-identical continuant."^^xsd:string ; "glucose-6-phosphate derivesFrom glucose in glucose metabolism"^^xsd:string ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/derivesInto rdf:type owl:ObjectProperty , owl:TransitiveProperty ; rdfs:label "derives into"^^xsd:string ; rdfs:comment "A transitive, temporal relation in which one continuant derives into another non-identical continuant."^^xsd:string ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/hasAgent rdf:type owl:ObjectProperty ; rdfs:label "has agent"^^xsd:string ; rdfs:comment "A relation between a process and a causally active participant."^^xsd:string ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/hasAromaticBondWith rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:range ; rdfs:domain ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasAtomicNumber rdf:type owl:ObjectProperty ; rdfs:label "has atomic number"^^xsd:string ; rdfs:comment "A relation between an atom and its atomic number."^^xsd:string ; rdfs:domain ; rdfs:range ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasAtomicProperty rdf:type owl:ObjectProperty ; rdfs:label "has atomic property"^^xsd:string ; rdfs:comment "A relation between an atom and a property of the atom."^^xsd:string ; rdfs:domain ; rdfs:range ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasBondWith rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:domain ; rdfs:range ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasCharge rdf:type owl:ObjectProperty ; rdfs:range ; rdfs:domain ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasConformer rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:label "has conformer"^^xsd:string ; rdfs:comment "A relation between two diastereomers in which there is only a difference in the rotation of bonds."^^xsd:string ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasDiastereomer rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:label "has diastereomer"^^xsd:string ; rdfs:comment "A symmetric relation between two stereoisomers in which they are not mirror images of one another."^^xsd:string ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasDisposition rdf:type owl:ObjectProperty ; rdfs:label "has disposition"^^xsd:string ; rdfs:comment "A relation between an entity and the disposition it realizes."^^xsd:string ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/hasDoubleBondWith rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:domain ; rdfs:range ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasElectronegativity rdf:type owl:ObjectProperty ; rdfs:range ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasEnantiomer rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:label "has enantiomer"^^xsd:string ; rdfs:comment "A symmetric relation between two stereoisomers in which they are the mirror images of each other."^^xsd:string ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasFormalCharge rdf:type owl:ObjectProperty ; rdfs:label "has formal charge"^^xsd:string ; rdfs:comment "A relation between an atom and its formal charge."^^xsd:string ; rdfs:domain ; rdfs:range ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasFunction rdf:type owl:ObjectProperty ; rdfs:label "has function"^^xsd:string ; rdfs:comment "A relation between an entity and a function."^^xsd:string ; "vase hasFunction containerFunction" ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/hasHybridization rdf:type owl:ObjectProperty ; rdfs:label "has hybridization"^^xsd:string ; rdfs:comment "A relation between an atom and its hybridization value."^^xsd:string ; rdfs:domain ; rdfs:range ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasImplicitValence rdf:type owl:ObjectProperty ; rdfs:label "has atomic number"^^xsd:string ; rdfs:comment "A relation between an atom and its implicit valence."^^xsd:string ; rdfs:domain ; rdfs:range ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasImproperPart rdf:type owl:ObjectProperty ; rdfs:label "has improper part"^^xsd:string ; rdfs:comment "A reflexive mereological such that the entities are not distinct."^^xsd:string ; "cake hasImproperPart slice of cake"^^xsd:string ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/hasIntegralPart rdf:type owl:ObjectProperty ; rdfs:label "has integral part" ; rdfs:comment "A reflexive, anti-symmetric relation that holds when C1 is part of C2 and C2 has part C1." ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/hasIsomer rdf:type owl:ObjectProperty , owl:SymmetricProperty , owl:TransitiveProperty ; rdfs:label "has isomer"^^xsd:string ; rdfs:comment "A symmetric relation between two compounds for which there is an identical composition, but different spatial arrangement of atoms."^^xsd:string ; rdfs:domain ; rdfs:range ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasPart rdf:type owl:ObjectProperty , owl:TransitiveProperty ; rdfs:label "has part"^^xsd:string ; rdfs:comment "A transitive, reflexive relation between two entities such that one has itself, another, and all of its parts as a part."^^xsd:string ; "person hasPart arm" ; owl:inverseOf ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/hasParticipant rdf:type owl:ObjectProperty ; rdfs:label "has participant"^^xsd:string ; rdfs:comment "A relation between a process and its a continuant participant."^^xsd:string ; owl:inverseOf ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/hasProperPart rdf:type owl:ObjectProperty ; rdfs:label "has proper part"^^xsd:string ; rdfs:comment "An irreflexive and antisymmetric parthood relation such that the entities are distinct."^^xsd:string ; "car hasProperPart engine" ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/hasQuality rdf:type owl:ObjectProperty ; rdfs:label "has quality"^^xsd:string ; rdfs:comment "A relation between an entity and the quality that inheres in it."^^xsd:string ; "bob hasQuality HappinessQuality" ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/hasReference rdf:type owl:ObjectProperty ; rdfs:label "has reference" ; rdfs:comment "A relation between an entity and a source of information." ; owl:inverseOf ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasRole rdf:type owl:ObjectProperty ; rdfs:label "has role"^^xsd:string ; rdfs:comment "The relation between an entity and a role."^^xsd:string ; "bob hasRole teacherRole" ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/hasSingleBondWith rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:range ; rdfs:domain ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasStereoIsomer rdf:type owl:ObjectProperty , owl:SymmetricProperty , owl:TransitiveProperty ; rdfs:label "has stereoisomer"^^xsd:string ; rdfs:comment "A symmetric, transitive relation between two isomeric compounds whose atomic connectivity is the same, but differs in its spatial arrangement of atoms."^^xsd:string ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasStructuralIsomer rdf:type owl:ObjectProperty , owl:SymmetricProperty , owl:TransitiveProperty ; rdfs:label "has structural isomer"^^xsd:string ; rdfs:comment "A symmetric, transitive relation between two isomers in which the bond structure differs."^^xsd:string ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasTag rdf:type owl:ObjectProperty ; rdfs:label "has tag" ; rdfs:comment "A relation between an entity." ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasTripleBondWith rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:range ; rdfs:domain ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/hasUnit rdf:type owl:FunctionalProperty , owl:ObjectProperty ; rdfs:label "has unit"^^xsd:string ; rdfs:comment "A relation to specify the unit of some measurement."^^xsd:string ; rdfs:domain ; rdfs:range ; rdfs:subPropertyOf ; owl:inverseOf . ### http://ontology.dumontierlab.com/immediatelyDerivesFrom rdf:type owl:ObjectProperty ; rdfs:label "immediately derives from"^^xsd:string ; rdfs:comment "A non-transitive temporal relation in which one continuant immediately derives from a non-identical continuant such that there are no (known) intermediate continuants between them."^^xsd:string ; "a molecule of alpha-D-glucose-6-phosphate immediately_derives_from D-glucose in glucose metabolism."^^xsd:string ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/immediatelyDerivesInto rdf:type owl:ObjectProperty ; rdfs:label "immediately derives into"^^xsd:string ; rdfs:comment "A non-transitive temporal relation in which one continuant immediately derives into a non-identical continuant such that there are no intermediate steps between them."^^xsd:string ; "glucose immediatelyDerivesInto glucose-6-phosphate in glucose metabolism"^^xsd:string ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/immediatelyPrecededBy rdf:type owl:ObjectProperty ; rdfs:label "immediately preceded by"^^xsd:string ; rdfs:comment "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."^^xsd:string ; owl:inverseOf ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/immediatelyPrecedes rdf:type owl:ObjectProperty ; rdfs:label "immediately precedes"^^xsd:string ; rdfs:comment "A non-transitive temporal relation in which one process is immediately precedes another process, such that there is no interval of time between the two processes."^^xsd:string ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/immediatelyTransformsFrom rdf:type owl:ObjectProperty ; rdfs:label "immediately transforms from" ; rdfs:comment "A non-transitive temporal relation between two continuants such that one continuant immediately transforms from another continuant such that there is no intermediate between them, while retaining their identity."^^xsd:string ; owl:inverseOf ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/immediatelyTransformsInto rdf:type owl:ObjectProperty ; rdfs:label "immediately transforms into"^^xsd:string ; rdfs:comment "A temporal relation in which one continuant immediately transforms into another continuant such that there is no intermediate continuant, and with which identity is maintained."^^xsd:string ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/inheresIn rdf:type owl:ObjectProperty ; rdfs:label "inheres in"^^xsd:string ; rdfs:comment "A relation between a dependent continuant and an entity."^^xsd:string ; "brown colour inheresIn hair" ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/isAdjacentTo rdf:type owl:ObjectProperty ; rdfs:label "is adjacent to"^^xsd:string ; rdfs:comment "A symmetric spatial relation between two continuants such that are adjacent to one another."^^xsd:string ; owl:inverseOf ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/isAgentIn rdf:type owl:ObjectProperty ; rdfs:label "is agent in"^^xsd:string ; rdfs:comment "A relation in which a continuant participates in a causally active way in the process."^^xsd:string ; "teacher isAgentIn teaching" ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/isContainedIn rdf:type owl:ObjectProperty ; rdfs:label "is contained in"^^xsd:string ; rdfs:comment "A spatial relation between two continuants such that one is contained in the other, but for which there is no overlap."^^xsd:string ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/isDispositionOf rdf:type owl:ObjectProperty ; rdfs:label "is disposition of"^^xsd:string ; rdfs:comment "A relation between a disposition and the entity that realizes it."^^xsd:string ; "disease isDispositionOf human" ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/isFunctionOf rdf:type owl:ObjectProperty ; rdfs:label "is function of"^^xsd:string ; rdfs:comment "A relation between a function and the entity that realizes it."^^xsd:string ; "Catalysis isFunctionOf Enzyme" ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/isImproperPartOf rdf:type owl:ObjectProperty ; rdfs:label "is improper part of"^^xsd:string ; rdfs:comment "A reflexive mereological relation such that the entities are not distinct."^^xsd:string ; "slice of cake isImproperPartOf cake" ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/isIntegralPartOf rdf:type owl:ObjectProperty ; rdfs:label "is integral part of" ; rdfs:comment "A reflexive, anti-symmetric relation that holds when C1 is part of C2 and C2 has part C1." ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/isLocatedIn rdf:type owl:ObjectProperty , owl:TransitiveProperty ; rdfs:label "is located in"^^xsd:string ; rdfs:comment "A transitive, reflexive relation between two entities such that one is located in itself and in the other."^^xsd:string ; "person isLocatedIn room" ; owl:inverseOf ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/isLocationOf rdf:type owl:ObjectProperty , owl:TransitiveProperty ; rdfs:label "is location of"^^xsd:string ; rdfs:comment "A transitive, reflexive relation between two entities such that one is the location of another."^^xsd:string ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/isPartOf rdf:type owl:ObjectProperty , owl:TransitiveProperty ; rdfs:label "part of"^^xsd:string ; rdfs:comment "A transitive, reflexive relation between two entities in which one is a part of the other."^^xsd:string ; "arm isPartOf person" ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/isParticipantIn rdf:type owl:ObjectProperty ; rdfs:label "is participant in"^^xsd:string ; rdfs:comment "A relation in which a continuant participates in some way in the process."^^xsd:string ; "person isParticipantIn his life" ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/isProperPartOf rdf:type owl:ObjectProperty ; rdfs:label "is proper part of"^^xsd:string ; rdfs:comment "An irreflexive and anti-symmetric parthood relation such that the entities are distinct."^^xsd:string ; "engine isProperPartOf car" ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/isQualityOf rdf:type owl:ObjectProperty ; rdfs:label "is quality of"^^xsd:string ; rdfs:comment "A relation between a quality and some entity."^^xsd:string ; "brown colour isQualityOf hair" ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/isReferenceFor rdf:type owl:ObjectProperty ; rdfs:label "is reference for" ; rdfs:comment "A relation between a source of information and an entity." ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/isRelatedTo rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:label "is related to"^^xsd:string ; rdfs:comment "A symmetric relation between two entities."^^xsd:string ; owl:inverseOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/isRoleOf rdf:type owl:ObjectProperty ; rdfs:label "is role of"^^xsd:string ; rdfs:comment "A relation between a role and the entity that realizes it."^^xsd:string ; "TeacherRole isRoleOf Teacher" ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/isSpatialLocationOf rdf:type owl:ObjectProperty ; rdfs:label "is spatial location of"^^xsd:string ; rdfs:comment "A relation between a region of space and an oject that occupies that space."^^xsd:string ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/isSpatiallyLocatedIn rdf:type owl:ObjectProperty ; rdfs:label "is spatially located in"^^xsd:string ; rdfs:comment "A relation between an object and a region of space."^^xsd:string ; "person isSpatiallyLocatedIn in that three dimensional spatial region" ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/isSpatiallyRelatedTo rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:label "is spatially related to"^^xsd:string ; rdfs:comment "A relation between continuants with respect to the spatial regions they occupy."^^xsd:string ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/isSpatioTemporalLocationOf rdf:type owl:ObjectProperty ; rdfs:label "is spatiotemporal location of"^^xsd:string ; rdfs:comment "A relation between aa spatial temporal region and a process."^^xsd:string ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/isSpatioTemporallyLocatedIn rdf:type owl:ObjectProperty ; rdfs:label "is spatiotemporally located in"^^xsd:string ; rdfs:comment "A relation between an entity and a spatial temporal region."^^xsd:string ; "person is spatioTemporallyLocatedIn the SpaceTime of his Life" ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/isTagOf rdf:type owl:ObjectProperty ; rdfs:label "is tag of" ; rdfs:comment "A relation between an entity." ; owl:inverseOf ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/isTemporalLocationOf rdf:type owl:ObjectProperty ; rdfs:label "is temporal location of"^^xsd:string ; rdfs:comment "A relation between two temporal entities such that a temporal region is the location of a temporal entity."^^xsd:string ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/isTemporallyLocatedIn rdf:type owl:ObjectProperty ; rdfs:label "is temporally located in"^^xsd:string ; rdfs:comment "A relation between a process and a temporal region."^^xsd:string ; "you are reading this phrase over some time interval" ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/isTemporallyRelatedTo rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:label "is temporally related to"^^xsd:string ; rdfs:comment "A relation between entities at different times."^^xsd:string ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/isUnitOf rdf:type owl:ObjectProperty ; rdfs:label "is unit of"^^xsd:string ; rdfs:comment "A relation to specify the measurement using some unit."^^xsd:string ; rdfs:range ; rdfs:domain ; rdfs:subPropertyOf . ### http://ontology.dumontierlab.com/precededBy rdf:type owl:ObjectProperty , owl:TransitiveProperty ; rdfs:label "preceded by"^^xsd:string ; rdfs:comment "A transitive, temporal relation in which one process is preceded by (has occured later than) another process."^^xsd:string ; "translation preceded_by transcription"^^xsd:string ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:range ; rdfs:domain . ### http://ontology.dumontierlab.com/precedes rdf:type owl:ObjectProperty , owl:TransitiveProperty ; rdfs:label "precedes"^^xsd:string ; rdfs:comment "A transitive, temporal relation in which one process precedes (has occured earlier than) another process."^^xsd:string ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/transformationOf rdf:type owl:ObjectProperty , owl:SymmetricProperty , owl:TransitiveProperty ; rdfs:label "transformation of"^^xsd:string ; rdfs:comment "A transitive, symmetric, temporal relation in which one continuant is the transformation of itself at another time."^^xsd:string ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/transformsFrom rdf:type owl:ObjectProperty , owl:TransitiveProperty ; rdfs:label "transforms from"^^xsd:string ; rdfs:comment "A transitive, temporal relation between two continuants such that one continuant transforms from itself at an earlier time while retaining their identity."^^xsd:string ; rdfs:subPropertyOf ; owl:inverseOf ; rdfs:domain ; rdfs:range . ### http://ontology.dumontierlab.com/transformsInto rdf:type owl:ObjectProperty , owl:TransitiveProperty ; rdfs:label "transforms into"^^xsd:string ; rdfs:comment "A transitive, temporal relation between two continuants such that one continuant transforms into another continuant at a later time while retaining their identity."^^xsd:string ; rdfs:subPropertyOf ; rdfs:range ; rdfs:domain . ################################################################# # # Data properties # ################################################################# ### http://matonto.org/ontologies/matonto#hasChemicalSymbol :hasChemicalSymbol rdf:type owl:DatatypeProperty ; rdfs:label "has chemical symbol"@en ; rdfs:comment "A chemical symbol is a notation of one or two letters representing a chemical element"@en ; rdfs:subPropertyOf :hasSymbol ; rdfs:range xsd:string . ### http://matonto.org/ontologies/matonto#hasCommonSymbol :hasCommonSymbol rdf:type owl:DatatypeProperty ; rdfs:label "has common symbol" ; rdfs:comment "A traditional or common symbol used to identify a quality in literature or mathematical functions. For example, G is the common symbol for Newton's gravitational constant, as well as for the modulus of rigidity in materials science." ; rdfs:subPropertyOf :hasSymbol ; rdfs:range xsd:string . ### http://matonto.org/ontologies/matonto#hasName :hasName rdf:type owl:DatatypeProperty ; rdfs:label "has Name"@en ; rdfs:range xsd:string . ### http://matonto.org/ontologies/matonto#hasSISymbol :hasSISymbol rdf:type owl:DatatypeProperty ; rdfs:label "has SI Unit Symbol" ; rdfs:comment "The official SI symbol for a unit. For example, kg is the symbol for kilogram." ; rdfs:subPropertyOf :hasSymbol ; rdfs:range xsd:string . ### http://matonto.org/ontologies/matonto#hasSymbol :hasSymbol rdf:type owl:DatatypeProperty ; rdfs:label "has symbol"@en ; rdfs:comment "Any string that is commonly associated with an object, or uniquely identifies it within a domain. For example, \"He\" is a symbol for Helium, and \"g\" is a symbol for the mass unit gram." ; rdfs:range xsd:string . ### http://ontology.dumontierlab.com/begins rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:label "begins"^^xsd:string ; rdfs:comment "A data property that marks the beginning of a temporal entity."^^xsd:string . ### http://ontology.dumontierlab.com/ends rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:label "end"^^xsd:string ; rdfs:comment "A data property that marks the end of a temporal entity."^^xsd:string . ### http://ontology.dumontierlab.com/hasDeltaH rdf:type owl:DatatypeProperty ; rdfs:label "has delta H"^^xsd:string ; rdfs:comment "The enthalpic component of free energy."^^xsd:string ; "change in enthalpy"^^xsd:string , "heat content"^^xsd:string ; rdfs:range xsd:double . ### http://ontology.dumontierlab.com/hasDeltaS rdf:type owl:DatatypeProperty ; rdfs:label "has delta S"^^xsd:string ; rdfs:comment "The entropy component of free energy."^^xsd:string ; "change in entropy"^^xsd:string ; rdfs:range xsd:double . ### http://ontology.dumontierlab.com/hasValue rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:label "has value"^^xsd:string ; rdfs:comment "A data type property to store a value."^^xsd:string . ### http://ontology.dumontierlab.com/isRaisedToPowerOf rdf:type owl:DatatypeProperty ; rdfs:label "is raised to the power of"^^xsd:string ; rdfs:range xsd:double . ### http://ontology.dumontierlab.com/isScaledBy rdf:type owl:DatatypeProperty ; rdfs:label "is scaled by"^^xsd:string ; rdfs:range xsd:double . ### http://ontology.dumontierlab.com/isShiftedBy rdf:type owl:DatatypeProperty ; rdfs:label "is shifted by"^^xsd:string ; rdfs:range xsd:double . ################################################################# # # Classes # ################################################################# ### http://matonto.org/ontologies/matonto#Alloy :Alloy rdf:type owl:Class ; rdfs:label "Alloy"@en ; rdfs:subClassOf . ### http://matonto.org/ontologies/matonto#BandGap :BandGap rdf:type owl:Class ; rdfs:label "band gap" ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom :BandGapUnit ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom :BandGapUnit ] ; rdfs:comment "The energy difference between the top of the valence band and the botto of the conduction band in insulators and semiconductors" . ### http://matonto.org/ontologies/matonto#BandGapUnit :BandGapUnit rdf:type owl:Class ; rdfs:label "band gap unit" ; rdfs:subClassOf ; rdfs:comment "A standard unit for band gap" . ### http://matonto.org/ontologies/matonto#BulkModulus :BulkModulus rdf:type owl:Class ; rdfs:label "bulk modulus" ; rdfs:subClassOf :ElasticModulus ; rdfs:comment "The bulk modulus describes volumetric elasticity, or the tendency of an object to deform in all directions when uniformly loaded in all directions; it is defined as volumetric stress over volumetric strain, and is the inverse of compressibility. The bulk modulus is an extension of Young's modulus to three dimensions." . ### http://matonto.org/ontologies/matonto#CeramicMaterial :CeramicMaterial rdf:type owl:Class ; rdfs:label "Ceramic Material"^^xsd:string ; rdfs:subClassOf :Material ; rdfs:comment "A ceramic material that is studied in materials science."^^xsd:string . ### http://matonto.org/ontologies/matonto#Ceramics :Ceramics rdf:type owl:Class ; rdfs:label "ceramics" ; rdfs:subClassOf :MaterialCategory . ### http://matonto.org/ontologies/matonto#ChemicalClass :ChemicalClass rdf:type owl:Class ; rdfs:label "Chemical Class"^^xsd:string ; rdfs:subClassOf . ### http://matonto.org/ontologies/matonto#ChemicalFamily :ChemicalFamily rdf:type owl:Class ; rdfs:label "Chemical Family"^^xsd:string ; rdfs:subClassOf . ### http://matonto.org/ontologies/matonto#ChemicalFormula :ChemicalFormula rdf:type owl:Class ; rdfs:label "Chemical Formula"^^xsd:string ; rdfs:subClassOf . ### http://matonto.org/ontologies/matonto#ClosedThermodynamicSystem :ClosedThermodynamicSystem rdf:type owl:Class ; rdfs:label "closed thermodynamic system" ; rdfs:subClassOf :ThermodynamicSystem ; rdfs:comment "a thermodynamic system in which no mass can be transferred in or out of the system boundaries" . ### http://matonto.org/ontologies/matonto#Composites :Composites rdf:type owl:Class ; rdfs:label "composites" ; rdfs:subClassOf :MaterialCategory . ### http://matonto.org/ontologies/matonto#CrystalSystem :CrystalSystem rdf:type owl:Class ; rdfs:label "crystal system" ; rdfs:subClassOf :SpaceGroupProperty . ### http://matonto.org/ontologies/matonto#ElasticModulus :ElasticModulus rdf:type owl:Class ; rdfs:label "elastic modulus" ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; "modulus of elasticity" ; rdfs:comment "An elastic modulus, or modulus of elasticity, is the mathematical description of an object or substance's tendency to be deformed elastically (i.e., non-permanently) when a force is applied to it. The elastic modulus of an object is defined as the slope of its stress�strain curve in the elastic deformation region." . ### http://matonto.org/ontologies/matonto#Elastomers :Elastomers rdf:type owl:Class ; rdfs:label "elastomers" ; rdfs:subClassOf :Polymers ; rdfs:comment "A rubber-like (viscoelastic) polymer. Generally, has a low Young's modulus and high failure strain." . ### http://matonto.org/ontologies/matonto#EmpiricalFormula :EmpiricalFormula rdf:type owl:Class ; rdfs:label "Empirical Formula" ; rdfs:subClassOf :ChemicalFormula ; rdfs:comment "In chemistry, the empirical formula of a chemical is a simple expression of the relative number of each type of atom or ratio of the elements in the compound. Empirical formulas are the standard for ionic compounds, such as CaCl2, and for macromolecules, such as SiO2." . ### http://matonto.org/ontologies/matonto#Enthalpy :Enthalpy rdf:type owl:Class ; rdfs:label "enthalpy" ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom :EnthalpyUnit ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom :EnthalpyUnit ] ; rdfs:comment "A measure of the total energy of a thermodynamic system." . ### http://matonto.org/ontologies/matonto#EnthalpyUnit :EnthalpyUnit rdf:type owl:Class ; rdfs:label "enthalpy unit" ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "a standard measurement unit for enthalpy" . ### http://matonto.org/ontologies/matonto#ExtensiveProperty :ExtensiveProperty rdf:type owl:Class ; rdfs:label "extensive property" ; rdfs:subClassOf ; owl:disjointWith :IntensiveProperty ; rdfs:comment "An extensive property is a physical quantity that is the sum of the properties of separate noninteracting subsystems that compose the entire system. The value of such an additive property is proportional to the size of the system it describes, or to the quantity of matter in the system" . ### http://matonto.org/ontologies/matonto#FlexuralModulus :FlexuralModulus rdf:type owl:Class ; rdfs:label "flexural modulus" ; rdfs:subClassOf :IntensiveProperty , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; "bending modulus" ; rdfs:comment "In mechanics, the flexural modulus or bending modulus is the ratio of stress to strain in flexural deformation, or the tendency for a material to bend. It is determined from the slope of a stress-strain curve produced by a flexural test, and uses units of force per area." . ### http://matonto.org/ontologies/matonto#FlexuralStrength :FlexuralStrength rdf:type owl:Class ; rdfs:label "flexural strength" ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; "modulus of rupture" , "bend strength" ; rdfs:comment "Flexural strength is a mechanical parameter for brittle material, is defined as a material's ability to resist deformation under load." . ### http://matonto.org/ontologies/matonto#FractureToughness :FractureToughness rdf:type owl:Class ; rdfs:label "fracture toughness" ; rdfs:subClassOf . ### http://matonto.org/ontologies/matonto#GibbsFreeEnergy :GibbsFreeEnergy rdf:type owl:Class ; rdfs:label "Gibbs free energy" ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "a measure of the process-initiating work obtainable from a thermodynamic system at a constant temperature and pressure." . ### http://matonto.org/ontologies/matonto#Glasses :Glasses rdf:type owl:Class ; rdfs:label "glasses" ; rdfs:subClassOf :MaterialCategory . ### http://matonto.org/ontologies/matonto#GrainSize :GrainSize rdf:type owl:Class ; rdfs:label "grain size" ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; "particle size" ; rdfs:comment "Grain size refers to the diameter of individual grains of sediment, or the lithified particles in clastic rocks. The term may also be applied to other granular materials. This is different from the crystallite size, which is the size of a single crystal inside the particles or grains. A single grain can be composed of several crystals. Granular material can range from very small colloidal particles, through clay, silt, sand, and gravel, to boulders." . ### http://matonto.org/ontologies/matonto#Hardness :Hardness rdf:type owl:Class ; rdfs:label "Hardness" ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "Hardness is a measure of how resistant solid matter is to various kindos of permanent shape change when force is applied" . ### http://matonto.org/ontologies/matonto#HardnessRange :HardnessRange rdf:type owl:Class ; rdfs:label "Hardness Range" ; rdfs:subClassOf ; rdfs:comment "A range of hardness with an upper and lower bound" . ### http://matonto.org/ontologies/matonto#HardnessRangeLowerBound :HardnessRangeLowerBound rdf:type owl:Class ; rdfs:label "Hardness Range Lower Bound" ; rdfs:subClassOf :HardnessRange , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A lower bound of a hardness range" . ### http://matonto.org/ontologies/matonto#HardnessRangeUpperBound :HardnessRangeUpperBound rdf:type owl:Class ; rdfs:label "Hardness Range Upper Bound" ; rdfs:subClassOf :HardnessRange , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "An upper bound of a hardness range" . ### http://matonto.org/ontologies/matonto#HeatCapacity :HeatCapacity rdf:type owl:Class ; rdfs:label "heat capacity" ; rdfs:subClassOf :ExtensiveProperty , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "Heat capacity is the measurable physical quantity of heat energy required to change the temperature of an object by a given amount." ; "thermal capacity" . ### http://matonto.org/ontologies/matonto#HelmholtzFreeEnergy :HelmholtzFreeEnergy rdf:type owl:Class ; rdfs:label "Helmholtz free energy" ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "the workobtainable from a closed thermodynamic system at a constant temperature" . ### http://matonto.org/ontologies/matonto#IntensiveProperty :IntensiveProperty rdf:type owl:Class ; rdfs:label "intensive property" ; rdfs:subClassOf ; "bulk property" ; rdfs:comment "An intensive property is a physical property of a system that does not depend on the system size or the amount of material in the system." . ### http://matonto.org/ontologies/matonto#InternalEnergy :InternalEnergy rdf:type owl:Class ; rdfs:label "internal energy" ; rdfs:subClassOf ; rdfs:comment "energy contained by a thermodynamic system" . ### http://matonto.org/ontologies/matonto#IsolatedThermodynamicSystem :IsolatedThermodynamicSystem rdf:type owl:Class ; rdfs:label "isolated thermodynamic system" ; rdfs:subClassOf :ThermodynamicSystem ; rdfs:comment "a thermodynamic system that does not interact with its surroundings in any way" . ### http://matonto.org/ontologies/matonto#LatticeParameter :LatticeParameter rdf:type owl:Class ; rdfs:label "Lattice Parameter" ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "Physical dimension of unit cells in a crystal lattice" ; "Lattice Constant" . ### http://matonto.org/ontologies/matonto#LatticeParameterA :LatticeParameterA rdf:type owl:Class ; rdfs:label "Lattice Parameter A" ; rdfs:subClassOf :LatticeParameter ; "Lattice Constant A" ; rdfs:comment "One of the three lattice constants, used for measuring lattices in three dimensions. Only A is used in cubic crystal structures because all parameters are equal. Only A and C are used in hexagonal crystal system" . ### http://matonto.org/ontologies/matonto#LatticeParameterB :LatticeParameterB rdf:type owl:Class ; rdfs:label "Lattice Parameter B" ; rdfs:subClassOf :LatticeParameter ; rdfs:comment "One of the three lattice constants, used for measuring lattices in three dimensions. Only A is used in cubic crystal structures because all parameters are equal. Only A and C are used in hexagonal crystal system" ; "Lattice Constant B" . ### http://matonto.org/ontologies/matonto#LatticeParameterC :LatticeParameterC rdf:type owl:Class ; rdfs:label "Lattice Parameter C" ; rdfs:subClassOf :LatticeParameter ; rdfs:comment "One of the three lattice constants, used for measuring lattices in three dimensions. Only A is used in cubic crystal structures because all parameters are equal. Only A and C are used in hexagonal crystal system" ; "Lattice Constant C" . ### http://matonto.org/ontologies/matonto#Material :Material rdf:type owl:Class ; rdfs:label "material" ; rdfs:subClassOf ; rdfs:comment "A chemical substance that is studied in materials science." . ### http://matonto.org/ontologies/matonto#MaterialCategory :MaterialCategory rdf:type owl:Class ; rdfs:label "material category" ; rdfs:subClassOf :MaterialQuality ; rdfs:comment "A category used to classify different materials." . ### http://matonto.org/ontologies/matonto#MaterialQuality :MaterialQuality rdf:type owl:Class ; rdfs:label "material quality" ; rdfs:subClassOf ; rdfs:comment "Qualities of chemical substances that are studied in materials science." . ### http://matonto.org/ontologies/matonto#MeltingPoint :MeltingPoint rdf:type owl:Class ; rdfs:label "Melting Point" ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "The temperature at which a solid changes state to a liquid at atmospheric pressure" . ### http://matonto.org/ontologies/matonto#Metals :Metals rdf:type owl:Class ; rdfs:label "metals" ; rdfs:subClassOf :MaterialCategory . ### http://matonto.org/ontologies/matonto#MolecularFormula :MolecularFormula rdf:type owl:Class ; rdfs:label "Molecular Formula" ; rdfs:subClassOf :ChemicalFormula ; rdfs:comment "A molecular formula enumerates the number of atoms to reflect those in the molecule, so that the molecular formula for glucose is C6H12O6 rather than the glucose empirical formula, which is CH2O" . ### http://matonto.org/ontologies/matonto#Nanomaterials :Nanomaterials rdf:type owl:Class ; rdfs:label "nanomaterials" ; rdfs:subClassOf :MaterialCategory . ### http://matonto.org/ontologies/matonto#OpenThermodynamicSystem :OpenThermodynamicSystem rdf:type owl:Class ; rdfs:label "open thermodynamic system" ; rdfs:subClassOf :ThermodynamicSystem ; rdfs:comment "a thermodynamic system in which matter may flow in and out of some segments of the system boundaries" . ### http://matonto.org/ontologies/matonto#PhaseEquilibrium :PhaseEquilibrium rdf:type owl:Class ; rdfs:label "Phase Equilibrium"@en ; rdfs:subClassOf ; rdfs:comment "The conditions at which two phases can be at equilibrium"@en . ### http://matonto.org/ontologies/matonto#Plastics :Plastics rdf:type owl:Class ; rdfs:label "plastics" ; rdfs:subClassOf :Polymers . ### http://matonto.org/ontologies/matonto#Polymers :Polymers rdf:type owl:Class ; rdfs:label "polymers" ; rdfs:subClassOf :MaterialCategory . ### http://matonto.org/ontologies/matonto#Refractory :Refractory rdf:type owl:Class ; rdfs:label "refactory" ; rdfs:subClassOf :MaterialCategory . ### http://matonto.org/ontologies/matonto#ShearModulus :ShearModulus rdf:type owl:Class ; rdfs:label "shear modulus" ; rdfs:subClassOf :ElasticModulus ; "modulus of rigidity" ; rdfs:comment "The shear modulus describes an object's tendency to shear (the deformation of shape at constant volume) when acted upon by opposing forces; it is defined as shear stress over shear strain. The shear modulus is part of the derivation of viscosity." . ### http://matonto.org/ontologies/matonto#SpaceGroup :SpaceGroup rdf:type owl:Class ; rdfs:label "space group" ; rdfs:subClassOf ; rdfs:comment " the symmetry group of a configuration in space, usually in three dimensions" . ### http://matonto.org/ontologies/matonto#SpaceGroupHall :SpaceGroupHall rdf:type owl:Class ; rdfs:label "hall" ; rdfs:subClassOf :SpaceGroupProperty . ### http://matonto.org/ontologies/matonto#SpaceGroupNumber :SpaceGroupNumber rdf:type owl:Class ; rdfs:label "space group number" ; rdfs:subClassOf :SpaceGroupProperty . ### http://matonto.org/ontologies/matonto#SpaceGroupPointGroup :SpaceGroupPointGroup rdf:type owl:Class ; rdfs:label "point group" ; rdfs:subClassOf :SpaceGroupProperty . ### http://matonto.org/ontologies/matonto#SpaceGroupProperty :SpaceGroupProperty rdf:type owl:Class ; rdfs:label "space group property" ; rdfs:subClassOf . ### http://matonto.org/ontologies/matonto#SpecificHeat :SpecificHeat rdf:type owl:Class ; rdfs:label "specific heat" ; rdfs:subClassOf :IntensiveProperty , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "Specific heat is the heat capacity per unit mass of a material." ; "specific heat capacity" . ### http://matonto.org/ontologies/matonto#Stress :Stress rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "In continuum mechanics, stress is a physical quantity that expresses the internal forces that neighbouring particles of a continuous material exert on each other." . ### http://matonto.org/ontologies/matonto#StructureType :StructureType rdf:type owl:Class ; rdfs:label "Structure Type"^^xsd:string ; rdfs:subClassOf :MaterialQuality . ### http://matonto.org/ontologies/matonto#TemperatureRange :TemperatureRange rdf:type owl:Class ; rdfs:label "Temperature Range" ; rdfs:subClassOf ; rdfs:comment "A range of temperature with an upper and lower bound" . ### http://matonto.org/ontologies/matonto#TemperatureRangeLowerBound :TemperatureRangeLowerBound rdf:type owl:Class ; rdfs:label "Temperature Range Lower Bound" ; rdfs:subClassOf :TemperatureRange , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A lower bound of a temperature range" . ### http://matonto.org/ontologies/matonto#TemperatureRangeUpperBound :TemperatureRangeUpperBound rdf:type owl:Class ; rdfs:label "Temperature Range Upper Bound" ; rdfs:subClassOf :TemperatureRange , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "An upper bound of a temperature range" . ### http://matonto.org/ontologies/matonto#ThermalExpansion :ThermalExpansion rdf:type owl:Class ; rdfs:label "Thermal Expansion" ; rdfs:subClassOf ; rdfs:comment "The tendency of matter to change in volume in response to a change in temperature" . ### http://matonto.org/ontologies/matonto#ThermodynamicSystem :ThermodynamicSystem rdf:type owl:Class ; rdfs:label "thermodynamic system" ; rdfs:subClassOf ; rdfs:comment "a macroscopic region defined by boundaries that determine processes which are allowed to affect the interior of the region" . ### http://matonto.org/ontologies/matonto#UltimateTensileStrength :UltimateTensileStrength rdf:type owl:Class ; rdfs:label "ultimate tensile strength" ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; "ultimate strength" , "UTS" ; rdfs:comment "Ultimate tensile strength is the maximum stress that a material can withstand while being stretched or pulled before failing or breaking." ; "tensile strength" , "TS" . ### http://matonto.org/ontologies/matonto#WeibullModulus :WeibullModulus rdf:type owl:Class ; rdfs:label "weibull modulus" ; rdfs:subClassOf ; rdfs:comment "The Weibull modulus is a dimensionless parameter of the Weibull distribution which is used to describe variability in measured material strength of brittle materials." . ### http://matonto.org/ontologies/matonto#YoungsModulus :YoungsModulus rdf:type owl:Class ; rdfs:label "youngs modulus" ; rdfs:subClassOf :ElasticModulus ; "tensile modulus" , "Young's modulus" ; rdfs:comment "Young's modulus is a measure of the stiffness of an elastic isotropic material and is a quantity used to characterize materials. It is defined as the ratio of the stress along an axis over the strain along that axis in the range of stress in which Hooke's law holds." . ### http://ontology.dumontierlab.com/AbsorbedDose rdf:type owl:Class ; rdfs:label "absorbed dose"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "The measure of the energy deposited in a medium by ionising radiation."^^xsd:string . ### http://ontology.dumontierlab.com/AbsorbedDoseRate rdf:type owl:Class ; rdfs:label "absorbed dose rate"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "The measure of the rate of energy deposited in a medium by ionising radiation."^^xsd:string . ### http://ontology.dumontierlab.com/AbsorbedDoseRateUnit rdf:type owl:Class ; rdfs:label "absorbed dose rate unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for the absorbed dose rate."^^xsd:string . ### http://ontology.dumontierlab.com/AbsorbedDoseUnit rdf:type owl:Class ; rdfs:label "absorbed dose unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for absorbed dose."^^xsd:string . ### http://ontology.dumontierlab.com/Acceleration rdf:type owl:Class ; rdfs:label "acceleration"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "The measure of the rate at which an object's velocity is changing."^^xsd:string . ### http://ontology.dumontierlab.com/AccelerationUnit rdf:type owl:Class ; rdfs:label "acceleration unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for acceleration."^^xsd:string . ### http://ontology.dumontierlab.com/Acid rdf:type owl:Class ; rdfs:label "acid"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A chemical compound that when dissolved in water, has a pH less than 7.0. It is also defined by a compound that donates a hydrogen ion."^^xsd:string . ### http://ontology.dumontierlab.com/AcidBaseReaction rdf:type owl:Class ; rdfs:label "acid-base reaction"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A chemical reaction in which an acid reacts with a base."^^xsd:string . ### http://ontology.dumontierlab.com/Acidic rdf:type owl:Class ; rdfs:label "acidic"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , . ### http://ontology.dumontierlab.com/Acidity rdf:type owl:Class ; rdfs:label "acidity"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "The quality of being acidic, basic or neutral."^^xsd:string . ### http://ontology.dumontierlab.com/Actinide rdf:type owl:Class ; rdfs:label "actinide" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "One of 15 elements that lie between actinium and lawrencium on the periodic table, with atomic numbers 89 - 103." . ### http://ontology.dumontierlab.com/Actinium rdf:type owl:Class ; rdfs:label "Actinium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ActiniumAtom rdf:type owl:Class ; rdfs:label "Actinium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "89.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Acyclic rdf:type owl:Class ; rdfs:label "acyclic"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "The quality of having an open chain structure."^^xsd:string . ### http://ontology.dumontierlab.com/AcylBromide rdf:type owl:Class ; rdfs:label "acyl bromide"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AcylBromideGroup rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AcylChloride rdf:type owl:Class ; rdfs:label "acyl chloride"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AcylChlorideGroup rdf:type owl:Class ; rdfs:label "acyl chloride group"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AcylCompound rdf:type owl:Class ; rdfs:label "acyl compound" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AcylFluoride rdf:type owl:Class ; rdfs:label "acyl fluoride"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AcylFluorideGroup rdf:type owl:Class ; rdfs:label "acyl fluoride group"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AcylGroup rdf:type owl:Class ; rdfs:label "acyl group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ] ) ] ; rdfs:subClassOf ; rdfs:comment "C-(C=O)-C" . ### http://ontology.dumontierlab.com/AcylHalide rdf:type owl:Class ; rdfs:label "acyl halide" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AcylHalideGroup rdf:type owl:Class ; rdfs:label "acyl halide group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AcylIodide rdf:type owl:Class ; rdfs:label "acyl iodide"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AcylIodideGroup rdf:type owl:Class ; rdfs:label "acyl iodide group"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AdditionReaction rdf:type owl:Class ; rdfs:label "addition reaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment """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"""^^xsd:string . ### http://ontology.dumontierlab.com/AggregatedCarbonNanorods rdf:type owl:Class ; rdfs:label "aggregated carbon nanorods"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "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. T"^^xsd:string . ### http://ontology.dumontierlab.com/Alcohol rdf:type owl:Class ; rdfs:label "alcohol" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Aldehyde rdf:type owl:Class ; rdfs:label "aldehyde" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AldehydeGroup rdf:type owl:Class ; rdfs:label "aldehyde group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AlkaliMetal rdf:type owl:Class ; rdfs:label "alkali metal" ; owl:equivalentClass ; rdfs:subClassOf ; rdfs:comment "A an element of group 1 (IUPAC style) of the periodic table: lithium (Li), sodium (Na), potassium (K), rubidium (Rb), caesium (Cs), and francium (Fr)." . ### http://ontology.dumontierlab.com/AlkalineEarthMetals rdf:type owl:Class ; rdfs:label "alkaline earth metal" ; owl:equivalentClass ; rdfs:subClassOf ; rdfs:comment "An element of Group 2 (IUPAC style) of the periodic table: beryllium (Be), magnesium (Mg), calcium (Ca), strontium (Sr), barium (Ba) and radium (Ra)." . ### http://ontology.dumontierlab.com/Alkyl rdf:type owl:Class ; rdfs:label "alkyl" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:unionOf ( ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Allotrope rdf:type owl:Class ; rdfs:label "allotrope"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A structural variant of an element."^^xsd:string . ### http://ontology.dumontierlab.com/Aluminium rdf:type owl:Class ; rdfs:label "Aluminium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AluminiumAtom rdf:type owl:Class ; rdfs:label "Aluminium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "13.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Americium rdf:type owl:Class ; rdfs:label "Americium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AmericiumAtom rdf:type owl:Class ; rdfs:label "Americium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "95.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Amide rdf:type owl:Class ; rdfs:label "amide" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AmideGroup rdf:type owl:Class ; rdfs:label "amide group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Amine rdf:type owl:Class ; rdfs:label "amine" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AmineGroup rdf:type owl:Class ; rdfs:label "amine group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AmorphousCarbon rdf:type owl:Class ; rdfs:label "amorphous carbon"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "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."^^xsd:string . ### http://ontology.dumontierlab.com/AmountOfSubstance rdf:type owl:Class ; rdfs:label "amount of substance"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "The measure of the number of elementary entities in the object."^^xsd:string . ### http://ontology.dumontierlab.com/AmountOfSubstanceConcentration rdf:type owl:Class ; rdfs:label "amount of substance concentration"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the number of atoms per unit volume in a sample of a matter."^^xsd:string . ### http://ontology.dumontierlab.com/AmountOfSubstanceConcentrationUnit rdf:type owl:Class ; rdfs:label "amount of substance concentration unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for an amount of substance concentration."^^xsd:string . ### http://ontology.dumontierlab.com/AmountOfSubstanceUnit rdf:type owl:Class ; rdfs:label "amount of substance unit"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A standard measure for the amount of substance."^^xsd:string . ### http://ontology.dumontierlab.com/Angle rdf:type owl:Class ; rdfs:label "angle"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "The measure of the amount of rotation."^^xsd:string . ### http://ontology.dumontierlab.com/AngleUnit rdf:type owl:Class ; rdfs:label "angle unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for angle."^^xsd:string . ### http://ontology.dumontierlab.com/AngularAcceleration rdf:type owl:Class ; rdfs:label "angular acceleration"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "The measure of the rate of change of angular velocity over time."^^xsd:string . ### http://ontology.dumontierlab.com/AngularAccelerationUnit rdf:type owl:Class ; rdfs:label "angular acceleration unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for angular acceleration unit."^^xsd:string . ### http://ontology.dumontierlab.com/AngularVelocity rdf:type owl:Class ; rdfs:label "angular velocity"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the angular displacement per unit time."^^xsd:string . ### http://ontology.dumontierlab.com/AngularVelocityUnit rdf:type owl:Class ; rdfs:label "angular velocity unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for angular velocity."^^xsd:string . ### http://ontology.dumontierlab.com/Anion rdf:type owl:Class ; rdfs:label "anion"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf ; rdfs:comment "A negatively charged ion."^^xsd:string . ### http://ontology.dumontierlab.com/AntiConformation rdf:type owl:Class ; rdfs:label "anti conformation"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , , , , , , , ; rdfs:comment "An anti conformation is a chemical conformation in which the torsion angle is between +/-90 and 180 degrees."^^xsd:string ; "Wikipedia"^^xsd:string . ### http://ontology.dumontierlab.com/AnticlinalConformation rdf:type owl:Class ; rdfs:label "anticlinal conformation"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , , , , , , ; rdfs:comment "An anticlinal conformation is a chemical conformation in which the torsion angle is between 90 to 150 or -90 to -150 degrees."^^xsd:string ; "Wikipedia"^^xsd:string . ### http://ontology.dumontierlab.com/Antimony rdf:type owl:Class ; rdfs:label "Antimony"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AntimonyAtom rdf:type owl:Class ; rdfs:label "Antimony Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "51.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Area rdf:type owl:Class ; rdfs:label "area"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the space enclosed within a plane."^^xsd:string . ### http://ontology.dumontierlab.com/AreaDensity rdf:type owl:Class ; rdfs:label "area density"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of mass per unit area."^^xsd:string . ### http://ontology.dumontierlab.com/AreaDensityUnit rdf:type owl:Class ; rdfs:label "area density unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure of area density."^^xsd:string . ### http://ontology.dumontierlab.com/AreaUnit rdf:type owl:Class ; rdfs:label "area unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for area."^^xsd:string . ### http://ontology.dumontierlab.com/Argon rdf:type owl:Class ; rdfs:label "Argon"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ArgonAtom rdf:type owl:Class ; rdfs:label "Argon Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "18.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Aromatic rdf:type owl:Class ; rdfs:label "aromatic"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "The quality of having delocalized electrons."^^xsd:string . ### http://ontology.dumontierlab.com/AromaticBond rdf:type owl:Class ; rdfs:label "aromatic bond"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A bond in which the electrons are delocalized across multiple atoms."^^xsd:string , "A chemical bond that in which extra stability is obtained by the sharing of electrons below and above the plane."^^xsd:string . ### http://ontology.dumontierlab.com/AromaticRing rdf:type owl:Class ; rdfs:label "aromatic ring"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "A ring in which the electrons are delocalized across all bonds in the ring."^^xsd:string . ### http://ontology.dumontierlab.com/Aromaticity rdf:type owl:Class ; rdfs:label "aromaticity"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The quality of a conjugated ring of unsaturated bonds, lone pairs, or empty orbitals exhibit a stabilization stronger than would be expected by the stabilization of conjugation alone."^^xsd:string . ### http://ontology.dumontierlab.com/Arsenic rdf:type owl:Class ; rdfs:label "Arsenic"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ArsenicAtom rdf:type owl:Class ; rdfs:label "Arsenic Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "33.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Aryl rdf:type owl:Class ; rdfs:label "aryl" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Astatine rdf:type owl:Class ; rdfs:label "Astatine"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/AstatineAtom rdf:type owl:Class ; rdfs:label "Astatine Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "85.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf ; owl:disjointWith , , , , , , , , , . ### http://ontology.dumontierlab.com/Atom rdf:type owl:Class ; rdfs:label "atom"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; owl:disjointWith , , , ; rdfs:comment "A particle that retains all the chemical properties of a given element."^^xsd:string ; owl:disjointUnionOf ( ) . ### http://ontology.dumontierlab.com/AtomProperty rdf:type owl:Class ; rdfs:label "atom property"^^xsd:string ; rdfs:subClassOf , ; rdfs:comment "A property of an atom."^^xsd:string . ### http://ontology.dumontierlab.com/AtomicNumber rdf:type owl:Class ; rdfs:label "atomic number"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The number of protons in an atom."^^xsd:string . ### http://ontology.dumontierlab.com/AttoScaledUnit rdf:type owl:Class ; rdfs:label "atto scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0E-17"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^-18."^^xsd:string . ### http://ontology.dumontierlab.com/Barium rdf:type owl:Class ; rdfs:label "Barium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/BariumAtom rdf:type owl:Class ; rdfs:label "Barium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "56.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Base rdf:type owl:Class ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Basic rdf:type owl:Class ; rdfs:label "basic"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith . ### http://ontology.dumontierlab.com/Berkelium rdf:type owl:Class ; rdfs:label "Berkelium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/BerkeliumAtom rdf:type owl:Class ; rdfs:label "Berkelium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "97.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Beryllium rdf:type owl:Class ; rdfs:label "Beryllium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/BerylliumAtom rdf:type owl:Class ; rdfs:label "Beryllium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "4.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/BinaryCompound rdf:type owl:Class ; rdfs:label "binary compound"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A chemical compound consisting of only atoms of two different element."^^xsd:string ; "NaCl (Sodium Chloride) is a binary compound, as it is an ionically bound compound made up of two elements."^^xsd:string . ### http://ontology.dumontierlab.com/Bismuth rdf:type owl:Class ; rdfs:label "Bismuth"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/BismuthAtom rdf:type owl:Class ; rdfs:label "Bismuth Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "83.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/BlockElement rdf:type owl:Class ; rdfs:label "periodic block" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element of the periodic table for which, in the atomic ground state, the highest-energy electrons occupy some orbital."^^xsd:string . ### http://ontology.dumontierlab.com/Bohrium rdf:type owl:Class ; rdfs:label "Bohrium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/BohriumAtom rdf:type owl:Class ; rdfs:label "Bohrium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "107.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Boron rdf:type owl:Class ; rdfs:label "Boron"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/BoronAtom rdf:type owl:Class ; rdfs:label "Boron Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "5.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/BoronGroupElement rdf:type owl:Class ; rdfs:label "boron group element" ; owl:equivalentClass ; rdfs:subClassOf ; rdfs:comment "An element in group 13 (IUPAC style) of the periodic table." . ### http://ontology.dumontierlab.com/BoseEinsteinCondensate rdf:type owl:Class ; rdfs:label "bose einstein condensate"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Bromine rdf:type owl:Class ; rdfs:label "Bromine"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/BromineAtom rdf:type owl:Class ; rdfs:label "Bromine Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "35.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf ; owl:disjointWith , , , , , , , , . ### http://ontology.dumontierlab.com/CASName rdf:type owl:Class ; rdfs:label "CAS name"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A name given by the Chemical Abstracts Service (CAS)."^^xsd:string . ### http://ontology.dumontierlab.com/Cadmium rdf:type owl:Class ; rdfs:label "Cadmium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/CadmiumAtom rdf:type owl:Class ; rdfs:label "Cadmium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "48.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Caesium rdf:type owl:Class ; rdfs:label "Caesium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/CaesiumAtom rdf:type owl:Class ; rdfs:label "Caesium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "55.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Calcium rdf:type owl:Class ; rdfs:label "Calcium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/CalciumAtom rdf:type owl:Class ; rdfs:label "Calcium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "20.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Californium rdf:type owl:Class ; rdfs:label "Californium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/CaliforniumAtom rdf:type owl:Class ; rdfs:label "Californium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "98.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Capacitance rdf:type owl:Class ; rdfs:label "capacitance"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "The measure of the amount of electric charge stored for a given electric potential."^^xsd:string . ### http://ontology.dumontierlab.com/CapacitanceUnit rdf:type owl:Class ; rdfs:label "capacitance unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for capacitance."^^xsd:string . ### http://ontology.dumontierlab.com/Carbon rdf:type owl:Class ; rdfs:label "Carbon"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/CarbonAllotrope rdf:type owl:Class ; rdfs:label "carbon allotrope"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An allotrope of carbon."^^xsd:string . ### http://ontology.dumontierlab.com/CarbonAtom rdf:type owl:Class ; rdfs:label "Carbon Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "6.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf ; owl:disjointWith , , , , , , , . ### http://ontology.dumontierlab.com/CarbonGroup rdf:type owl:Class ; rdfs:label "carbon group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/CarbonGroupElement rdf:type owl:Class ; rdfs:label "carbon group element" ; owl:equivalentClass ; rdfs:subClassOf ; rdfs:comment "An element in group 14 (IUPAC style) of the periodic table." . ### http://ontology.dumontierlab.com/CarbonNanofoam rdf:type owl:Class ; rdfs:label "carbon nanofoam"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "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."^^xsd:string . ### http://ontology.dumontierlab.com/CarbonylCompound rdf:type owl:Class ; rdfs:label "carbonyl compound" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/CarbonylGroup rdf:type owl:Class ; rdfs:label "carbonyl group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/CarboxylicAcid rdf:type owl:Class ; rdfs:label "carboxylic acid" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/CarboxylicAcidGroup rdf:type owl:Class ; rdfs:label "carboxylic acid group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Catalyst rdf:type owl:Class ; rdfs:label "catalyst"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A chemical agent that increases the rate of reaction by lowering the activation energy."^^xsd:string . ### http://ontology.dumontierlab.com/CatalyticActivity rdf:type owl:Class ; rdfs:label "catalytic activity"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "The measure of the acceleration of a chemical reaction."^^xsd:string . ### http://ontology.dumontierlab.com/CatalyticActivityUnit rdf:type owl:Class ; rdfs:label "catalytic activity unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for catalytic activity."^^xsd:string . ### http://ontology.dumontierlab.com/CatalyticConcentration rdf:type owl:Class ; rdfs:label "catalytic concentration"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "The measure of catalytic activity per unit volume."^^xsd:string . ### http://ontology.dumontierlab.com/CatalyticConcentrationUnit rdf:type owl:Class ; rdfs:label "catalytic concentration unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for catalytic concentration."^^xsd:string . ### http://ontology.dumontierlab.com/CatalyzedReaction rdf:type owl:Class ; rdfs:label "catalyzed reaction"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A chemical reaction that is catalyzed by some agent."^^xsd:string . ### http://ontology.dumontierlab.com/Cation rdf:type owl:Class ; rdfs:label "cation"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf ; rdfs:comment "A positively charged ion."^^xsd:string . ### http://ontology.dumontierlab.com/CationPiInteraction rdf:type owl:Class ; rdfs:label "cation pi interaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An electronic interaction between the localized negative charge of π orbital electrons, located above and below the plane of an aromatic ring, and a positive charge."^^xsd:string . ### http://ontology.dumontierlab.com/CentiScaledUnit rdf:type owl:Class ; rdfs:label "centi scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "0.1"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^-2."^^xsd:string . ### http://ontology.dumontierlab.com/Cerium rdf:type owl:Class ; rdfs:label "Cerium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/CeriumAtom rdf:type owl:Class ; rdfs:label "Cerium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "58.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Chalcogen rdf:type owl:Class ; rdfs:label "chalcogen" ; owl:equivalentClass ; rdfs:subClassOf ; rdfs:comment "An element of Group 16 in the periodic table. It consists of the elements oxygen (O), sulfur (S), selenium (Se), tellurium (Te), the radioactive polonium (Po), and the synthetic ununhexium (Uuh)." . ### http://ontology.dumontierlab.com/Chaoite rdf:type owl:Class ; rdfs:label "chaoite"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An allotrope of carbon that is slightly harder than graphite with a reflection colour of grey to white."^^xsd:string . ### http://ontology.dumontierlab.com/ChemicalAgent rdf:type owl:Class ; rdfs:label "chemical agent"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A chemical that acts on another chemical."^^xsd:string . ### http://ontology.dumontierlab.com/ChemicalBond rdf:type owl:Class ; rdfs:label "bond"^^xsd:string , "chemical bond"^^xsd:string ; rdfs:subClassOf , , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ] ; owl:disjointWith , ; rdfs:comment "A strong interaction between atoms."^^xsd:string , "The attractive interaction between atoms."^^xsd:string . ### http://ontology.dumontierlab.com/ChemicalConformation rdf:type owl:Class ; rdfs:label "chemical conformation"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "The quality of a conformer due to the spatial orientation of atoms rotating about a bond."^^xsd:string . ### http://ontology.dumontierlab.com/ChemicalDegradationPathway rdf:type owl:Class ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ChemicalInteraction rdf:type owl:Class ; rdfs:label "chemical interaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An interaction having one or more chemical participants."^^xsd:string . ### http://ontology.dumontierlab.com/ChemicalPhase rdf:type owl:Class ; rdfs:label "chemical phase"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "A quality of the state of a macroscopic physical system with relatively uniform chemical composition and physical properties."^^xsd:string . ### http://ontology.dumontierlab.com/ChemicalQuality rdf:type owl:Class ; rdfs:label "chemical quality"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A quality of a chemical."^^xsd:string . ### http://ontology.dumontierlab.com/ChemicalReaction rdf:type owl:Class ; rdfs:label "chemical reaction"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A process in which at least one chemical is converted into another."^^xsd:string . ### http://ontology.dumontierlab.com/ChemicalReactionPathway rdf:type owl:Class ; rdfs:label "chemical reaction pathway"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ] . ### http://ontology.dumontierlab.com/ChemicalSubstance rdf:type owl:Class ; rdfs:label "chemical substance"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "Any material with a definite chemical composition."^^xsd:string . ### http://ontology.dumontierlab.com/ChemicalSynthesisPathway rdf:type owl:Class ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ChiralCenter rdf:type owl:Class ; rdfs:label "chiral center"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The quality of an atom that is bonded to four different chemical species, allowing for optical isomerism."^^xsd:string . ### http://ontology.dumontierlab.com/Chlorine rdf:type owl:Class ; rdfs:label "Chlorine"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ChlorineAtom rdf:type owl:Class ; rdfs:label "Chlorine Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "17.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf ; owl:disjointWith , , , , , , . ### http://ontology.dumontierlab.com/Chromium rdf:type owl:Class ; rdfs:label "Chromium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ChromiumAtom rdf:type owl:Class ; rdfs:label "Chromium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "24.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/CisIsomer rdf:type owl:Class ; rdfs:label "cis isomer"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A cis isomer is a diastereomer in which the substituent groups are placed on the same side of the double bond."^^xsd:string . ### http://ontology.dumontierlab.com/CisTransIsomer rdf:type owl:Class ; rdfs:label "cis/trans isomer"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Isomers cannot be interconverted by chemical bond rotations."^^xsd:string . ### http://ontology.dumontierlab.com/ClinalConformation rdf:type owl:Class ; rdfs:label "clinal conformation"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , , , , , ; rdfs:comment "A clinal conformation is a chemical conformation in which the torsion angle is 30 to 150 or -30 to -150 degrees."^^xsd:string ; "Wikipedia"^^xsd:string . ### http://ontology.dumontierlab.com/Cobalt rdf:type owl:Class ; rdfs:label "Cobalt"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/CobaltAtom rdf:type owl:Class ; rdfs:label "Cobalt Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "27.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Cofactor rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "A reagent that is required for catalysis of some reaction. It is not consumed/transformed in the chemical reaction."^^xsd:string . ### http://ontology.dumontierlab.com/CommonChemicalPhase rdf:type owl:Class ; rdfs:label "common chemical phase"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "A quality of a chemical system that is commonly observed."^^xsd:string . ### http://ontology.dumontierlab.com/Complex rdf:type owl:Class ; rdfs:label "complex"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A complex is a compound in which molecules, atoms, or ions may interact through weak non-covalent chemical bonds."^^xsd:string . ### http://ontology.dumontierlab.com/ComponentCount rdf:type owl:Class ; rdfs:label "component count"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A count of the number of components."^^xsd:string . ### http://ontology.dumontierlab.com/Compound rdf:type owl:Class ; rdfs:label "compound"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "A substance made up of two or more elements covalently bonded together."^^xsd:string . ### http://ontology.dumontierlab.com/Concentration rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of some entity per unit volume."^^xsd:string . ### http://ontology.dumontierlab.com/ConcentrationUnit rdf:type owl:Class ; rdfs:label "concentration unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure of concentration."^^xsd:string . ### http://ontology.dumontierlab.com/Conduction rdf:type owl:Class ; rdfs:label "conduction"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "The measure of the transmission of heat or electricity or sound."^^xsd:string . ### http://ontology.dumontierlab.com/ConductionUnit rdf:type owl:Class ; rdfs:label "conduction unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure of conduction."^^xsd:string . ### http://ontology.dumontierlab.com/Conformer rdf:type owl:Class ; rdfs:label "conformer"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:subClassOf ; rdfs:comment "A conformer is a diastereomer due to chemical bond rotations."^^xsd:string . ### http://ontology.dumontierlab.com/Copper rdf:type owl:Class ; rdfs:label "Copper"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/CopperAtom rdf:type owl:Class ; rdfs:label "Copper Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "29.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Count rdf:type owl:Class ; rdfs:label "count"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A count is a the measure of the amount or number of."^^xsd:string . ### http://ontology.dumontierlab.com/CovalentBond rdf:type owl:Class ; rdfs:label "covalent bond"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A strong bond between two atoms sharing one or more electrons."^^xsd:string . ### http://ontology.dumontierlab.com/CrystallinePhase rdf:type owl:Class ; rdfs:label "crystalline phase"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Curium rdf:type owl:Class ; rdfs:label "Curium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/CuriumAtom rdf:type owl:Class ; rdfs:label "Curium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "96.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/CurrencyUnit rdf:type owl:Class ; rdfs:label "currency unit"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A national or standard currency."^^xsd:string . ### http://ontology.dumontierlab.com/Cyclic rdf:type owl:Class ; rdfs:label "cyclic"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The quality of having atoms connected together in a loop."^^xsd:string . ### http://ontology.dumontierlab.com/Cyclicity rdf:type owl:Class ; rdfs:label "cyclicity"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The quality of the arrangement of atoms in a molecule."^^xsd:string . ### http://ontology.dumontierlab.com/DBlockElement rdf:type owl:Class ; rdfs:label "d-block element" ; owl:equivalentClass , [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element of the periodic table for which, in the atomic ground state, the highest-energy electrons occupy d-orbitals." . ### http://ontology.dumontierlab.com/DIsomer rdf:type owl:Class ; rdfs:label "D isomer"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An D isomer is an optical isomer in which the three highest priority substitutents decreases in clockwise direction when the lowest is pointed away from the viewer."^^xsd:string . ### http://ontology.dumontierlab.com/DLIsomer rdf:type owl:Class ; rdfs:label "D or L isomer"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "D or L isomers are optical isomers that are identified by comparing the spatial configuration of its atoms to glyceraldehyde."^^xsd:string . ### http://ontology.dumontierlab.com/Darmstadtium rdf:type owl:Class ; rdfs:label "Darmstadtium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/DeciScaledUnit rdf:type owl:Class ; rdfs:label "deci scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^-1."^^xsd:string . ### http://ontology.dumontierlab.com/DecompositionReaction rdf:type owl:Class ; rdfs:label "decomposition reaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An inorganic reaction in which a chemical compound is fragmented into elements or smaller compounds."^^xsd:string ; "chemical analysis"^^xsd:string . ### http://ontology.dumontierlab.com/DefinedStereoAtomCount rdf:type owl:Class ; rdfs:label "defined stereo atom count"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A count of the number of defined stereo atoms."^^xsd:string . ### http://ontology.dumontierlab.com/DefinedStereoBondCount rdf:type owl:Class ; rdfs:label "defined stereo bond count"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A count of the number of stereo bonds."^^xsd:string . ### http://ontology.dumontierlab.com/DekaScaledUnit rdf:type owl:Class ; rdfs:label "deka scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "100.0"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^2."^^xsd:string . ### http://ontology.dumontierlab.com/Density rdf:type owl:Class ; rdfs:label "density"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of mass per some dimension."^^xsd:string . ### http://ontology.dumontierlab.com/DensityUnit rdf:type owl:Class ; rdfs:label "density unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure of density."^^xsd:string . ### http://ontology.dumontierlab.com/DerivedUnit rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf ; rdfs:comment "A derived unit is one that is obtained by other units through a mathematical transformation."^^xsd:string . ### http://ontology.dumontierlab.com/Diamond rdf:type owl:Class ; rdfs:label "diamond"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "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."^^xsd:string . ### http://ontology.dumontierlab.com/Diastereomer rdf:type owl:Class ; rdfs:label "diastereomer"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:subClassOf ; rdfs:comment "A diastereomer is a stereoisomer that is not a mirror image of its isomer."^^xsd:string . ### http://ontology.dumontierlab.com/DipoleDipoleInteraction rdf:type owl:Class ; rdfs:label "dipole-dipole interaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An interaction that occurs between strongly electronegative atoms."^^xsd:string . ### http://ontology.dumontierlab.com/DisplacementReaction rdf:type owl:Class ; rdfs:label "displacement reaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An inorganic reaction in which an elementary substance displaces and sets free a constituent element from a compound."^^xsd:string . ### http://ontology.dumontierlab.com/DisulfideBond rdf:type owl:Class ; rdfs:label "disulfide bond"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A chemical bond between two sulfur atoms."^^xsd:string . ### http://ontology.dumontierlab.com/DoseEquivalentUnit rdf:type owl:Class ; rdfs:label "dose equivalent unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for dose equivalence."^^xsd:string . ### http://ontology.dumontierlab.com/DoubleBond rdf:type owl:Class ; rdfs:label "double bond"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , ; rdfs:comment "A covalent bond in which two electron pairs are shared between two atoms."^^xsd:string . ### http://ontology.dumontierlab.com/DoubleDisplacementReaction rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "A double displacement reaction is a displacement reaction in which two compounds swap ions, effectively displacing each other to form two new compounds."^^xsd:string ; "double replacement"^^xsd:string , "ion exchange reactions"^^xsd:string , "metathesis"^^xsd:string . ### http://ontology.dumontierlab.com/Dubnium rdf:type owl:Class ; rdfs:label "Dubnium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/DubniumAtom rdf:type owl:Class ; rdfs:label "Dubnium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "105.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/DynamicViscosityUnit rdf:type owl:Class ; rdfs:label "dynamic viscosity unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for dynamic viscosity."^^xsd:string . ### http://ontology.dumontierlab.com/Dysprosium rdf:type owl:Class ; rdfs:label "Dysprosium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/DysprosiumAtom rdf:type owl:Class ; rdfs:label "Dysprosium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "66.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/EclipsedConformation rdf:type owl:Class ; rdfs:label "eclipsed conformation"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , , , , ; rdfs:comment "The quality of a chemical conformation that exists in any open chain single chemical bond connecting two sp3 hybridised atoms as a conformational energy maximum due to steric hindrance."^^xsd:string . ### http://ontology.dumontierlab.com/Einsteinium rdf:type owl:Class ; rdfs:label "Einsteinium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/EinsteiniumAtom rdf:type owl:Class ; rdfs:label "Einsteinium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "99.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ElectricCharge rdf:type owl:Class ; rdfs:label "electric charge"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf , , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of a fundamental conserved property of some subatomic particles. The electric charge of a macroscopic object is the sum of the electric charges of its constituent particles."^^xsd:string , "The quality of having an imbalance of electric charge."^^xsd:string . ### http://ontology.dumontierlab.com/ElectricChargeDensity rdf:type owl:Class ; rdfs:label "electric charge density"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the amount of electric charge in a line, surface or volume."^^xsd:string . ### http://ontology.dumontierlab.com/ElectricChargeDensityUnit rdf:type owl:Class ; rdfs:label "electric charge density unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for electric charge density."^^xsd:string . ### http://ontology.dumontierlab.com/ElectricChargeUnit rdf:type owl:Class ; rdfs:label "electric charge unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for electric charge."^^xsd:string . ### http://ontology.dumontierlab.com/ElectricConductance rdf:type owl:Class ; rdfs:label "electric conduction"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the ease with which electricity flows along a certain path in an electrical element."^^xsd:string . ### http://ontology.dumontierlab.com/ElectricConductionUnit rdf:type owl:Class ; rdfs:label "electric conduction unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; owl:disjointWith ; rdfs:comment "A standard measure for electric conduction."^^xsd:string . ### http://ontology.dumontierlab.com/ElectricCurrent rdf:type owl:Class ; rdfs:label "electric current"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the flow of electric charge."^^xsd:string . ### http://ontology.dumontierlab.com/ElectricCurrentDensity rdf:type owl:Class ; rdfs:label "electric current density"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the electric current per cross-sectional area."^^xsd:string . ### http://ontology.dumontierlab.com/ElectricCurrentDensityUnit rdf:type owl:Class ; rdfs:label "electric current density unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for electric current density."^^xsd:string . ### http://ontology.dumontierlab.com/ElectricCurrentUnit rdf:type owl:Class ; rdfs:label "electric current unit"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A standard measure for electric current."^^xsd:string . ### http://ontology.dumontierlab.com/ElectricFieldStrength rdf:type owl:Class ; rdfs:label "electric field strength"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the force exerted on electrically charged objects by an electric charge."^^xsd:string . ### http://ontology.dumontierlab.com/ElectricFieldStrengthUnit rdf:type owl:Class ; rdfs:label "electric field strength unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for electric field strength."^^xsd:string . ### http://ontology.dumontierlab.com/ElectricFluxDensity rdf:type owl:Class ; rdfs:label "electric flux density"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the amount of electric charge over a plane."^^xsd:string . ### http://ontology.dumontierlab.com/ElectricFluxDensityUnit rdf:type owl:Class ; rdfs:label "electric flux density unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for electric flux density."^^xsd:string . ### http://ontology.dumontierlab.com/ElectricResistance rdf:type owl:Class ; rdfs:label "electric resistance"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the potential difference with respect the current."^^xsd:string . ### http://ontology.dumontierlab.com/ElectricResistanceUnit rdf:type owl:Class ; rdfs:label "electric resistance unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for electric resistance."^^xsd:string . ### http://ontology.dumontierlab.com/ElectromagneticRadiation rdf:type owl:Class ; rdfs:label "electromagnetic radation"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of quantities of electromagnetic radiation."^^xsd:string . ### http://ontology.dumontierlab.com/ElectromagneticRadiationUnit rdf:type owl:Class ; rdfs:label "electromagnetic radiation unit"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A standard measure of electromagnetic radiation."^^xsd:string . ### http://ontology.dumontierlab.com/Electronegativity rdf:type owl:Class ; rdfs:label "Electronegativity"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "The quality of force required to remove an electron from the outer shell."^^xsd:string . ### http://ontology.dumontierlab.com/ElectronicInteraction rdf:type owl:Class ; rdfs:label "electronic interaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An intermolecular interaction that involves the interaction of electrons."^^xsd:string . ### http://ontology.dumontierlab.com/ElectrophilicAddition rdf:type owl:Class ; rdfs:label "electrophilic addition reaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A polar addition reaction where a pi bond is removed by the creation of two new covalent bonds."^^xsd:string . ### http://ontology.dumontierlab.com/ElectrostaticInteraction rdf:type owl:Class ; rdfs:label "electrostatic interaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An interation that involves the interaction of electrons, but that are not shared."^^xsd:string . ### http://ontology.dumontierlab.com/Element rdf:type owl:Class ; rdfs:label ""^^xsd:string , "element"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A pure substance that cannot be decomposed or transformed into other chemical substances by ordinary chemical processes. An element is made up of atoms with the same atomic number."^^xsd:string . ### http://ontology.dumontierlab.com/Enantiomer rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:subClassOf ; rdfs:comment "An enantiomer is a stereoisomer that is a mirror image of its isomer."^^xsd:string . ### http://ontology.dumontierlab.com/Energy rdf:type owl:Class ; rdfs:label "energy"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the amount of work a physical system can do on another."^^xsd:string . ### http://ontology.dumontierlab.com/EnergyDensity rdf:type owl:Class ; rdfs:label "energy density"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the amount of energy in a region of space per unit volume or mass."^^xsd:string . ### http://ontology.dumontierlab.com/EnergyDensityUnit rdf:type owl:Class ; rdfs:label "energy density unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for energy density."^^xsd:string . ### http://ontology.dumontierlab.com/EnergyUnit rdf:type owl:Class ; rdfs:label "energy unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for energy."^^xsd:string . ### http://ontology.dumontierlab.com/Entropy rdf:type owl:Class ; rdfs:label "entropy"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the possible configurations of the system."^^xsd:string . ### http://ontology.dumontierlab.com/EntropyUnit rdf:type owl:Class ; rdfs:label "entropy unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for entropy."^^xsd:string . ### http://ontology.dumontierlab.com/EquivalentDose rdf:type owl:Class ; rdfs:label "equivalent dose"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the radiation dose to tissue where an attempt has been made to allow for the different relative biological effect of different types of ionizing radiation. Equivalent dose is therefore a less fundamental quantity than radiation absorbed dose, but is more biologically significant."^^xsd:string . ### http://ontology.dumontierlab.com/Erbium rdf:type owl:Class ; rdfs:label "Erbium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ErbiumAtom rdf:type owl:Class ; rdfs:label "Erbium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "68.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Ester rdf:type owl:Class ; rdfs:label "ester" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/EsterGroup rdf:type owl:Class ; rdfs:label "ester group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ) ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Ether rdf:type owl:Class ; rdfs:label "ether" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/EtherGroup rdf:type owl:Class ; rdfs:label "ether group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Europium rdf:type owl:Class ; rdfs:label "Europium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/EuropiumAtom rdf:type owl:Class ; rdfs:label "Europium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "63.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ExaScaledUnit rdf:type owl:Class ; rdfs:label "exa scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0E19"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^18."^^xsd:string . ### http://ontology.dumontierlab.com/Exposure rdf:type owl:Class ; rdfs:label "exposure"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the amount of radiation detected."^^xsd:string . ### http://ontology.dumontierlab.com/ExposureUnit rdf:type owl:Class ; rdfs:label "exposure unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for radiation exposure."^^xsd:string . ### http://ontology.dumontierlab.com/FBlockElement rdf:type owl:Class ; rdfs:label "f-block element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element of the periodic table for which, in the atomic ground state, the highest-energy electrons occupy f-orbitals." . ### http://ontology.dumontierlab.com/FemtoScaledUnit rdf:type owl:Class ; rdfs:label "femto scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0E-14"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^-15."^^xsd:string . ### http://ontology.dumontierlab.com/FermionicCondensate rdf:type owl:Class ; rdfs:label "fermionic condensate"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Fermium rdf:type owl:Class ; rdfs:label "Fermium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/FermiumAtom rdf:type owl:Class ; rdfs:label "Fermium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "100.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/FerromagneticPhase rdf:type owl:Class ; rdfs:label "ferromagnetic phase"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Fluorine rdf:type owl:Class ; rdfs:label "Fluorine"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/FluorineAtom rdf:type owl:Class ; rdfs:label "Fluorine Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "9.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf ; owl:disjointWith , , , , , . ### http://ontology.dumontierlab.com/Force rdf:type owl:Class ; rdfs:label "force"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the rate of change of the momentum of a body."^^xsd:string . ### http://ontology.dumontierlab.com/ForceUnit rdf:type owl:Class ; rdfs:label "force unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for force."^^xsd:string . ### http://ontology.dumontierlab.com/FormalCharge rdf:type owl:Class ; rdfs:label "formal charge"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The difference between the number of valence electrons that a neutral atom would have and the number of electrons that belong to it."^^xsd:string . ### http://ontology.dumontierlab.com/Francium rdf:type owl:Class ; rdfs:label "Francium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/FranciumAtom rdf:type owl:Class ; rdfs:label "Francium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "87.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/FreeRadicalAddition rdf:type owl:Class ; rdfs:label "free radical addition"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A non-polar addition reaction involving free radicals."^^xsd:string . ### http://ontology.dumontierlab.com/Frequency rdf:type owl:Class ; rdfs:label "frequency"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the number of number of occurrences of a repeated event per unit of time."^^xsd:string . ### http://ontology.dumontierlab.com/FrequencyUnit rdf:type owl:Class ; rdfs:label "frequency unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for frequency."^^xsd:string . ### http://ontology.dumontierlab.com/Fullerene rdf:type owl:Class ; rdfs:label "fullerene"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A carbon allotrope which take the form of a hollow sphere, ellipsoid, or tube."^^xsd:string ; "buckyball"^^xsd:string , "buckytube"^^xsd:string . ### http://ontology.dumontierlab.com/GBlockElement rdf:type owl:Class ; rdfs:label "g-block element" ; rdfs:subClassOf ; rdfs:comment "An element of the periodic table for which, in the atomic ground state, the highest-energy electrons occupy g-orbitals." . ### http://ontology.dumontierlab.com/Gadolinium rdf:type owl:Class ; rdfs:label "Gadolinium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/GadoliniumAtom rdf:type owl:Class ; rdfs:label "Gadolinium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "64.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Gallium rdf:type owl:Class ; rdfs:label "Gallium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/GalliumAtom rdf:type owl:Class ; rdfs:label "Gallium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "31.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/GasPhase rdf:type owl:Class ; rdfs:label "gas phase"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The quality of substance to be in a gas phase."^^xsd:string . ### http://ontology.dumontierlab.com/GaucheConformation rdf:type owl:Class ; rdfs:label "gauche conformation"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , , , ; rdfs:comment "A gauche conformation is a chemical conformation in which the torsion angle is between 30 to 90 or -30 to -90 degrees."^^xsd:string ; "Wikipedia"^^xsd:string ; "skew conformation"^^xsd:string , "synclinal conformation"^^xsd:string . ### http://ontology.dumontierlab.com/Germanium rdf:type owl:Class ; rdfs:label "Germanium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/GermaniumAtom rdf:type owl:Class ; rdfs:label "Germanium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "32.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/GigaScaledUnit rdf:type owl:Class ; rdfs:label "giga scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0E10"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^9."^^xsd:string . ### http://ontology.dumontierlab.com/GlassyCarbon rdf:type owl:Class ; rdfs:label "glassy carbon"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "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."^^xsd:string . ### http://ontology.dumontierlab.com/Gold rdf:type owl:Class ; rdfs:label "Gold"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/GoldAtom rdf:type owl:Class ; rdfs:label "Gold Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "79.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Graphite rdf:type owl:Class ; rdfs:label "graphite"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An allotrope of carbon which is a conductor, and is the most stable form of solid carbon."^^xsd:string . ### http://ontology.dumontierlab.com/Group10Element rdf:type owl:Class ; rdfs:label "group 10 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 10." . ### http://ontology.dumontierlab.com/Group11Element rdf:type owl:Class ; rdfs:label "group 11 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 11." . ### http://ontology.dumontierlab.com/Group12Element rdf:type owl:Class ; rdfs:label "group 12 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 12" . ### http://ontology.dumontierlab.com/Group13Element rdf:type owl:Class ; rdfs:label "group 13 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 13" . ### http://ontology.dumontierlab.com/Group14Element rdf:type owl:Class ; rdfs:label "group 14 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Each of the elements in this group has 4 electrons in its outer energy level." . ### http://ontology.dumontierlab.com/Group15Element rdf:type owl:Class ; rdfs:label "group 15 element" ; owl:equivalentClass , [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 15" . ### http://ontology.dumontierlab.com/Group16Element rdf:type owl:Class ; rdfs:label "group 16 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 16" . ### http://ontology.dumontierlab.com/Group17Element rdf:type owl:Class ; rdfs:label "group 17 element" ; owl:equivalentClass , [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 17" . ### http://ontology.dumontierlab.com/Group18Element rdf:type owl:Class ; rdfs:label "group 18 element" ; owl:equivalentClass , [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 18." . ### http://ontology.dumontierlab.com/Group1Element rdf:type owl:Class ; rdfs:label "group 1 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 1." . ### http://ontology.dumontierlab.com/Group2Element rdf:type owl:Class ; rdfs:label "group 2 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] , [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 2." . ### http://ontology.dumontierlab.com/Group3Element rdf:type owl:Class ; rdfs:label "group 3 element" ; rdfs:subClassOf ; rdfs:comment "Element of group 3." . ### http://ontology.dumontierlab.com/Group4Element rdf:type owl:Class ; rdfs:label "group 4 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 4." . ### http://ontology.dumontierlab.com/Group5Element rdf:type owl:Class ; rdfs:label "group 5 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 5." . ### http://ontology.dumontierlab.com/Group6Element rdf:type owl:Class ; rdfs:label "group 6 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 6." . ### http://ontology.dumontierlab.com/Group7Element rdf:type owl:Class ; rdfs:label "group 7 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 7." . ### http://ontology.dumontierlab.com/Group8Element rdf:type owl:Class ; rdfs:label "group 8 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 8." . ### http://ontology.dumontierlab.com/Group9Element rdf:type owl:Class ; rdfs:label "group 9 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Element of group 9." . ### http://ontology.dumontierlab.com/GroupElement rdf:type owl:Class ; rdfs:label "group element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element having similar configurations of the outermost electron shells of their atoms of the chemical elements."^^xsd:string . ### http://ontology.dumontierlab.com/Hafnium rdf:type owl:Class ; rdfs:label "Hafnium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/HafniumAtom rdf:type owl:Class ; rdfs:label "Hafnium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "72.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Halogen rdf:type owl:Class ; rdfs:label "halogen" ; rdfs:subClassOf ; rdfs:comment "An element from Group 17 of the periodic table: fluorine, F, chlorine, Cl, bromine, Br, iodine, I, astatine, At." . ### http://ontology.dumontierlab.com/HalogenAtom rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/HalogenCompound rdf:type owl:Class ; rdfs:label "halogen" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Hassium rdf:type owl:Class ; rdfs:label "Hassium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/HassiumAtom rdf:type owl:Class ; rdfs:label "Hassium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "108.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/HectoScaledUnit rdf:type owl:Class ; rdfs:label "hecto scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1000.0"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^2."^^xsd:string . ### http://ontology.dumontierlab.com/Helium rdf:type owl:Class ; rdfs:label "Helium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/HeliumAtom rdf:type owl:Class ; rdfs:label "Helium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "2.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/HeteroAtom rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/HeteroCyclic rdf:type owl:Class ; rdfs:label "heterocyclic"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "The quality of having a hetero atom in a connected ring of atoms."^^xsd:string . ### http://ontology.dumontierlab.com/HeteroCyclicRing rdf:type owl:Class ; rdfs:label "hetero cyclic ring"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "A ring containing a hetero atom."^^xsd:string . ### http://ontology.dumontierlab.com/HeterogeneousMixture rdf:type owl:Class ; rdfs:label "heterogeneous mixture"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "A heterogeneous mixture is a mixture without definite composition."^^xsd:string . ### http://ontology.dumontierlab.com/Holmium rdf:type owl:Class ; rdfs:label "Holmium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/HolmiumAtom rdf:type owl:Class ; rdfs:label "Holmium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "67.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/HomoCyclic rdf:type owl:Class ; rdfs:label "homocyclic"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The quality of a single atom type connected to form a ring."^^xsd:string . ### http://ontology.dumontierlab.com/HomoCyclicRing rdf:type owl:Class ; rdfs:label "homo cyclic ring"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf ; rdfs:comment "A ring where the atoms are of a single type."^^xsd:string . ### http://ontology.dumontierlab.com/HomogeneousMixture rdf:type owl:Class ; rdfs:label "homogeneous mixture"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A mixture of definite composition and properties such that any amount of a given mixture has the same composition and properties"^^xsd:string . ### http://ontology.dumontierlab.com/Hybridization rdf:type owl:Class ; rdfs:label "hybridization"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The overlap of atomic orbitals to form hybrid orbitals suitable for the qualitative description of atomic bonding properties."^^xsd:string . ### http://ontology.dumontierlab.com/Hydrocarbon rdf:type owl:Class ; rdfs:label "hydrocarbon" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom [ rdf:type owl:Class ; owl:unionOf ( ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Hydrogen rdf:type owl:Class ; rdfs:label "Hydrogen"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/HydrogenAtom rdf:type owl:Class ; rdfs:label "Hydrogen Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf ; owl:disjointWith , , , , . ### http://ontology.dumontierlab.com/HydrogenBond rdf:type owl:Class ; rdfs:label "hydrogen bond"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A dipole interaction between a hydrogen bound to an electronegative atom and some other electronegative atom."^^xsd:string . ### http://ontology.dumontierlab.com/HydrogenBondAcceptorCount rdf:type owl:Class ; rdfs:label "hydrogen bond acceptor count"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A count of the number of hydrogen bond acceptors."^^xsd:string . ### http://ontology.dumontierlab.com/HydrogenBondDonorCount rdf:type owl:Class ; rdfs:label "hydrogen bond donor count"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A count of the number of hydrogen bond donors."^^xsd:string . ### http://ontology.dumontierlab.com/Hydrophilic rdf:type owl:Class ; rdfs:label "hydrophilic"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The quality of interacting favourably (decreases the energy of the system) with water."^^xsd:string . ### http://ontology.dumontierlab.com/Hydrophobic rdf:type owl:Class ; rdfs:label "hydrophobic"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The quality of poorly iinteracting with water (increases the energy of the system)."^^xsd:string . ### http://ontology.dumontierlab.com/HydrophobicInteraction rdf:type owl:Class ; rdfs:label "hydrophobic interaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An interaction between non-polar groups in aqueous solvent."^^xsd:string . ### http://ontology.dumontierlab.com/Hydrophobicity rdf:type owl:Class ; rdfs:label "hydrophobicity"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "A quality that reflects how well the compound interacts with surrounding water molecules."^^xsd:string . ### http://ontology.dumontierlab.com/HydroxylGroup rdf:type owl:Class ; rdfs:label "hydroxyl group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/INCHI rdf:type owl:Class ; rdfs:label "inchi"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An identifier that unambiguously specifies the composition, connectivity and stereochemistry of a chemical."^^xsd:string , "Example: InChI=1/C17H19N3 /c1-3-7-15(8-4-1)13-20(14-17-18-11-12-19-17)16-9-5-2-6-10-16 /h1-10H,11-14H2,(H,18,19) /f /h18H (for CID:2200)"^^xsd:string . ### http://ontology.dumontierlab.com/Illuminance rdf:type owl:Class ; rdfs:label "illuminance"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the total luminous flux incident on a surface per unit area."^^xsd:string . ### http://ontology.dumontierlab.com/IlluminanceUnit rdf:type owl:Class ; rdfs:label "illuminance unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for illuminance."^^xsd:string . ### http://ontology.dumontierlab.com/Imine rdf:type owl:Class ; rdfs:label "imine" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ImineGroup rdf:type owl:Class ; rdfs:label "imine group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ImplicitValence rdf:type owl:Class ; rdfs:label "implicit valence"^^xsd:string ; rdfs:subClassOf ; rdfs:comment ""^^xsd:string . ### http://ontology.dumontierlab.com/Indium rdf:type owl:Class ; rdfs:label "Indium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/IndiumAtom rdf:type owl:Class ; rdfs:label "Indium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "49.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Inductance rdf:type owl:Class ; rdfs:label "inductance"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the amount of magnetic flux for a given electric current."^^xsd:string . ### http://ontology.dumontierlab.com/InductanceUnit rdf:type owl:Class ; rdfs:label "inductance unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for inductance."^^xsd:string . ### http://ontology.dumontierlab.com/Information rdf:type owl:Class ; rdfs:label "information"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of information."^^xsd:string . ### http://ontology.dumontierlab.com/InformationUnit rdf:type owl:Class ; rdfs:label "information unit"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A standard measure of information."^^xsd:string . ### http://ontology.dumontierlab.com/InorganicReaction rdf:type owl:Class ; rdfs:label "inorganic reaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An inorganic reaction is a chemical reaction that involves the transformation of inorganic participants."^^xsd:string . ### http://ontology.dumontierlab.com/InterMolecularInteraction rdf:type owl:Class ; rdfs:label "intermolecular interaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An interaction between molecules."^^xsd:string . ### http://ontology.dumontierlab.com/Iodine rdf:type owl:Class ; rdfs:label "Iodine"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/IodineAtom rdf:type owl:Class ; rdfs:label "Iodine Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "53.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf ; owl:disjointWith , , , . ### http://ontology.dumontierlab.com/Ion rdf:type owl:Class ; rdfs:label "ion"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "A particle that is electrically charged."^^xsd:string . ### http://ontology.dumontierlab.com/IonicBond rdf:type owl:Class ; rdfs:label "ionic bond"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ] ; rdfs:comment "A strong electrostatic interaction between oppositely charged atoms which have an electronegativity difference of over 1.6 (by convention)."^^xsd:string . ### http://ontology.dumontierlab.com/IonicCompound rdf:type owl:Class ; rdfs:label "ionic compound"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A binary compound that consists of positive and negative ions."^^xsd:string . ### http://ontology.dumontierlab.com/Iridium rdf:type owl:Class ; rdfs:label "Iridium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/IridiumAtom rdf:type owl:Class ; rdfs:label "Iridium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "77.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Iron rdf:type owl:Class ; rdfs:label "Iron"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/IronAtom rdf:type owl:Class ; rdfs:label "Iron Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "26.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Irradiance rdf:type owl:Class ; rdfs:label "irradiance"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the power of electromagnetic radiation at a surface."^^xsd:string . ### http://ontology.dumontierlab.com/IrradianceUnit rdf:type owl:Class ; rdfs:label "irradiance unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for irradiance."^^xsd:string . ### http://ontology.dumontierlab.com/Isomer rdf:type owl:Class ; rdfs:label "isomer"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:subClassOf ; rdfs:comment "A compound that is compositionally identical to another compound as a result of a different atomic connectivity."^^xsd:string . ### http://ontology.dumontierlab.com/Isomerization rdf:type owl:Class ; rdfs:label "isomerization"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A chemical reaction in which a molecule is derived into its isomer."^^xsd:string . ### http://ontology.dumontierlab.com/IsotopicAtomCount rdf:type owl:Class ; rdfs:label "isotopic atom count"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A count of the number of isotopic atoms."^^xsd:string . ### http://ontology.dumontierlab.com/Ketone rdf:type owl:Class ; rdfs:label "ketone" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/KetoneGroup rdf:type owl:Class ; rdfs:label "ketone group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ] ) ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/KiloScaledUnit rdf:type owl:Class ; rdfs:label "kilo scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "10000.0"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^3."^^xsd:string . ### http://ontology.dumontierlab.com/Krypton rdf:type owl:Class ; rdfs:label "Krypton"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/KryptonAtom rdf:type owl:Class ; rdfs:label "Krypton Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "36.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/LIsomer rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "An L isomer is an optical isomer in which the three highest priority substitutents decreases in a counter-clockwise direction when the lowest is pointed away from the viewer."^^xsd:string . ### http://ontology.dumontierlab.com/Lanthanide rdf:type owl:Class ; rdfs:label "lanthanide" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element with atomic number between 57 and 71." . ### http://ontology.dumontierlab.com/Lanthanum rdf:type owl:Class ; rdfs:label "Lanthanum"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/LanthanumAtom rdf:type owl:Class ; rdfs:label "Lanthanum Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "57.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Lawrencium rdf:type owl:Class ; rdfs:label "Lawrencium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/LawrenciumAtom rdf:type owl:Class ; rdfs:label "Lawrencium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "103.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Lead rdf:type owl:Class ; rdfs:label "Lead"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/LeadAtom rdf:type owl:Class ; rdfs:label "Lead Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "82.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Length rdf:type owl:Class ; rdfs:label "length"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of one dimension."^^xsd:string . ### http://ontology.dumontierlab.com/LengthUnit rdf:type owl:Class ; rdfs:label "length unit"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A standard measure for length."^^xsd:string . ### http://ontology.dumontierlab.com/LinearDensity rdf:type owl:Class ; rdfs:label "linear density"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of mass per unit length."^^xsd:string . ### http://ontology.dumontierlab.com/LinearDensityUnit rdf:type owl:Class ; rdfs:label "linear density unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure of linear density."^^xsd:string . ### http://ontology.dumontierlab.com/LinearMolecularGeometry rdf:type owl:Class ; rdfs:label "linear molecular geometry"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A linear geometry of a molecule."^^xsd:string . ### http://ontology.dumontierlab.com/LiquidCrystalPhase rdf:type owl:Class ; rdfs:label "liquid crystal phase"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/LiquidPhase rdf:type owl:Class ; rdfs:label "liquid phase"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Lithium rdf:type owl:Class ; rdfs:label "Lithium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/LithiumAtom rdf:type owl:Class ; rdfs:label "Lithium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "3.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Lonsdaleite rdf:type owl:Class ; rdfs:label "lonsdaleite"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A hexagonal allotrope of the carbon allotrope diamond."^^xsd:string . ### http://ontology.dumontierlab.com/Luminance rdf:type owl:Class ; rdfs:label "luminance"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the density of luminous intensity in a given direction."^^xsd:string . ### http://ontology.dumontierlab.com/LuminanceUnit rdf:type owl:Class ; rdfs:label "luminance unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for luminance."^^xsd:string . ### http://ontology.dumontierlab.com/LuminousFlux rdf:type owl:Class ; rdfs:label "luminous flux"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the perceived power of light."^^xsd:string . ### http://ontology.dumontierlab.com/LuminousFluxUnit rdf:type owl:Class ; rdfs:label "luminous flux unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for luminous flux."^^xsd:string . ### http://ontology.dumontierlab.com/LuminousIntensity rdf:type owl:Class ; rdfs:label "luminous intensity"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the power emitted by a light source in a particular direction."^^xsd:string . ### http://ontology.dumontierlab.com/LuminousIntensityUnit rdf:type owl:Class ; rdfs:label "luminous intensity unit"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A standard measure for luminous intensity."^^xsd:string . ### http://ontology.dumontierlab.com/Lutetium rdf:type owl:Class ; rdfs:label "Lutetium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/LutetiumAtom rdf:type owl:Class ; rdfs:label "Lutetium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "71.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Magnesium rdf:type owl:Class ; rdfs:label "Magnesium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/MagnesiumAtom rdf:type owl:Class ; rdfs:label "Magnesium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "12.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/MagneticFieldStrength rdf:type owl:Class ; rdfs:label "magnetic field strength"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the intensity of a magnetic field at a point."^^xsd:string . ### http://ontology.dumontierlab.com/MagneticFieldStrengthUnit rdf:type owl:Class ; rdfs:label "magnetic field strength"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for magnetic field strength."^^xsd:string . ### http://ontology.dumontierlab.com/MagneticFlux rdf:type owl:Class ; rdfs:label "magnetic flux"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the strength and extent of a magnetic field."^^xsd:string . ### http://ontology.dumontierlab.com/MagneticFluxDensity rdf:type owl:Class ; rdfs:label "magnetic flux density"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the magnetic flux in an area perpendicular to the direction of magnetic flow."^^xsd:string . ### http://ontology.dumontierlab.com/MagneticFluxDensityUnit rdf:type owl:Class ; rdfs:label "magnetic flux density unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for magnetic flux density."^^xsd:string . ### http://ontology.dumontierlab.com/MagneticFluxUnit rdf:type owl:Class ; rdfs:label "magnetic flux unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for magnetic flux."^^xsd:string . ### http://ontology.dumontierlab.com/Manganese rdf:type owl:Class ; rdfs:label "Manganese"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ManganeseAtom rdf:type owl:Class ; rdfs:label "Manganese Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "25.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Mass rdf:type owl:Class ; rdfs:label "mass"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the amount of matter and energy."^^xsd:string . ### http://ontology.dumontierlab.com/MassUnit rdf:type owl:Class ; rdfs:label "mass unit"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A standard measure for mass."^^xsd:string . ### http://ontology.dumontierlab.com/MeasuredProperty rdf:type owl:Class ; rdfs:label "measured property"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:double ] ; rdfs:comment "A quality of a continuant that can be quantitatively determined."^^xsd:string . ### http://ontology.dumontierlab.com/MegaScaledUnit rdf:type owl:Class ; rdfs:label "mega scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0E7"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^6."^^xsd:string . ### http://ontology.dumontierlab.com/Meitnerium rdf:type owl:Class ; rdfs:label "Meitnerium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/MeitneriumAtom rdf:type owl:Class ; rdfs:label "Meitnerium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "109.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Mendelevium rdf:type owl:Class ; rdfs:label "Mendelevium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/MendeleviumAtom rdf:type owl:Class ; rdfs:label "Mendelevium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "101.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Mercury rdf:type owl:Class ; rdfs:label "Mercury"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/MercuryAtom rdf:type owl:Class ; rdfs:label "Mercury Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "80.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/MetalComplex rdf:type owl:Class ; rdfs:label "metal complex"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A complex that contains at least one metal."^^xsd:string . ### http://ontology.dumontierlab.com/Metalloid rdf:type owl:Class ; rdfs:label "metalloid" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element with properties between a metal and non-metal." . ### http://ontology.dumontierlab.com/MethylGroup rdf:type owl:Class ; rdfs:label "methyl group" ; rdfs:subClassOf , . ### http://ontology.dumontierlab.com/MicroScaledUnit rdf:type owl:Class ; rdfs:label "micro scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0E-5"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^-6."^^xsd:string . ### http://ontology.dumontierlab.com/MilliScaledUnit rdf:type owl:Class ; rdfs:label "milli scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "0.01"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^-3."^^xsd:string . ### http://ontology.dumontierlab.com/Mixture rdf:type owl:Class ; rdfs:label "mixture"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ] ; rdfs:comment "A substance consisting of two or more substances mixed together."^^xsd:string . ### http://ontology.dumontierlab.com/Molality rdf:type owl:Class ; rdfs:label "molality"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the number of atoms of a given substance per volume of solvent."^^xsd:string . ### http://ontology.dumontierlab.com/MolalityUnit rdf:type owl:Class ; rdfs:label "molality unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure of molality."^^xsd:string . ### http://ontology.dumontierlab.com/MolarEnergy rdf:type owl:Class ; rdfs:label "molar energy"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the amount of energy per amount of substance."^^xsd:string . ### http://ontology.dumontierlab.com/MolarEnergyUnit rdf:type owl:Class ; rdfs:label "molar energy unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for molar energy."^^xsd:string . ### http://ontology.dumontierlab.com/MolarEntropy rdf:type owl:Class ; rdfs:label "molar entropy"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the entropy content of one mole of substance."^^xsd:string . ### http://ontology.dumontierlab.com/MolarEntropyUnit rdf:type owl:Class ; rdfs:label "molar entropy unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for molar entropy."^^xsd:string . ### http://ontology.dumontierlab.com/MolarMass rdf:type owl:Class ; rdfs:label "molar mass"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the mass of one mole of a chemical element or compound."^^xsd:string . ### http://ontology.dumontierlab.com/MolarMassUnit rdf:type owl:Class ; rdfs:label "molar mass unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for molar mass."^^xsd:string . ### http://ontology.dumontierlab.com/MolecularCenter rdf:type owl:Class ; rdfs:label "molecular center"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/MolecularComplexAssembly rdf:type owl:Class ; rdfs:label "molecular complex assembly"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/MolecularComplexDisassociation rdf:type owl:Class ; rdfs:label "molecular complex disassociation"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/MolecularComplexInteraction rdf:type owl:Class ; rdfs:label "molecular complex formation"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An interaction between molecules that leads"^^xsd:string . ### http://ontology.dumontierlab.com/MolecularFormula rdf:type owl:Class ; rdfs:label "molecular formula"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An identifier that specifies the type and number of atoms in a molecule."^^xsd:string , "Example: C114-H208-N2-O39 (for CID:2200)"^^xsd:string . ### http://ontology.dumontierlab.com/MolecularGeometry rdf:type owl:Class ; rdfs:label "molecular geometry"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The geometry of a molecule."^^xsd:string . ### http://ontology.dumontierlab.com/MolecularIdentifier rdf:type owl:Class ; rdfs:label "identifier"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A lexical token that names an entity."^^xsd:string . ### http://ontology.dumontierlab.com/MolecularMass rdf:type owl:Class ; rdfs:label "molecular mass"^^xsd:string ; rdfs:subClassOf , , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the mass of one molecule of a substance."^^xsd:string . ### http://ontology.dumontierlab.com/MolecularMassUnit rdf:type owl:Class ; rdfs:label "molecular mass unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for molecular mass."^^xsd:string . ### http://ontology.dumontierlab.com/MolecularQuality rdf:type owl:Class ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Molecule rdf:type owl:Class ; rdfs:label "molecule"^^xsd:string ; rdfs:subClassOf , , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; owl:disjointWith ; rdfs:comment "A collection of atoms of definite composition and connectivity held together by chemical bonds."^^xsd:string . ### http://ontology.dumontierlab.com/MoleculeComponentCount rdf:type owl:Class ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Molybdenum rdf:type owl:Class ; rdfs:label "Molybdenum"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/MolybdenumAtom rdf:type owl:Class ; rdfs:label "Molybdenum Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "42.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/MomentOfForce rdf:type owl:Class ; rdfs:label "moment of force"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the magnitude of force applied to a rotational system at a distance from the axis of rotation."^^xsd:string . ### http://ontology.dumontierlab.com/MomentOfForceUnit rdf:type owl:Class ; rdfs:label "moment of force unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for moment of force."^^xsd:string . ### http://ontology.dumontierlab.com/MonoisotopicWeight rdf:type owl:Class ; rdfs:label "monoisotopic weight"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The monoisoptic mass of a molecule."^^xsd:string . ### http://ontology.dumontierlab.com/MullikenElectronegativity rdf:type owl:Class ; rdfs:label "mulliken electronegativity"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A quality of the average ionization potential and electron affinity."^^xsd:string . ### http://ontology.dumontierlab.com/Name rdf:type owl:Class ; rdfs:label "name"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A label for an entity."^^xsd:string . ### http://ontology.dumontierlab.com/NanoScaledUnit rdf:type owl:Class ; rdfs:label "nano scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0E-8"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^-9."^^xsd:string . ### http://ontology.dumontierlab.com/NegativeCharge rdf:type owl:Class ; rdfs:label "negative charge"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Neodymium rdf:type owl:Class ; rdfs:label "Neodymium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/NeodymiumAtom rdf:type owl:Class ; rdfs:label "Neodymium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "60.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Neon rdf:type owl:Class ; rdfs:label "Neon"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/NeonAtom rdf:type owl:Class ; rdfs:label "Neon Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "10.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Neptunium rdf:type owl:Class ; rdfs:label "Neptunium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/NeptuniumAtom rdf:type owl:Class ; rdfs:label "Neptunium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "93.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/NeutralAcidity rdf:type owl:Class ; rdfs:label "neutral acidity"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/NeutralCharge rdf:type owl:Class ; rdfs:label "neutral phase"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Nickel rdf:type owl:Class ; rdfs:label "Nickel"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/NickelAtom rdf:type owl:Class ; rdfs:label "Nickel Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "28.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Niobium rdf:type owl:Class ; rdfs:label "Niobium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/NiobiumAtom rdf:type owl:Class ; rdfs:label "Niobium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "41.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Nitrogen rdf:type owl:Class ; rdfs:label "Nitrogen"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/NitrogenAtom rdf:type owl:Class ; rdfs:label "Nitrogen Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "7.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf ; owl:disjointWith , , . ### http://ontology.dumontierlab.com/NitrogenGroupElement rdf:type owl:Class ; rdfs:label "nitrogen group element" ; rdfs:subClassOf ; rdfs:comment "Element of group 15." . ### http://ontology.dumontierlab.com/Nobelium rdf:type owl:Class ; rdfs:label "Nobelium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/NobeliumAtom rdf:type owl:Class ; rdfs:label "Nobelium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "102.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/NobleGas rdf:type owl:Class ; rdfs:label "noble gas" ; rdfs:subClassOf ; rdfs:comment "An element of group 18 of the periodic table with the maximum number of valence electrons their outer shell can hold." . ### http://ontology.dumontierlab.com/NonAromatic rdf:type owl:Class ; rdfs:label "non aromatic"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The quality of aromaticity in which there is no delocalization of electrons across bonds."^^xsd:string . ### http://ontology.dumontierlab.com/NonAromaticRing rdf:type owl:Class ; rdfs:label "non aromatic ring"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf ; rdfs:comment "A ring in which there is no delocalization of electrons across bonds."^^xsd:string . ### http://ontology.dumontierlab.com/NonHydrogenAtomCount rdf:type owl:Class ; rdfs:label "non hydrogen atom count"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The count of the number of non-hydrogen atoms"^^xsd:string . ### http://ontology.dumontierlab.com/NonMetal rdf:type owl:Class ; rdfs:label "non metal" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "One of Hydrogen (H), Carbon (C), Group 15, Nitrogen (N), Phosphorus (P), Oxygen (O), Sulfur (S), Selenium (Se), the halogens and the noble gases." . ### http://ontology.dumontierlab.com/NonPolar rdf:type owl:Class ; rdfs:label "non polar"^^xsd:string ; rdfs:subClassOf ; "Methane is considered non-polar because the carbon shares the hydrogen molecules uniformally."^^xsd:string ; rdfs:comment "The quality of equal sharing of electrons among atoms in a covalent bond."^^xsd:string . ### http://ontology.dumontierlab.com/NonPolarAdditionReaction rdf:type owl:Class ; rdfs:label "non polar addition reaction"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/NonpolarSolvent rdf:type owl:Class ; rdfs:label "nonpolar solvent"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A solvent that has the quality of being nonpolar."^^xsd:string . ### http://ontology.dumontierlab.com/NucleophilicAddition rdf:type owl:Class ; rdfs:label "nucleophilic addition reaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An addition reaction where a pi bond is removed by the creation of two new covalent bonds by the addition from a nucleophile."^^xsd:string . ### http://ontology.dumontierlab.com/OctahedralMolecularGeometry rdf:type owl:Class ; rdfs:label "octahedral molecular geometry"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A molecular geometry in which 6 ligands are symmetrically arranged around a central atom in an octahedral geometry."^^xsd:string . ### http://ontology.dumontierlab.com/OpticalIsomer rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "An optical isomer rotates the plane of polarization of a beam of plane polarized light."^^xsd:string . ### http://ontology.dumontierlab.com/OrganicCompound rdf:type owl:Class ; rdfs:label "organic compound" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/OrganicGroup rdf:type owl:Class ; rdfs:label "organic group" ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/OrganicNitrogenGroup rdf:type owl:Class ; rdfs:label "organic nitrogen group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/OrganicPhosphateGroup rdf:type owl:Class ; rdfs:label "organic phosphate group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/OrganicReaction rdf:type owl:Class ; rdfs:label "organic reaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A chemical reaction involving at least one organic compound or substance."^^xsd:string . ### http://ontology.dumontierlab.com/OrganicSulfurCompound rdf:type owl:Class ; rdfs:label "organic sulfur compound" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/OrganicSulfurGroup rdf:type owl:Class ; rdfs:label "organic sulfur group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Osmium rdf:type owl:Class ; rdfs:label "Osmium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/OsmiumAtom rdf:type owl:Class ; rdfs:label "Osmium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "76.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/OxidizingAgent rdf:type owl:Class ; rdfs:label "oxidizing agent"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A chemical agent that oxidizes another compound."^^xsd:string . ### http://ontology.dumontierlab.com/Oxygen rdf:type owl:Class ; rdfs:label "Oxygen"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/OxygenAtom rdf:type owl:Class ; rdfs:label "Oxygen Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "8.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf ; owl:disjointWith , . ### http://ontology.dumontierlab.com/PBlockElement rdf:type owl:Class ; rdfs:label "p-block element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element of the periodic table for which, in the atomic ground state, the highest-energy electrons occupy p-orbitals." . ### http://ontology.dumontierlab.com/Palladium rdf:type owl:Class ; rdfs:label "Palladium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/PalladiumAtom rdf:type owl:Class ; rdfs:label "Palladium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "46.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ParamagneticPhase rdf:type owl:Class ; rdfs:label "paramagnetic phase"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/PartitionCoefficient rdf:type owl:Class ; rdfs:label "partition coefficient"^^xsd:string ; rdfs:subClassOf , ; rdfs:comment "A measured property of differential solubility of a compound in two solvents."^^xsd:string . ### http://ontology.dumontierlab.com/PartsPerNotation rdf:type owl:Class ; rdfs:label "parts per notation"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "The concentration of one particle in another."^^xsd:string . ### http://ontology.dumontierlab.com/PartsPerNotationUnit rdf:type owl:Class ; rdfs:label "parts per notation"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure of parts per notation."^^xsd:string . ### http://ontology.dumontierlab.com/PaulingElectronegativity rdf:type owl:Class ; rdfs:label "pauling electronegativity"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A quality of electronegativity that ranges from 0 to 4."^^xsd:string . ### http://ontology.dumontierlab.com/Period1Element rdf:type owl:Class ; rdfs:label "period 1 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element in the first row (or period) of the periodic table of the elements." . ### http://ontology.dumontierlab.com/Period2Element rdf:type owl:Class ; rdfs:label "period 2 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element in the second row (or period) of the periodic table of the elements." . ### http://ontology.dumontierlab.com/Period3Element rdf:type owl:Class ; rdfs:label "period 3 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element in the third row (or period) of the periodic table of the elements." . ### http://ontology.dumontierlab.com/Period4Element rdf:type owl:Class ; rdfs:label "period 4 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element in the fourth row (or period) of the periodic table of the elements." . ### http://ontology.dumontierlab.com/Period5Element rdf:type owl:Class ; rdfs:label "period 5 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element in the fifth row (or period) of the periodic table of the elements." . ### http://ontology.dumontierlab.com/Period6Element rdf:type owl:Class ; rdfs:label "period 6 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element in the sixth row (or period) of the periodic table of the elements." . ### http://ontology.dumontierlab.com/Period7Element rdf:type owl:Class ; rdfs:label "period 7 element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element in the seventh row (or period) of the periodic table of the elements." . ### http://ontology.dumontierlab.com/PeriodElement rdf:type owl:Class ; rdfs:label "period element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment """An element of a horizontal row of the periodic table that shares the same number of electron shells. Each shell is divided into different subshells, which as atomic number increases are filled in roughly this order: 1s 2s 2p 3s 3p 4s 3d 4p 5s 4d 5p 6s 4f 5d 6p 7s 5f 6d 7p 8s 5g 6f 7d 8p"""^^xsd:string . ### http://ontology.dumontierlab.com/PeriodicTableElement rdf:type owl:Class ; rdfs:label "periodic table element"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An element of the periodic table of elements."^^xsd:string . ### http://ontology.dumontierlab.com/PeriplanarConformation rdf:type owl:Class ; rdfs:label "periplanar conformation"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , , ; rdfs:comment "A periplanar conformation is a chemical conformation in which the torsion angle is between 0 to 30 or 150 to 180 degrees."^^xsd:string ; "Wikipedia"^^xsd:string . ### http://ontology.dumontierlab.com/Permeability rdf:type owl:Class ; rdfs:label "permeability"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the degree of magnetization of a materia in response to a magnetic field."^^xsd:string . ### http://ontology.dumontierlab.com/PermeabilityUnit rdf:type owl:Class ; rdfs:label "permeability unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for permeability."^^xsd:string . ### http://ontology.dumontierlab.com/Permittivity rdf:type owl:Class ; rdfs:label "permittivity"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of a material's ability to transmit an electric field."^^xsd:string . ### http://ontology.dumontierlab.com/PermittivityUnit rdf:type owl:Class ; rdfs:label "permittivity unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for permittivity."^^xsd:string . ### http://ontology.dumontierlab.com/PetaScaledUnit rdf:type owl:Class ; rdfs:label "peta scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0E16"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^15."^^xsd:string . ### http://ontology.dumontierlab.com/Phosphorus rdf:type owl:Class ; rdfs:label "Phosphorus"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/PhosphorusAtom rdf:type owl:Class ; rdfs:label "Phosphorus Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "15.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf ; owl:disjointWith . ### http://ontology.dumontierlab.com/PicoScaledUnit rdf:type owl:Class ; rdfs:label "pico scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0E-11"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^-12."^^xsd:string . ### http://ontology.dumontierlab.com/PlaneAngle rdf:type owl:Class ; rdfs:label "plane angle"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "The measure of the amount of rotation of a ray about a fixed ray."^^xsd:string . ### http://ontology.dumontierlab.com/PlaneAngleUnit rdf:type owl:Class ; rdfs:label "plane angle unit"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "A standard measure for plane angle."^^xsd:string . ### http://ontology.dumontierlab.com/PlasmaPhase rdf:type owl:Class ; rdfs:label "plasma phase"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Platinum rdf:type owl:Class ; rdfs:label "Platinum"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/PlatinumAtom rdf:type owl:Class ; rdfs:label "Platinum Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "78.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Plutonium rdf:type owl:Class ; rdfs:label "Plutonium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/PlutoniumAtom rdf:type owl:Class ; rdfs:label "Plutonium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "94.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Polar rdf:type owl:Class ; rdfs:label "polar"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The quality of unequal sharing of electrons from atoms in a covalent bond."^^xsd:string ; "Water is considered polar because of the uneven sharing of its electrons."^^xsd:string . ### http://ontology.dumontierlab.com/PolarAdditionReaction rdf:type owl:Class ; rdfs:label "polar addition reaction"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/PolarBond rdf:type owl:Class ; rdfs:label "polar bond"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An electrostatic interaction between atoms which have an electronegativity difference of over 1.6 (by convention)."^^xsd:string . ### http://ontology.dumontierlab.com/PolarSolvent rdf:type owl:Class ; rdfs:label "polar solvent"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A solvent that has the quality of being polar."^^xsd:string . ### http://ontology.dumontierlab.com/PolarSurfaceArea rdf:type owl:Class ; rdfs:label "polar surface area"^^xsd:string ; rdfs:subClassOf , ; rdfs:comment "The area of a polar surface."^^xsd:string . ### http://ontology.dumontierlab.com/Polarity rdf:type owl:Class ; rdfs:label "polarity"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Polarity is a quality that refers to the dipole-dipole intermolecular forces between the slightly positively-charged end of one molecule to the negative end of another or the same molecule. Molecular polarity is dependent on the difference in electronegativity between atoms in a compound and the asymmetry of the compound's structure."^^xsd:string . ### http://ontology.dumontierlab.com/Polonium rdf:type owl:Class ; rdfs:label "Polonium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/PoloniumAtom rdf:type owl:Class ; rdfs:label "Polonium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "84.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/PoorMetal rdf:type owl:Class ; rdfs:label "poor metal" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element of Aluminum, gallium, tin, lead, bismuth, thallium or indium." . ### http://ontology.dumontierlab.com/PostiiveCharge rdf:type owl:Class ; rdfs:label "positive charge"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Potassium rdf:type owl:Class ; rdfs:label "Potassium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/PotassiumAtom rdf:type owl:Class ; rdfs:label "Potassium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "19.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/PotentialDifference rdf:type owl:Class ; rdfs:label "potential difference"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the amount of energy required to move an electric charge against an electrostatic field."^^xsd:string . ### http://ontology.dumontierlab.com/PotentialDifferenceUnit rdf:type owl:Class ; rdfs:label "potential difference unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for potential difference."^^xsd:string . ### http://ontology.dumontierlab.com/Power rdf:type owl:Class ; rdfs:label "power"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the energy transferred per unit time."^^xsd:string . ### http://ontology.dumontierlab.com/PowerUnit rdf:type owl:Class ; rdfs:label "power unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for power."^^xsd:string . ### http://ontology.dumontierlab.com/Praseodymium rdf:type owl:Class ; rdfs:label "Praseodymium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/PraseodymiumAtom rdf:type owl:Class ; rdfs:label "Praseodymium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "59.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Precipitate rdf:type owl:Class ; rdfs:label "precipitate"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An insoluble product."^^xsd:string . ### http://ontology.dumontierlab.com/PrecipitationReaction rdf:type owl:Class ; rdfs:label "precipitation reaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A chemical reaction in which two soluble ionic compounds react to form an insoluble product, a precipitate."^^xsd:string . ### http://ontology.dumontierlab.com/Pressure rdf:type owl:Class ; rdfs:label "pressure"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the force per unit area applifed on a surface in a direction perpendicular to that surface."^^xsd:string . ### http://ontology.dumontierlab.com/PressureUnit rdf:type owl:Class ; rdfs:label "pressure unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for pressure."^^xsd:string . ### http://ontology.dumontierlab.com/PrimaryAmine rdf:type owl:Class ; rdfs:label "primary amine" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/PrimaryAmineGroup rdf:type owl:Class ; rdfs:label "primary amine group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Product rdf:type owl:Class ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Promethium rdf:type owl:Class ; rdfs:label "Promethium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/PromethiumAtom rdf:type owl:Class ; rdfs:label "Promethium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "61.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Protactinium rdf:type owl:Class ; rdfs:label "Protactinium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ProtactiniumAtom rdf:type owl:Class ; rdfs:label "Protactinium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "91.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/PubChemCID rdf:type owl:Class ; rdfs:label "pubchem cid"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An compound identifier assigned by the PubChem database"^^xsd:string . ### http://ontology.dumontierlab.com/PureSubstance rdf:type owl:Class ; rdfs:label "pure substance"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A chemical substance that cannot be separated into other substances by any mechanical process."^^xsd:string . ### http://ontology.dumontierlab.com/QuarkGluonPlasmaPhase rdf:type owl:Class ; rdfs:label "quark gluon plasma phase"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/RIsomer rdf:type owl:Class ; rdfs:label "R isomer"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "An R isomer is an optical isomer in which the three highest priority substitutents decreases in clockwise direction when the lowest is pointed away from the viewer."^^xsd:string . ### http://ontology.dumontierlab.com/RSIsomer rdf:type owl:Class ; rdfs:label "R or S isomer"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An RSIsomer is an optical isomer based on the chiral center(s) of the molecule."^^xsd:string . ### http://ontology.dumontierlab.com/RacemicMixture rdf:type owl:Class ; rdfs:label "racemic mixture"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ] ; rdfs:comment "An equimolar solution of two enantiomers capable of rotating the plane of plane-polarized light in opposite directions shows no optical rotation."^^xsd:string . ### http://ontology.dumontierlab.com/Radiance rdf:type owl:Class ; rdfs:label "radiance"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the amount of light that passes through or is emitted from a particular area."^^xsd:string . ### http://ontology.dumontierlab.com/RadianceUnit rdf:type owl:Class ; rdfs:label "radiance unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for radiance."^^xsd:string . ### http://ontology.dumontierlab.com/RadiantIntensity rdf:type owl:Class ; rdfs:label "radiant intensity"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the intensity of electromagnetic radiation."^^xsd:string . ### http://ontology.dumontierlab.com/RadiantIntensityUnit rdf:type owl:Class ; rdfs:label "radiant intensity unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for radiant intensity."^^xsd:string . ### http://ontology.dumontierlab.com/Radiation rdf:type owl:Class ; rdfs:label "radiation"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the energy in the form of waves or moving subatomic particles."^^xsd:string . ### http://ontology.dumontierlab.com/RadiationUnit rdf:type owl:Class ; rdfs:label "radiation unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure of radiation."^^xsd:string . ### http://ontology.dumontierlab.com/Radical rdf:type owl:Class ; rdfs:label "radical"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An atom or molecule with an unpaired electron."^^xsd:string . ### http://ontology.dumontierlab.com/RadicalCenter rdf:type owl:Class ; rdfs:label "radical center"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The quality of an atom (or group of atoms) on which an unpaired electron is largely localized."^^xsd:string . ### http://ontology.dumontierlab.com/Radioactivity rdf:type owl:Class ; rdfs:label "radioactivity activity"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the emission of particles or electromagnetic waves."^^xsd:string . ### http://ontology.dumontierlab.com/RadioactivityUnit rdf:type owl:Class ; rdfs:label "radioactivity activity"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for radioactive activity."^^xsd:string . ### http://ontology.dumontierlab.com/Radium rdf:type owl:Class ; rdfs:label "Radium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/RadiumAtom rdf:type owl:Class ; rdfs:label "Radium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "88.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Radon rdf:type owl:Class ; rdfs:label "Radon"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/RadonAtom rdf:type owl:Class ; rdfs:label "Radon Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "86.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Reactant rdf:type owl:Class ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Reagent rdf:type owl:Class ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/RedoxReaction rdf:type owl:Class ; rdfs:label "redox reaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A chemical reaction in which there is a net movement of electrons from one reactant to another."^^xsd:string . ### http://ontology.dumontierlab.com/ReducingAgent rdf:type owl:Class ; rdfs:label "reducing agent"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A chemical agent that reduces another compound."^^xsd:string . ### http://ontology.dumontierlab.com/Rhenium rdf:type owl:Class ; rdfs:label "Rhenium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/RheniumAtom rdf:type owl:Class ; rdfs:label "Rhenium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "75.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Rhodium rdf:type owl:Class ; rdfs:label "Rhodium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/RhodiumAtom rdf:type owl:Class ; rdfs:label "Rhodium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "45.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Ring rdf:type owl:Class ; rdfs:label "ring"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "A series of atoms connected together to form a loop or cycle."^^xsd:string . ### http://ontology.dumontierlab.com/Roentgenium rdf:type owl:Class ; rdfs:label "Roentgenium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Rotamer rdf:type owl:Class ; rdfs:label "rotamer"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A rotamer is a conformer for which the rotation barrier is the activation energy required to jump from one conformer to another."^^xsd:string . ### http://ontology.dumontierlab.com/RotatableBondCount rdf:type owl:Class ; rdfs:label "rotatable bond count"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The count of the number of rotatable bonds."^^xsd:string . ### http://ontology.dumontierlab.com/Rubidium rdf:type owl:Class ; rdfs:label "Rubidium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/RubidiumAtom rdf:type owl:Class ; rdfs:label "Rubidium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "37.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Ruthenium rdf:type owl:Class ; rdfs:label "Ruthenium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/RutheniumAtom rdf:type owl:Class ; rdfs:label "Ruthenium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "44.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Rutherfordium rdf:type owl:Class ; rdfs:label "Rutherfordium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/RutherfordiumAtom rdf:type owl:Class ; rdfs:label "Rutherfordium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "104.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SBlockElement rdf:type owl:Class ; rdfs:label "s-block element" ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "An element distinguished by the property that in the atomic ground state, the highest-energy electron is in an s-orbital." . ### http://ontology.dumontierlab.com/SIsomer rdf:type owl:Class ; rdfs:label "S isomer"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An S isomer is an optical isomer in which the three highest priority substitutents decreases in counter-clockwise direction when the lowest is pointed away from the viewer."^^xsd:string . ### http://ontology.dumontierlab.com/SMILESCan rdf:type owl:Class ; rdfs:label "canonical smiles"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An identifier that uniquely describes the composition and connectivity of a chemical compound."^^xsd:string , "Example: C1CN=C(N1)CN(CC2=CC=CC=C2)C3=CC=CC=C3 (for CID:2200)"^^xsd:string . ### http://ontology.dumontierlab.com/SMILESIso rdf:type owl:Class ; rdfs:label "isomeric smiles"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A chemical identifier that includes extensions to support the specification of isotopes, chirality, and configuration about double bonds."^^xsd:string , "Example: C1CN=C(N1)CN(CC2=CC=CC=C2)C3=CC=CC=C3 (for compound 2200)"^^xsd:string . ### http://ontology.dumontierlab.com/Samarium rdf:type owl:Class ; rdfs:label "Samarium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SamariumAtom rdf:type owl:Class ; rdfs:label "Samarium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "62.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ScaledUnit rdf:type owl:Class ; rdfs:label "scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit that is scaled by some value."^^xsd:string . ### http://ontology.dumontierlab.com/Scandium rdf:type owl:Class ; rdfs:label "Scandium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ScandiumAtom rdf:type owl:Class ; rdfs:label "Scandium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "21.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Seaborgium rdf:type owl:Class ; rdfs:label "Seaborgium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SeaborgiumAtom rdf:type owl:Class ; rdfs:label "Seaborgium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "106.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SecondaryAmine rdf:type owl:Class ; rdfs:label "secondary amine" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SecondaryAmineGroup rdf:type owl:Class ; rdfs:label "secondary amine group" ; rdfs:subClassOf , . ### http://ontology.dumontierlab.com/Selenium rdf:type owl:Class ; rdfs:label "Selenium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SeleniumAtom rdf:type owl:Class ; rdfs:label "Selenium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "34.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SeriesElement rdf:type owl:Class ; rdfs:label "series element" ; rdfs:subClassOf ; rdfs:comment "An element whose physical and chemical characteristics vary progressively within a series."^^xsd:string . ### http://ontology.dumontierlab.com/ShiftedUnit rdf:type owl:Class ; rdfs:label "shifted unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit that is shifted by some value."^^xsd:string . ### http://ontology.dumontierlab.com/Silicon rdf:type owl:Class ; rdfs:label "Silicon"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SiliconAtom rdf:type owl:Class ; rdfs:label "Silicon Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "14.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Silver rdf:type owl:Class ; rdfs:label "Silver"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SilverAtom rdf:type owl:Class ; rdfs:label "Silver Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "47.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SingleBond rdf:type owl:Class ; rdfs:label "single bond"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "A bond in which one electron pair is shared by two atoms."^^xsd:string . ### http://ontology.dumontierlab.com/SingleDisplacementReaction rdf:type owl:Class ; rdfs:label "single displacement reaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A displacement reaction where one element is transferred out of one compound and into another."^^xsd:string . ### http://ontology.dumontierlab.com/Sodium rdf:type owl:Class ; rdfs:label "Sodium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SodiumAtom rdf:type owl:Class ; rdfs:label "Sodium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "11.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SolidAngle rdf:type owl:Class ; rdfs:label "solid angle"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the angle formed by three or more planes intersecting at a comment point."^^xsd:string . ### http://ontology.dumontierlab.com/SolidAngleUnit rdf:type owl:Class ; rdfs:label "solid angle unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for solid angle."^^xsd:string . ### http://ontology.dumontierlab.com/SolidPhase rdf:type owl:Class ; rdfs:label "solid phase"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Solute rdf:type owl:Class ; rdfs:label "solute"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A substance that dissolves in a solvent."^^xsd:string . ### http://ontology.dumontierlab.com/Solution rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "A solution is a homogeneous mixture composed of one or more substances, known as solutes, dissolved in another substance, known as a solvent."^^xsd:string . ### http://ontology.dumontierlab.com/Solvent rdf:type owl:Class ; rdfs:label "solvent"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A substance that dissolves other substances, thus forming a solution."^^xsd:string . ### http://ontology.dumontierlab.com/Source rdf:type owl:Class ; rdfs:label "source"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The origin of the resource or information."^^xsd:string . ### http://ontology.dumontierlab.com/SpecificEnergy rdf:type owl:Class ; rdfs:label "specific energy"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the energy per unit mass."^^xsd:string . ### http://ontology.dumontierlab.com/SpecificEnergyUnit rdf:type owl:Class ; rdfs:label "specific energy unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for specific energy."^^xsd:string . ### http://ontology.dumontierlab.com/SpecificEntropy rdf:type owl:Class ; rdfs:label "specific entropy"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the entropy of the mass of the system."^^xsd:string . ### http://ontology.dumontierlab.com/SpecificEntropyUnit rdf:type owl:Class ; rdfs:label "specific entropy unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for specific entropy."^^xsd:string . ### http://ontology.dumontierlab.com/SpecificVolume rdf:type owl:Class ; rdfs:label "specific volume"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the volume occupied by a unit of mass of a meterial."^^xsd:string . ### http://ontology.dumontierlab.com/SpecificVolumeUnit rdf:type owl:Class ; rdfs:label "specific volume unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for specific volume."^^xsd:string . ### http://ontology.dumontierlab.com/SquarePlanarMolecularGeometry rdf:type owl:Class ; rdfs:label "square planar molecular geometry"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A molecular geometry in which molecules have their atoms lying in a square about a central atom."^^xsd:string . ### http://ontology.dumontierlab.com/SquarePyramidalMolecularGeometry rdf:type owl:Class ; rdfs:label "square pyramidal molecular geometry"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An octrahedral molecular geometry in which four bonded atoms and two lone electron pair."^^xsd:string . ### http://ontology.dumontierlab.com/StaggeredConformation rdf:type owl:Class ; rdfs:label "staggered conformation"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , ; rdfs:comment "A staggered conformation is a chemical conformation that exists in any open chain single chemical bond connecting two sp3 hybridised atoms as a conformational energy minimum"^^xsd:string ; "Wikipedia"^^xsd:string . ### http://ontology.dumontierlab.com/StereoBond rdf:type owl:Class ; rdfs:label "stereo bond"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A bonds in which atoms are located below or above the plane of drawing."^^xsd:string . ### http://ontology.dumontierlab.com/StereoHashBond rdf:type owl:Class ; rdfs:label "stereo hash bond"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "A stereo bond in which an atom is located below the plane of drawing."^^xsd:string . ### http://ontology.dumontierlab.com/StereoWedgeBond rdf:type owl:Class ; rdfs:label "stereo wedge bond"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A stereo bond in which an atom is located above the plane of drawing."^^xsd:string . ### http://ontology.dumontierlab.com/Stereoisomer rdf:type owl:Class ; rdfs:label "stereoisomer"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:subClassOf ; rdfs:comment "A stereoisomer is an isomer in which the atomic connectivity is the same, but differs in its spatial arrangement of atoms."^^xsd:string . ### http://ontology.dumontierlab.com/StrangeMatterPhase rdf:type owl:Class ; rdfs:label "strange matter phase"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Strontium rdf:type owl:Class ; rdfs:label "Strontium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/StrontiumAtom rdf:type owl:Class ; rdfs:label "Strontium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "38.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/StructuralIsomer rdf:type owl:Class ; rdfs:label "structural isomer"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:subClassOf ; rdfs:comment "A structural isomer is an isomer in which the atoms are joined together in different ways."^^xsd:string . ### http://ontology.dumontierlab.com/Substrate rdf:type owl:Class ; rdfs:label "substrate"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A reactant that is consumed or changed in a chemical reaction."^^xsd:string . ### http://ontology.dumontierlab.com/SulfinicAcidGeneralGroup rdf:type owl:Class ; rdfs:label "general sulfinic acid group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SulfonicAcidDerivativeGroup rdf:type owl:Class ; rdfs:label "sulfonic acid derivative group"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ] ) ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SulfonicAcidGroup rdf:type owl:Class ; rdfs:label "sulfonic acid group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SulfonylHalideGroup rdf:type owl:Class ; rdfs:label "sulfonyl halide group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SulfoxideGroup rdf:type owl:Class ; rdfs:label "sulfoxide group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Sulfur rdf:type owl:Class ; rdfs:label "Sulfur"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SulfurAtom rdf:type owl:Class ; rdfs:label "Sulfur Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "16.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SuperFluidPhase rdf:type owl:Class ; rdfs:label "super fluid phase"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SuperSolidPhase rdf:type owl:Class ; rdfs:label "super solid phase"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/SurfaceTension rdf:type owl:Class ; rdfs:label "surface tension"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the attraction between molecules at the surface of a liquid."^^xsd:string . ### http://ontology.dumontierlab.com/SurfaceTensionUnit rdf:type owl:Class ; rdfs:label "surface tension unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for surface tension."^^xsd:string . ### http://ontology.dumontierlab.com/SynConformation rdf:type owl:Class ; rdfs:label "syn conformation"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "A syn conformation is a chemical conformation in which the torsion angle is between -90 and 90 degrees."^^xsd:string ; "Wikipedia"^^xsd:string . ### http://ontology.dumontierlab.com/SynperiplanarConformation rdf:type owl:Class ; rdfs:label "Wikipedia"^^xsd:string , "synperiplanar conformation"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A synperiplanar conformation is a chemical conformation in which the torsion angle is between 0 to 30 degrees."^^xsd:string . ### http://ontology.dumontierlab.com/SynthesisReaction rdf:type owl:Class ; rdfs:label "synthesis reaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "An inorganic reaction in which two or more reagents are chemically bonded together to produce a single product."^^xsd:string ; "combination reaction"^^xsd:string . ### http://ontology.dumontierlab.com/SystematicName rdf:type owl:Class ; rdfs:label "systematic name"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A name that provides a unique identifier to some entity."^^xsd:string . ### http://ontology.dumontierlab.com/Tantalum rdf:type owl:Class ; rdfs:label "Tantalum"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/TantalumAtom rdf:type owl:Class ; rdfs:label "Tantalum Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "73.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/TautomerCount rdf:type owl:Class ; rdfs:label "tautomer count"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A count of the number of tautomers in a molecule."^^xsd:string . ### http://ontology.dumontierlab.com/Technetium rdf:type owl:Class ; rdfs:label "Technetium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/TechnetiumAtom rdf:type owl:Class ; rdfs:label "Technetium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "43.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Tellurium rdf:type owl:Class ; rdfs:label "Tellurium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/TelluriumAtom rdf:type owl:Class ; rdfs:label "Tellurium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "52.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Temperature rdf:type owl:Class ; rdfs:label "temperature"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the average kinetic energy of particles in a sample of matter."^^xsd:string . ### http://ontology.dumontierlab.com/TemperatureUnit rdf:type owl:Class ; rdfs:label "temperature unit"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A standard measure for temperature."^^xsd:string . ### http://ontology.dumontierlab.com/TeraScaledUnit rdf:type owl:Class ; rdfs:label "tera scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0E13"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^12."^^xsd:string . ### http://ontology.dumontierlab.com/Terbium rdf:type owl:Class ; rdfs:label "Terbium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/TerbiumAtom rdf:type owl:Class ; rdfs:label "Terbium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "65.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/TertiaryAmine rdf:type owl:Class ; rdfs:label "tertiary amine" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/TertiaryAmineGroup rdf:type owl:Class ; rdfs:label "tertiary amine group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:onClass ; owl:qualifiedCardinality "3"^^xsd:nonNegativeInteger ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/TetrahedralMolecularGeometry rdf:type owl:Class ; rdfs:label "tetrahedral molecular geometry"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A molecular geometry in which a central atom of the molecule is located at the center with four substituents located at the corners of a tetrahedron."^^xsd:string . ### http://ontology.dumontierlab.com/Thallium rdf:type owl:Class ; rdfs:label "Thallium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ThalliumAtom rdf:type owl:Class ; rdfs:label "Thallium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "81.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ThermalConductionUnit rdf:type owl:Class ; rdfs:label "thermal conduction unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for thermal conduction."^^xsd:string . ### http://ontology.dumontierlab.com/ThermalConductivity rdf:type owl:Class ; rdfs:label "thermal conduction"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of the ability of a substance to transfer heat."^^xsd:string . ### http://ontology.dumontierlab.com/ThiolGroup rdf:type owl:Class ; rdfs:label "thiol group" ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Thorium rdf:type owl:Class ; rdfs:label "Thorium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ThoriumAtom rdf:type owl:Class ; rdfs:label "Thorium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "90.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Thulium rdf:type owl:Class ; rdfs:label "Thulium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ThuliumAtom rdf:type owl:Class ; rdfs:label "Thulium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "69.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Time rdf:type owl:Class ; rdfs:label "time"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "The measure of temporal regions."^^xsd:string . ### http://ontology.dumontierlab.com/TimeUnit rdf:type owl:Class ; rdfs:label "time unit"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A standard measure for time."^^xsd:string . ### http://ontology.dumontierlab.com/Tin rdf:type owl:Class ; rdfs:label "Tin"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/TinAtom rdf:type owl:Class ; rdfs:label "Tin Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "50.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Titanium rdf:type owl:Class ; rdfs:label "Titanium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/TitaniumAtom rdf:type owl:Class ; rdfs:label "Titanium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "22.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/TopologicalComplex rdf:type owl:Class ; rdfs:label "topological complex"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A topological complex is a complex in which the exact interactions between the components are specified."^^xsd:string . ### http://ontology.dumontierlab.com/TotalFormalCharge rdf:type owl:Class ; rdfs:label "total formal charge"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A count of the total formal charge."^^xsd:string . ### http://ontology.dumontierlab.com/TraditionalName rdf:type owl:Class ; rdfs:label "traditional name"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A name that is traditionally used to label an entity."^^xsd:string . ### http://ontology.dumontierlab.com/TransIsomer rdf:type owl:Class ; rdfs:label "trans isomer"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A trans isomer is a diastereomer in which substituent groups are placed on the opposite side of the double bond."^^xsd:string . ### http://ontology.dumontierlab.com/TransitionMetal rdf:type owl:Class ; rdfs:label "transition metal" ; rdfs:subClassOf ; rdfs:comment "An element whose atom has an incomplete d sub-shell, or which can give rise to cations with an incomplete d sub-shell."^^xsd:string . ### http://ontology.dumontierlab.com/TrigonalBipyramidalMolecularGeometry rdf:type owl:Class ; rdfs:label "trigonal bipyramidal molecular geometry"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A molecular geometry in which one atom at the center and 5 more at the corners of a triangular dipyramid."^^xsd:string . ### http://ontology.dumontierlab.com/TrigonalPlanarMolecularGeometry rdf:type owl:Class ; rdfs:label "trigonal planar molecular geometry"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A molecular geometry in which the molecule contains one atom at the center and three atoms at the corners of a triangle all in one plane."^^xsd:string . ### http://ontology.dumontierlab.com/TrigonalPyramidalMolecularGeometry rdf:type owl:Class ; rdfs:label "trigonal pyramidal molecular geometry"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A molecular geometry in which the molecule has one atom at the apex and three atoms at the corners of a trigonal base."^^xsd:string . ### http://ontology.dumontierlab.com/TripleBond rdf:type owl:Class ; rdfs:label "triple bond"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A bond in which three electron pairs are shared between two atoms."^^xsd:string . ### http://ontology.dumontierlab.com/Tungsten rdf:type owl:Class ; rdfs:label "Tungsten"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/TungstenAtom rdf:type owl:Class ; rdfs:label "Tungsten Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "74.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/UncommonChemicalPhase rdf:type owl:Class ; rdfs:label "uncommon chemical phase"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "The quality of a macroscopic physical system that is not commonly observed."^^xsd:string . ### http://ontology.dumontierlab.com/UndefinedStereoAtomCount rdf:type owl:Class ; rdfs:label "undefined stereo atom count"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A count of the number of undefined stereo centers."^^xsd:string . ### http://ontology.dumontierlab.com/UndefinedStereoBondCount rdf:type owl:Class ; rdfs:label "undefined stereo bond count"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A count of the number of undefined stereo bonds."^^xsd:string . ### http://ontology.dumontierlab.com/Unit rdf:type owl:Class ; rdfs:label "unit"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A unit is a particular physical quantity, defined and adopted by convention, with which other particular quantities of the same kind are compared to express their value."^^xsd:string . ### http://ontology.dumontierlab.com/UnitRaisedToPower rdf:type owl:Class ; rdfs:label "unit raised to power"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit that raised to some power."^^xsd:string . ### http://ontology.dumontierlab.com/UnitRaisedToPowerNegativeOne rdf:type owl:Class ; rdfs:label "unit raised to power of negative one"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "-1.0"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit that is raised to the power of -1."^^xsd:string . ### http://ontology.dumontierlab.com/UnitRaisedToPowerNegativeThree rdf:type owl:Class ; rdfs:label "unit raised to power of negative three"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "-3.0"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit that is raised to a power -3."^^xsd:string . ### http://ontology.dumontierlab.com/UnitRaisedToPowerNegativeTwo rdf:type owl:Class ; rdfs:label "unit raised to power of negative two"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "-2.0"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit that is raised by power -2"^^xsd:string . ### http://ontology.dumontierlab.com/UnitRaisedToPowerPositiveOne rdf:type owl:Class ; rdfs:label "unit raised to power of one"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit that is raised to the power 1."^^xsd:string . ### http://ontology.dumontierlab.com/UnitRaisedToPowerPositiveThree rdf:type owl:Class ; rdfs:label "unit raised to power of three"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "3.0"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit that is raised to power 3."^^xsd:string . ### http://ontology.dumontierlab.com/UnitRaisedToPowerPositiveTwo rdf:type owl:Class ; rdfs:label "unit raised to power of two"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "2.0"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit that is raised by power of 2."^^xsd:string . ### http://ontology.dumontierlab.com/Ununbium rdf:type owl:Class ; rdfs:label "Ununbium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/UnunbiumAtom rdf:type owl:Class ; rdfs:label "Ununbium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "112.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Ununhexium rdf:type owl:Class ; rdfs:label "Ununhexium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/UnunhexiumAtom rdf:type owl:Class ; rdfs:label "Ununhexium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "116.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Ununnilium rdf:type owl:Class ; rdfs:label "Ununnilium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/UnunniliumAtom rdf:type owl:Class ; rdfs:label "Ununnilium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "110.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Ununoctium rdf:type owl:Class ; rdfs:label "Ununoctium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/UnunoctiumAtom rdf:type owl:Class ; rdfs:label "Ununoctium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "118.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Ununpentium rdf:type owl:Class ; rdfs:label "Ununpentium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/UnunpentiumAtom rdf:type owl:Class ; rdfs:label "Ununpentium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "115.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Ununquadium rdf:type owl:Class ; rdfs:label "Ununquadium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/UnunquadiumAtom rdf:type owl:Class ; rdfs:label "Ununquadium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "114.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Ununseptium rdf:type owl:Class ; rdfs:label "Ununseptium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/UnunseptiumAtom rdf:type owl:Class ; rdfs:label "Ununseptium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "117.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Ununtrium rdf:type owl:Class ; rdfs:label "Ununtrium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/UnuntriumAtom rdf:type owl:Class ; rdfs:label "Ununtrium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "113.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Unununium rdf:type owl:Class ; rdfs:label "Unununium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/UnununiumAtom rdf:type owl:Class ; rdfs:label "Unununium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "111.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Uranium rdf:type owl:Class ; rdfs:label "Uranium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/UraniumAtom rdf:type owl:Class ; rdfs:label "Uranium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "92.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/VanDerWaalsInteraction rdf:type owl:Class ; rdfs:label "van der Waal's interaction"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "A weak interaction between an instantaneous dipole and induced dipole."^^xsd:string . ### http://ontology.dumontierlab.com/Vanadium rdf:type owl:Class ; rdfs:label "Vanadium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/VanadiumAtom rdf:type owl:Class ; rdfs:label "Vanadium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "23.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Velocity rdf:type owl:Class ; rdfs:label "velocity"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "The measure of the rate of change of displacement."^^xsd:string . ### http://ontology.dumontierlab.com/VelocityUnit rdf:type owl:Class ; rdfs:label "velocity unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for velocity."^^xsd:string . ### http://ontology.dumontierlab.com/Viscosity rdf:type owl:Class ; rdfs:label "viscosity"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of a fluid's internal resistance to flow or ability to deform under shear stress."^^xsd:string . ### http://ontology.dumontierlab.com/Volume rdf:type owl:Class ; rdfs:label "volume"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "The measure of how much space an occurant occupies in three-dimensional space."^^xsd:string . ### http://ontology.dumontierlab.com/VolumeDensity rdf:type owl:Class ; rdfs:label "mass density"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A measure of mass per unit volume."^^xsd:string . ### http://ontology.dumontierlab.com/VolumeDensityUnit rdf:type owl:Class ; rdfs:label "volume density unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; rdfs:comment "A standard measure for volume density."^^xsd:string . ### http://ontology.dumontierlab.com/VolumeUnit rdf:type owl:Class ; rdfs:label "volume unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for volume."^^xsd:string . ### http://ontology.dumontierlab.com/Wavenumber rdf:type owl:Class ; rdfs:label "wavenumber"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "The measure of a frequency in space."^^xsd:string . ### http://ontology.dumontierlab.com/WavenumberUnit rdf:type owl:Class ; rdfs:label "wavenumber unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure for wavenumber."^^xsd:string . ### http://ontology.dumontierlab.com/Xenon rdf:type owl:Class ; rdfs:label "Xenon"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/XenonAtom rdf:type owl:Class ; rdfs:label "Xenon Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "54.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/YoctoScaledUnit rdf:type owl:Class ; rdfs:label "yocto scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0E-23"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^-24."^^xsd:string . ### http://ontology.dumontierlab.com/YottaScaledUnit rdf:type owl:Class ; rdfs:label "yotta scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0E25"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^24."^^xsd:string . ### http://ontology.dumontierlab.com/Ytterbium rdf:type owl:Class ; rdfs:label "Ytterbium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/YtterbiumAtom rdf:type owl:Class ; rdfs:label "Ytterbium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "70.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Yttrium rdf:type owl:Class ; rdfs:label "Yttrium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/YttriumAtom rdf:type owl:Class ; rdfs:label "Yttrium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "39.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ZeptoScaledUnit rdf:type owl:Class ; rdfs:label "zepto scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0E-20"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^-21."^^xsd:string . ### http://ontology.dumontierlab.com/ZettaScaledUnit rdf:type owl:Class ; rdfs:label "zetta scaled unit"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "1.0E22"^^xsd:double ] ) ] ; rdfs:subClassOf ; rdfs:comment "A unit scaled by 10^21."^^xsd:string . ### http://ontology.dumontierlab.com/Zinc rdf:type owl:Class ; rdfs:label "Zinc"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ZincAtom rdf:type owl:Class ; rdfs:label "Zinc Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "30.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/Zirconium rdf:type owl:Class ; rdfs:label "Zirconium"^^xsd:string ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/ZirconiumAtom rdf:type owl:Class ; rdfs:label "Zirconium Atom"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue "40.0"^^xsd:double ] ) ] ] ) ] ; rdfs:subClassOf . ### http://ontology.dumontierlab.com/pH rdf:type owl:Class ; rdfs:label "pH"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] ; rdfs:comment "A measure of the activity (effective concentration) of hydrogen ions in a solution."^^xsd:string . ### http://ontology.dumontierlab.com/pHUnit rdf:type owl:Class ; rdfs:label "pH unit"^^xsd:string ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom [ rdf:type owl:Class ; owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ) ] ] ; rdfs:comment "A standard measure of pH."^^xsd:string . ### http://purl.org/linked-data/cube#ComponentProperty rdf:type owl:Class . ### http://purl.org/linked-data/cube#Observation rdf:type owl:Class . ### http://www.ifomis.org/bfo/1.0#Entity rdf:type owl:Class ; rdfs:label "entity"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] . ### http://www.ifomis.org/bfo/1.0/snap#Continuant rdf:type owl:Class ; rdfs:label "continuant"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "Definition: An entity that exists in full at any time in which it exists at all, persists through time while maintaining its identity and has no temporal parts."^^xsd:string , "Examples: a heart, a person, the color of a tomato, the mass of a cloud, a symphony orchestra, the disposition of blood to coagulate, the lawn and atmosphere in front of our building"^^xsd:string , "Synonyms: endurant"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#DependentContinuant rdf:type owl:Class ; rdfs:label "dependent_continuant"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; owl:disjointWith , ; rdfs:comment "Definition: A continuant that inheres in or is borne by other entities."^^xsd:string , "Examples: the mass of a cloud, the smell of mozzarella, the liquidity of blood, the color of a tomato, the disposition of fish to decay, the role of being a doctor, the function of the heart to pump blood"^^xsd:string , "Synonyms: property, trope, mode"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#Disposition rdf:type owl:Class ; rdfs:label "disposition"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , ; rdfs:comment "Definition: A realizable entity that essentially causes a specific process or transformation in the object in which it inheres, under specific circumstances and in conjunction with the laws of nature. A general formula for dispositions is: X (object) has the disposition D to (transform, initiate a process) R under conditions C."^^xsd:string , "Examples: the disposition of vegetables to decay when not refrigerated, the disposition of a vase to brake if dropped, the disposition of blood to coagulate, the disposition of a patient with a weakened immune system to contract disease, the disposition of metal to conduct electricity."^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#FiatObjectPart rdf:type owl:Class ; rdfs:label "fiat_object_part"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , , , ; rdfs:comment "Definition: An independent continuant that is part of an object but is not demarcated by any physical discontinuities."^^xsd:string , "Examples: upper and lower lobes of the left lung, the dorsal and ventral surfaces of the body, the east side of Saarbruecken, the lower right portion of a human torso"^^xsd:string , "Synonyms: fiat substance part"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#Function rdf:type owl:Class ; rdfs:label "function"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "Definition: A realizable entity the manifestation of which is an essentialy end-directed activity of a continuant entity in virtue of that continuant entity being a specific kind of entity in the kind or kinds of contexts that it is made for."^^xsd:string , "Examples: the function of a birth canal to enable transport, the function of the heart in the body to pump blood, the function of reproduction in the transmission of genetic material, the digestive function of the stomach to nutriate the body, the function of a hammer to drive in nails, the function of a computer program to compute mathematical equations, the function of an automobile to provide transportation, the function of a judge in a court of law"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#IndependentContinuant rdf:type owl:Class ; rdfs:label "independent_continuant"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "Definition: A continuant that is a bearer of qualities and realizable entities, in which other entities inhere and which itself cannot inhere in anything."^^xsd:string , "Examples: an organism, a heart, a leg, a person, a symphony orchestra, a chair, the bottom right portion of a human torso, the lawn and atmosphere in front of our building"^^xsd:string , "Synonyms: substantial entity"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#Object rdf:type owl:Class ; rdfs:label "object"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , , ; rdfs:comment "Definition: A independent continuant that is spatially extended, maximally self-connected and self-contained (the parts of a substance are not separated from each other by spatial gaps) and possesses an internal unity. The identity of substantial objects is independent of that of other entities and can be maintained through time and through loss and gain of parts and qualities."^^xsd:string , "Examples: an organism, a heart, a chair, a lung, an apple"^^xsd:string , "Synonyms: substance"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#ObjectAggregate rdf:type owl:Class ; rdfs:label "object_aggregate"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , ; rdfs:comment "Definition: An independent continuant that is a mereological sum of separate objects and possesses non-connected boundaries."^^xsd:string , "Examples: a heap of stones, a group of commuters on the subway, a collection of random bacteria, a flock of geese, the patients in a hospital"^^xsd:string , "Synonyms: substance aggregate"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#ObjectBoundary rdf:type owl:Class ; rdfs:label "object_boundary"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "Comment: Boundaries are theoretically difficult entities to account for, however the intuitive notion of a physical boundary as a surface of some sort (whether inside or outside of a thing) will generally serve as a good guide for the use of this universal."^^xsd:string , "Definition: An independent continuant that is a lower dimensional part of a spatial entity, normally a closed two-dimensional surface. Boundaries are those privileged parts of objects that exist at exactly the point where the object is separated off from the rest of the existing entities in the world."^^xsd:string , "Examples: the surface of the skin, the surface of the earth, the surface of the interior of the stomach, the outer surface of a cell or cell wall"^^xsd:string , "Synonyms: substance boundary"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#OneDimensionalRegion rdf:type owl:Class ; rdfs:label "one_dimensional_region"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , , ; rdfs:comment "Definition: A spatial region with one dimension."^^xsd:string , "Examples: the part of space that is a line stretching from one end of absolute space to the other, an edge of a cube-shaped part of space"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#Quality rdf:type owl:Class ; rdfs:label "quality"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "Definition: A dependent continuant that is exhibited if it inheres in an entity or entities at all (a categorical property)."^^xsd:string , "Examples: the color of a tomato, the ambient temperature of air, the circumference of a waist, the shape of a nose, the mass of a piece of gold, the weight of a chimpanzee"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#RealizableEntity rdf:type owl:Class ; rdfs:label "realizable_entity"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Definition: A dependent continuant that inheres in continuants and are not exhibited in full at every time in which it inheres in an entity or group of entities. The exhibition or actualization of a realizable entity is a particular manifestation, functioning or process that occurs under certain circumstances."^^xsd:string , "Examples: the role of being a doctor, the function of the reproductive organs, the disposition of blood to coagulate, the disposition of metal to conduct electricity"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#Role rdf:type owl:Class ; rdfs:label "role"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "Definition: A realizable entity the manifestation of which brings about some result or end that is not essential to a continuant in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant in some kinds of natural, social or institutional contexts."^^xsd:string , "Examples: the role of a person as a surgeon, the role of an artificial heart in pumping blood, the role of a chemical compound in an experiment, the role of a drug in the treatment of a disease, the role of a patient relative as defined by a hospital administrative form, the role of a woman as a legal mother in the context of system of laws, the role of a biological grandfather as legal guardian in the context of a system of laws, the role of a tree in maintaining stability in an ecosystem, the role of ingested matter in digestion"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#Site rdf:type owl:Class ; rdfs:label "site"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "Comment: Sites should not be confused with spatial regions. Sites characteristically have a filling or medium and are capable of altering their spatial location (moving from one spatial region to another) without altering their identity."^^xsd:string , "Definition: An independent continuant consisting of a characteristic spatial shape in relation to some arrangement of other continuants and of the medium which is enclosed in whole or in part by this characteristic spatial shape. Sites are entities that can be occupied by other continuants."^^xsd:string , "Examples: a city, a nasal cavity, a blood vein, an environment, sinuses, canals, ventricles, the lumen of the gastrointestinal tract, the location of the battle of Austerlitz, the interior of the aorta, the room in which one is located, the top of one's desk including the things that are on it and the atmosphere surrounding them."^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#SpatialRegion rdf:type owl:Class ; rdfs:label "spatial_region"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Comment: Spatial regions should not be confused with sites. Spatial regions exist as parts of pure or absolute space, have a dimensionality and a shape but require no filling in order to exist and are also immobile."^^xsd:string , "Definition: An independent continuant that is neither bearer of qualities nor inheres in any other entities."^^xsd:string , "Examples: the sum total of all space in the universe, parts of the sum total of all space in the universe"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#ThreeDimensionalRegion rdf:type owl:Class ; rdfs:label "three_dimensional_region"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , ; rdfs:comment "Definition: A spatial region with three dimensions."^^xsd:string , "Examples: a cube-shaped part of space, a sphere-shaped part of space"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#TwoDimensionalRegion rdf:type owl:Class ; rdfs:label "two_dimensional_region"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "Definition: A spatial region with two dimensions."^^xsd:string , "Examples: the surface of a cube-shaped part of space, the surface of a sphere-shaped part of space, the surface of a rectilinear planar figure-shaped part of space"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/snap#ZeroDimensionalRegion rdf:type owl:Class ; rdfs:label "zero_dimensional_region"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "Definition: A spatial region with no dimensions."^^xsd:string , "Examples: a point"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#ConnectedSpatiotemporalRegion rdf:type owl:Class ; rdfs:label "connected_spatiotemporal_region"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "Definition: A space time region that has temporal and spatial dimensions such that all points within the spatiotemporal region are mediately or immediately connected to all other points within the same space time region."^^xsd:string , "Examples: the spatial and temporal location of an individual organism's life, the spatial and temporal location of the development of a fetus"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#ConnectedTemporalRegion rdf:type owl:Class ; rdfs:label "connected_temporal_region"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "Definition: A temporal region every point of which is mediately or immediately connected with every other point of which."^^xsd:string , "Examples: the 1970s years, the time from the beginning to the end of a heart attack, the time taken up by cellular meiosis"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#FiatProcessPart rdf:type owl:Class ; rdfs:label "fiat_process_part"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , , , ; rdfs:comment "Definition: A processual entity that is part of a process but that does not have bona fide beginnings and endings corresponding to real discontinuities."^^xsd:string , "Examples: chewing during a meal, the middle part of a rainstorm, the worst part of a heart-attack, the most interesting part of Van Gogh's life"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#Occurrent rdf:type owl:Class ; rdfs:label "occurrent"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Definition: An entity that has temporal parts and that happens, unfolds or develops through time. Sometimes also called perdurants."^^xsd:string , "Examples: the life of an organism, a surgical operation as processual context for a nosocomical infection, the spatiotemporal context occupied by a process of cellular meiosis, the most interesting part of Van Gogh's life, the spatiotemporal region occupied by the development of a cancer tumor"^^xsd:string , "Synonyms: perdurant"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#Process rdf:type owl:Class ; rdfs:label "process"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , , ; rdfs:comment "Definition: A processual entity that is a maximally connected spatio-temporal whole and has bona fide beginnings and endings corresponding to real discontinuities."^^xsd:string , "Examples: the life of an organism, the process of sleeping, the process of cell-division"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#ProcessAggregate rdf:type owl:Class ; rdfs:label "process_aggregate"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith , ; rdfs:comment "Definition: A processual entity that is a meriological sum of processes and possesses non-connected boundaries."^^xsd:string , "Examples: the beating of the hearts of each of seven individuals in the room, the playing of each of the members of an orchestra, a process of digestion and a process of thinking taken together"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#ProcessBoundary rdf:type owl:Class ; rdfs:label "process_boundary"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "Definition: A processual entity that is the fiat or bona fide instantaneous temporal process boundary."^^xsd:string , "Examples: birth, death, the forming of a synapse, the onset of REM sleep, the detaching of a finger in an industrial accident, the final separation of two cells at the end of cell-division, the incision at the beginning of a surgery"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#ProcessualContext rdf:type owl:Class ; rdfs:label "processual_context"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "Comment: setting"^^xsd:string , "Definition: An occurrent consisting of a characteristic spatial shape inhering in some arrangement of other occurrents. Processual contexts are characteristically entities at or in which other occurrents can be located or occur."^^xsd:string , "Examples: a surgical operation as processual context for a nosocomical infection, a routine check-up as processual context for the finding of a tumor, a clinical trial as processual context for the discovery of a new treatment or drug"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#ProcessualEntity rdf:type owl:Class ; rdfs:label "processual_entity"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; owl:disjointWith , ; rdfs:comment "Definition: An occurrent that exists in time by occurring or happening, has temporal parts and always involves and depends on some entity."^^xsd:string , "Examples: the life of an organism, the process of meiosis, the course of a disease, the flight of a bird"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#ScatteredSpatiotemporalRegion rdf:type owl:Class ; rdfs:label "scattered_spatiotemporal_region"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "Definition: A space time region that has spatial and temporal dimensions and every spatial and temporal point of which is not connected with every other spatial and temporal point of which."^^xsd:string , "Examples: the space and time occupied by the individual games of the World Cup, the space and time occupied by the individual liaisons in a romantic affair"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#ScatteredTemporalRegion rdf:type owl:Class ; rdfs:label "scattered_temporal_region"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "Definition: A temporal region every point of which is not mediately or immediately connected with every other point of which."^^xsd:string , "Examples: the time occupied by the individual games of the World Cup, the time occupied by the individual liaisons in a romantic affair"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#SpatiotemporalInstant rdf:type owl:Class ; rdfs:label "spatiotemporal_instant"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "Definition: A connected space time region at a specific moment."^^xsd:string , "Examples: the space time region occupied by a single instantaneous temporal slice (part) of a process"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#SpatiotemporalInterval rdf:type owl:Class ; rdfs:label "spatiotemporal_interval"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "Definition: A connected space time region that endures for more than a single moment of time."^^xsd:string , "Examples: the space time region occupied by a process or by a fiat processual part"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#SpatiotemporalRegion rdf:type owl:Class ; rdfs:label "spatiotemporal_region"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "Comment: This is the time and space within which occurrents exist. Occurrents exist in space and time in a different way from that in which continuants do and thus the space and time in which they exist is itself different. Spatiotemporal region's importance is primarily theoretical and it will not be used often in most domain ontology applications."^^xsd:string , "Definition: An occurrent at or in which processual entities can be located."^^xsd:string , "Examples: the spatiotemporal region occupied by a human life, the spatiotemporal region occupied by the development of a cancer tumor, the spatiotemporal context occupied by a process of cellular meiosis"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#TemporalInstant rdf:type owl:Class ; rdfs:label "temporal_instant"^^xsd:string ; rdfs:subClassOf ; owl:disjointWith ; rdfs:comment "Definition: A connected temporal region comprising a single moment of time."^^xsd:string , "Examples: right now, the moment at which a finger is detached in an industrial accident, the moment at which a child is born, the moment of death"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#TemporalInterval rdf:type owl:Class ; rdfs:label "temporal_interval"^^xsd:string ; rdfs:subClassOf ; rdfs:comment "Definition: A connected temporal region lasting for more than a single moment of time."^^xsd:string , "Examples: any continuous temporal duration during which a process occurs"^^xsd:string . ### http://www.ifomis.org/bfo/1.0/span#TemporalRegion rdf:type owl:Class ; rdfs:label "temporal_region"^^xsd:string ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( ) ] ; rdfs:subClassOf ; rdfs:comment "Comment: This is the time that is common to both SNAP and SPAN entities. The time of temporal region and its sub-classes will normally be the time that should be referred to when sub-classing universals having to do with time in an ontology."^^xsd:string , "Definition: An occurrent that is part of time."^^xsd:string , "Examples: the time it takes to run a marathon, the duration of a surgical procedure, the moment of death"^^xsd:string . ################################################################# # # Individuals # ################################################################# ### http://matonto.org/ontologies/matonto#BulkModulus :BulkModulus rdf:type owl:NamedIndividual ; :hasCommonSymbol "K" . ### http://matonto.org/ontologies/matonto#ElasticModulus :ElasticModulus rdf:type owl:NamedIndividual ; :hasCommonSymbol "E" . ### http://matonto.org/ontologies/matonto#FlexuralModulus :FlexuralModulus rdf:type owl:NamedIndividual ; :hasCommonSymbol "E" . ### http://matonto.org/ontologies/matonto#FractureToughness :FractureToughness rdf:type owl:NamedIndividual ; :hasCommonSymbol "K" . ### http://matonto.org/ontologies/matonto#HeatCapacity :HeatCapacity rdf:type owl:NamedIndividual ; :hasCommonSymbol "C" . ### http://matonto.org/ontologies/matonto#ShearModulus :ShearModulus rdf:type owl:NamedIndividual ; :hasCommonSymbol "G" . ### http://matonto.org/ontologies/matonto#YoungsModulus :YoungsModulus rdf:type owl:NamedIndividual ; :hasCommonSymbol "E" . ### http://matonto.org/ontologies/matonto#unit_angstrom :unit_angstrom rdf:type owl:NamedIndividual ; rdfs:label "angstrom" ; "1.0E-10" ; . ### http://matonto.org/ontologies/matonto#unit_angstrom_3 :unit_angstrom_3 rdf:type , owl:NamedIndividual ; rdfs:label "cubic angstrom" ; "3.0" ; :unit_angstrom . ### http://matonto.org/ontologies/matonto#unit_bohr_magneton :unit_bohr_magneton rdf:type , owl:NamedIndividual ; rdfs:label "Bohr magneton" . ### http://matonto.org/ontologies/matonto#unit_centimeter :unit_centimeter rdf:type , owl:NamedIndividual ; rdfs:label "centimeter" , "cm" ; "1.0E-2" ; . ### http://matonto.org/ontologies/matonto#unit_centimeter_-3 :unit_centimeter_-3 rdf:type , owl:NamedIndividual ; rdfs:label "per cubic centimeter" ; "-3.0" ; :unit_centimeter . ### http://matonto.org/ontologies/matonto#unit_electron_volt :unit_electron_volt rdf:type :BandGapUnit , owl:NamedIndividual ; rdfs:label "eV" , "electron volt" ; :hasSISymbol "eV" . ### http://matonto.org/ontologies/matonto#unit_gigapascal :unit_gigapascal rdf:type , owl:NamedIndividual ; rdfs:label "GPa" , "gigapascal" ; "1.0E9"^^xsd:double ; :hasSISymbol "GPa" ; . ### http://matonto.org/ontologies/matonto#unit_gram_1_centimeter_-3 :unit_gram_1_centimeter_-3 rdf:type , owl:NamedIndividual ; rdfs:label "gram per cubic centimeter" , "g/cm3" ; :unit_centimeter_-3 , . ### http://matonto.org/ontologies/matonto#unit_gram_1_milliliter_-1 :unit_gram_1_milliliter_-1 rdf:type , owl:NamedIndividual ; rdfs:label "gram per milliliter" , "g/mL" ; "gram per millilitre" ; :unit_milliliter , . ### http://matonto.org/ontologies/matonto#unit_hectopascal :unit_hectopascal rdf:type , owl:NamedIndividual ; rdfs:label "hectopascal" ; "100.0"^^xsd:double ; :hasSISymbol "hPa" ; . ### http://matonto.org/ontologies/matonto#unit_kilojoule_1_mole_-1 :unit_kilojoule_1_mole_-1 rdf:type , owl:NamedIndividual ; rdfs:label "kilojoule per mole" , "kJ/mol" ; "1000.0"^^xsd:double ; . ### http://matonto.org/ontologies/matonto#unit_kilopascal :unit_kilopascal rdf:type , owl:NamedIndividual ; rdfs:label "kilopascal" ; "1000.0"^^xsd:double ; :hasSISymbol "kPa" ; . ### http://matonto.org/ontologies/matonto#unit_megapascal :unit_megapascal rdf:type , owl:NamedIndividual ; rdfs:label "MPa" , "megapascal" ; "1000000.0"^^xsd:double ; :hasSISymbol "MPa" ; . ### http://matonto.org/ontologies/matonto#unit_meter_sqrt :unit_meter_sqrt rdf:type , owl:NamedIndividual ; rdfs:label "root meter" ; "0.5"^^xsd:double ; . ### http://matonto.org/ontologies/matonto#unit_micrometer :unit_micrometer rdf:type , owl:NamedIndividual ; rdfs:label "micrometer" ; "1.0E-6"^^xsd:double ; :hasSISymbol "�m" ; "micrometre" ; rdfs:comment "The micrometer is an SI derived unit of length equaling 1�10-6 of a meter; that is, one millionth of a meter (or one thousandth of a millimeter, 0.001 mm, or about 0.000039 inch)." ; . ### http://matonto.org/ontologies/matonto#unit_milliliter :unit_milliliter rdf:type , owl:NamedIndividual ; rdfs:label "mL" , "milliliter" ; "1.0E-6"^^xsd:double ; rdfs:comment "A non-SI metric system unit of volume that is equal to 0.000001 cubic meters" ; "millilitre" ; . ### http://matonto.org/ontologies/matonto#unit_pascal_1_meter_sqrt :unit_pascal_1_meter_sqrt rdf:type , owl:NamedIndividual ; rdfs:label "pascal root meter" ; rdfs:comment "Pa*m1/2 are the units for fracture toughness" ; :unit_meter_sqrt , . ### http://ontology.dumontierlab.com/SpecificEnergyUnit rdf:type owl:NamedIndividual ; :hasCommonSymbol "J/Kg" . ### http://ontology.dumontierlab.com/bit rdf:type , owl:NamedIndividual ; rdfs:label "bit"^^xsd:string ; rdfs:comment "The bit is a binary digit holding the values of 0 or 1."^^xsd:string . ### http://ontology.dumontierlab.com/byte rdf:type , owl:NamedIndividual ; rdfs:label "byte"^^xsd:string ; "8.0"^^xsd:double ; rdfs:comment "The byte is an information unit comprising of 8 bits."^^xsd:string ; . ### http://ontology.dumontierlab.com/degree rdf:type , owl:NamedIndividual ; rdfs:label "'degree"^^xsd:string ; rdfs:comment "The degree is a plane angle unit."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_ampere rdf:type , owl:NamedIndividual , owl:Thing ; rdfs:label "ampere"^^xsd:string ; rdfs:comment "The ampere (symbol: A) is an SI base unit of electric current, or amount of electric charge per second."^^xsd:string . ### http://ontology.dumontierlab.com/unit_ampere_-1 rdf:type , owl:NamedIndividual ; rdfs:label "per ampere"^^xsd:string ; "-1.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_ampere_-2 rdf:type , owl:NamedIndividual ; rdfs:label "per ampere squared"^^xsd:string ; "-2.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_ampere_1_meter_-1 rdf:type , owl:NamedIndividual ; rdfs:label "ampere per meter"^^xsd:string ; rdfs:comment "Ampere per meter is the SI derived unit for magnetic field strength."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_ampere_1_meter_-2 rdf:type , owl:NamedIndividual ; rdfs:label "ampere per square meter"^^xsd:string ; rdfs:comment "The ampere per square meter is the SI derived unit for current density."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_ampere_2 rdf:type , owl:NamedIndividual ; rdfs:label "ampere squared"^^xsd:string ; "2.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_becquerel rdf:type , owl:NamedIndividual , owl:Thing ; rdfs:label "becquerel"^^xsd:string ; rdfs:comment "The becquerel (symbol: Bq) is the SI derived unit of radioactivity."^^xsd:string ; . ### http://ontology.dumontierlab.com/unit_candela rdf:type , owl:NamedIndividual ; rdfs:label "candela"^^xsd:string ; rdfs:comment "The candela (symbol: Cd) is the SI unit of luminous intensity. It is defined as the luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540×1012 hertz and that has a radiant intensity in that direction of 1/683 watt per steradian."^^xsd:string . ### http://ontology.dumontierlab.com/unit_candela_1_meter_-2 rdf:type , owl:NamedIndividual ; rdfs:label "candela per square meter"^^xsd:string ; rdfs:comment "The candela per square meter is the SI derived unit for luminance."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_celcius rdf:type , owl:NamedIndividual ; rdfs:label "celcius"^^xsd:string ; "273.0"^^xsd:double ; rdfs:comment "The celcius (symbol: C) is a unit of temperature."^^xsd:string ; . ### http://ontology.dumontierlab.com/unit_coulomb rdf:type , owl:NamedIndividual ; rdfs:label "coulomb"^^xsd:string ; rdfs:comment "The coulomb is a unit of electric charge."^^xsd:string ; owl:sameAs . ### http://ontology.dumontierlab.com/unit_coulomb_1_kilogram_-1 rdf:type , owl:NamedIndividual ; rdfs:label "coulomb per kilogram"^^xsd:string ; rdfs:comment "The coulomb per kilogram is the SI derived unit for exposure to x and gamma rays."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_coulomb_1_meter_-2 rdf:type , owl:NamedIndividual ; rdfs:label "coulomb per square meter"^^xsd:string ; rdfs:comment "The coulomb per square meter is the SI derived unit for electric charge density."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_coulomb_1_meter_-3 rdf:type , owl:NamedIndividual ; rdfs:label "coulomb per cubic meter"^^xsd:string ; rdfs:comment "The coulomb per cubic meter is the SI derived unit for electric charge density."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_dalton rdf:type , owl:NamedIndividual ; rdfs:label "dalton"^^xsd:string ; rdfs:comment "A unit of molecular mass approximately equal to the mass of a hydrogen atom."^^xsd:string . ### http://ontology.dumontierlab.com/unit_fahrenheit rdf:type , owl:NamedIndividual ; rdfs:label "fahrenheit"^^xsd:string ; rdfs:comment "The fahrenheit (symbol: F) is a unit of temperature."^^xsd:string ; . ### http://ontology.dumontierlab.com/unit_farad rdf:type , owl:NamedIndividual ; rdfs:label "farad"^^xsd:string ; rdfs:comment "The farad (symbol: F) is a unit of capacitance."^^xsd:string ; ; owl:sameAs ; . ### http://ontology.dumontierlab.com/unit_farad_1_meter_-1 rdf:type , owl:NamedIndividual ; rdfs:label "farad per meter"^^xsd:string ; rdfs:comment "The farad per meter is the SI derived unit for permittivity."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_gram rdf:type , owl:NamedIndividual ; rdfs:label "gram" , "g" ; rdfs:comment "The gram is a metric system unit of mass." ; :hasSISymbol "g" ; . ### http://ontology.dumontierlab.com/unit_gray rdf:type , owl:NamedIndividual ; rdfs:label "gray"^^xsd:string ; rdfs:comment "The gray (symbol:Gy) is a unit of absorbed dose."^^xsd:string ; , ; owl:sameAs . ### http://ontology.dumontierlab.com/unit_gray_1_second_-1 rdf:type , owl:NamedIndividual ; rdfs:label "gray per second"^^xsd:string ; rdfs:comment "The gray per second is the SI derived unit for absorbed dose rate."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_henry rdf:type , owl:NamedIndividual ; rdfs:label "henry"^^xsd:string ; rdfs:comment "The henry (symbol: H) is a unit of inductance."^^xsd:string ; ; owl:sameAs ; . ### http://ontology.dumontierlab.com/unit_henry_1_meter_-1 rdf:type , owl:NamedIndividual ; rdfs:label "henry per meter"^^xsd:string ; rdfs:comment "The henry per meter is the SI derived unit for permeability."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_hertz rdf:type , owl:NamedIndividual ; rdfs:label "hertz"^^xsd:string ; "-1.0"^^xsd:double ; rdfs:comment "The Hertz (symbol: Hz) is an SI derived unit for frequency."^^xsd:string ; ; owl:sameAs . ### http://ontology.dumontierlab.com/unit_joule rdf:type , owl:NamedIndividual ; rdfs:label "joule"^^xsd:string ; rdfs:comment "The joule is a unit of energy."^^xsd:string ; owl:sameAs . ### http://ontology.dumontierlab.com/unit_joule_1_kelvin_-1 rdf:type , owl:NamedIndividual ; rdfs:label "joule per kelvin"^^xsd:string ; rdfs:comment "The joule per kelvin is the SI derived unit for entropy or heat capacity."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_joule_1_kilogram_-1 rdf:type , owl:NamedIndividual ; rdfs:label "joule per kilogram"^^xsd:string ; rdfs:comment "The joule per kilogram is the SI derived unit for specific energy."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_joule_1_kilogram_-1_kelvin_-1 rdf:type , owl:NamedIndividual ; rdfs:label "joule per kilogram per kelvin"^^xsd:string ; rdfs:comment "The joule per kilogram per kelvin is the SI derived unit for specific entropy or specific heat capacity."^^xsd:string ; , , . ### http://ontology.dumontierlab.com/unit_joule_1_meter_-3 rdf:type , owl:NamedIndividual ; rdfs:label "joule per cubic meter"^^xsd:string ; rdfs:comment "The joule per cubic meter is the SI derived unit for energy density."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_joule_1_mole_-1 rdf:type , owl:NamedIndividual ; rdfs:label "joule per mole"^^xsd:string ; rdfs:comment "The joule per mole is the SI derived unit for molar energy."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_joule_1_mole_-1_kelvin_-1 rdf:type , owl:NamedIndividual ; rdfs:label "joule per mole per kelvin"^^xsd:string ; rdfs:comment "The joule per mole per kelvin is the SI derived unit for molar entropy."^^xsd:string ; , , . ### http://ontology.dumontierlab.com/unit_katal rdf:type , owl:NamedIndividual ; rdfs:label "katal"^^xsd:string ; rdfs:comment "The katal (symbol: kat) is a unit of catalytic activity."^^xsd:string ; owl:sameAs . ### http://ontology.dumontierlab.com/unit_katal_1_meter_-3 rdf:type , owl:NamedIndividual ; rdfs:label "katal per cubic meter"^^xsd:string ; rdfs:comment "The katal per cubic meter is the SI derived unit for catalytic concentration."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_kelvin rdf:type , owl:NamedIndividual ; rdfs:label "kelvin"^^xsd:string ; rdfs:comment "The kelvin (symbol: K) is an SI base unit increment of temperature. The Kelvin scale is a thermodynamic (absolute) temperature scale where absolute zero—the coldest possible temperature—is defined as being equivalent to zero kelvin (0 K)."^^xsd:string . ### http://ontology.dumontierlab.com/unit_kelvin_-1 rdf:type , owl:NamedIndividual ; "-1.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_kilogram rdf:type , owl:NamedIndividual , owl:Thing ; rdfs:label "kilogram"^^xsd:string ; "10000.0"^^xsd:double ; rdfs:comment "The kilogram (symbol: kg) is the SI base unit of mass. It is defined as being equal to the mass of the international prototype of the kilogram."^^xsd:string ; . ### http://ontology.dumontierlab.com/unit_kilogram_-1 rdf:type , owl:NamedIndividual ; rdfs:label "per kilogram"^^xsd:string ; "-1.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_kilogram_-1_meter_-2_second_3_ampere_2 rdf:type , owl:NamedIndividual ; rdfs:label "m-2·kg-1·s3·A2"^^xsd:string ; rdfs:comment "The m-2·kg-1·s3·A2 is the SI derived unit for electric conductance."^^xsd:string ; , , , ; owl:sameAs . ### http://ontology.dumontierlab.com/unit_kilogram_-1_meter_-2_second_4_ampere_2 rdf:type , owl:NamedIndividual ; rdfs:label "m-2·kg-1·s4·A2"^^xsd:string ; rdfs:comment "The m-2·kg-1·s4·A2 is the SI derived unit for capacitance."^^xsd:string ; , , , . ### http://ontology.dumontierlab.com/unit_kilogram_-2 rdf:type , owl:NamedIndividual ; rdfs:label "per kilogram squared"^^xsd:string ; "-2.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_kilogram_-3 rdf:type , owl:NamedIndividual ; rdfs:label "per kilogram cubed"^^xsd:string ; "-3.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_kilogram_1_kilogram_-1 rdf:type , owl:NamedIndividual ; rdfs:label "kilogram per kilogram"^^xsd:string ; rdfs:comment "The kilogram per kilogram is the SI derived unit for mass fraction."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_kilogram_1_meter_-1_second_-2 rdf:type , owl:NamedIndividual ; rdfs:label "kilogram per meter per second squared"^^xsd:string ; rdfs:comment "The kilogram per meter per second squared is the SI derived unit for pressure."^^xsd:string ; , ; owl:sameAs ; . ### http://ontology.dumontierlab.com/unit_kilogram_1_meter_-3 rdf:type , owl:NamedIndividual ; rdfs:label "kilogram per cubic meter"^^xsd:string ; rdfs:comment "The kilogram per cubic meter is the SI derived unit for density."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_kilogram_1_meter_2_second_-2 rdf:type , owl:NamedIndividual ; rdfs:label "kilogram squared meter per second squared"^^xsd:string ; rdfs:comment "The m2·kg·s-2 is the SI derived unit for energy."^^xsd:string ; , , . ### http://ontology.dumontierlab.com/unit_kilogram_1_meter_2_second_-2_ampere_-1 rdf:type , owl:NamedIndividual ; rdfs:label "m2·kg·s-2·A-1"^^xsd:string ; rdfs:comment "The m2·kg·s-2·A-1 is the SI derived unit for magnetic flux."^^xsd:string ; , , , ; owl:sameAs . ### http://ontology.dumontierlab.com/unit_kilogram_1_meter_2_second_-2_ampere_-2 rdf:type , owl:NamedIndividual ; rdfs:label "m2·kg·s-2·A-2"^^xsd:string ; rdfs:comment "The m2·kg·s-2·A-2 is the SI derived unit for inductance."^^xsd:string ; , , , . ### http://ontology.dumontierlab.com/unit_kilogram_1_meter_2_second_-3 rdf:type , owl:NamedIndividual ; rdfs:label "kilogram meter squared per second cubed"^^xsd:string ; rdfs:comment "The m2·kg·s-3 is the SI derived unit for power."^^xsd:string ; , , ; owl:sameAs . ### http://ontology.dumontierlab.com/unit_kilogram_1_meter_2_second_-3_ampere_-1 rdf:type , owl:NamedIndividual ; rdfs:label "m2·kg·s-3·A-1"^^xsd:string ; rdfs:comment "The m2·kg·s-3·A-1 is the SI derived unit for potential difference."^^xsd:string ; , , , ; owl:sameAs . ### http://ontology.dumontierlab.com/unit_kilogram_1_meter_2_second_-3_ampere_-2 rdf:type , owl:NamedIndividual ; rdfs:label "m2·kg·s-3·A-2"^^xsd:string ; rdfs:comment "The m2·kg·s-3·A-2 is the SI derived unit for electric resistance."^^xsd:string ; , , ; owl:sameAs ; . ### http://ontology.dumontierlab.com/unit_kilogram_1_second_-2_ampere_-1 rdf:type , owl:NamedIndividual ; rdfs:label "kg·s-2·A-1"^^xsd:string ; rdfs:comment "The kg·s-2·A-1 is the SI derived unit for magnetic flux density."^^xsd:string ; , , ; owl:sameAs . ### http://ontology.dumontierlab.com/unit_lumen rdf:type , owl:NamedIndividual ; rdfs:label "lumen"^^xsd:string ; rdfs:comment "The lumen (symbol:lm) is a unit of luminous flux."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_lux rdf:type , owl:NamedIndividual ; rdfs:label "lux"^^xsd:string ; rdfs:comment "The lux (symbol: lx) is a unit of illuminance."^^xsd:string ; , ; owl:sameAs . ### http://ontology.dumontierlab.com/unit_meter rdf:type , owl:NamedIndividual ; rdfs:label "meter"^^xsd:string ; rdfs:comment "The meter (symbol m) is an SI unit of length. It is defined as the distance travelled by light in absolute vacuum in 1/299,792,458 of a second."^^xsd:string ; "metre" . ### http://ontology.dumontierlab.com/unit_meter_-1 rdf:type , owl:NamedIndividual ; rdfs:label "per meter"^^xsd:string ; "-1.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_meter_-2 rdf:type , owl:NamedIndividual ; rdfs:label "per squared meter"^^xsd:string ; "-2.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_meter_-3 rdf:type , owl:NamedIndividual ; rdfs:label "per cubic meter"^^xsd:string ; "-3.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_meter_-4 rdf:type , owl:NamedIndividual ; rdfs:label "per meter power 4"^^xsd:string ; "-4.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_meter_1_kilogram_1_second_-2 rdf:type , owl:NamedIndividual ; rdfs:label "meter kilogram per second squared"^^xsd:string ; rdfs:comment "The meter kilogram per second squared is the SI derived unit for force."^^xsd:string ; , ; owl:sameAs ; . ### http://ontology.dumontierlab.com/unit_meter_1_second_-1 rdf:type , owl:NamedIndividual ; rdfs:label "meter per second"^^xsd:string ; rdfs:comment "The meter per second is the SI derived unit for speed or velocity."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_meter_1_second_-2 rdf:type , owl:NamedIndividual ; rdfs:label "meter per second squared"^^xsd:string ; rdfs:comment "The meter per second squared is the SI derived unit for acceleration."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_meter_2 rdf:type , owl:NamedIndividual ; rdfs:label "meter squared"^^xsd:string ; "2.0"^^xsd:double ; rdfs:comment "The squared meter is an SI derived unit for area."^^xsd:string ; . ### http://ontology.dumontierlab.com/unit_meter_2_meter_-2 rdf:type , owl:NamedIndividual ; rdfs:label "m2·m-2"^^xsd:string ; rdfs:comment "The m2·m-2 is the SI derived unit for solid angle."^^xsd:string ; , ; owl:sameAs . ### http://ontology.dumontierlab.com/unit_meter_2_meter_-2_candela_1 rdf:type , owl:NamedIndividual ; rdfs:label "m2·m-2·cd"^^xsd:string ; rdfs:comment "The m2·m-2·cd is the SI derived unit for luminous flux."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_meter_2_meter_-4_candela_1 rdf:type , owl:NamedIndividual ; rdfs:label "m2·m-4·cd"^^xsd:string ; rdfs:comment "The m2·m-4·cd is the SI derived unit of illuminance."^^xsd:string ; , , . ### http://ontology.dumontierlab.com/unit_meter_2_second_-2 rdf:type , owl:NamedIndividual ; rdfs:label "m2·s-2"^^xsd:string ; rdfs:comment "The m2·s-2 is the SI derived unit for absorbed dose."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_meter_3 rdf:type , owl:NamedIndividual ; rdfs:label "cubic meter"^^xsd:string ; "3.0"^^xsd:double ; rdfs:comment "The cubic meter is the SI derived unit for volume."^^xsd:string ; . ### http://ontology.dumontierlab.com/unit_meter_3_kilogram_-1 rdf:type , owl:NamedIndividual ; rdfs:label "cubic meter per kilogram"^^xsd:string ; rdfs:comment "The cubic meter per kilogram is the SI derived unit for specific volume."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_mole rdf:type , owl:NamedIndividual ; rdfs:label "mole"^^xsd:string ; rdfs:comment "The mole (symbol: mol) is the SI base unit for an amount of substance. One mole contains Avogadro's number (approximately 6.022×1023) entities."^^xsd:string . ### http://ontology.dumontierlab.com/unit_mole_-1 rdf:type , owl:NamedIndividual ; rdfs:label "per mole"^^xsd:string ; "-1.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_mole_1_meter_-3 rdf:type , owl:NamedIndividual ; rdfs:label "mole per cubic meter"^^xsd:string ; rdfs:comment "The mole per cubic meter is the SI derived unit for amount of substance concentration."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_mole_1_second_-1 rdf:type , owl:NamedIndividual ; rdfs:label "second per mole"^^xsd:string ; rdfs:comment "The second per mole is the SI derived unit for catalytic activity."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_newton rdf:type , owl:NamedIndividual ; rdfs:label "newton"^^xsd:string ; rdfs:comment "The newton (symbol: N) is a unit for force."^^xsd:string . ### http://ontology.dumontierlab.com/unit_newton_1_meter_-1 rdf:type , owl:NamedIndividual ; rdfs:label "newton per meter"^^xsd:string ; rdfs:comment "The newton per meter is the SI derived unit for surface tension."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_newton_1_meter_1 rdf:type , owl:NamedIndividual ; rdfs:label "newton meter"^^xsd:string ; rdfs:comment "The newton meter is the SI derived unit for moment of force."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_ohm rdf:type , owl:NamedIndividual ; rdfs:label "ohm"^^xsd:string ; rdfs:comment "The ohm is a unit of electric resistance."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_pascal rdf:type , owl:NamedIndividual ; rdfs:label "pascal"^^xsd:string ; rdfs:comment "The pascal is a unit of pressure."^^xsd:string . ### http://ontology.dumontierlab.com/unit_pascal_1_second_-1 rdf:type , owl:NamedIndividual ; rdfs:label "pascal per second"^^xsd:string ; rdfs:comment "The pascal per second is the SI derived unit for dynamic viscosity."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_radian rdf:type , owl:NamedIndividual ; rdfs:label "radian"^^xsd:string ; rdfs:comment "The radian (symbol: rad) is a unit for plane angle."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_radian_1_second_-1 rdf:type , owl:NamedIndividual ; rdfs:label "radian per second"^^xsd:string ; rdfs:comment "The radian per second is the SI derived unit for angular velocity."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_radian_1_second_-2 rdf:type , owl:NamedIndividual ; rdfs:label "radian per second squared"^^xsd:string ; rdfs:comment "The radian per second squared is the SI derived unit for angular acceleration."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_second rdf:type , owl:NamedIndividual ; rdfs:label "second"^^xsd:string ; rdfs:comment "The second (symbol: s), is a SI base unit of time. It is defined as the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium-133 atom."^^xsd:string . ### http://ontology.dumontierlab.com/unit_second_-1 rdf:type , owl:NamedIndividual ; rdfs:label "reciprocal second"^^xsd:string ; "-1.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_second_-2 rdf:type , owl:NamedIndividual ; rdfs:label "per second squared"^^xsd:string ; "-2.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_second_-3 rdf:type , owl:NamedIndividual ; "-3.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_second_1_ampere_1 rdf:type , owl:NamedIndividual ; rdfs:label "second ampere"^^xsd:string ; rdfs:comment "The second ampere is the SI derived unit for electric charge."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_second_2 rdf:type , owl:NamedIndividual ; rdfs:label "per second squared"^^xsd:string ; "2.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_second_3 rdf:type , owl:NamedIndividual ; rdfs:label "second cubed"^^xsd:string ; "3.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_second_4 rdf:type , owl:NamedIndividual ; rdfs:label "second power 4"^^xsd:string ; "4.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_siemens rdf:type , owl:NamedIndividual ; rdfs:label "siemens"^^xsd:string ; rdfs:comment "The siemens is a unit of electric conductance."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_sievert rdf:type , owl:NamedIndividual ; rdfs:label "sievert"^^xsd:string ; rdfs:comment "The sievert (symbol: Sv) is a unit of dose equivalence."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_steradian rdf:type , owl:NamedIndividual ; rdfs:label "steradian"^^xsd:string ; rdfs:comment "The steradian is the SI derived unit for solid angle."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_steradian_-1 rdf:type , owl:NamedIndividual ; rdfs:label "per steradian"^^xsd:string ; "-1.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_tesla rdf:type , owl:NamedIndividual ; rdfs:label "tesla"^^xsd:string ; rdfs:comment "The tesla (symbol: T) is a unit of magnetic flux density."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_volt rdf:type , owl:NamedIndividual ; rdfs:label "volt"^^xsd:string ; rdfs:comment "The volt is a unit of potential difference."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_volt_-1 rdf:type , owl:NamedIndividual ; rdfs:label "per volt"^^xsd:string ; "-1.0"^^xsd:double ; . ### http://ontology.dumontierlab.com/unit_volt_1_meter_-1 rdf:type , owl:NamedIndividual ; rdfs:label "volt per meter"^^xsd:string ; rdfs:comment "The volt per meter is the SI derived unit for electric field strength."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_watt rdf:type , owl:NamedIndividual ; rdfs:label "watt"^^xsd:string ; rdfs:comment "The watt (symbol: W) is a unit of power."^^xsd:string . ### http://ontology.dumontierlab.com/unit_watt_1_meter_-1_kelvin_-1 rdf:type , owl:NamedIndividual ; rdfs:label "watt per meter per kelvin"^^xsd:string ; rdfs:comment "The watt per meter per kelvin is the SI derived unit for thermal conductivity."^^xsd:string ; , , . ### http://ontology.dumontierlab.com/unit_watt_1_meter_-2 rdf:type , owl:NamedIndividual ; rdfs:label "watt per square meter"^^xsd:string ; rdfs:comment "The watt per square meter is the SI derived unit for irradiance."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_watt_1_meter_-2_steradian_-1 rdf:type , owl:NamedIndividual ; rdfs:label "watt per square meter per steradian"^^xsd:string ; rdfs:comment "The watt per square meter per steradian is the SI derived unit for radiance."^^xsd:string ; , , . ### http://ontology.dumontierlab.com/unit_watt_1_steradian_-1 rdf:type , owl:NamedIndividual ; rdfs:label "watt per steradian"^^xsd:string ; rdfs:comment "The watt per steradian is the SI derived unit for radiant intensity."^^xsd:string ; , . ### http://ontology.dumontierlab.com/unit_weber rdf:type , owl:NamedIndividual ; rdfs:label "weber"^^xsd:string ; rdfs:comment "The weber (symbol:Wb) is a unit of magnetic flux."^^xsd:string ; , . ################################################################# # # General axioms # ################################################################# [ rdf:type owl:AllDisjointClasses ; owl:members ( ) ] . [ rdf:type owl:AllDisjointClasses ; owl:members ( ) ] . [ rdf:type owl:AllDisjointClasses ; owl:members ( ) ] . [ rdf:type owl:AllDisjointClasses ; owl:members ( ) ] . [ rdf:type owl:AllDisjointClasses ; owl:members ( ) ] . ### Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net