riskfactor.ttl 1.52 KB
# baseURI: http://data.posccaesar.org/ilap/riskfactor/

@prefix :        <http://data.posccaesar.org/ilap/riskfactor/> .
@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 .

:HcSystemsWork
      rdf:type :RiskType ;
      rdfs:label "Hc systems work"^^xsd:string .

:HeightWork
      rdf:type :RiskType ;
      rdfs:label "Height work"^^xsd:string .

:HotWork
      rdf:type :RiskType ;
      rdfs:label "Hot work"^^xsd:string .

:LiftingOperation
      rdf:type :RiskType ;
      rdfs:label "Lifting operation"^^xsd:string .

:RemovalOfBarriers
      rdf:type :RiskType ;
      rdfs:label "Removal of barriers"^^xsd:string .

:ReservoirDrillingOperation
      rdf:type :RiskType ;
      rdfs:label "Reservoir drilling operation"^^xsd:string .

:RiskFactor
      rdf:type owl:Class ;
      rdfs:label "Risk factor"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

:RiskType
      rdf:type owl:Class ;
      rdfs:label "Risk type"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

:ShallowGasOperation
      rdf:type :RiskType ;
      rdfs:label "Shallow gas operation"^^xsd:string .

:VesselOperation
      rdf:type :RiskType ;
      rdfs:label "Vessel operation"^^xsd:string .

:hasRiskType
      rdf:type owl:ObjectProperty ;
      rdfs:label "has risk type"^^xsd:string .