@prefix neat: <http://purl.org/neat/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .

neat:IEVref
  skos:definition "A code used to identify certain concept in IEC Electropedia (http://www.electropedia.org/)"@en ;
  rdfs:label "IEV ref"@en .

neat:OperationMaintenance
  neat:IEVref "192-06"@en ;
  dc:contributor <https://orcid.org/0000-0002-9381-9693> ;
  dc:creator <http://orcid.org/0000-0003-4124-9040> ;
  skos:narrower neat:MaintenanceScheduling, neat:Installation, neat:HealthSafety, neat:Forecasting, neat:Decommissioning, neat:Commissioning ;
  skos:topConceptOf neat: ;
  skos:inScheme neat: ;
  skos:definition "Combination of all technical and management actions intended to retain an item in, or restore it to, a state in which it can perform as required."@en ;
  skos:prefLabel "Operation & Maintenance"@en ;
  a skos:Concept .

neat:MaintenanceScheduling
  skos:prefLabel "Maintenance Scheduling"@en ;
  a skos:Concept ;
  skos:broader neat:OperationMaintenance .

neat:Installation
  skos:prefLabel "Installation"@en ;
  a skos:Concept ;
  skos:broader neat:OperationMaintenance .

neat:HealthSafety
  skos:prefLabel "Health & Safety"@en ;
  a skos:Concept ;
  skos:broader neat:OperationMaintenance .

neat:Forecasting
  skos:prefLabel "Forecasting"@en ;
  a skos:Concept ;
  skos:broader neat:OperationMaintenance .

neat:Decommissioning
  skos:prefLabel "Decommissioning"@en ;
  a skos:Concept ;
  skos:broader neat:OperationMaintenance .

neat:Commissioning
  skos:prefLabel "Commissioning"@en ;
  a skos:Concept ;
  skos:broader neat:OperationMaintenance .

neat:
  skos:prefLabel "NEAT"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept neat:OperationMaintenance .

