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

<https://w3id.org/tribont> rdf:type owl:Ontology ;
                            owl:imports <https://w3id.org/tribont/equipment> ,
                                        <https://w3id.org/tribont/sample> ;
                            <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  is to represent the tribological experiments by relaying on the representation included in the core,,  sample and equipment modules."@en ;
                            <http://purl.org/dc/terms/issued> "2023-06-02" ;
                            <http://purl.org/dc/terms/publisher> "Tekniker" ;
                            <http://purl.org/dc/terms/title> "TribOnt ontology" ;
                            <http://purl.org/vocab/vann/preferredNamespacePrefix> "tribont" ;
                            <http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/tribont" ;
                            owl:versionInfo 1.0 .

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

###  http://creativecommons.org/ns#license
<http://creativecommons.org/ns#license> rdf:type owl:AnnotationProperty .


###  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/contributor
<http://purl.org/dc/terms/contributor> rdf:type owl:AnnotationProperty .


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


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


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


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


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


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


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> 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/tribont#executes
:executes rdf:type owl:ObjectProperty ;
          owl:inverseOf :isExecutedBy ;
          rdfs:comment "Relationship between an equipment and the activity it carries out." ;
          rdfs:isDefinedBy "https://w3id.org/tribont" ;
          rdfs:label "executes" ;
          <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#hasAfterEndDependency
:hasAfterEndDependency rdf:type owl:ObjectProperty ;
                       owl:equivalentProperty :isNext ;
                       rdfs:subPropertyOf :hasDependency ;
                       rdfs:comment "Relation between an activity and the one preceeding it." ;
                       rdfs:isDefinedBy "https://w3id.org/tribont" ;
                       rdfs:label "hasAfterEndDependency" ;
                       <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#hasDependency
:hasDependency rdf:type owl:ObjectProperty ;
               rdfs:comment "Identifies the dependency between two activities." ;
               rdfs:isDefinedBy "https://w3id.org/tribont" ;
               rdfs:label "hasDependency" ;
               <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#hasNofollowDependency
:hasNofollowDependency rdf:type owl:ObjectProperty ;
                       rdfs:subPropertyOf :hasDependency ;
                       rdfs:comment "Indicates that an activity has not a following dependency." ;
                       rdfs:isDefinedBy "https://w3id.org/tribont" ;
                       rdfs:label "hasNofollowDependency" ;
                       <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#isExecutedBy
:isExecutedBy rdf:type owl:ObjectProperty ;
              rdfs:comment "Relationship between an activity and the equipment that executes it." ;
              rdfs:isDefinedBy "https://w3id.org/tribont" ;
              rdfs:label "isExecutedBy" ;
              <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#isNext
:isNext rdf:type owl:ObjectProperty ;
        owl:inverseOf :isPrevious ;
        rdfs:comment "Relationship between an activity and the one preceding it." ;
        rdfs:isDefinedBy "https://w3id.org/tribont" ;
        rdfs:label "isNext" ;
        <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#isPerformedBy
:isPerformedBy rdf:type owl:ObjectProperty ;
               owl:inverseOf :performs ;
               rdfs:comment "Relationship between an activity and the person who performs it." ;
               rdfs:isDefinedBy "https://w3id.org/tribont" ;
               rdfs:label "isPerformedBy" ;
               <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#isPrevious
:isPrevious rdf:type owl:ObjectProperty ;
            rdfs:comment "Relationship between an activity and the one following it." ;
            rdfs:isDefinedBy "https://w3id.org/tribont" ;
            rdfs:label "isPrevious" ;
            <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#isTestedBy
:isTestedBy rdf:type owl:ObjectProperty ;
            owl:inverseOf :tests ;
            rdfs:comment "Relationship between a sample body or sample system and the testing activity testing it." ;
            rdfs:isDefinedBy "https://w3id.org/tribont" ;
            rdfs:label "isTestedBy" ;
            <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#performs
:performs rdf:type owl:ObjectProperty ;
          rdfs:comment "Relationship between a person and the activity he/she performs." ;
          rdfs:isDefinedBy "https://w3id.org/tribont" ;
          rdfs:label "performs" ;
          <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#tests
:tests rdf:type owl:ObjectProperty ;
       rdfs:comment "Relationship between a testing activity and what it tests (i.e., sample,  sample system)." ;
       rdfs:isDefinedBy "https://w3id.org/tribont" ;
       rdfs:label "tests" ;
       <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/core#hasDocument
<https://w3id.org/tribont/core#hasDocument> rdf:type owl:ObjectProperty .


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

###  https://w3id.org/tribont#Experiment
:Experiment rdf:type owl:Class ;
            rdfs:subClassOf <https://w3id.org/isCharacterisedBy#SubjectOfInterest> ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <https://w3id.org/tribont/core#hasDocument> ;
                              owl:someValuesFrom :TestOutputDocument
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <https://w3id.org/tribont/core#hasDocument> ;
                              owl:allValuesFrom :TestOutputDocument
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <https://w3id.org/tribont/core#isMadeOf> ;
                              owl:allValuesFrom :Test
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <http://purl.org/dc/terms/identifier> ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty <http://purl.org/dc/terms/title> ;
                              owl:maxCardinality "1"^^xsd:nonNegativeInteger
                            ] ;
            rdfs:comment "A series of activities to carry out an experimentation procedure and measure its outputs." ;
            rdfs:isDefinedBy "https://w3id.org/tribont" ;
            rdfs:label "Experiment" ;
            <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#ExperimentalTest
:ExperimentalTest rdf:type owl:Class ;
                  rdfs:subClassOf :Test ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :isExecutedBy ;
                                    owl:allValuesFrom <https://w3id.org/tribont/equipment#ExperimentalEquipment>
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :isExecutedBy ;
                                    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                    owl:onClass <https://w3id.org/tribont/equipment#ExperimentalEquipment>
                                  ] ;
                  rdfs:comment "A testing activity that reproduces certain operation conditions to assess one or more technical attributes or characteristics of a given sample or sample system." ;
                  rdfs:isDefinedBy "https://w3id.org/tribont" ;
                  rdfs:label "ExperimentalTest" ;
                  <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#HardnessMeasurement
:HardnessMeasurement rdf:type owl:Class ;
                     rdfs:subClassOf :MeasuringTest ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :isExecutedBy ;
                                       owl:allValuesFrom <https://w3id.org/tribont/equipment#HardnessTester>
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty <https://w3id.org/tribont/core#isCharacterisedByOutputMeasure> ;
                                       owl:allValuesFrom <https://w3id.org/tribont/core#HardnessProperty>
                                     ] ;
                     rdfs:comment "A testing activity to measure  one or more  hardness attributes or characteristics of  a given sample." ;
                     rdfs:isDefinedBy "https://w3id.org/tribont" ;
                     rdfs:label "HardnessMeasurement" ;
                     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#MeasuringTest
:MeasuringTest rdf:type owl:Class ;
               rdfs:subClassOf :Test ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :isExecutedBy ;
                                 owl:allValuesFrom <https://w3id.org/tribont/equipment#MeasuringEquipment>
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :tests ;
                                 owl:allValuesFrom <https://w3id.org/tribont/sample#Sample>
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :isExecutedBy ;
                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                 owl:onClass <https://w3id.org/tribont/equipment#MeasuringEquipment>
                               ] ;
               rdfs:comment "A testing activity that measures one or more attributes or characteristics of a given sample." ;
               rdfs:isDefinedBy "https://w3id.org/tribont" ;
               rdfs:label "MeasuringTest" ;
               <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#Operator
:Operator rdf:type owl:Class ;
          rdfs:subClassOf [ rdf:type owl:Restriction ;
                            owl:onProperty <http://purl.org/dc/terms/identifier> ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty <https://w3id.org/tribont/core#name> ;
                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                            owl:onDataRange xsd:string
                          ] ;
          rdfs:comment "Person performing an specific activity or operation." ;
          rdfs:isDefinedBy "https://w3id.org/tribont" ;
          rdfs:label "Operator" ;
          <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#Test
:Test rdf:type owl:Class ;
      rdfs:subClassOf <https://w3id.org/isCharacterisedBy#SubjectOfInterest> ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty <https://w3id.org/tribont/core#hasDocument> ;
                        owl:someValuesFrom :TestOutputDocument
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :hasDependency ;
                        owl:allValuesFrom :Test
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :isExecutedBy ;
                        owl:allValuesFrom <https://w3id.org/tribont/equipment#Equipment>
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :isPerformedBy ;
                        owl:allValuesFrom :Operator
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :tests ;
                        owl:allValuesFrom [ rdf:type owl:Class ;
                                            owl:unionOf ( <https://w3id.org/tribont/sample#Sample>
                                                          <https://w3id.org/tribont/sample#SampleSystem>
                                                        )
                                          ]
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty <https://w3id.org/tribont/core#hasDocument> ;
                        owl:allValuesFrom :TestOutputDocument
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty <https://w3id.org/tribont/core#isCharacterisedByOperationCondition> ;
                        owl:allValuesFrom <https://w3id.org/tribont/core#OperationProperty>
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty <https://w3id.org/tribont/core#isCharacterisedByOperationMeasure> ;
                        owl:allValuesFrom <https://w3id.org/tribont/core#OperationProperty>
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty <https://w3id.org/tribont/core#isCharacterisedByOutputMeasure> ;
                        owl:allValuesFrom <https://w3id.org/tribont/core#TechnicalProperty>
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty <https://w3id.org/tribont/core#isMadeOf> ;
                        owl:allValuesFrom :TestStep
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :isExecutedBy ;
                        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                        owl:onClass <https://w3id.org/tribont/equipment#Equipment>
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty <http://purl.org/dc/terms/identifier> ;
                        owl:cardinality "1"^^xsd:nonNegativeInteger
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty <http://purl.org/dc/terms/title> ;
                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                      ] ;
      rdfs:comment "An activity intended to establish the techncial attributes or characteristics of something," ;
      rdfs:isDefinedBy "https://w3id.org/tribont" ;
      rdfs:label "Test" ;
      <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#TestOutputDocument
:TestOutputDocument rdf:type owl:Class ;
                    rdfs:subClassOf <https://w3id.org/tribont/core#Document> ;
                    rdfs:comment "A document compiling the outputs of a given test." ;
                    rdfs:isDefinedBy "https://w3id.org/tribont" ;
                    rdfs:label "TestOutputDocument" ;
                    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#TestOutputMeasurementFile
:TestOutputMeasurementFile rdf:type owl:Class ;
                           rdfs:subClassOf :TestOutputDocument ;
                           rdfs:comment "Document including the output measures (i.e., technical properties) from a  test." ;
                           rdfs:isDefinedBy "https://w3id.org/tribont" ;
                           rdfs:label "TestOutputMeasurementFile" ;
                           <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#TestOutputReport
:TestOutputReport rdf:type owl:Class ;
                  rdfs:subClassOf :TestOutputDocument ;
                  rdfs:comment "Document report ing the results of a test.  technical properties) from a  test." ;
                  rdfs:isDefinedBy "https://w3id.org/tribont" ;
                  rdfs:label "TestOutputReport" ;
                  <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


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


###  https://w3id.org/tribont#TestStep
:TestStep rdf:type owl:Class ;
          rdfs:subClassOf <https://w3id.org/isCharacterisedBy#SubjectOfInterest> ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :hasDependency ;
                            owl:allValuesFrom :TestStep
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty <https://w3id.org/tribont/core#hasDocument> ;
                            owl:allValuesFrom :TestOutputDocument
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty <https://w3id.org/tribont/core#isCharacterisedByOperationCondition> ;
                            owl:allValuesFrom <https://w3id.org/tribont/core#OperationProperty>
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty <https://w3id.org/tribont/core#isCharacterisedByOperationMeasure> ;
                            owl:allValuesFrom <https://w3id.org/tribont/core#OperationProperty>
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty <https://w3id.org/tribont/core#isCharacterisedByOutputMeasure> ;
                            owl:allValuesFrom <https://w3id.org/tribont/core#TechnicalProperty>
                          ] ;
          rdfs:comment "Each of the steps into which a given test can be subdivided" ;
          rdfs:isDefinedBy "https://w3id.org/tribont" ;
          rdfs:label "TestStep" ;
          <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#TribologicalTest
:TribologicalTest rdf:type owl:Class ;
                  rdfs:subClassOf :ExperimentalTest ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :isExecutedBy ;
                                    owl:allValuesFrom <https://w3id.org/tribont/equipment#Tribometer>
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :tests ;
                                    owl:allValuesFrom <https://w3id.org/tribont/sample#SampleSystem>
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty <https://w3id.org/tribont/core#isCharacterisedByOutputMeasure> ;
                                    owl:allValuesFrom <https://w3id.org/tribont/core#TribologicalProperty>
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :isExecutedBy ;
                                    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                    owl:onClass <https://w3id.org/tribont/equipment#Tribometer>
                                  ] ;
                  rdfs:comment "A testing activity that reproduces certain operation conditions to assess one or more tribological attributes or characteristics of a given sample system." ;
                  rdfs:isDefinedBy "https://w3id.org/tribont" ;
                  rdfs:label "TribologicalTest" ;
                  <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#WearScarMeasurement
:WearScarMeasurement rdf:type owl:Class ;
                     rdfs:subClassOf :MeasuringTest ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty <https://w3id.org/tribont/core#isCharacterisedByOutputMeasure> ;
                                       owl:someValuesFrom <https://w3id.org/tribont/core#WearProperty>
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty <https://w3id.org/tribont/core#isCharacterisedByOutputMeasure> ;
                                       owl:allValuesFrom <https://w3id.org/tribont/core#WearProperty>
                                     ] ;
                     rdfs:comment "A testing activity to measure  one or more attributes or characteristics of the resulting scar in a given sample." ;
                     rdfs:isDefinedBy "https://w3id.org/tribont" ;
                     rdfs:label "WearScarMeasurement" ;
                     <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont#WeightMeasurement
:WeightMeasurement rdf:type owl:Class ;
                   rdfs:subClassOf :MeasuringTest ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <https://w3id.org/tribont/core#isCharacterisedByOutputMeasure> ;
                                     owl:someValuesFrom <https://w3id.org/tribont/core#Weight>
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :isExecutedBy ;
                                     owl:allValuesFrom <https://w3id.org/tribont/equipment#Scale>
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <https://w3id.org/tribont/core#isCharacterisedByOutputMeasure> ;
                                     owl:allValuesFrom <https://w3id.org/tribont/core#Weight>
                                   ] ;
                   rdfs:comment "A testing activity to measure the weight of a given sample." ;
                   rdfs:isDefinedBy "https://w3id.org/tribont" ;
                   rdfs:label "WeightMeasurement" ;
                   <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "Testing" .


###  https://w3id.org/tribont/equipment#Equipment
<https://w3id.org/tribont/equipment#Equipment> rdf:type owl:Class .


###  https://w3id.org/tribont/equipment#EquipmentClass
<https://w3id.org/tribont/equipment#EquipmentClass> rdf:type owl:Class .


###  https://w3id.org/tribont/equipment#EquipmentStandard
<https://w3id.org/tribont/equipment#EquipmentStandard> owl:disjointWith <https://w3id.org/tribont/material#MaterialStandard> .


###  https://w3id.org/tribont/equipment#ExperimentalEquipment
<https://w3id.org/tribont/equipment#ExperimentalEquipment> rdf:type owl:Class .


###  https://w3id.org/tribont/equipment#MeasuringEquipment
<https://w3id.org/tribont/equipment#MeasuringEquipment> rdf:type owl:Class .


###  https://w3id.org/tribont/equipment#Scale
<https://w3id.org/tribont/equipment#Scale> rdf:type owl:Class .


###  https://w3id.org/tribont/equipment#Tribometer
<https://w3id.org/tribont/equipment#Tribometer> rdf:type owl:Class .


###  https://w3id.org/tribont/material#MaterialStandard

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

###  https://w3id.org/tribont/core#ASTMD5706
<https://w3id.org/tribont/core#ASTMD5706> rdf:type :TestStandard .


###  https://w3id.org/tribont/core#ASTMD5707
<https://w3id.org/tribont/core#ASTMD5707> rdf:type :TestStandard .


###  https://w3id.org/tribont/core#ASTMD6425
<https://w3id.org/tribont/core#ASTMD6425> rdf:type :TestStandard .


###  https://w3id.org/tribont/core#ASTMD7421
<https://w3id.org/tribont/core#ASTMD7421> rdf:type :TestStandard .


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

[ owl:qualifiedCardinality "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>
                 :Operator
                 <https://w3id.org/tribont/core#Company>
                 <https://w3id.org/tribont/core#Document>
                 <https://w3id.org/tribont/core#Role>
                 <https://w3id.org/tribont/core#Standard>
                 <https://w3id.org/tribont/equipment#Calibration>
                 <https://w3id.org/tribont/material#MaterialApplication>
                 <https://w3id.org/tribont/material#MaterialIdentification>
               )
 ] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Experiment
                :Test
                :TestStep
                <https://w3id.org/tribont/equipment#Equipment>
                <https://w3id.org/tribont/equipment#EquipmentClass>
                <https://w3id.org/tribont/material#Material>
                <https://w3id.org/tribont/sample#Sample>
                <https://w3id.org/tribont/sample#SampleBatch>
                <https://w3id.org/tribont/sample#SampleSystem>
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :TestOutputDocument
                <https://w3id.org/tribont/equipment#CalibrationDocument>
                <https://w3id.org/tribont/equipment#TechnicalDocument>
              )
] .


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