extension1From25.ttl 5.41 KB
@prefix :      <http://data.posccaesar.org/ilap/> .
@prefix PBS:   <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/> .
@prefix SCCS_DO_NOT_USE_THIS_NAMESPACE: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> .
@prefix ilap:  <http://data.posccaesar.org/ilap/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix SCCS:  <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> .
@prefix COR:   <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ILAP:  <http://data.posccaesar.org/ilap/> .
@prefix lci:   <http://standards.iso.org/iso/15926/tech/ontology/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix userfield: <http://data.posccaesar.org/ilap/userfields/> .
@prefix SAB:   <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/> .
@prefix xml:   <http://www.w3.org/XML/1998/namespace> .

ILAP:LiftingOperation
        a                ILAP:ActivityRiskFactor ;
        rdfs:label       "Lifting operation"^^xsd:string ;
        .

ILAP:ActivityRiskFactor
        a                owl:Class ;
        rdfs:comment     "A System Descriptor that describes potential threats of damage, injury, liability, loss, or any other negative occurrence that is caused by external or internal vulnerabilities, and that may be avoided through preemptive action (adapted from Business Dictionary)."^^xsd:string ;
        rdfs:label       "Activity Risk factor"^^xsd:string ;
        rdfs:subClassOf  ILAP:ClassOfActivity .

ILAP:ShallowGasOperation
        a                ILAP:ActivityRiskFactor ;
        rdfs:label       "Shallow gas operation"^^xsd:string ;
        .

ILAP:RemovalOfBarriers
        a                ILAP:ActivityRiskFactor ;
        rdfs:label       "Removal of barriers"^^xsd:string ;
        .

ILAP:ActivityThatRequiresWorkOverOpenSea
        a                ILAP:ActivityRiskFactor ;
        rdfs:label       "Activity that requires work over open sea"^^xsd:string ;
        .

ILAP:ActivityForWhichJobSafetyAnalysisIsRequired
        a                owl:Class , ILAP:ActivityRiskFactor ;
        rdfs:label       "Activity for which job safety analysis is required"^^xsd:string ;
        .

ILAP:VesselOperation  a  owl:Class , ILAP:ActivityRiskFactor ;
        rdfs:label       "Vessel operation"^^xsd:string ;
        .

ILAP:ActivityCarriedOutOnHCsystems
        a                owl:Class , ILAP:ActivityRiskFactor ;
        rdfs:label       "Activity carried out on HC systems"^^xsd:string ;
        .

ILAP:HotWork  a          ILAP:ActivityRiskFactor ;
        rdfs:label       "Hot work"^^xsd:string ;
        .

ILAP:ActivityForWhichEntryPermitIsRequired
        a                owl:Class , ILAP:ActivityRiskFactor ;
        rdfs:label       "Activity for which entry permit is required"^^xsd:string ;
        .

ILAP:ActivityWithUtilityConstraints
        a                owl:Class , ILAP:ActivityRiskFactor ;
        rdfs:label       "Activity with utility constraints"^^xsd:string ;
        .

ILAP:hasRiskFactorForPlan
        a            owl:ObjectProperty ;
        rdfs:domain  ILAP:ActivityInPlan ;
        rdfs:label   "has risk factor for plan"^^xsd:string ;
        rdfs:range   ILAP:ActivityRiskFactor .

ILAP:ActivityThatRequiresAreaAccessRestriction
        a                owl:Class , ILAP:ActivityRiskFactor ;
        rdfs:label       "Activity that requires area access restriction"^^xsd:string ;
        .

ILAP:hasOperatorsRequiredEndDate
        a             owl:DatatypeProperty ;
        rdfs:comment  "A property that gives a the end date of a planning object required by an operator."^^xsd:string ;
        rdfs:label    "has Operators Required End Date"^^xsd:string .

ILAP:ActivityForWhichESDPermitIsRequired
        a                owl:Class , ILAP:ActivityRiskFactor ;
        rdfs:label       "Activity for which ESD Permit is required"^^xsd:string ;
        .

ILAP:ActivityWithPotentialImpactOnHabitat
        a                owl:Class , ILAP:ActivityRiskFactor ;
        rdfs:label       "Activity with potential impact on habitat"^^xsd:string ;
        .

ILAP:HeightWork  a       ILAP:ActivityRiskFactor ;
        rdfs:label       "Height work"^^xsd:string ;
        .

ILAP:ActivityThatIsPOBreducing
        a                owl:Class , ILAP:ActivityRiskFactor ;
        rdfs:label       "Activity that is POB reducing"^^xsd:string ;
        .

ILAP:ActivityThatRequiresTemporaryBarrierImpairment
        a                owl:Class , ILAP:ActivityRiskFactor ;
        rdfs:label       "Activity that requires temporary barrier impairment"^^xsd:string ;
        .

ILAP:Activity  rdfs:subClassOf  [ a                            owl:Restriction ;
                                  owl:minQualifiedCardinality  "0"^^xsd:nonNegativeInteger ;
                                  owl:onClass                  ILAP:ActivityRiskFactor ;
                                  owl:onProperty               ILAP:hasRiskFactorForPlan
                                ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  "0"^^xsd:nonNegativeInteger ;
                           owl:onDataRange              xsd:date ;
                           owl:onProperty               ILAP:hasOperatorsRequiredEndDate
                         ] .