@prefix :      <https://w3id.org/wfont#> .
@prefix ns:    <http://creativecommons.org/ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix cpannotationschema: <http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix ns1:   <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

:GearboxHousing  a        owl:Class ;
        rdfs:comment      "A protective casing providing a reservoir of oil or grease for the gearing."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Housing"@en , "Alojamiento"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxComponent ;
        ns1:term_status   "stable"^^xsd:string .

ns:license  a   owl:AnnotationProperty .

:HollowShaft  a           owl:Class ;
        rdfs:comment      "The ouput shaft of the gearbox witch has empty space inside."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Hollow Shaft"@en , "Eje hueco"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxGears ;
        ns1:term_status   "stable"^^xsd:string .

:Particles  a             owl:Class ;
        rdfs:comment      "Number of particles per milimiter."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Particles"@en ;
        rdfs:subClassOf   <https://w3id.org/affectedBy#Quality> ;
        ns1:term_status   "stable"^^xsd:string .

<https://w3id.org/eep#Executor>
        a       owl:Class .

:BigBubbles  a            owl:Class ;
        rdfs:comment      "Number of bubbles per milimiter bigger than 21 μm."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Big Bubbles"@en ;
        rdfs:subClassOf   :Bubbles ;
        ns1:term_status   "stable"^^xsd:string .

:AdhesiveWearLevel  a     owl:Class ;
        rdfs:comment      "Indicates the warning and alarm level for having sliding particles in the oil, it is calculated using Sliding parameter of the sensor."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Adhesive Wear Level"@en ;
        rdfs:subClassOf   :Indicator ;
        ns1:term_status   "stable"^^xsd:string .

:PrimaryFiltration  a     owl:Class ;
        rdfs:comment      "First step of lube filtration system."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Primary Filtration"@en , "Filtración Primaria"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxLubeSystem ;
        ns1:term_status   "stable"^^xsd:string .

:Sensor  a                owl:Class ;
        rdfs:comment      "Device that converts a physical pehnomenon into a measurable data. In lube systems, collects information of the oil wear or operation."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Sensor"@es , "Sensor"@en ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   <https://w3id.org/eep#Executor> , :GearboxLubeSystem ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      <https://w3id.org/eep#forQuality> ;
                            owl:someValuesFrom  <https://w3id.org/affectedBy#Quality>
                          ] ;
        ns1:term_status   "stable"^^xsd:string .

:ISO14  a                 owl:Class ;
        rdfs:comment      "Number of particles per milimiter bigger than 14 μm. Related to ISO 4406:1999 method for coding the level of contamination by solid particles."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ISO14"@en ;
        rdfs:subClassOf   <https://w3id.org/affectedBy#Quality> ;
        ns1:term_status   "stable"^^xsd:string .

:GearboxBearing  a        owl:Class ;
        rdfs:comment      "Consists of rings with raceway (inner ring and outer ring), rolling elements (either balls or rollers) and cage. The cage separates the rolling elements at regular intervals, holds them in place within the inner and outer raceways, and allows them to rotate freely."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Rodamiento"@es , "Bearing"@en ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxComponent ;
        ns1:term_status   "stable"^^xsd:string .

:Bushing  a               owl:Class ;
        rdfs:comment      "A mechanical device used to reduce vibrations."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Bushing"@en , "Buje"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxTorqueArmSystem ;
        ns1:term_status   "stable"^^xsd:string .

vann:preferredNamespaceUri
        a       owl:AnnotationProperty .

:Fatigue  a               owl:Class ;
        rdfs:comment      "Number of particles related to fatigue wear per milimiter."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Fatigue"@en ;
        rdfs:subClassOf   <https://w3id.org/affectedBy#Quality> ;
        ns1:term_status   "stable"^^xsd:string .

:WindFarm  a              owl:Class ;
        rdfs:comment      "A group of wind turbine generator jointly operated."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Wind Farm"@en , "Parque Eólico"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :hasPart ;
                            owl:someValuesFrom  :WindTurbine
                          ] ;
        ns1:term_status   "stable"^^xsd:string .

:OilDegradation  a        owl:Class ;
        rdfs:comment      "State of the oil degradation level in the different stages of its useful life."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Oil Degradation"@en ;
        rdfs:subClassOf   <https://w3id.org/affectedBy#Quality> ;
        ns1:term_status   "stable"^^xsd:string .

:ShaftBearing  a          owl:Class ;
        rdfs:comment      "Bearing which supports the intermediate shafting."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Shaft Bearing"@en , "Rodamiento de Eje"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxBearing ;
        ns1:term_status   "stable"^^xsd:string .

:Unknown  a               owl:Class ;
        rdfs:comment      "Number of particles related to unknown particles per milimiter."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Unknown"@en ;
        rdfs:subClassOf   <https://w3id.org/affectedBy#Quality> ;
        ns1:term_status   "stable"^^xsd:string .

terms:created  a  owl:AnnotationProperty .

:CoolantPump  a           owl:Class ;
        rdfs:comment      "Circulates the liquid from the cooling system."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Coolant Pump"@en , "Bomba de Refrigerante"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :CoolingSystem ;
        ns1:term_status   "stable"^^xsd:string .

<https://w3id.org/affectedBy#Quality>
        a       owl:Class .

:CoolingSystem  a         owl:Class ;
        rdfs:comment      "Reduces the temperature of the oil from the lubricating system."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Sistema de Refrigeración"@es , "Cooling System"@en ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxLubeSystem ;
        ns1:term_status   "stable"^^xsd:string .

terms:creator  a  owl:AnnotationProperty .

:Cutting  a               owl:Class ;
        rdfs:comment      "Number of particles related to cutting wear per milimiter."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Cutting"@en ;
        rdfs:subClassOf   <https://w3id.org/affectedBy#Quality> ;
        ns1:term_status   "stable"^^xsd:string .

:hasIndicator  a          owl:ObjectProperty ;
        rdfs:comment      "Relation that links a Gearbox to the indicators that describe its situation." ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "tieneIndicador"@es , "hasIndicator"@en ;
        rdfs:range        :Indicator .

:SevereWearLevel  a       owl:Class ;
        rdfs:comment      "Indicates the warning and alarm level for having big particles in the oil, it is calculated using BigParticles parameter of the sensor."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Severe Wear Level"@en ;
        rdfs:subClassOf   :Indicator ;
        ns1:term_status   "stable"^^xsd:string .

terms:title  a  owl:AnnotationProperty .

:GearboxComponent  a      owl:Class ;
        rdfs:comment      "Constituting part or element of a gearbox."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Gearbox Component"@en , "Componente de Multiplicadora"@es ;
        ns1:term_status   "stable"^^xsd:string .

:       a       owl:NamedIndividual .

terms:contributor  a  owl:AnnotationProperty .

:SecondaryFiltration  a   owl:Class ;
        rdfs:comment      "Second step of lube filtration system."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Secondary Filtration"@en , "Filtración Secundaria"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxLubeSystem ;
        ns1:term_status   "stable"^^xsd:string .

:CarrierBearing  a        owl:Class ;
        rdfs:comment      "It is the bearing that support the carrier. The carrier holds the planet gears at different radio from the sun gear centerline."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Rodamiento Portador"@es , "Carrier Bearing"@en ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxBearing ;
        ns1:term_status   "stable"^^xsd:string .

:Indicator  a             owl:Class ;
        rdfs:comment      "Something that shows what a situation is like."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Indicator"@en , "Indicador"@es ;
        ns1:term_status   "stable"^^xsd:string .

:RingGear  a              owl:Class ;
        rdfs:comment      "An outer ring with inward-facing teeth that mesh with the planet gear or gears."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Ring Gear"@en , "Engranaje de Anillo"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxGears ;
        ns1:term_status   "stable"^^xsd:string .

:Gearbox  a               owl:Class ;
        rdfs:comment      "A set of gears with its casing, aimed at increasing or reducing speed."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Gearbox"@en , "Multiplicadora"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :hasPart ;
                            owl:someValuesFrom  :GearboxBearing
                          ] ;
        rdfs:subClassOf   [ a                         owl:Restriction ;
                            owl:onClass               :GearboxTorqueArmSystem ;
                            owl:onProperty            :hasPart ;
                            owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :hasIndicator ;
                            owl:someValuesFrom  :Indicator
                          ] ;
        rdfs:subClassOf   [ a                         owl:Restriction ;
                            owl:onClass               :GearboxLubeSystem ;
                            owl:onProperty            :hasPart ;
                            owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                          ] ;
        rdfs:subClassOf   [ a                         owl:Restriction ;
                            owl:onClass               :GearboxHousing ;
                            owl:onProperty            :hasPart ;
                            owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :hasPart ;
                            owl:someValuesFrom  :GearboxGears
                          ] ;
        ns1:term_status   "stable"^^xsd:string .

:Nacelle  a               owl:Class ;
        rdfs:comment      "A housing which contains the drive‑train and other elements on top of a horizontal axis wind turbine tower."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Nacelle"@en , "Góndola"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :hasPart ;
                            owl:someValuesFrom  :Gearbox
                          ] ;
        ns1:term_status   "stable"^^xsd:string .

:OilDegradationLevel  a   owl:Class ;
        rdfs:comment      "Indicates the warning and alarm level for oil degradation in the oil, it is calculated using OD parameter of the sensor."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Oil Degradation Level"@en ;
        rdfs:subClassOf   :Indicator ;
        ns1:term_status   "stable"^^xsd:string .

:UnclassifiedWearLevel
        a                 owl:Class ;
        rdfs:comment      "Indicates the warning and alarm level for having unclassified particles in the oil, it is calculated using Unknown parameter of the sensor."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Unclassified Wear Level"@en ;
        rdfs:subClassOf   :Indicator ;
        ns1:term_status   "stable"^^xsd:string .

:Radiator  a              owl:Class ;
        rdfs:comment      "It is a heat exchanger use to transfer thermal energy from one medium to another."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Radiator"@en , "Radiador"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :CoolingSystem ;
        ns1:term_status   "stable"^^xsd:string .

ns1:term_status  a  owl:AnnotationProperty .

:PlanetBearing  a         owl:Class ;
        rdfs:comment      "Consists of the bearing mounted in the planet gear."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Rodamiento Planetario"@es , "Planet Bearing"@en ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxBearing ;
        ns1:term_status   "stable"^^xsd:string .

:ISO6   a                 owl:Class ;
        rdfs:comment      "Number of particles per milimiter bigger than 6 μm. Related to ISO 4406:1999 method for coding the level of contamination by solid particles."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ISO6"@en ;
        rdfs:subClassOf   <https://w3id.org/affectedBy#Quality> ;
        ns1:term_status   "stable"^^xsd:string .

:FatigueWearLevel  a      owl:Class ;
        rdfs:comment      "Indicates the warning and alarm level for having fatigue particles in the oil, it is calculated using Fatigue parameter of the sensor."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Fatigue Wear Level"@en ;
        rdfs:subClassOf   :Indicator ;
        ns1:term_status   "stable"^^xsd:string .

:Bubbles  a               owl:Class ;
        rdfs:comment      "Number of bubbles per milimiter."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Bubbles"@en ;
        rdfs:subClassOf   <https://w3id.org/affectedBy#Quality> ;
        ns1:term_status   "stable"^^xsd:string .

:SunGear  a               owl:Class ;
        rdfs:comment      "It is the central gear."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Sun Gear"@en , "Engranaje Solar"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxGears ;
        ns1:term_status   "stable"^^xsd:string .

:GearboxTorqueArmSystem
        a                 owl:Class ;
        rdfs:comment      "It is a long suspension arm that attaches between the housing and the Nacelle. Its primary job is to control axle housing rotation."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Torque Arm System"@en , "Sistema de Brazo de Torque"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxComponent ;
        ns1:term_status   "stable"^^xsd:string .

:GearboxGears  a          owl:Class ;
        rdfs:comment      "It is a rotating circular machine part having teeth which mesh with another (compatible) toothed part to transmit (convert) torque and speed."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Gears"@en , "Engranaje"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxComponent ;
        ns1:term_status   "stable"^^xsd:string .

:AbrasiveWearLevel  a     owl:Class ;
        rdfs:comment      "Indicates the warning and alarm level for having abrasive particles in the oil, it is calculated using Cutting parameter of the sensor."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Abrasive Wear Level"@en ;
        rdfs:subClassOf   :Indicator ;
        ns1:term_status   "stable"^^xsd:string .

:AirContentLevel  a       owl:Class ;
        rdfs:comment      "Indicates the warning and alarm level for having bubbles in the oil, it is calculated using Bubbles parameter of the sensor."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Air Content Level"@en ;
        rdfs:subClassOf   :Indicator ;
        ns1:term_status   "stable"^^xsd:string .

:PlanetGear  a            owl:Class ;
        rdfs:comment      "It is the gear that rotates around the sun gear."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Planet Gear"@en , "Engranaje Planetario"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxGears ;
        ns1:term_status   "stable"^^xsd:string .

:Hose-Fitting  a          owl:Class ;
        rdfs:comment      "Flexible tube and part attached to it where lube is carried."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Manguera"@es , "Hose/Fitting"@en ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxLubeSystem ;
        ns1:term_status   "stable"^^xsd:string .

:GearboxLubeSystem  a     owl:Class ;
        rdfs:comment      "It controls the shifting process of the transmission, lubrication of the transmission parts to prevent frictional damage, and cooling of the transmission. "@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Sistema de Lubricación"@es , "Lube System"@en ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxComponent ;
        ns1:term_status   "stable"^^xsd:string .

:BigParticles  a          owl:Class ;
        rdfs:comment      "Number of particles per milimiter bigger than 21 μm."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Big Particles"@en ;
        rdfs:subClassOf   :Particles ;
        ns1:term_status   "stable"^^xsd:string .

vann:preferredNamespacePrefix
        a       owl:AnnotationProperty .

terms:issued  a  owl:AnnotationProperty .

:hasPart  a               owl:ObjectProperty ;
        rdfs:comment      "Relation that links an element and the parts is composed of." ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "tieneParte"@es , "hasPart"@en .

:CleanlinessLevel  a      owl:Class ;
        rdfs:comment      "Indicates the warning and alarm level for having particles in the oil, it is calculated using ISO4, ISO6 and ISO14 parameter of the sensor."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Cleanliness Level"@en ;
        rdfs:subClassOf   :Indicator ;
        ns1:term_status   "stable"^^xsd:string .

:SpurGear  a              owl:Class ;
        rdfs:comment      "It has straight teeth and are parallel to the axis of the wheel."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Spur Gear"@en , "Engranaje Recto"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxGears ;
        ns1:term_status   "stable"^^xsd:string .

:FibreContaminationLevel
        a                 owl:Class ;
        rdfs:comment      "Indicates the warning and alarm level for having fibre particles in the oil, it is calculated using Fibre parameter of the sensor."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Fibre Contamination Level"@en ;
        rdfs:subClassOf   :Indicator ;
        ns1:term_status   "stable"^^xsd:string .

:Sliding  a               owl:Class ;
        rdfs:comment      "Number of particles related to slidding wear per milimiter."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Sliding"@en ;
        rdfs:subClassOf   <https://w3id.org/affectedBy#Quality> ;
        ns1:term_status   "stable"^^xsd:string .

terms:description  a  owl:AnnotationProperty .

:ISO4   a                 owl:Class ;
        rdfs:comment      "Number of particles per milimiter bigger than 4 μm. Related to ISO 4406:1999 method for coding the level of contamination by solid particles."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ISO4"@en ;
        rdfs:subClassOf   <https://w3id.org/affectedBy#Quality> ;
        ns1:term_status   "stable"^^xsd:string .

:Fiber  a                 owl:Class ;
        rdfs:comment      "Number of particles related to fiber particles per milimiter."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Fiber"@en ;
        rdfs:subClassOf   <https://w3id.org/affectedBy#Quality> ;
        ns1:term_status   "stable"^^xsd:string .

<https://w3id.org/wfont>
        a                              owl:Ontology ;
        ns:license                     <https://creativecommons.org/licenses/by-nc/4.0/> ;
        terms:contributor              "Gonzalo Gil <mailto:gonzalo.gil@tekniker.es>" , "Francisco Javier Diez <mailto:francisco.diez@tekniker.es>" , "Egoitz Konde <mailto:egoitz.konde@tekniker.es>" ;
        terms:created                  "2021-10-05"^^xsd:string ;
        terms:creator                  "Iker Esnaola-Gonzalez <mailto:iker.esnaola@tekniker.es>" ;
        terms:description              "The Wind Farm Ontology (wfont) describes wind farms and their components. It is inspired by the SANDIA Report SAND2009-1171 and DAEKIN project outcomes. It reuses the AffectedBy and EEP (Execution-Executor-Procedure) ontology design patterns to discover sensors or actuators that observe or act on a given quality or feature of interest."@en ;
        terms:modified                 "2021-11-04"^^xsd:string ;
        terms:title                    "Wind Farm Ontology (wfont)"^^xsd:string ;
        vann:preferredNamespacePrefix  "wfont"^^xsd:string ;
        vann:preferredNamespaceUri     : ;
        owl:imports                    <https://w3id.org/eep> ;
        owl:versionInfo                "0.2"@es .

:Reservoir  a             owl:Class ;
        rdfs:comment      "Lube compartment or tank that collect oil."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Reservoir"@en , "Depósito"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxLubeSystem ;
        ns1:term_status   "stable"^^xsd:string .

:WindTurbine  a           owl:Class ;
        rdfs:comment      "A rotating machinery in which the kinetic wind energy is transformed into another form of energy."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Wind Turbine"@en , "Aerogenerador"@es ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :hasPart ;
                            owl:someValuesFrom  :Nacelle
                          ] ;
        ns1:term_status   "stable"^^xsd:string .

:LubePump  a              owl:Class ;
        rdfs:comment      "Circulates the lubricant from the lube system."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Lube Pump"@en , "Bomba de Lubricación"@es ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxLubeSystem ;
        ns1:term_status   "stable"^^xsd:string .

:LubePumpMotor  a         owl:Class ;
        rdfs:comment      "It supplies motive power to the pump."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "Motor de Bomba de Lubricación"@es , "Lube Pump Motor"@en ;
        rdfs:seeAlso      "SAND2009-1171 Report - Appendix A: Taxonomy"^^xsd:string ;
        rdfs:subClassOf   :GearboxLubeSystem ;
        ns1:term_status   "stable"^^xsd:string .
