@prefix : <http://sweetontology.net/matrIndustrial/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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 soma: <http://sweetontology.net/matr/> .
@prefix somaind: <http://sweetontology.net/matrIndustrial/> .
@prefix somaeq: <http://sweetontology.net/matrEquipment/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sohu: <http://sweetontology.net/human/> .
@base <http://sweetontology.net/matrIndustrial> .

<http://sweetontology.net/matrIndustrial> rdf:type owl:Ontology ;
                                           owl:imports <http://sweetontology.net/human> ,
                                                       <http://sweetontology.net/matr> ,
                                                       <http://sweetontology.net/matrEquipment> ;
                                           rdfs:label "SWEET Ontology Material Industrial" ;
                                           dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                           owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/matrIndustrial/Alloy
somaind:Alloy rdf:type owl:Class ;
           rdfs:subClassOf soma:Solution ;
           rdfs:label "alloy"@en .


###  http://sweetontology.net/matrIndustrial/Cement
somaind:Cement rdf:type owl:Class ;
            rdfs:subClassOf soma:Mixture ;
            rdfs:label "cement"@en .


###  http://sweetontology.net/matrIndustrial/Colloid
somaind:Colloid rdf:type owl:Class ;
             rdfs:subClassOf soma:Mixture ;
             rdfs:label "colloid"@en .


###  http://sweetontology.net/matrIndustrial/ForestProduct
somaind:ForestProduct rdf:type owl:Class ;
                   rdfs:subClassOf somaind:Product ;
                   rdfs:label "forest product"@en .


###  http://sweetontology.net/matrIndustrial/IndustrialProduct
somaind:IndustrialProduct rdf:type owl:Class ;
                       rdfs:subClassOf somaind:Product ;
                       rdfs:label "industrial product"@en .


###  http://sweetontology.net/matrIndustrial/Product
somaind:Product rdf:type owl:Class ;
             rdfs:subClassOf somaeq:MaterialThing ;
             rdfs:label "product"@en .


###  http://sweetontology.net/matrIndustrial/Slurry
somaind:Slurry rdf:type owl:Class ;
            rdfs:subClassOf soma:Mixture ;
            rdfs:label "slurry"@en .


###  http://sweetontology.net/matrIndustrial/Supply
somaind:Supply rdf:type owl:Class ;
            rdfs:subClassOf somaind:Product ;
            rdfs:label "supply"@en .


###  http://sweetontology.net/matrIndustrial/Yield
somaind:Yield rdf:type owl:Class ;
           rdfs:subClassOf somaind:Product ;
           rdfs:label "yield"@en .


###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
