fixed risk factors. These should not be sub class of Activity in the 2.0.x versi…
…ons, in the 2.5.x ActivityInPlan takes over for Activity and Activity can be used as a super class for risk factors.
Showing
1 changed file
with
16 additions
and
16 deletions
| ... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
| 18 | ILAP:LiftingOperation | 18 | ILAP:LiftingOperation |
| 19 | a ILAP:ActivityRiskFactor ; | 19 | a ILAP:ActivityRiskFactor ; |
| 20 | rdfs:label "Lifting operation"^^xsd:string ; | 20 | rdfs:label "Lifting operation"^^xsd:string ; |
| 21 | - rdfs:subClassOf ILAP:Activity . | 21 | + . |
| 22 | 22 | ||
| 23 | ILAP:ActivityRiskFactor | 23 | ILAP:ActivityRiskFactor |
| 24 | a owl:Class ; | 24 | a owl:Class ; |
| ... | @@ -29,45 +29,45 @@ ILAP:ActivityRiskFactor | ... | @@ -29,45 +29,45 @@ ILAP:ActivityRiskFactor |
| 29 | ILAP:ShallowGasOperation | 29 | ILAP:ShallowGasOperation |
| 30 | a ILAP:ActivityRiskFactor ; | 30 | a ILAP:ActivityRiskFactor ; |
| 31 | rdfs:label "Shallow gas operation"^^xsd:string ; | 31 | rdfs:label "Shallow gas operation"^^xsd:string ; |
| 32 | - rdfs:subClassOf ILAP:Activity . | 32 | + . |
| 33 | 33 | ||
| 34 | ILAP:RemovalOfBarriers | 34 | ILAP:RemovalOfBarriers |
| 35 | a ILAP:ActivityRiskFactor ; | 35 | a ILAP:ActivityRiskFactor ; |
| 36 | rdfs:label "Removal of barriers"^^xsd:string ; | 36 | rdfs:label "Removal of barriers"^^xsd:string ; |
| 37 | - rdfs:subClassOf ILAP:Activity . | 37 | + . |
| 38 | 38 | ||
| 39 | ILAP:ActivityThatRequiresWorkOverOpenSea | 39 | ILAP:ActivityThatRequiresWorkOverOpenSea |
| 40 | a ILAP:ActivityRiskFactor ; | 40 | a ILAP:ActivityRiskFactor ; |
| 41 | rdfs:label "Activity that requires work over open sea"^^xsd:string ; | 41 | rdfs:label "Activity that requires work over open sea"^^xsd:string ; |
| 42 | - rdfs:subClassOf ILAP:Activity . | 42 | + . |
| 43 | 43 | ||
| 44 | ILAP:ActivityForWhichJobSafetyAnalysisIsRequired | 44 | ILAP:ActivityForWhichJobSafetyAnalysisIsRequired |
| 45 | a owl:Class , ILAP:ActivityRiskFactor ; | 45 | a owl:Class , ILAP:ActivityRiskFactor ; |
| 46 | rdfs:label "Activity for which job safety analysis is required"^^xsd:string ; | 46 | rdfs:label "Activity for which job safety analysis is required"^^xsd:string ; |
| 47 | - rdfs:subClassOf ILAP:Activity . | 47 | + . |
| 48 | 48 | ||
| 49 | ILAP:VesselOperation a owl:Class , ILAP:ActivityRiskFactor ; | 49 | ILAP:VesselOperation a owl:Class , ILAP:ActivityRiskFactor ; |
| 50 | rdfs:label "Vessel operation"^^xsd:string ; | 50 | rdfs:label "Vessel operation"^^xsd:string ; |
| 51 | - rdfs:subClassOf ILAP:Activity . | 51 | + . |
| 52 | 52 | ||
| 53 | ILAP:ActivityCarriedOutOnHCsystems | 53 | ILAP:ActivityCarriedOutOnHCsystems |
| 54 | a owl:Class , ILAP:ActivityRiskFactor ; | 54 | a owl:Class , ILAP:ActivityRiskFactor ; |
| 55 | rdfs:label "Activity carried out on HC systems"^^xsd:string ; | 55 | rdfs:label "Activity carried out on HC systems"^^xsd:string ; |
| 56 | - rdfs:subClassOf ILAP:Activity . | 56 | + . |
| 57 | 57 | ||
| 58 | ILAP:HotWork a ILAP:ActivityRiskFactor ; | 58 | ILAP:HotWork a ILAP:ActivityRiskFactor ; |
| 59 | rdfs:label "Hot work"^^xsd:string ; | 59 | rdfs:label "Hot work"^^xsd:string ; |
| 60 | - rdfs:subClassOf ILAP:Activity . | 60 | + . |
| 61 | 61 | ||
| 62 | ILAP:ActivityForWhichEntryPermitIsRequired | 62 | ILAP:ActivityForWhichEntryPermitIsRequired |
| 63 | a owl:Class , ILAP:ActivityRiskFactor ; | 63 | a owl:Class , ILAP:ActivityRiskFactor ; |
| 64 | rdfs:label "Activity for which entry permit is required"^^xsd:string ; | 64 | rdfs:label "Activity for which entry permit is required"^^xsd:string ; |
| 65 | - rdfs:subClassOf ILAP:Activity . | 65 | + . |
| 66 | 66 | ||
| 67 | ILAP:ActivityWithUtilityConstraints | 67 | ILAP:ActivityWithUtilityConstraints |
| 68 | a owl:Class , ILAP:ActivityRiskFactor ; | 68 | a owl:Class , ILAP:ActivityRiskFactor ; |
| 69 | rdfs:label "Activity with utility constraints"^^xsd:string ; | 69 | rdfs:label "Activity with utility constraints"^^xsd:string ; |
| 70 | - rdfs:subClassOf ILAP:Activity . | 70 | + . |
| 71 | 71 | ||
| 72 | ILAP:hasRiskFactorForPlan | 72 | ILAP:hasRiskFactorForPlan |
| 73 | a owl:ObjectProperty ; | 73 | a owl:ObjectProperty ; |
| ... | @@ -78,7 +78,7 @@ ILAP:hasRiskFactorForPlan | ... | @@ -78,7 +78,7 @@ ILAP:hasRiskFactorForPlan |
| 78 | ILAP:ActivityThatRequiresAreaAccessRestriction | 78 | ILAP:ActivityThatRequiresAreaAccessRestriction |
| 79 | a owl:Class , ILAP:ActivityRiskFactor ; | 79 | a owl:Class , ILAP:ActivityRiskFactor ; |
| 80 | rdfs:label "Activity that requires area access restriction"^^xsd:string ; | 80 | rdfs:label "Activity that requires area access restriction"^^xsd:string ; |
| 81 | - rdfs:subClassOf ILAP:Activity . | 81 | + . |
| 82 | 82 | ||
| 83 | ILAP:hasOperatorsRequiredEndDate | 83 | ILAP:hasOperatorsRequiredEndDate |
| 84 | a owl:DatatypeProperty ; | 84 | a owl:DatatypeProperty ; |
| ... | @@ -88,26 +88,26 @@ ILAP:hasOperatorsRequiredEndDate | ... | @@ -88,26 +88,26 @@ ILAP:hasOperatorsRequiredEndDate |
| 88 | ILAP:ActivityForWhichESDPermitIsRequired | 88 | ILAP:ActivityForWhichESDPermitIsRequired |
| 89 | a owl:Class , ILAP:ActivityRiskFactor ; | 89 | a owl:Class , ILAP:ActivityRiskFactor ; |
| 90 | rdfs:label "Activity for which ESD Permit is required"^^xsd:string ; | 90 | rdfs:label "Activity for which ESD Permit is required"^^xsd:string ; |
| 91 | - rdfs:subClassOf ILAP:Activity . | 91 | + . |
| 92 | 92 | ||
| 93 | ILAP:ActivityWithPotentialImpactOnHabitat | 93 | ILAP:ActivityWithPotentialImpactOnHabitat |
| 94 | a owl:Class , ILAP:ActivityRiskFactor ; | 94 | a owl:Class , ILAP:ActivityRiskFactor ; |
| 95 | rdfs:label "Activity with potential impact on habitat"^^xsd:string ; | 95 | rdfs:label "Activity with potential impact on habitat"^^xsd:string ; |
| 96 | - rdfs:subClassOf ILAP:Activity . | 96 | + . |
| 97 | 97 | ||
| 98 | ILAP:HeightWork a ILAP:ActivityRiskFactor ; | 98 | ILAP:HeightWork a ILAP:ActivityRiskFactor ; |
| 99 | rdfs:label "Height work"^^xsd:string ; | 99 | rdfs:label "Height work"^^xsd:string ; |
| 100 | - rdfs:subClassOf ILAP:Activity . | 100 | + . |
| 101 | 101 | ||
| 102 | ILAP:ActivityThatIsPOBreducing | 102 | ILAP:ActivityThatIsPOBreducing |
| 103 | a owl:Class , ILAP:ActivityRiskFactor ; | 103 | a owl:Class , ILAP:ActivityRiskFactor ; |
| 104 | rdfs:label "Activity that is POB reducing"^^xsd:string ; | 104 | rdfs:label "Activity that is POB reducing"^^xsd:string ; |
| 105 | - rdfs:subClassOf ILAP:Activity . | 105 | + . |
| 106 | 106 | ||
| 107 | ILAP:ActivityThatRequiresTemporaryBarrierImpairment | 107 | ILAP:ActivityThatRequiresTemporaryBarrierImpairment |
| 108 | a owl:Class , ILAP:ActivityRiskFactor ; | 108 | a owl:Class , ILAP:ActivityRiskFactor ; |
| 109 | rdfs:label "Activity that requires temporary barrier impairment"^^xsd:string ; | 109 | rdfs:label "Activity that requires temporary barrier impairment"^^xsd:string ; |
| 110 | - rdfs:subClassOf ILAP:Activity . | 110 | + . |
| 111 | 111 | ||
| 112 | ILAP:Activity rdfs:subClassOf [ a owl:Restriction ; | 112 | ILAP:Activity rdfs:subClassOf [ a owl:Restriction ; |
| 113 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 113 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ... | ... |
-
Please register or login to post a comment