Håvard M. Ottestad

Added extension from 2.5 for risk factor and for operator required end date

@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 ;
rdfs:subClassOf ILAP:Activity .
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 ;
rdfs:subClassOf ILAP:Activity .
ILAP:RemovalOfBarriers
a ILAP:ActivityRiskFactor ;
rdfs:label "Removal of barriers"^^xsd:string ;
rdfs:subClassOf ILAP:Activity .
ILAP:ActivityThatRequiresWorkOverOpenSea
a ILAP:ActivityRiskFactor ;
rdfs:label "Activity that requires work over open sea"^^xsd:string ;
rdfs:subClassOf ILAP:Activity .
ILAP:ActivityForWhichJobSafetyAnalysisIsRequired
a owl:Class , ILAP:ActivityRiskFactor ;
rdfs:label "Activity for which job safety analysis is required"^^xsd:string ;
rdfs:subClassOf ILAP:Activity .
ILAP:VesselOperation a owl:Class , ILAP:ActivityRiskFactor ;
rdfs:label "Vessel operation"^^xsd:string ;
rdfs:subClassOf ILAP:Activity .
ILAP:ActivityCarriedOutOnHCsystems
a owl:Class , ILAP:ActivityRiskFactor ;
rdfs:label "Activity carried out on HC systems"^^xsd:string ;
rdfs:subClassOf ILAP:Activity .
ILAP:HotWork a ILAP:ActivityRiskFactor ;
rdfs:label "Hot work"^^xsd:string ;
rdfs:subClassOf ILAP:Activity .
ILAP:ActivityForWhichEntryPermitIsRequired
a owl:Class , ILAP:ActivityRiskFactor ;
rdfs:label "Activity for which entry permit is required"^^xsd:string ;
rdfs:subClassOf ILAP:Activity .
ILAP:ActivityWithUtilityConstraints
a owl:Class , ILAP:ActivityRiskFactor ;
rdfs:label "Activity with utility constraints"^^xsd:string ;
rdfs:subClassOf ILAP:Activity .
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 ;
rdfs:subClassOf ILAP:Activity .
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 ;
rdfs:subClassOf ILAP:Activity .
ILAP:ActivityWithPotentialImpactOnHabitat
a owl:Class , ILAP:ActivityRiskFactor ;
rdfs:label "Activity with potential impact on habitat"^^xsd:string ;
rdfs:subClassOf ILAP:Activity .
ILAP:HeightWork a ILAP:ActivityRiskFactor ;
rdfs:label "Height work"^^xsd:string ;
rdfs:subClassOf ILAP:Activity .
ILAP:ActivityThatIsPOBreducing
a owl:Class , ILAP:ActivityRiskFactor ;
rdfs:label "Activity that is POB reducing"^^xsd:string ;
rdfs:subClassOf ILAP:Activity .
ILAP:ActivityThatRequiresTemporaryBarrierImpairment
a owl:Class , ILAP:ActivityRiskFactor ;
rdfs:label "Activity that requires temporary barrier impairment"^^xsd:string ;
rdfs:subClassOf ILAP:Activity .
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
] .
\ No newline at end of file