@prefix : <http://sweetontology.net/matrFacility/> .
@prefix sohu: <http://sweetontology.net/relaHuman/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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 somaeq: <http://sweetontology.net/matrEquipment/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sohut: <http://sweetontology.net/humanTransportation/> .
@prefix somaf: <http://sweetontology.net/matrFacility/> .
@base <http://sweetontology.net/matrFacility> .

<http://sweetontology.net/matrFacility> rdf:type owl:Ontology ;
                                         owl:imports <http://sweetontology.net/humanTransportation> ,
                                                     <http://sweetontology.net/matrEquipment> ,
                                                     <http://sweetontology.net/relaHuman> ;
                                         rdfs:label "SWEET Ontology Material Facility" ;
                                         dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                         owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/matrFacility/AgriculturalProductionFacility
somaf:AgriculturalProductionFacility rdf:type owl:Class ;
                                     rdfs:subClassOf somaf:Facility ;
                                     rdfs:label "agricultural production facility"@en .


###  http://sweetontology.net/matrFacility/AirTrafficControlCenter
somaf:AirTrafficControlCenter rdf:type owl:Class ;
                              rdfs:subClassOf somaf:AirportFacility ;
                              rdfs:label "air traffic control center"@en .


###  http://sweetontology.net/matrFacility/AirTrafficControlEnRouteCenter
somaf:AirTrafficControlEnRouteCenter rdf:type owl:Class ;
                                     rdfs:subClassOf somaf:AirTrafficControlCenter ;
                                     rdfs:label "air traffic control en route center"@en .


###  http://sweetontology.net/matrFacility/AirTrafficControlRadarRoom
somaf:AirTrafficControlRadarRoom rdf:type owl:Class ;
                                 rdfs:subClassOf somaf:AirportFacility ;
                                 rdfs:label "air traffic control radar room"@en .


###  http://sweetontology.net/matrFacility/AirTrafficControlTower
somaf:AirTrafficControlTower rdf:type owl:Class ;
                             rdfs:subClassOf somaf:AirportFacility ;
                             rdfs:label "air traffic control tower"@en .


###  http://sweetontology.net/matrFacility/AirTransitway
somaf:AirTransitway rdf:type owl:Class ;
                    rdfs:subClassOf somaf:AirportFacility ;
                    rdfs:label "air transitway"@en .


###  http://sweetontology.net/matrFacility/Airport
somaf:Airport rdf:type owl:Class ;
              rdfs:subClassOf somaf:AirportFacility ;
              rdfs:label "airport"@en .


###  http://sweetontology.net/matrFacility/AirportFacility
somaf:AirportFacility rdf:type owl:Class ;
                      rdfs:subClassOf somaf:Facility ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sohu:hasHumanActivity ;
                                        owl:allValuesFrom sohut:AirTraffic
                                      ] ;
                      rdfs:label "airport facility"@en .


###  http://sweetontology.net/matrFacility/Base
somaf:Base rdf:type owl:Class ;
           rdfs:subClassOf somaf:Facility ;
           rdfs:label "base"@en .


###  http://sweetontology.net/matrFacility/Building
somaf:Building rdf:type owl:Class ;
               rdfs:subClassOf somaf:Structure ;
               rdfs:label "building"@en .


###  http://sweetontology.net/matrFacility/CommunicationFacility
somaf:CommunicationFacility rdf:type owl:Class ;
                            rdfs:subClassOf somaf:Facility ;
                            rdfs:label "communication facility"@en .


###  http://sweetontology.net/matrFacility/CulturalFeature
somaf:CulturalFeature rdf:type owl:Class ;
                      rdfs:subClassOf somaf:Structure ;
                      rdfs:label "cultural feature"@en .


###  http://sweetontology.net/matrFacility/Dome
somaf:Dome rdf:type owl:Class ;
           rdfs:subClassOf somaf:Facility ;
           rdfs:label "dome"@en .


###  http://sweetontology.net/matrFacility/Facility
somaf:Facility rdf:type owl:Class ;
               rdfs:subClassOf somaf:Structure ;
               rdfs:label "facility"@en .


###  http://sweetontology.net/matrFacility/Farm
somaf:Farm rdf:type owl:Class ;
           rdfs:subClassOf somaf:AgriculturalProductionFacility ;
           rdfs:label "farm"@en .


###  http://sweetontology.net/matrFacility/Fishery
somaf:Fishery rdf:type owl:Class ;
              rdfs:subClassOf somaf:AgriculturalProductionFacility ;
              rdfs:label "fishery"@en .


###  http://sweetontology.net/matrFacility/Habitat
somaf:Habitat rdf:type owl:Class ;
              rdfs:subClassOf somaf:Building ;
              rdfs:label "habitat"@en .


###  http://sweetontology.net/matrFacility/MeteorologicalFacility
somaf:MeteorologicalFacility rdf:type owl:Class ;
                             rdfs:subClassOf somaf:Facility ;
                             rdfs:label "meteorological facility"@en .


###  http://sweetontology.net/matrFacility/Meteostation
somaf:Meteostation rdf:type owl:Class ;
                   rdfs:subClassOf somaf:MeteorologicalFacility ;
                   rdfs:label "meteostation"@en .


###  http://sweetontology.net/matrFacility/Mine
somaf:Mine rdf:type owl:Class ;
           rdfs:subClassOf somaf:MiningFacility ;
           rdfs:label "mine"@en .


###  http://sweetontology.net/matrFacility/MiningFacility
somaf:MiningFacility rdf:type owl:Class ;
                     rdfs:subClassOf somaf:Facility ;
                     rdfs:label "mining facility"@en .


###  http://sweetontology.net/matrFacility/Plantation
somaf:Plantation rdf:type owl:Class ;
                 rdfs:subClassOf somaf:Farm ;
                 rdfs:label "plantation"@en .


###  http://sweetontology.net/matrFacility/Platform
somaf:Platform rdf:type owl:Class ;
               rdfs:subClassOf somaf:Structure ;
               rdfs:label "platform"@en .


###  http://sweetontology.net/matrFacility/Runway
somaf:Runway rdf:type owl:Class ;
             rdfs:subClassOf somaf:AirportFacility ;
             rdfs:label "runway"@en .


###  http://sweetontology.net/matrFacility/Station
somaf:Station rdf:type owl:Class ;
              rdfs:subClassOf somaf:Facility ;
              rdfs:label "station"@en .


###  http://sweetontology.net/matrFacility/Structure
somaf:Structure rdf:type owl:Class ;
                rdfs:subClassOf somaeq:Infrastructure ;
                rdfs:label "structure"@en .


###  http://sweetontology.net/matrFacility/TransportationFacility
somaf:TransportationFacility rdf:type owl:Class ;
                             rdfs:subClassOf somaf:Facility ;
                             rdfs:label "transportation facility"@en .


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