shutdown.ttl 5.25 KB
# baseURI: http://data.posccaesar.org/ilap/shutdown/

@prefix :        <http://data.posccaesar.org/ilap/shutdown/> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

:     rdf:type owl:Ontology ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

:After_Shutdown
      rdf:type :ShutdownOperation ;
      rdfs:label "After Shutdown"^^xsd:string .

:Before_Shutdown
      rdf:type :ShutdownOperation ;
      rdfs:label "Before Shutdown"^^xsd:string .

:Campaign
      rdf:type :ShutdownType ;
      rdfs:label "Campaign"^^xsd:string .

:Change_Order_Living_Quarter
      rdf:type :ShutdownContent ;
      rdfs:label "Change Order Living Quarter"^^xsd:string .

:Change_over
      rdf:type :ShutdownType ;
      rdfs:label "Change over"^^xsd:string .

:Critical
      rdf:type :ShutdownPriority ;
      rdfs:label "Critical"^^xsd:string .

:Dependent_on_Shutdown
      rdf:type :ShutdownOperation ;
      rdfs:label "Dependent on Shutdown"^^xsd:string .

:Drilling_Shutdown
      rdf:type :ShutdownContent ;
      rdfs:label "Drilling shutdown"^^xsd:string .

:During_Normal_Operation
      rdf:type :ShutdownOperation ;
      rdfs:label "During Normal Operation"^^xsd:string .

:During_Shutdown
      rdf:type :ShutdownOperation ;
      rdfs:label "During Shutdown"^^xsd:string .

:Equipment_Shutdown
      rdf:type :ShutdownContent ;
      rdfs:label "Equipment Shutdown"^^xsd:string .

:Field_Shutdown
      rdf:type :ShutdownContent ;
      rdfs:label "Field Shutdown"^^xsd:string .

:Gas_Export_Shutdown
      rdf:type :ShutdownContent ;
      rdfs:label "Gas Export Shutdown"^^xsd:string .

:Gas_Injection_Shutdown
      rdf:type :ShutdownContent ;
      rdfs:label "Gas Injection Shutdown"^^xsd:string .

:High_Activity_Period
      rdf:type :ShutdownPeriod ;
      rdfs:label "High Activity Period"^^xsd:string .

:IndependentOfOperation
      rdf:type :ShutdownOperation ;
      rdfs:label "Independent of operation"^^xsd:string .

:Living_Quarter_Shutdown
      rdf:type :ShutdownContent ;
      rdfs:label "Living Quarter Shutdown"^^xsd:string .

:Non-Scheduled_Shutdown
      rdf:type :ShutdownType ;
      rdfs:label "Non-Scheduled Shutdown"^^xsd:string .

:Not_Critical
      rdf:type :ShutdownPriority ;
      rdfs:label "Not Critical"^^xsd:string .

:ProductionShutdown
      rdf:type :ShutdownContent ;
      rdfs:label "Production Shutdown"^^xsd:string .

:Revision_Shutdown
      rdf:type :ShutdownType ;
      rdfs:label "Revision Shutdown"^^xsd:string .

:Safety_Test_Shutdown
      rdf:type :ShutdownContent ;
      rdfs:label "Safety Test Shutdown"^^xsd:string .

:Scheduled_Shutdown
      rdf:type :ShutdownType ;
      rdfs:label "Scheduled Shutdown"^^xsd:string .

:ShutdownContent
      rdf:type owl:Class ;
      rdfs:label "Shutdown content"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

:ShutdownOperation
      rdf:type owl:Class ;
      rdfs:label "Shutdown operation"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

:ShutdownPeriod
      rdf:type owl:Class ;
      rdfs:label "Shutdown period"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

:ShutdownPriority
      rdf:type owl:Class ;
      rdfs:label "Shutdown priority"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

:ShutdownType
      rdf:type owl:Class ;
      rdfs:label "Shutdown type"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

:Shutdown_Period
      rdf:type :ShutdownPeriod ;
      rdfs:label "Shutdown Period"^^xsd:string .

:Shutdown_not_evaluated
      rdf:type :ShutdownOperation ;
      rdfs:label "Shutdown not evaluated"^^xsd:string .

:System_Shutdown
      rdf:type :ShutdownContent ;
      rdfs:label "System Shutdown"^^xsd:string .

:Train_Shutdown
      rdf:type :ShutdownContent ;
      rdfs:label "Train Shutdown"^^xsd:string .

:Water_Injection_Shutdown
      rdf:type :ShutdownContent ;
      rdfs:label "Water Injection Shutdown"^^xsd:string .

:Water_Production_Shutdown
      rdf:type :ShutdownContent ;
      rdfs:label "Water Production Shutdown"^^xsd:string .

:Well_Transfer
      rdf:type :ShutdownContent ;
      rdfs:label "Well Transfer "^^xsd:string .

:hasShutdownContent
      rdf:type owl:ObjectProperty ;
      rdfs:label "has shutdown content"^^xsd:string ;
      rdfs:range :ShutdownContent .

:hasShutdownEnd
      rdf:type owl:DatatypeProperty ;
      rdfs:domain :ShutdownOperation ;
      rdfs:label "has shutdwn end"^^xsd:string ;
      rdfs:range xsd:dateTime .

:hasShutdownOperation
      rdf:type owl:ObjectProperty ;
      rdfs:label "has shutdown operation"^^xsd:string ;
      rdfs:range :ShutdownOperation .

:hasShutdownPeriod
      rdf:type owl:ObjectProperty ;
      rdfs:label "has shutdown period"^^xsd:string ;
      rdfs:range :ShutdownPeriod .

:hasShutdownPriority
      rdf:type owl:ObjectProperty ;
      rdfs:label "has shutdown priority"^^xsd:string ;
      rdfs:range :ShutdownPriority .

:hasShutdownStart
      rdf:type owl:DatatypeProperty ;
      rdfs:domain :ShutdownOperation ;
      rdfs:label "has shutdown start"^^xsd:string ;
      rdfs:range xsd:dateTime .

:hasShutdownType
      rdf:type owl:ObjectProperty ;
      rdfs:label "has shutdown type"^^xsd:string ;
      rdfs:range :ShutdownType .