@prefix : <https://w3id.org/tribont/material#> .
@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/tribont/material> .

<https://w3id.org/tribont/material> rdf:type owl:Ontology ;
                                     owl:imports <https://w3id.org/tribont/core> ;
                                     <http://creativecommons.org/ns#license> <https://creativecommons.org/licenses/by-nc/4.0/> ;
                                     <http://gbol.life/ontology/bibo#status> "published" ;
                                     <http://purl.org/dc/terms/bibliographicCitation> "Work in progress" ;
                                     <http://purl.org/dc/terms/contributor> """Izaskun Fernandez (Tekniker) 
Domain expert:Iban Quintana (Tekniker) 
Domain expert:Xana Fernandez (Tekniker)"""@en ;
                                     <http://purl.org/dc/terms/created> "2023-06-02" ;
                                     <http://purl.org/dc/terms/creator> "Patricia Casla (Tekniker)"@en ;
                                     <http://purl.org/dc/terms/description> "The goal of this module is to represent the materials  that can be involved in the tribological experiments as part of the tested samples."@en ;
                                     <http://purl.org/dc/terms/publisher> "Tekniker" ;
                                     <http://purl.org/dc/terms/title> "Material module" ;
                                     <http://purl.org/vocab/vann/preferredNamespacePrefix> "material" ;
                                     <http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/tribont/material" ;
                                     owl:versionInfo 1.0 .

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

###  http://gbol.life/ontology/bibo#status
<http://gbol.life/ontology/bibo#status> rdf:type owl:AnnotationProperty .


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


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


###  http://www.w3.org/2002/07/owl#cardinality
owl:cardinality rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2002/07/owl#maxCardinality
owl:maxCardinality rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2002/07/owl#maxQualifiedCardinality
owl:maxQualifiedCardinality rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2002/07/owl#qualifiedCardinality
owl:qualifiedCardinality rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2003/06/sw-vocab-status/ns#term_status
<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> rdf:type owl:AnnotationProperty .


#################################################################
#    Object Properties
#################################################################

###  https://w3id.org/isCharacterisedBy#hasUnit
<https://w3id.org/isCharacterisedBy#hasUnit> rdf:type owl:ObjectProperty .


###  https://w3id.org/isCharacterisedBy#isCharacterisedBy
<https://w3id.org/isCharacterisedBy#isCharacterisedBy> rdf:type owl:ObjectProperty .


###  https://w3id.org/tribont/material#hasElementRole
:hasElementRole rdf:type owl:ObjectProperty ;
                owl:inverseOf :isElementRoleFor ;
                rdfs:range :ElementRole ;
                rdfs:comment "Relationship between an element and its role," ;
                rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                rdfs:label "hasElementRole" ;
                <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#hasNaming
:hasNaming rdf:type owl:ObjectProperty ;
           owl:inverseOf :isNamingFor ;
           rdfs:comment "Relationship between something and the name identifying it." ;
           rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
           rdfs:label "hasNaming" ;
           <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#hasSupplier
:hasSupplier rdf:type owl:ObjectProperty ;
             owl:inverseOf :isSuppliedBy ;
             rdfs:comment "Relationship between a company and what it supplies.." ;
             rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
             rdfs:label "hasSupplier" ;
             <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#hasTypicalUse
:hasTypicalUse rdf:type owl:ObjectProperty ;
               owl:inverseOf :isTypicalUseFor ;
               rdfs:comment "Relationship between something and  its typical application." ;
               rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
               rdfs:label "hasTypicalUse" ;
               <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#isElementRoleFor
:isElementRoleFor rdf:type owl:ObjectProperty ;
                  rdfs:domain :ElementRole ;
                  rdfs:comment "Relationship between a role and the  element to which it applies." ;
                  rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                  rdfs:label "isElementRoleFor" ;
                  <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#isNamingFor
:isNamingFor rdf:type owl:ObjectProperty ;
             rdfs:comment "Relationship between a name and what it identifies.." ;
             rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
             rdfs:label "isNamingFor" ;
             <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#isSuppliedBy
:isSuppliedBy rdf:type owl:ObjectProperty ;
              rdfs:comment "Relationship between something and the company supplying it." ;
              rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
              rdfs:label "isSuppliedBy" ;
              <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#isTypicalUseFor
:isTypicalUseFor rdf:type owl:ObjectProperty ;
                 rdfs:comment "Relationship between an application and what it is usually applied to," ;
                 rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                 rdfs:label "isTypicalUseFor" ;
                 <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


#################################################################
#    Data properties
#################################################################

###  https://w3id.org/tribont/core#name
<https://w3id.org/tribont/core#name> rdf:type owl:DatatypeProperty .


###  https://w3id.org/tribont/core#shortNam
<https://w3id.org/tribont/core#shortNam> rdf:type owl:DatatypeProperty .


###  https://w3id.org/tribont/material#number
:number rdf:type owl:DatatypeProperty ;
        rdfs:comment "Defined number for the unique designation of materials." ;
        rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
        rdfs:label "number" ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


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

###  https://w3id.org/tribont/core#Body
<https://w3id.org/tribont/core#Body> rdf:type owl:Class ;
                                     owl:disjointWith :Material .


###  https://w3id.org/tribont/material#Ag
:Ag rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Ag in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Ag" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Al
:Al rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Al in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Al" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Al203
:Al203 rdf:type owl:Class ;
       rdfs:subClassOf :ChemicalElementConcentration ;
       rdfs:comment "Content of Al203 in a material." ;
       rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
       rdfs:label "Al203" ;
       <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#AlN
:AlN rdf:type owl:Class ;
     rdfs:subClassOf :ChemicalElementConcentration ;
     rdfs:comment "Content of AlN in a material." ;
     rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
     rdfs:label "AlN" ;
     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Alluminium-Flake
:Alluminium-Flake rdf:type owl:Class ;
                  rdfs:subClassOf :PolymerElementConcentration ;
                  rdfs:comment "Content of Alluminium-Flake in a material." ;
                  rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                  rdfs:label "Alluminium-Flake" ;
                  <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#AlluminiumAlloy
:AlluminiumAlloy rdf:type owl:Class ;
                 rdfs:subClassOf :MetallicMaterial ;
                 rdfs:comment "Alluminium alloy." ;
                 rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                 rdfs:label "AlluminiumAlloy" ;
                 <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#AntifrictionLubricant
:AntifrictionLubricant rdf:type owl:Class ;
                       rdfs:subClassOf :OtherElementConcentration ;
                       rdfs:comment "Content of Anti-friction/wearLubricant in a material." ;
                       rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                       rdfs:label "Anti-friction/wearLubricant" ;
                       <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Antioxidant
:Antioxidant rdf:type owl:Class ;
             rdfs:subClassOf :OtherElementConcentration ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty <https://w3id.org/isCharacterisedBy#hasUnit> ;
                               owl:allValuesFrom <https://w3id.org/tribont/core#PercentageUnit>
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty <https://w3id.org/isCharacterisedBy#hasUnit> ;
                               owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                               owl:onClass <https://w3id.org/tribont/core#PercentageUnit>
                             ] ;
             rdfs:comment "Antioxidant content for something." ;
             rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
             rdfs:label "Antioxidant" ;
             <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Aramid-Fiber
:Aramid-Fiber rdf:type owl:Class ;
              rdfs:subClassOf :PolymerElementConcentration ;
              rdfs:comment "Content of Aramid-Fiber in a material." ;
              rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
              rdfs:label "Aramid-Fiber" ;
              <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#ArsenicOxide
:ArsenicOxide rdf:type owl:Class ;
              rdfs:subClassOf :ChemicalElementConcentration ;
              rdfs:comment "Content of ArsenicOxide in a material." ;
              rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
              rdfs:label "ArsenicOxide" ;
              <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#As
:As rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of As in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "As" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Au
:Au rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Au in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Au" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#B
:B rdf:type owl:Class ;
   rdfs:subClassOf :ChemicalElementConcentration ;
   rdfs:comment "Content of B in a material." ;
   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
   rdfs:label "B" ;
   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#B203
:B203 rdf:type owl:Class ;
      rdfs:subClassOf :ChemicalElementConcentration ;
      rdfs:comment "Content of B203 in a material." ;
      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
      rdfs:label "B203" ;
      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#B4C
:B4C rdf:type owl:Class ;
     rdfs:subClassOf :ChemicalElementConcentration ;
     rdfs:comment "Content of B4C in a material." ;
     rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
     rdfs:label "B4C" ;
     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#BN
:BN rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of BN in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "BN" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#BaO
:BaO rdf:type owl:Class ;
     rdfs:subClassOf :ChemicalElementConcentration ;
     rdfs:comment "Content of BaO in a material." ;
     rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
     rdfs:label "BaO" ;
     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#BaSO4
:BaSO4 rdf:type owl:Class ;
       rdfs:subClassOf :PolymerElementConcentration ;
       rdfs:comment "Content of BaSO4 in a material." ;
       rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
       rdfs:label "BaSO4" ;
       <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Be
:Be rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Be in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Be" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#BeO
:BeO rdf:type owl:Class ;
     rdfs:subClassOf :ChemicalElementConcentration ;
     rdfs:comment "Content of BeO in a material." ;
     rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
     rdfs:label "BeO" ;
     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Bi
:Bi rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Biin a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Bi" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#C
:C rdf:type owl:Class ;
   rdfs:subClassOf :ChemicalElementConcentration ;
   rdfs:comment "Content of C in a material." ;
   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
   rdfs:label "C" ;
   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Ca
:Ca rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Ca in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Ca" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#CaCO3
:CaCO3 rdf:type owl:Class ;
       rdfs:subClassOf :ChemicalElementConcentration ;
       rdfs:comment "Content of CaCO3 in a material." ;
       rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
       rdfs:label "CaCO3" ;
       <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#CaO
:CaO rdf:type owl:Class ;
     rdfs:subClassOf :ChemicalElementConcentration ;
     rdfs:comment "Content of CaO in a material." ;
     rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
     rdfs:label "CaO" ;
     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#CalciumCarbonate-Powder
:CalciumCarbonate-Powder rdf:type owl:Class ;
                         rdfs:subClassOf :PolymerElementConcentration ;
                         rdfs:comment "Content of CalciumCarbonate-Powder in a material." ;
                         rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                         rdfs:label "CalciumCarbonate-Powder" ;
                         <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Carbon-Fiber
:Carbon-Fiber rdf:type owl:Class ;
              rdfs:subClassOf :PolymerElementConcentration ;
              rdfs:comment "Content of Carbon-Fiber in a material." ;
              rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
              rdfs:label "Carbon-Fiber" ;
              <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Carbon-Powder
:Carbon-Powder rdf:type owl:Class ;
               rdfs:subClassOf :PolymerElementConcentration ;
               rdfs:comment "Content of Carbon-Powder in a material." ;
               rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
               rdfs:label "Carbon-Powder" ;
               <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Cd
:Cd rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Cd in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Cd" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#CdS
:CdS rdf:type owl:Class ;
     rdfs:subClassOf :ChemicalElementConcentration ;
     rdfs:comment "Content of CdS in a material." ;
     rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
     rdfs:label "CdS" ;
     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Ce
:Ce rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Ce in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Ce" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Cellulose
:Cellulose rdf:type owl:Class ;
           rdfs:subClassOf :PolymerElementConcentration ;
           rdfs:comment "Content of Cellulose in a material." ;
           rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
           rdfs:label "Cellulose" ;
           <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#CeramicMaterial
:CeramicMaterial rdf:type owl:Class ;
                 rdfs:subClassOf :SolidMaterial ;
                 rdfs:comment "Ceramic material." ;
                 rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                 rdfs:label "CeramicMaterial" ;
                 <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#ChemicalElementConcentration
:ChemicalElementConcentration rdf:type owl:Class ;
                              rdfs:subClassOf :ElementConcentration ;
                              rdfs:comment "Concentration of chemical element in a material." ;
                              rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                              rdfs:label "ChemicalElementConcentration" ;
                              <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Co
:Co rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Co in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Co" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#CompositeMaterial
:CompositeMaterial rdf:type owl:Class ;
                   rdfs:subClassOf :SolidMaterial ;
                   rdfs:comment "Composite material." ;
                   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                   rdfs:label "CompositeMaterial" ;
                   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Cr
:Cr rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Cr in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Cr" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Cr203
:Cr203 rdf:type owl:Class ;
       rdfs:subClassOf :ChemicalElementConcentration ;
       rdfs:comment "Content of Cr203 in a material." ;
       rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
       rdfs:label "Cr203" ;
       <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Cu
:Cu rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Cu in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Cu" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Dy
:Dy rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Dy in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Dy" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#ElastomerThermoplastic
:ElastomerThermoplastic rdf:type owl:Class ;
                        rdfs:subClassOf :PolymerMaterial ;
                        rdfs:comment "Elastomer thermoplastic material." ;
                        rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                        rdfs:label "ElastomerThermoplastic" ;
                        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#ElastomerThermoset
:ElastomerThermoset rdf:type owl:Class ;
                    rdfs:subClassOf :PolymerMaterial ;
                    rdfs:comment "Elastomer thermoset material." ;
                    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                    rdfs:label "ElastomerThermoset" ;
                    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#ElementConcentration
:ElementConcentration rdf:type owl:Class ;
                      rdfs:subClassOf <https://w3id.org/isCharacterisedBy#Property> ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :hasElementRole ;
                                        owl:allValuesFrom :ElementRole
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :hasElementRole ;
                                        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                        owl:onClass :ElementRole
                                      ] ;
                      rdfs:comment "Concentration of an specific element in a material." ;
                      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                      rdfs:label "ElementConcentration" ;
                      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#ElementRole
:ElementRole rdf:type owl:Class ;
             rdfs:subClassOf <https://w3id.org/tribont/core#Role> ;
             rdfs:comment "The position or purpose that an element has in a situation or relationship." ;
             rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
             rdfs:label "ElementRole" ;
             <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Er
:Er rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Er in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Er" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Eu
:Eu rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Eu in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Eu" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#F
:F rdf:type owl:Class ;
   rdfs:subClassOf :ChemicalElementConcentration ;
   rdfs:comment "Content of F in a material." ;
   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
   rdfs:label "F" ;
   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Fe
:Fe rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Fe in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Fe" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Fe203
:Fe203 rdf:type owl:Class ;
       rdfs:subClassOf :ChemicalElementConcentration ;
       rdfs:comment "Content of Fe203 in a material." ;
       rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
       rdfs:label "Fe203" ;
       <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#FlameRetardant
:FlameRetardant rdf:type owl:Class ;
                rdfs:subClassOf :OtherElementConcentration ;
                rdfs:comment "Content of FlameRetardant in a material." ;
                rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                rdfs:label "FlameRetardant" ;
                <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#FluidLubricant
:FluidLubricant rdf:type owl:Class ;
                rdfs:subClassOf :LiquidMaterial ;
                rdfs:comment "Fluid lubricant material." ;
                rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                rdfs:label "FluidLubricant" ;
                <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Gd
:Gd rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Gd in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Gd" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Ge
:Ge rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Ge in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Ge" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Glass
:Glass rdf:type owl:Class ;
       rdfs:subClassOf :CeramicMaterial ;
       rdfs:comment "Glass material." ;
       rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
       rdfs:label "Glass" ;
       <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Glass-Fiber
:Glass-Fiber rdf:type owl:Class ;
             rdfs:subClassOf :PolymerElementConcentration ;
             rdfs:comment "Content of Glass-Fiber in a material." ;
             rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
             rdfs:label "Glass-Fiber" ;
             <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Glass-MatFabric
:Glass-MatFabric rdf:type owl:Class ;
                 rdfs:subClassOf :PolymerElementConcentration ;
                 rdfs:comment "Content of Glass-MatFabric in a material." ;
                 rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                 rdfs:label "Glass-MatFabric" ;
                 <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Glycol
:Glycol rdf:type owl:Class ;
        rdfs:subClassOf :OtherElementConcentration ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty <https://w3id.org/isCharacterisedBy#hasUnit> ;
                          owl:allValuesFrom <https://w3id.org/tribont/core#ContentUnit>
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty <https://w3id.org/isCharacterisedBy#hasUnit> ;
                          owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                          owl:onClass <https://w3id.org/tribont/core#ContentUnit>
                        ] ;
        rdfs:comment "Content of glycol of something." ;
        rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
        rdfs:label "Glycol" ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Graphite-Powder
:Graphite-Powder rdf:type owl:Class ;
                 rdfs:subClassOf :PolymerElementConcentration ;
                 rdfs:comment "Content of Graphite-Powder in a material." ;
                 rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                 rdfs:label "Graphite-Powder" ;
                 <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Grease
:Grease rdf:type owl:Class ;
        rdfs:subClassOf :FluidLubricant ;
        owl:disjointWith :Oil ;
        rdfs:comment "Grease material." ;
        rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
        rdfs:label "Grease" ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#H
:H rdf:type owl:Class ;
   rdfs:subClassOf :ChemicalElementConcentration ;
   rdfs:comment "Content of H in a material." ;
   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
   rdfs:label "H" ;
   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#H2O
:H2O rdf:type owl:Class ;
     rdfs:subClassOf :ChemicalElementConcentration ;
     rdfs:comment "Content of H2O in a material." ;
     rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
     rdfs:label "H2O" ;
     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Hf
:Hf rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Hf in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Hf" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Hg
:Hg rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Hg in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Hg" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#HighAlloySteel
:HighAlloySteel rdf:type owl:Class ;
                rdfs:subClassOf :Steel ;
                rdfs:comment "High alloy steel material." ;
                rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                rdfs:label "HighAlloySteel" ;
                <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Ho
:Ho rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Ho in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Ho" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#ImpactModifier
:ImpactModifier rdf:type owl:Class ;
                rdfs:subClassOf :OtherElementConcentration ,
                                :PolymerElementConcentration ;
                rdfs:comment "Content of ImpactModifier in a material." ;
                rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                rdfs:label "ImpactModifier" ;
                <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#In
:In rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of In in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "In" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Ir
:Ir rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Ir in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Ir" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#La
:La rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of La in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "La" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Li
:Li rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Li in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Li" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Li2O
:Li2O rdf:type owl:Class ;
      rdfs:subClassOf :ChemicalElementConcentration ;
      rdfs:comment "Content of Li2O in a material." ;
      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
      rdfs:label "Li2O" ;
      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#LiquidMaterial
:LiquidMaterial rdf:type owl:Class ;
                rdfs:subClassOf :Material ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <https://w3id.org/isCharacterisedBy#isCharacterisedBy> ;
                                  owl:allValuesFrom [ rdf:type owl:Class ;
                                                      owl:unionOf ( <https://w3id.org/tribont/core#ElectricalProperty>
                                                                    <https://w3id.org/tribont/core#LiquidPhysicalProperty>
                                                                    <https://w3id.org/tribont/core#LiquidThermalProperty>
                                                                    :ElementConcentration
                                                                  )
                                                    ]
                                ] ;
                owl:disjointWith :SolidMaterial ;
                rdfs:comment "Liquid material." ;
                rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                rdfs:label "LiquidMaterial" ;
                <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#LowAlloySteel
:LowAlloySteel rdf:type owl:Class ;
               rdfs:subClassOf :Steel ;
               rdfs:comment "Low alloy steel material." ;
               rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
               rdfs:label "LowAlloySteel" ;
               <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Lu
:Lu rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Lu in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Lu" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Material
:Material rdf:type owl:Class ;
          rdfs:subClassOf <https://w3id.org/isCharacterisedBy#SubjectOfInterest> ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty <https://w3id.org/isCharacterisedBy#isCharacterisedBy> ;
                            owl:allValuesFrom [ rdf:type owl:Class ;
                                                owl:unionOf ( <https://w3id.org/tribont/core#ElectricalProperty>
                                                              <https://w3id.org/tribont/core#MechanicalProperty>
                                                              <https://w3id.org/tribont/core#PhysicalProperty>
                                                              <https://w3id.org/tribont/core#ThermalProperty>
                                                              :ElementConcentration
                                                            )
                                              ]
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :hasNaming ;
                            owl:allValuesFrom :MaterialIdentification
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :hasTypicalUse ;
                            owl:allValuesFrom :MaterialApplication
                          ] ;
          rdfs:comment "The basic material from which something is made." ;
          rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
          rdfs:label "Material" ;
          <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#MaterialApplication
:MaterialApplication rdf:type owl:Class ;
                     rdfs:comment "The possible uses of a material." ;
                     rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                     rdfs:label "MaterialApplication" ;
                     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#MaterialIdentification
:MaterialIdentification rdf:type owl:Class ;
                        rdfs:subClassOf [ rdf:type owl:Restriction ;
                                          owl:onProperty <https://w3id.org/tribont/core#longName> ;
                                          owl:allValuesFrom xsd:string
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <https://w3id.org/tribont/core#name> ;
                                          owl:allValuesFrom xsd:string
                                        ] ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty <https://w3id.org/tribont/core#shortNam> ;
                                          owl:allValuesFrom xsd:string
                                        ] ;
                        rdfs:comment "Something that identifies a material." ;
                        rdfs:isDefinedBy "MaterialIdentification" ;
                        rdfs:label "MaterialIdentification" ;
                        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#MaterialNaming
:MaterialNaming rdf:type owl:Class ;
                rdfs:subClassOf :MaterialIdentification ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty <https://w3id.org/tribont/core#name> ;
                                  owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onDataRange xsd:string
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :number ;
                                  owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onDataRange xsd:string
                                ] ;
                owl:disjointWith :MaterialTradename ;
                rdfs:comment "A unique name asssigned to a material independently of the manufacturer." ;
                rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                rdfs:label "MaterialNaming" ;
                <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#MaterialStandard
:MaterialStandard rdf:type owl:Class ;
                  rdfs:subClassOf <https://w3id.org/tribont/core#Standard> ;
                  rdfs:comment "A document approved by a recognized body that provides common to by fullfiled by a material." ;
                  rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                  rdfs:label "MaterialStandard" ;
                  <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#MaterialTradename
:MaterialTradename rdf:type owl:Class ;
                   rdfs:subClassOf :MaterialIdentification ;
                   rdfs:comment "Commercial name of a material defined by the manufactuer company." ;
                   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                   rdfs:label "MaterialTradename" ;
                   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#MetallicMaterial
:MetallicMaterial rdf:type owl:Class ;
                  rdfs:subClassOf :SolidMaterial ;
                  rdfs:comment "Metal and alloy material." ;
                  rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                  rdfs:label "MetallicMaterial" ;
                  <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Mg
:Mg rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Mg in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Mg" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Mica
:Mica rdf:type owl:Class ;
      rdfs:subClassOf :PolymerElementConcentration ;
      rdfs:comment "Content of Mica in a material." ;
      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
      rdfs:label "Mica" ;
      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Mineral
:Mineral rdf:type owl:Class ;
         rdfs:subClassOf :PolymerElementConcentration ;
         rdfs:comment "Content of Mineral in a material." ;
         rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
         rdfs:label "Mineral" ;
         <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Mn
:Mn rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Mn in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Mn" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Mo
:Mo rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Mo in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Mo" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#MoS2
:MoS2 rdf:type owl:Class ;
      rdfs:subClassOf :PolymerElementConcentration ;
      rdfs:comment "Content of MoS2 in a material." ;
      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
      rdfs:label "MoS2" ;
      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#N
:N rdf:type owl:Class ;
   rdfs:subClassOf :ChemicalElementConcentration ;
   rdfs:comment "Content of N in a material." ;
   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
   rdfs:label "N" ;
   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Na2O
:Na2O rdf:type owl:Class ;
      rdfs:subClassOf :ChemicalElementConcentration ;
      rdfs:comment "Content of Na2O in a material." ;
      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
      rdfs:label "Na2O" ;
      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#NaCl
:NaCl rdf:type owl:Class ;
      rdfs:subClassOf :ChemicalElementConcentration ;
      rdfs:comment "Content of NaCl in a material." ;
      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
      rdfs:label "NaCl" ;
      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Nb
:Nb rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Nb in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Nb" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Nd
:Nd rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Nd in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Nd" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Ni
:Ni rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Ni in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Ni" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#NonFerrousMetalInhibitor
:NonFerrousMetalInhibitor rdf:type owl:Class ;
                          rdfs:subClassOf :OtherElementConcentration ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <https://w3id.org/isCharacterisedBy#hasUnit> ;
                                            owl:allValuesFrom <https://w3id.org/tribont/core#PercentageUnit>
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty <https://w3id.org/isCharacterisedBy#hasUnit> ;
                                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                            owl:onClass <https://w3id.org/tribont/core#PercentageUnit>
                                          ] ;
                          rdfs:comment "Any Non Ferrous Metal Inhibitors Content." ;
                          rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                          rdfs:label "NonFerrousMetalInhibitor" ;
                          <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#O
:O rdf:type owl:Class ;
   rdfs:subClassOf :ChemicalElementConcentration ;
   rdfs:comment "Content of O in a material." ;
   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
   rdfs:label "O" ;
   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#O2
:O2 rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of O2 in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "O2" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Oil
:Oil rdf:type owl:Class ;
     rdfs:subClassOf :FluidLubricant ;
     rdfs:comment "Oil material." ;
     rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
     rdfs:label "Oil" ;
     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Os
:Os rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Os in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Os" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#OtherElementConcentration
:OtherElementConcentration rdf:type owl:Class ;
                           rdfs:subClassOf :ElementConcentration ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :hasElementRole ;
                                             owl:hasValue :additive
                                           ] ;
                           rdfs:comment "Concentration  of an additive element in a material." ;
                           rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                           rdfs:label "OtherElementConcentration" ;
                           <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#P
:P rdf:type owl:Class ;
   rdfs:subClassOf :ChemicalElementConcentration ;
   rdfs:comment "Content of P in a material." ;
   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
   rdfs:label "P" ;
   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#PTFE-Lubricant
:PTFE-Lubricant rdf:type owl:Class ;
                rdfs:subClassOf :SolidLubricant ;
                rdfs:comment "PTFE-Lubricant material." ;
                rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                rdfs:label "PTFE-Lubricant" ;
                <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Pb
:Pb rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Pb in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Pb" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#PbO
:PbO rdf:type owl:Class ;
     rdfs:subClassOf :ChemicalElementConcentration ;
     rdfs:comment "Content of PbO in a material." ;
     rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
     rdfs:label "PbO" ;
     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Pd
:Pd rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Pd in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Pd" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#PlasticThermoplastic
:PlasticThermoplastic rdf:type owl:Class ;
                      rdfs:subClassOf :PolymerMaterial ;
                      rdfs:comment "Plastic thermoplastic material." ;
                      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                      rdfs:label "PlasticThermoplastic" ;
                      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#PlasticThermoset
:PlasticThermoset rdf:type owl:Class ;
                  rdfs:subClassOf :PolymerMaterial ;
                  rdfs:comment "Plastic Thermoset material." ;
                  rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                  rdfs:label "PlasticThermoset" ;
                  <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#PlasticizerOil
:PlasticizerOil rdf:type owl:Class ;
                rdfs:subClassOf :OtherElementConcentration ;
                rdfs:comment "Content of Plasticizer/Oil in a material." ;
                rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                rdfs:label "Plasticizer/Oil" ;
                <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#PolymerElementConcentration
:PolymerElementConcentration rdf:type owl:Class ;
                             rdfs:subClassOf :ElementConcentration ;
                             rdfs:comment "Concentration of polymer element in a material." ;
                             rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                             rdfs:label "PolymerElementConcentration" ;
                             <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#PolymerMaterial
:PolymerMaterial rdf:type owl:Class ;
                 rdfs:subClassOf :SolidMaterial ;
                 rdfs:comment "Any polymer" ;
                 rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                 rdfs:label "PolymerMaterial" ;
                 <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Pr
:Pr rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Pr in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Pr" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Pt
:Pt rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Pt in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Pt" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Rag-Cotton-Fabric
:Rag-Cotton-Fabric rdf:type owl:Class ;
                   rdfs:subClassOf :PolymerElementConcentration ;
                   rdfs:comment "Content of Rag-Cotton-Fabric in a material." ;
                   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                   rdfs:label "Rag-Cotton-Fabric" ;
                   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Re
:Re rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Re in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Re" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Rh
:Rh rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Rh in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Rh" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Ru
:Ru rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Ru in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Ru" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#S
:S rdf:type owl:Class ;
   rdfs:subClassOf :ChemicalElementConcentration ;
   rdfs:comment "Content of S in a material." ;
   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
   rdfs:label "S" ;
   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Sb
:Sb rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Sb in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Sb" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Sc
:Sc rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Sc in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Sc" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Se
:Se rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Se in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Se" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Si
:Si rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Si in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Si" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Si3N4
:Si3N4 rdf:type owl:Class ;
       rdfs:subClassOf :ChemicalElementConcentration ;
       rdfs:comment "Content of Si3N4 in a material." ;
       rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
       rdfs:label "Si3N4" ;
       <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#SiC
:SiC rdf:type owl:Class ;
     rdfs:subClassOf :ChemicalElementConcentration ;
     rdfs:comment "Content of SiC in a material." ;
     rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
     rdfs:label "SiC" ;
     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#SiO2
:SiO2 rdf:type owl:Class ;
      rdfs:subClassOf :ChemicalElementConcentration ;
      rdfs:comment "Content of SiO2 in a material." ;
      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
      rdfs:label "SiO2" ;
      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Silica-Fumed
:Silica-Fumed rdf:type owl:Class ;
              rdfs:subClassOf :PolymerElementConcentration ;
              rdfs:comment "Content of Silica-Fumed in a material." ;
              rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
              rdfs:label "Silica-Fumed" ;
              <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Silicone-Lubricant
:Silicone-Lubricant rdf:type owl:Class ;
                    rdfs:subClassOf :SolidLubricant ;
                    rdfs:comment "Silicone-Lubricant material." ;
                    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                    rdfs:label "Silicone-Lubricant" ;
                    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Sm
:Sm rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Sm  in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Sm" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Sn
:Sn rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Sn in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Sn" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#SolidContaminants
:SolidContaminants rdf:type owl:Class ;
                   rdfs:subClassOf :OtherElementConcentration ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <https://w3id.org/isCharacterisedBy#hasUnit> ;
                                     owl:hasValue <https://w3id.org/tribont/core#percentage>
                                   ] ;
                   rdfs:comment "Solid contaminants." ;
                   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                   rdfs:label "SolidContaminants" ;
                   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#SolidLubricant
:SolidLubricant rdf:type owl:Class ;
                rdfs:subClassOf :SolidMaterial ;
                rdfs:comment "Solid lubricant material." ;
                rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                rdfs:label "SolidLubricant" ;
                <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#SolidMaterial
:SolidMaterial rdf:type owl:Class ;
               rdfs:subClassOf :Material ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty <https://w3id.org/isCharacterisedBy#isCharacterisedBy> ;
                                 owl:allValuesFrom [ rdf:type owl:Class ;
                                                     owl:unionOf ( <https://w3id.org/tribont/core#ElectricalProperty>
                                                                   <https://w3id.org/tribont/core#MechanicalProperty>
                                                                   <https://w3id.org/tribont/core#SolidPhysicalProperty>
                                                                   <https://w3id.org/tribont/core#SolidThermalProperty>
                                                                   :ElementConcentration
                                                                 )
                                                   ]
                               ] ;
               rdfs:comment "Solid material." ;
               rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
               rdfs:label "SolidMaterial" ;
               <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Sr
:Sr rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Sr in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Sr" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#StainlessSteel
:StainlessSteel rdf:type owl:Class ;
                rdfs:subClassOf :Steel ;
                rdfs:comment "Stainless steel material." ;
                rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                rdfs:label "StainlessSteel" ;
                <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#StainlessSteel-Fiber
:StainlessSteel-Fiber rdf:type owl:Class ;
                      rdfs:subClassOf :PolymerElementConcentration ;
                      rdfs:comment "Content of StainlessSteel-Fiber in a material." ;
                      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
                      rdfs:label "StainlessSteel-Fiber" ;
                      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Steel
:Steel rdf:type owl:Class ;
       rdfs:subClassOf :MetallicMaterial ;
       rdfs:comment "Steel material." ;
       rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
       rdfs:label "Steel" ;
       <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#SulfateAsh
:SulfateAsh rdf:type owl:Class ;
            rdfs:subClassOf :OtherElementConcentration ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <https://w3id.org/isCharacterisedBy#hasUnit> ;
                              owl:hasValue <https://w3id.org/tribont/core#percentage>
                            ] ;
            rdfs:comment "Sulfate ash ." ;
            rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
            rdfs:label "SulfateAsh" ;
            <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Ta
:Ta rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Ta in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Ta" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#TaC
:TaC rdf:type owl:Class ;
     rdfs:subClassOf :ChemicalElementConcentration ;
     rdfs:comment "Content of TaC in a material." ;
     rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
     rdfs:label "TaC" ;
     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Talc
:Talc rdf:type owl:Class ;
      rdfs:subClassOf :PolymerElementConcentration ;
      rdfs:comment "Content of Talc in a material." ;
      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
      rdfs:label "Talc" ;
      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Tb
:Tb rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Tb in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Tb" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Te
:Te rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Te in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Te" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#ThO2
:ThO2 rdf:type owl:Class ;
      rdfs:subClassOf :ChemicalElementConcentration ;
      rdfs:comment "Content of ThO2 in a material." ;
      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
      rdfs:label "ThO2" ;
      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Ti
:Ti rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Ti in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Ti" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#TiB2
:TiB2 rdf:type owl:Class ;
      rdfs:subClassOf :ChemicalElementConcentration ;
      rdfs:comment "Content of TiB2 in a material." ;
      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
      rdfs:label "TiB2" ;
      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#TiC
:TiC rdf:type owl:Class ;
     rdfs:subClassOf :ChemicalElementConcentration ;
     rdfs:comment "Content of TiC in a material." ;
     rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
     rdfs:label "TiC" ;
     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#TiO2
:TiO2 rdf:type owl:Class ;
      rdfs:subClassOf :ChemicalElementConcentration ;
      rdfs:comment "Content of TiO2 in a material." ;
      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
      rdfs:label "TiO2" ;
      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#TitaniumAlloy
:TitaniumAlloy rdf:type owl:Class ;
               rdfs:subClassOf :MetallicMaterial ;
               rdfs:comment "Titanium alloy material." ;
               rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
               rdfs:label "TitaniumAlloy" ;
               <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Tl
:Tl rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Tl in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Tl" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Tm
:Tm rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Tm in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Tm" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Tolyltriazole
:Tolyltriazole rdf:type owl:Class ;
               rdfs:subClassOf :NonFerrousMetalInhibitor ;
               rdfs:comment "Tolyltriazole concentration" ;
               rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
               rdfs:label "Tolyltriazole" ;
               <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#ToolSteel
:ToolSteel rdf:type owl:Class ;
           rdfs:subClassOf :Steel ;
           rdfs:comment "Steel used for tooling." ;
           rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
           rdfs:label "ToolSteel" ;
           <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#U
:U rdf:type owl:Class ;
   rdfs:subClassOf :ChemicalElementConcentration ;
   rdfs:comment "Content of U in a material." ;
   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
   rdfs:label "U" ;
   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#UVStabilizer
:UVStabilizer rdf:type owl:Class ;
              rdfs:subClassOf :OtherElementConcentration ;
              rdfs:comment "Content of UVStabilizer in a material." ;
              rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
              rdfs:label "UVStabilizer" ;
              <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#V
:V rdf:type owl:Class ;
   rdfs:subClassOf :ChemicalElementConcentration ;
   rdfs:comment "Content of V in a material." ;
   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
   rdfs:label "V" ;
   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#W
:W rdf:type owl:Class ;
   rdfs:subClassOf :ChemicalElementConcentration ;
   rdfs:comment "Content of W in a material." ;
   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
   rdfs:label "W" ;
   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#WC
:WC rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of WC in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "WC" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Water
:Water rdf:type owl:Class ;
       rdfs:subClassOf :OtherElementConcentration ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty <https://w3id.org/isCharacterisedBy#hasUnit> ;
                         owl:allValuesFrom <https://w3id.org/tribont/core#ContentUnit>
                       ] ;
       rdfs:comment "Water content of something." ;
       rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
       rdfs:label "Water" ;
       <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Y
:Y rdf:type owl:Class ;
   rdfs:subClassOf :ChemicalElementConcentration ;
   rdfs:comment "Content of Y in a material." ;
   rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
   rdfs:label "Y" ;
   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Y203
:Y203 rdf:type owl:Class ;
      rdfs:subClassOf :ChemicalElementConcentration ;
      rdfs:comment "Content of Y203 in a material." ;
      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
      rdfs:label "Y203" ;
      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Yb
:Yb rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Yb in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Yb" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Zn
:Zn rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Zn in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Zn" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#ZnO
:ZnO rdf:type owl:Class ;
     rdfs:subClassOf :ChemicalElementConcentration ;
     rdfs:comment "Content of ZnO in a material." ;
     rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
     rdfs:label "ZnO" ;
     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#Zr
:Zr rdf:type owl:Class ;
    rdfs:subClassOf :ChemicalElementConcentration ;
    rdfs:comment "Content of Zr in a material." ;
    rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
    rdfs:label "Zr" ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#ZrO2
:ZrO2 rdf:type owl:Class ;
      rdfs:subClassOf :ChemicalElementConcentration ;
      rdfs:comment "Content of ZrO2 in a material." ;
      rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
      rdfs:label "ZrO2" ;
      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


#################################################################
#    Individuals
#################################################################

###  https://w3id.org/tribont/core#percentage
<https://w3id.org/tribont/core#percentage> rdf:type owl:NamedIndividual .


###  https://w3id.org/tribont/material#AISI_52100
:AISI_52100 rdf:type owl:NamedIndividual ,
                     :MaterialStandard ;
            rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
            rdfs:label "AISI_52100" ;
            <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#ASTM_A295
:ASTM_A295 rdf:type owl:NamedIndividual ,
                    :MaterialStandard ;
           rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
           rdfs:label "ASTM_A295" ;
           <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#BS_970
:BS_970 rdf:type owl:NamedIndividual ,
                 :MaterialStandard ;
        rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
        rdfs:label "BS_970" ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#CAS_Number
:CAS_Number rdf:type owl:NamedIndividual ,
                     :MaterialStandard ;
            rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
            rdfs:label "CAS_Number" ;
            <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#DIN_17230
:DIN_17230 rdf:type owl:NamedIndividual ,
                    :MaterialStandard ;
           rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
           rdfs:label "DIN_17230" ;
           <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#JIS_G4805
:JIS_G4805 rdf:type owl:NamedIndividual ,
                    :MaterialStandard ;
           rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
           rdfs:label "JIS_G4805" ;
           <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#additive
:additive rdf:type owl:NamedIndividual ,
                   :ElementRole ;
          rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
          rdfs:label "additive" ;
          <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#basic
:basic rdf:type owl:NamedIndividual ,
                :ElementRole ;
       rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
       rdfs:label "basic" ;
       <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/material#filler
:filler rdf:type owl:NamedIndividual ,
                 :ElementRole ;
        rdfs:isDefinedBy "https://w3id.org/tribont/material" ;
        rdfs:label "filler" ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
] .

[ owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger
 ] .

[ owl:cardinality "1"^^xsd:nonNegativeInteger
 ] .

[ owl:cardinality "1"^^xsd:nonNegativeInteger
 ] .

[ owl:cardinality "1"^^xsd:nonNegativeInteger
 ] .

[ owl:cardinality "1"^^xsd:nonNegativeInteger
 ] .

[ owl:maxCardinality "1"^^xsd:nonNegativeInteger
 ] .

[ owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger
 ] .

[ owl:maxCardinality "1"^^xsd:nonNegativeInteger
 ] .

[ owl:maxCardinality "1"^^xsd:nonNegativeInteger
 ] .

[ owl:cardinality "1"^^xsd:nonNegativeInteger
 ] .

#################################################################
#    General axioms
#################################################################

[ rdf:type owl:AllDisjointClasses ;
   owl:members ( <https://w3id.org/isCharacterisedBy#Property>
                 <https://w3id.org/isCharacterisedBy#SubjectOfInterest>
                 <https://w3id.org/isCharacterisedBy#Unit>
                 <https://w3id.org/tribont/core#Company>
                 <https://w3id.org/tribont/core#Document>
                 <https://w3id.org/tribont/core#Role>
                 <https://w3id.org/tribont/core#Standard>
                 :MaterialApplication
                 :MaterialIdentification
               )
 ] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( <https://w3id.org/tribont/core#OperationProperty>
                <https://w3id.org/tribont/core#SystemProperty>
                <https://w3id.org/tribont/core#TechnicalProperty>
                :ElementConcentration
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Ag
                :Al
                :Al203
                :AlN
                :ArsenicOxide
                :As
                :Au
                :B
                :B203
                :B4C
                :BN
                :BaO
                :Be
                :BeO
                :Bi
                :C
                :Ca
                :CaCO3
                :CaO
                :Cd
                :CdS
                :Ce
                :Co
                :Cr
                :Cr203
                :Cu
                :Dy
                :Er
                :Eu
                :F
                :Fe
                :Fe203
                :Gd
                :Ge
                :H
                :H2O
                :Hf
                :Hg
                :Ho
                :In
                :Ir
                :La
                :Li
                :Li2O
                :Lu
                :Mg
                :Mn
                :Mo
                :N
                :Na2O
                :NaCl
                :Nb
                :Nd
                :Ni
                :O
                :O2
                :Os
                :P
                :Pb
                :PbO
                :Pd
                :Pr
                :Pt
                :Re
                :Rh
                :Ru
                :S
                :Sb
                :Sc
                :Se
                :Si
                :Si3N4
                :SiC
                :SiO2
                :Sm
                :Sn
                :Sr
                :Ta
                :TaC
                :Tb
                :Te
                :ThO2
                :Ti
                :TiB2
                :TiC
                :TiO2
                :Tl
                :Tm
                :U
                :V
                :W
                :WC
                :Y
                :Y203
                :Yb
                :Zn
                :ZnO
                :Zr
                :ZrO2
              )
] .


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