Tore Christiansen

Added Shutdown ontology

# 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 .
: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 .
: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 .
:Living_Quarter_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Living Quarter Shutdown"^^xsd:string .
:Mini_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Mini 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 .
:Production_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Production Shutdown"^^xsd:string .
:Revision_Shutdown
rdf:type :ShutdownType ;
rdfs:label "Revision Shutdown"^^xsd:string .
:Scheduled_Shutdown
rdf:type :ShutdownType ;
rdfs:label "Scheduled Shutdown"^^xsd:string .
:Shutdown
rdf:type owl:Class ;
rdfs:label "Shutdown"^^xsd:string ;
rdfs:subClassOf owl:Thing .
: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 .
:Train_Shutdown
rdf:type :ShutdownContent ;
rdfs:label "Train Shutdown"^^xsd:string .
:Well_Transfer
rdf:type :ShutdownContent ;
rdfs:label "Well Transfer "^^xsd:string .
:hasShutdownContent
rdf:type owl:ObjectProperty ;
rdfs:domain :Shutdown ;
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 .
:hasShutdownName
rdf:type owl:DatatypeProperty ;
rdfs:domain :Shutdown ;
rdfs:label "has shutdown name"^^xsd:string ;
rdfs:range xsd:string .
:hasShutdownOperation
rdf:type owl:ObjectProperty ;
rdfs:domain :Shutdown ;
rdfs:label "has shutdown operation"^^xsd:string ;
rdfs:range :ShutdownOperation .
:hasShutdownPeriod
rdf:type owl:ObjectProperty ;
rdfs:domain :Shutdown ;
rdfs:label "Object property 1"^^xsd:string ;
rdfs:range :ShutdownPeriod .
:hasShutdownPriority
rdf:type owl:ObjectProperty ;
rdfs:domain :Shutdown ;
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:domain :Shutdown ;
rdfs:label "has shutdown type"^^xsd:string ;
rdfs:range :ShutdownType .