@prefix : <https://w3id.org/ssbd/core/matter#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://w3id.org/ssbd/core/matter#> .

<https://w3id.org/ssbd/core/matter> rdf:type owl:Ontology ;
                                     owl:versionIRI <https://w3id.org/ssbd/core/0.0.1/matter> ;
                                     owl:imports <https://w3id.org/ssbd/core/0.0.1/reused-terms> ;
                                     <http://purl.org/dc/terms/abstract> "The Matter module of SSbD Core Ontology providing a taxonomy for physical matter (including nanomaterial, chemical compounds, etc...) with anchor points for links for CheBI."@en ;
                                     <http://purl.org/dc/terms/title> "Matter"@en ;
                                     <https://w3id.org/widoco/vocab#introduction> """
This module is a part of the [SSbD Core Ontology](https://ssbd-ontology.github.io/core/widoco/index-en.html).
Matter is a physical entity that possess mass and occupies volume.

This module provides a categorisation of different types of matter entities.
At the top it categorise matter into molecular entities (discrete atoms or molecules) and different types of substances (homogenious properties).

A page illustrating showing how the SSbD Core Ontology categorise models can be found [here](https://ssbd-ontology.github.io/core/docs/matter.html).
"""@en .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/abstract
<http://purl.org/dc/terms/abstract> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#altLabel
<http://www.w3.org/2004/02/skos/core#altLabel> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#example
<http://www.w3.org/2004/02/skos/core#example> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#scopeNote
<http://www.w3.org/2004/02/skos/core#scopeNote> rdf:type owl:AnnotationProperty .


###  https://w3id.org/widoco/vocab#introduction
<https://w3id.org/widoco/vocab#introduction> rdf:type owl:AnnotationProperty .


#################################################################
#    Classes
#################################################################

###  https://w3id.org/emmo/hume#AmorphousMaterial
<https://w3id.org/emmo/hume#AmorphousMaterial> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByStructure> ;
                                               <http://www.w3.org/2004/02/skos/core#altLabel> "NonCrystallineMaterial"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "A solid lacking a repeating, ordered atomic structure (long-range order)."@en ;
                                               <http://www.w3.org/2004/02/skos/core#prefLabel> "AmorphousMaterial"@en ;
                                               <http://www.w3.org/2004/02/skos/core#scopeNote> "A amorphous material resembles a frozen liquid with atoms arranged randomly, unlike crystalline solids with periodic patterns, leading to properties like no sharp melting point, irregular shapes, and isotropic characteristics (uniform properties in all directions)."@en .


###  https://w3id.org/emmo/hume#ArtificialMaterial
<https://w3id.org/emmo/hume#ArtificialMaterial> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByOrigin> ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Any substance engineered or created by humans, often to mimic or improve upon natural materials."@en ;
                                                <http://www.w3.org/2004/02/skos/core#prefLabel> "ArtificialMaterial"@en ;
                                                <http://www.w3.org/2004/02/skos/core#scopeNote> "Artificial materials are typically engineered through chemical synthesis from natural raw materials like oil or coal, resulting in polymers such as plastics, nylon, or polyester, designed for specific, enhanced properties like strength, durability, or moldability not found in nature."@en .


###  https://w3id.org/emmo/hume#Atom
<https://w3id.org/emmo/hume#Atom> rdf:type owl:Class ;
                                  rdfs:subClassOf <https://w3id.org/emmo/hume#MolecularEntity> ;
                                  <http://www.w3.org/2004/02/skos/core#altLabel> "ChemicalElement"@en ;
                                  <http://www.w3.org/2004/02/skos/core#definition> """A standalone atom has direct part one 'nucleus' and one 'electron_cloud'.

An O 'atom' within an O₂ 'molecule' is an 'e-bonded_atom'.

In this material branch, H atom is a particular case, with respect to higher atomic number atoms, since as soon as it shares its electron it has no nucleus entangled electron cloud.

We cannot say that H₂ molecule has direct part two H atoms, but has direct part two H nucleus."""@en ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Atom"@en ;
                                  <http://www.w3.org/2004/02/skos/core#scopeNote> "An 'atom' is a 'nucleus' surrounded by an 'electron_cloud', i.e. a quantum system made of one or more bounded electrons."@en .


###  https://w3id.org/emmo/hume#BondedAtom
<https://w3id.org/emmo/hume#BondedAtom> rdf:type owl:Class ;
                                        rdfs:subClassOf <https://w3id.org/emmo/hume#Atom> ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "A bonded atom that shares at least one electron to the atom-based entity of which is part of."@en ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "BondedAtom"@en ;
                                        <http://www.w3.org/2004/02/skos/core#scopeNote> """A real bond between atoms is always something hybrid between covalent, metallic and ionic.

In general, metallic and ionic bonds have atoms sharing electrons."""@en ,
                                                                                        "The bond types that are covered by this definition are the strong electronic bonds: covalent, metallic and ionic."@en ,
                                                                                        "This class can be used to represent molecules as simplified quantum systems, in which outer molecule shared electrons are un-entangled with the inner shells of the atoms composing the molecule."@en .


###  https://w3id.org/emmo/hume#CeramicMaterial
<https://w3id.org/emmo/hume#CeramicMaterial> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByType> ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "Ceramic"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "An inorganic non-metallic solid made from elements (metals, non-metals, semi-metals like silicon) combined into compounds (oxides, carbides, nitrides) that are typically hard, strong, brittle, corrosion-resistant, and good insulators."@en ;
                                             <http://www.w3.org/2004/02/skos/core#prefLabel> "CeramicMaterial"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Ceramic materials are hardened by intense heat and typically used from pottery and tiles to advanced electronics and aerospace parts."@en .


###  https://w3id.org/emmo/hume#ChemicalCompound
<https://w3id.org/emmo/hume#ChemicalCompound> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/emmo/hume#ChemicalSubstance> ;
                                              rdfs:seeAlso "https://en.wikipedia.org/wiki/Chemical_compound"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "A chemical substance composed of many identical molecules (or molecular entities) composed of atoms from more than one element held together by chemical bonds."@en ;
                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "ChemicalCompound"@en .


###  https://w3id.org/emmo/hume#ChemicalEntity
<https://w3id.org/emmo/hume#ChemicalEntity> rdf:type owl:Class ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "The union of ChemicalSubstance and MolecularEntity."@en ;
                                            <http://www.w3.org/2004/02/skos/core#prefLabel> "ChemicalEntity"@en ;
                                            <http://www.w3.org/2004/02/skos/core#scopeNote> """A chemical entity comprises the two different ways to represents matter: as single recognizable particle entity (molecular entity) and as a composition of particle entities (substance).

This distinction is not well assessed in actual chemical nomenclature, in which an element name refers to both the pure elemental substance or the atom.

In the EMMO we force the adoption of a more strict categorization based on mereotopology.

The class Material hosts the subclasses for which a substance can be identified without necessarily considering its nature of molecule/atom or substance (e.g. hydrocarbon is the class of both hydrocarbon molecules or gases)."""@en .


###  https://w3id.org/emmo/hume#ChemicalSubstance
<https://w3id.org/emmo/hume#ChemicalSubstance> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/emmo/hume#ChemicalEntity> ,
                                                               <https://w3id.org/emmo/hume#Substance> ;
                                               owl:disjointWith <https://w3id.org/emmo/hume#MolecularEntity> ;
                                               rdfs:seeAlso "https://doi.org/10.1351/goldbook.C01039"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "Matter of constant composition best characterized by the entities (molecules, formula units, atoms) it is composed of."@en ;
                                               <http://www.w3.org/2004/02/skos/core#prefLabel> "ChemicalSubstance"@en ;
                                               <http://www.w3.org/2004/02/skos/core#scopeNote> "A chemical substance is always composed of more than one molecular entity. It lays in the continuum or mesoscopic domain."@en .


###  https://w3id.org/emmo/hume#CompactMaterial
<https://w3id.org/emmo/hume#CompactMaterial> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByCompactness> ,
                                                             <https://w3id.org/emmo/hume#Solid> ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "A solid material whose particles are closely and firmly packed together, resulting in a high density, solid structure without significant internal voids or cavities."@en ;
                                             <http://www.w3.org/2004/02/skos/core#prefLabel> "CompactMaterial"@en .


###  https://w3id.org/emmo/hume#CompositeMaterial
<https://w3id.org/emmo/hume#CompositeMaterial> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByType> ;
                                               <http://www.w3.org/2004/02/skos/core#altLabel> "Composite"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "A material that contains two or more constituent materials."@en ;
                                               <http://www.w3.org/2004/02/skos/core#prefLabel> "CompositeMaterial"@en .


###  https://w3id.org/emmo/hume#CondensedMatter
<https://w3id.org/emmo/hume#CondensedMatter> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/emmo/hume#StateOfMatter> ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "Solid or liquid matter."@en ;
                                             <http://www.w3.org/2004/02/skos/core#prefLabel> "CondensedMatter"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "The subject of condensed matter physics that deals with the macroscopic and microscopic physical properties of matter, especially the solid and liquid phases which arise from electromagnetic forces between atoms. More generally, the subject deals with \"condensed\" phases of matter: systems of many constituents with strong interactions between them."@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://w3id.org/emmo/hume#CondensedMatter> ;
   owl:annotatedProperty <http://www.w3.org/2004/02/skos/core#scopeNote> ;
   owl:annotatedTarget "The subject of condensed matter physics that deals with the macroscopic and microscopic physical properties of matter, especially the solid and liquid phases which arise from electromagnetic forces between atoms. More generally, the subject deals with \"condensed\" phases of matter: systems of many constituents with strong interactions between them."@en ;
   rdfs:seeAlso "https://en.wikipedia.org/wiki/Condensed_matter_physics"@en
 ] .


###  https://w3id.org/emmo/hume#ContinuumSubstance
<https://w3id.org/emmo/hume#ContinuumSubstance> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/emmo/hume#Substance> ;
                                                owl:disjointWith <https://w3id.org/emmo/hume#MesoscopicSubstance> ;
                                                <http://www.w3.org/2004/02/skos/core#definition> """A state that is a collection of sufficiently large number of other parts such that:
- it is the bearer of qualities that can exists only by the fact that it is a sum of parts
- the smallest partition dV of the state volume in which we are interested in, contains enough parts to be statistically consistent: n [#/m3] x dV [m3] >> 1"""@en ;
                                                <http://www.w3.org/2004/02/skos/core#prefLabel> "ContinuumSubstance"@en ;
                                                <http://www.w3.org/2004/02/skos/core#scopeNote> "A continuum is made of a sufficient number of parts that it continues to exists as continuum individual even after the loss of one of them i.e. a continuum is a redundant."@en ,
                                                                                                """A continuum is not necessarily small (i.e. composed by the minimum amount of sates to fulfill the definition).

A single continuum individual can be the whole fluid in a pipe."""@en ,
                                                                                                "A continuum is the bearer of properties that are generated by the interactions of parts such as viscosity and thermal or electrical conductivity."@en .


###  https://w3id.org/emmo/hume#CrystallineMaterial
<https://w3id.org/emmo/hume#CrystallineMaterial> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByStructure> ,
                                                                 <https://w3id.org/emmo/hume#Solid> ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A solid where atoms, ions, or molecules are arranged in a highly ordered, repeating, three-dimensional pattern, forming a crystal lattice that extends throughout the substance, giving it characteristic geometric shapes and distinct physical properties like sharp melting points, unlike amorphous solids with random structures."@en ;
                                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "CrystallineMaterial"@en .


###  https://w3id.org/emmo/hume#ElementalSubstance
<https://w3id.org/emmo/hume#ElementalSubstance> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/emmo/hume#ChemicalSubstance> ;
                                                rdfs:seeAlso "https://doi.org/10.1351/goldbook.C01022"@en ;
                                                <http://www.w3.org/2004/02/skos/core#altLabel> "PureSubstance"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A chemical substance composed of atoms with the same number of protons in the atomic nucleus."@en ;
                                                <http://www.w3.org/2004/02/skos/core#prefLabel> "ElementalSubstance"@en .


###  https://w3id.org/emmo/hume#Fluid
<https://w3id.org/emmo/hume#Fluid> rdf:type owl:Class ;
                                   rdfs:subClassOf <https://w3id.org/emmo/hume#StateOfMatter> ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "A continuum that has no fixed shape and yields easily to external pressure."@en ;
                                   <http://www.w3.org/2004/02/skos/core#example> "Gas, liquid, plasma,"@en ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Fluid"@en .


###  https://w3id.org/emmo/hume#Gas
<https://w3id.org/emmo/hume#Gas> rdf:type owl:Class ;
                                 rdfs:subClassOf <https://w3id.org/emmo/hume#Fluid> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "Gas is a compressible fluid, a state of matter that has no fixed shape and no fixed volume."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Gas"@en .


###  https://w3id.org/emmo/hume#GranularMaterial
<https://w3id.org/emmo/hume#GranularMaterial> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByCompactness> ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "A granular material is a conglomeration of discrete solid, macroscopic particles that are  large enough to avoid thermal motion fluctuations, and characterized by a loss of energy whenever the particles interact."@en ;
                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "GranularMaterial"@en .


###  https://w3id.org/emmo/hume#InorganicCompound
<https://w3id.org/emmo/hume#InorganicCompound> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/emmo/hume#ChemicalCompound> ;
                                               rdfs:seeAlso "https://en.wikipedia.org/wiki/Inorganic_compound"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "A chemical compound that is not organic."@en ;
                                               <http://www.w3.org/2004/02/skos/core#prefLabel> "InorganicCompound"@en .


###  https://w3id.org/emmo/hume#IonAtom
<https://w3id.org/emmo/hume#IonAtom> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://w3id.org/emmo/hume#StandaloneAtom> ;
                                     owl:disjointWith <https://w3id.org/emmo/hume#NeutralAtom> ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "A standalone atom with an unbalanced number of electrons with respect to its atomic number."@en ;
                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "IonAtom"@en .


###  https://w3id.org/emmo/hume#Liquid
<https://w3id.org/emmo/hume#Liquid> rdf:type owl:Class ;
                                    rdfs:subClassOf <https://w3id.org/emmo/hume#CondensedMatter> ,
                                                    <https://w3id.org/emmo/hume#Fluid> ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "A liquid is a nearly incompressible fluid that conforms to the shape of its container but retains a (nearly) constant volume independent of pressure."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Liquid"@en .


###  https://w3id.org/emmo/hume#ManufacturedMaterial
<https://w3id.org/emmo/hume#ManufacturedMaterial> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/emmo/hume#ArtificialMaterial> ;
                                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "ManufacturedMaterial"@en .


###  https://w3id.org/emmo/hume#Material
<https://w3id.org/emmo/hume#Material> rdf:type owl:Class ;
                                      rdfs:subClassOf <https://w3id.org/emmo/hume#Substance> ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "The class of individuals standing for an amount of ordinary matter substance."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Material"@en ;
                                      <http://www.w3.org/2004/02/skos/core#scopeNote> "A instance of a material (e.g. nitrogen) can represent any state of matter. The fact that the individual also belongs to other classes (e.g. Gas) would reveal the actual form in which the material is found."@en ,
                                                                                      "A material may be either a mesoscopic or a continuum substance."@en ,
                                                                                      "Material usually means some definite kind, quality, or quantity of matter, especially as intended for use."@en .


###  https://w3id.org/emmo/hume#MaterialByClassicalMaterialsScience
<https://w3id.org/emmo/hume#MaterialByClassicalMaterialsScience> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <https://w3id.org/emmo/hume#Material> ;
                                                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "MaterialByClassicalMaterialsScience"@en .


###  https://w3id.org/emmo/hume#MaterialByCompactness
<https://w3id.org/emmo/hume#MaterialByCompactness> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/emmo/hume#Material> ;
                                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "MaterialByCompactness"@en .


###  https://w3id.org/emmo/hume#MaterialByForceResponse
<https://w3id.org/emmo/hume#MaterialByForceResponse> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/emmo/hume#Material> ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "MaterialByForceResponse"@en .


###  https://w3id.org/emmo/hume#MaterialByFunction
<https://w3id.org/emmo/hume#MaterialByFunction> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/emmo/hume#Material> ;
                                                <http://www.w3.org/2004/02/skos/core#prefLabel> "MaterialByFunction"@en .


###  https://w3id.org/emmo/hume#MaterialByOrigin
<https://w3id.org/emmo/hume#MaterialByOrigin> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/emmo/hume#Material> ;
                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "MaterialByOrigin"@en .


###  https://w3id.org/emmo/hume#MaterialBySize
<https://w3id.org/emmo/hume#MaterialBySize> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/emmo/hume#Material> ;
                                            <http://www.w3.org/2004/02/skos/core#prefLabel> "MaterialBySize"@en .


###  https://w3id.org/emmo/hume#MaterialByStructure
<https://w3id.org/emmo/hume#MaterialByStructure> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByClassicalMaterialsScience> ;
                                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "MaterialByStructure"@en .


###  https://w3id.org/emmo/hume#MaterialByType
<https://w3id.org/emmo/hume#MaterialByType> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByClassicalMaterialsScience> ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "Categorisation of matter by its type."@en ;
                                            <http://www.w3.org/2004/02/skos/core#prefLabel> "MaterialByType"@en .


###  https://w3id.org/emmo/hume#MesoscopicSubstance
<https://w3id.org/emmo/hume#MesoscopicSubstance> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/emmo/hume#Substance> ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A matter that is not a particulate matter and that does not fullfill the criteria of being a continuum substance."@en ;
                                                 <http://www.w3.org/2004/02/skos/core#example> """nanoparticle,
quantum dot,
carbon nanotupe"""@en ;
                                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "MesoscopicSubstance"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#scopeNote> "Mesoscopic substances typically exist on a length scale between atoms and molecules and macroscopic (bulk) substances. They are typically in the range of some nanometers to about a micrometer and often exhibit unique physical properties due to their size and shape."@en .


###  https://w3id.org/emmo/hume#MetallicMaterial
<https://w3id.org/emmo/hume#MetallicMaterial> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByType> ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Inorganic substance, consisting of one or more metallic elements."@en ;
                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "MetallicMaterial"@en ;
                                              <http://www.w3.org/2004/02/skos/core#scopeNote> "Metallic materials are known for their shiny luster, excellent electrical/thermal conductivity, malleability (shapable by hammering), and ductility (can be drawn into wires), due to metallic bonding (shared electrons); they often form alloys (like steel from iron/carbon) to enhance these properties for diverse applications."@en .


###  https://w3id.org/emmo/hume#Mixture
<https://w3id.org/emmo/hume#Mixture> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://w3id.org/emmo/hume#ContinuumSubstance> ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "A continuum substance made up of two or more different substances which are physically (not chemically) combined."@en ;
                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Mixture"@en .


###  https://w3id.org/emmo/hume#MolecularEntity
<https://w3id.org/emmo/hume#MolecularEntity> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/emmo/hume#ChemicalEntity> ;
                                             rdfs:isDefinedBy "https://goldbook.iupac.org/terms/view/M03986"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity that can undergo a chemical reaction."@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Hydrogen molecule is an adequate definition of a certain molecular entity for some purposes, whereas for others it is necessary to distinguish the electronic state and/or vibrational state and/or nuclear spin, etc. of the hydrogen molecule."@en ,
                                                                                           "Methane, may mean a single molecule of CH4 (molecular entity) or a molar amount, specified or not (chemical species), participating in a reaction. The degree of precision necessary to describe a molecular entity depends on the context."@en ;
                                             <http://www.w3.org/2004/02/skos/core#prefLabel> "MolecularEntity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> """Molecular entity is used as a general term for singular entities, irrespective of their nature, while chemical species stands for sets or ensembles of molecular entities.

Note that the name of a compound may refer to the respective molecular entity or to the chemical species,"""@en .


###  https://w3id.org/emmo/hume#Molecule
<https://w3id.org/emmo/hume#Molecule> rdf:type owl:Class ;
                                      rdfs:subClassOf <https://w3id.org/emmo/hume#MolecularEntity> ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "An atom-based state defined by an exact number of e-bonded atomic species and an electron cloud made of the shared electrons."@en ;
                                      <http://www.w3.org/2004/02/skos/core#example> "H₂0, C₆H₁₂O₆, CH₄"@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Molecule"@en ;
                                      <http://www.w3.org/2004/02/skos/core#scopeNote> """An entity is called essential if removing one direct part will lead to a change in entity class.
An entity is called redundant if removing one direct part will not lead to a change in entity class."""@en ,
                                                                                      """This definition states that this object is a non-periodic set of atoms or a set with a finite periodicity.
Removing an atom from the state will result in another type of atom_based state.
e.g. you cannot remove H from H₂0 without changing the molecule type (essential). However, you can remove a C from a nanotube (redundant). C60 fullerene is a molecule, since it has a finite periodicity and is made of a well defined number of atoms (essential). A C nanotube is not a molecule, since it has an infinite periodicity (redundant)."""@en .


###  https://w3id.org/emmo/hume#NanoMaterial
<https://w3id.org/emmo/hume#NanoMaterial> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialBySize> ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "Material with any external dimension in the nanoscale or having internal structure or surface structure in the nanoscale, i.e. in the range of 1-100 nm."@en ;
                                          <http://www.w3.org/2004/02/skos/core#prefLabel> "NanoMaterial"@en ;
                                          <http://www.w3.org/2004/02/skos/core#scopeNote> "The above definition comes from ISO 80004-1:2023."@en .


###  https://w3id.org/emmo/hume#NaturalMaterial
<https://w3id.org/emmo/hume#NaturalMaterial> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByOrigin> ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "A Material occurring in nature, without the need of human intervention."@en ;
                                             <http://www.w3.org/2004/02/skos/core#prefLabel> "NaturalMaterial"@en .


###  https://w3id.org/emmo/hume#NeutralAtom
<https://w3id.org/emmo/hume#NeutralAtom> rdf:type owl:Class ;
                                         rdfs:subClassOf <https://w3id.org/emmo/hume#StandaloneAtom> ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "A standalone atom that has no net charge."@en ;
                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "NeutralAtom"@en .


###  https://w3id.org/emmo/hume#OrganicCompound
<https://w3id.org/emmo/hume#OrganicCompound> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/emmo/hume#ChemicalCompound> ;
                                             rdfs:seeAlso "https://en.wikipedia.org/wiki/Organic_compound"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "A chemical compound containing carbon atoms."@en ;
                                             <http://www.w3.org/2004/02/skos/core#prefLabel> "OrganicCompound"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "The definition of organic compound is based on the IUPAC Gold Book. However, sometimes an organic compound is defined as a chemical compound that contains a carbon-hydrogen or carbon-carbon bond. Also, some carbon-containing compounds are typically not classified as organic, like carbides, carbonates, and cyanides."@en .


###  https://w3id.org/emmo/hume#PhaseOfMatter
<https://w3id.org/emmo/hume#PhaseOfMatter> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/emmo/hume#ContinuumSubstance> ;
                                           <http://www.w3.org/2004/02/skos/core#altLabel> "Phase"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "A matter object throughout which all physical properties of a material are essentially uniform."@en ;
                                           <http://www.w3.org/2004/02/skos/core#prefLabel> "PhaseOfMatter"@en ;
                                           <http://www.w3.org/2004/02/skos/core#scopeNote> """In the physical sciences, a phase is a region of space (a thermodynamic system), throughout which all physical properties of a material are essentially uniform. Examples of physical properties include density, index of refraction, magnetization and chemical composition. A simple description is that a phase is a region of material that is chemically uniform, physically distinct, and (often) mechanically separable. In a system consisting of ice and water in a glass jar, the ice cubes are one phase, the water is a second phase, and the humid air is a third phase over the ice and water. The glass of the jar is another separate phase.

The term phase is sometimes used as a synonym for state of matter, but there can be several immiscible phases of the same state of matter. Also, the term phase is sometimes used to refer to a set of equilibrium states demarcated in terms of state variables such as pressure and temperature by a phase boundary on a phase diagram. Because phase boundaries relate to changes in the organization of matter, such as a change from liquid to solid or a more subtle change from one crystal structure to another, this latter usage is similar to the use of \"phase\" as a synonym for state of matter. However, the state of matter and phase diagram usages are not commensurate with the formal definition given above and the intended meaning must be determined in part from the context in which the term is used."""@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://w3id.org/emmo/hume#PhaseOfMatter> ;
   owl:annotatedProperty <http://www.w3.org/2004/02/skos/core#scopeNote> ;
   owl:annotatedTarget """In the physical sciences, a phase is a region of space (a thermodynamic system), throughout which all physical properties of a material are essentially uniform. Examples of physical properties include density, index of refraction, magnetization and chemical composition. A simple description is that a phase is a region of material that is chemically uniform, physically distinct, and (often) mechanically separable. In a system consisting of ice and water in a glass jar, the ice cubes are one phase, the water is a second phase, and the humid air is a third phase over the ice and water. The glass of the jar is another separate phase.

The term phase is sometimes used as a synonym for state of matter, but there can be several immiscible phases of the same state of matter. Also, the term phase is sometimes used to refer to a set of equilibrium states demarcated in terms of state variables such as pressure and temperature by a phase boundary on a phase diagram. Because phase boundaries relate to changes in the organization of matter, such as a change from liquid to solid or a more subtle change from one crystal structure to another, this latter usage is similar to the use of \"phase\" as a synonym for state of matter. However, the state of matter and phase diagram usages are not commensurate with the formal definition given above and the intended meaning must be determined in part from the context in which the term is used."""@en ;
   rdfs:seeAlso "https://en.wikipedia.org/wiki/Phase_(matter)"@en
 ] .


###  https://w3id.org/emmo/hume#Plasma
<https://w3id.org/emmo/hume#Plasma> rdf:type owl:Class ;
                                    rdfs:subClassOf <https://w3id.org/emmo/hume#Fluid> ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "A fluid in which a gas is ionized to a level where its electrical conductivity allows long-range electric and magnetic fields to dominate its behaviour."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Plasma"@en .


###  https://w3id.org/emmo/hume#PolyAtomicEntity
<https://w3id.org/emmo/hume#PolyAtomicEntity> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/emmo/hume#MolecularEntity> ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "An entity made of two or more bonded atoms."@en ;
                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "PolyAtomicEntity"@en .


###  https://w3id.org/emmo/hume#PolymericMaterial
<https://w3id.org/emmo/hume#PolymericMaterial> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByType> ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "A substance made of macromolecules formed by linking many smaller, repeating chemical units called monomers into long chains or networks, resulting in unique properties like toughness, elasticity, or flexibility, found in both natural forms (like DNA, protein) and synthetic plastics, rubbers, and fibers."@en ;
                                               <http://www.w3.org/2004/02/skos/core#prefLabel> "PolymericMaterial"@en .


###  https://w3id.org/emmo/hume#Powder
<https://w3id.org/emmo/hume#Powder> rdf:type owl:Class ;
                                    rdfs:subClassOf <https://w3id.org/emmo/hume#GranularMaterial> ;
                                    rdfs:isDefinedBy "Duran, J., Reisinger A., Sands, Powders, and Grains: An Introduction to the Physics of Granular Materials. November 1999, Springer-Verlag New York, Inc., New York, ISBN 0-387-98656-1."@en ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "A powder is a granular material composed of many very fine dry solid particles that may flow freely when shaken or tilted."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Powder"@en .


###  https://w3id.org/emmo/hume#Solid
<https://w3id.org/emmo/hume#Solid> rdf:type owl:Class ;
                                   rdfs:subClassOf <https://w3id.org/emmo/hume#CondensedMatter> ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "A continuum characterized by structural rigidity and resistance to changes of shape or volume, that retains its shape and density when not confined."@en ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Solid"@en .


###  https://w3id.org/emmo/hume#StandaloneAtom
<https://w3id.org/emmo/hume#StandaloneAtom> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/emmo/hume#Atom> ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "An atom that does not share electrons with other atoms."@en ;
                                            <http://www.w3.org/2004/02/skos/core#prefLabel> "StandaloneAtom"@en .


###  https://w3id.org/emmo/hume#StateOfMatter
<https://w3id.org/emmo/hume#StateOfMatter> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/emmo/hume#ContinuumSubstance> ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "A superclass made as the disjoint union of all the form under which matter can exist."@en ;
                                           <http://www.w3.org/2004/02/skos/core#prefLabel> "StateOfMatter"@en ;
                                           <http://www.w3.org/2004/02/skos/core#scopeNote> "In physics, a state of matter is one of the distinct forms in which matter can exist. Four states of matter are observable in everyday life: solid, liquid, gas, and plasma."@en .


###  https://w3id.org/emmo/hume#Substance
<https://w3id.org/emmo/hume#Substance> rdf:type owl:Class ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "A matter entity characterised by the fact that it possesses some homogeneous properties or identification criteria."@en ;
                                       <http://www.w3.org/2004/02/skos/core#example> "A litre of water."@en ,
                                                                                     "A pen can be classified as a substance (although it has parts with different properties) since it can be identified as being solid."@en ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Substance"@en .


###  https://w3id.org/ssbd/AdvancedMaterial
<https://w3id.org/ssbd/AdvancedMaterial> rdf:type owl:Class ;
                                         rdfs:subClassOf <https://w3id.org/emmo/hume#ArtificialMaterial> ,
                                                         <https://w3id.org/emmo/hume#MaterialByFunction> ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "A designed material tailored to simultaneously meet two or more pre-defined criteria."@en ;
                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "AdvancedMaterial"@en .


###  https://w3id.org/ssbd/BiocompatibleMaterial
<https://w3id.org/ssbd/BiocompatibleMaterial> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByFunction> ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Material designed to be biocompatible for implantation in the body, such as artificial joints or tissue scaffolds."@en ;
                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "BiocompatibleMaterial"@en .


###  https://w3id.org/ssbd/ElectronicMaterial
<https://w3id.org/ssbd/ElectronicMaterial> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByFunction> ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "A material for electronic applications, like silicon used in computer chips, solar cells, and circuits."@en ;
                                           <http://www.w3.org/2004/02/skos/core#prefLabel> "ElectronicMaterial"@en .


###  https://w3id.org/ssbd/EnergyMaterial
<https://w3id.org/ssbd/EnergyMaterial> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByFunction> ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "A material for energy applications, including energy generation, storage, and conversion, such as batteries, supercapacitors, and fuel cells."@en ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "EnergyMaterial"@en .


###  https://w3id.org/ssbd/MacroMolecule
<https://w3id.org/ssbd/MacroMolecule> rdf:type owl:Class ;
                                      rdfs:subClassOf <https://w3id.org/emmo/hume#Molecule> ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A molecule with a specific weight larger than 5000 dalton."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "MacroMolecule"@en .


###  https://w3id.org/ssbd/MagneticMaterial
<https://w3id.org/ssbd/MagneticMaterial> rdf:type owl:Class ;
                                         rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByFunction> ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "A material for magnetic applications, like for data storage, motors, and transformers (e.g., iron, ferrite)."@en ;
                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "MagneticMaterial"@en .


###  https://w3id.org/ssbd/MicroMolecule
<https://w3id.org/ssbd/MicroMolecule> rdf:type owl:Class ;
                                      rdfs:subClassOf <https://w3id.org/emmo/hume#Molecule> ;
                                      <http://www.w3.org/2004/02/skos/core#altLabel> "MicroMolecule"@en ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A molecule with a specific weight smaller than 1000 dalton."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "SmallMolecule"@en .


###  https://w3id.org/ssbd/NanoComposite
<https://w3id.org/ssbd/NanoComposite> rdf:type owl:Class ;
                                      rdfs:subClassOf <https://w3id.org/emmo/hume#CompositeMaterial> ,
                                                      <https://w3id.org/ssbd/NanoStructuredMaterial> ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A composite material with at least one physically or chemically distinct region or collection of regions having at least one dimension in the range of 1-100 nm."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "NanoComposite"@en .


###  https://w3id.org/ssbd/NanoFiber
<https://w3id.org/ssbd/NanoFiber> rdf:type owl:Class ;
                                  rdfs:subClassOf <https://w3id.org/ssbd/NanoObject> ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A material with two dimensions in the range of 1-100 nm."@en ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "NanoFiber"@en ;
                                  <http://www.w3.org/2004/02/skos/core#scopeNote> "Nanofibers are often considered to be 1-dimensional nanomaterials."@en .


###  https://w3id.org/ssbd/NanoObject
<https://w3id.org/ssbd/NanoObject> rdf:type owl:Class ;
                                   rdfs:subClassOf <https://w3id.org/emmo/hume#NanoMaterial> ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "Material with any external dimension in the nanoscale, i.e. in the range of 1-100 nm."@en ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "NanoObject"@en .


###  https://w3id.org/ssbd/NanoParticle
<https://w3id.org/ssbd/NanoParticle> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://w3id.org/ssbd/NanoObject> ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "A material with all dimensions in the range of 1-100 nm."@en ;
                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "NanoParticle"@en ;
                                     <http://www.w3.org/2004/02/skos/core#scopeNote> "Nanoparticles are often considered to be 0-dimensional nanomaterials."@en .


###  https://w3id.org/ssbd/NanoPlate
<https://w3id.org/ssbd/NanoPlate> rdf:type owl:Class ;
                                  rdfs:subClassOf <https://w3id.org/ssbd/NanoObject> ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A material with one dimension in the range of 1-100 nm."@en ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "NanoPlate"@en ;
                                  <http://www.w3.org/2004/02/skos/core#scopeNote> "Nanoplates are often considered to be 2-dimensional nanomaterials."@en .


###  https://w3id.org/ssbd/NanoRod
<https://w3id.org/ssbd/NanoRod> rdf:type owl:Class ;
                                rdfs:subClassOf <https://w3id.org/ssbd/NanoFiber> ;
                                <http://www.w3.org/2004/02/skos/core#definition> "A solid nanofiber."@en ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "NanoRod"@en .


###  https://w3id.org/ssbd/NanoStructuredMaterial
<https://w3id.org/ssbd/NanoStructuredMaterial> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/emmo/hume#NanoMaterial> ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "A material with at least one physically or chemically distinct region with at least one dimension in the range of 1-100 nm."@en ;
                                               <http://www.w3.org/2004/02/skos/core#prefLabel> "NanoStructuredMaterial"@en ;
                                               <http://www.w3.org/2004/02/skos/core#scopeNote> "Nanostructured materials are considered to be 3-dimensional nanomaterials."@en .


###  https://w3id.org/ssbd/NanoTube
<https://w3id.org/ssbd/NanoTube> rdf:type owl:Class ;
                                 rdfs:subClassOf <https://w3id.org/ssbd/NanoFiber> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A hollow nanofiber."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "NanoTube"@en .


###  https://w3id.org/ssbd/OpticalMaterial
<https://w3id.org/ssbd/OpticalMaterial> rdf:type owl:Class ;
                                        rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByFunction> ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "A material for optical applications. Designed for specific interactions with light, such as fiber optics, lasers, or transparent coatings."@en ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "OpticalMaterial"@en .


###  https://w3id.org/ssbd/Protein
<https://w3id.org/ssbd/Protein> rdf:type owl:Class ;
                                rdfs:subClassOf <https://w3id.org/emmo/hume#Molecule> ;
                                <http://www.w3.org/2004/02/skos/core#definition> "A large molecule made of long chains of amino acids."@en ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Protein"@en .


###  https://w3id.org/ssbd/StructuralMaterial
<https://w3id.org/ssbd/StructuralMaterial> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/emmo/hume#MaterialByFunction> ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "A material Designed to bear loads and provide mechanical strength, stiffness, and durability (e.g., steel for bridges, concrete for buildings, aerospace alloys)."@en ;
                                           <http://www.w3.org/2004/02/skos/core#prefLabel> "StructuralMaterial"@en .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
