Showing
4 changed files
with
27 additions
and
28 deletions
This diff is collapsed. Click to expand it.
1 | # baseURI: http://data.posccaesar.org/NCS_PLANNING/ | 1 | # baseURI: http://data.posccaesar.org/NCS_PLANNING/ |
2 | # imports: http://data.posccaesar.org/ilap/ | 2 | # imports: http://data.posccaesar.org/ilap/ |
3 | +# imports: http://data.posccaesar.org/ilap/USERFIELDS | ||
3 | # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS | 4 | # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS |
4 | 5 | ||
5 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . | 6 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . |
... | @@ -13,7 +14,7 @@ | ... | @@ -13,7 +14,7 @@ |
13 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
14 | 15 | ||
15 | : rdf:type owl:Ontology ; | 16 | : rdf:type owl:Ontology ; |
16 | - owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . | 17 | + owl:imports ILAP:USERFIELDS , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . |
17 | 18 | ||
18 | ILAP: | 19 | ILAP: |
19 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
... | @@ -125,7 +126,7 @@ ILAP:DependentOnShutdown | ... | @@ -125,7 +126,7 @@ ILAP:DependentOnShutdown |
125 | 126 | ||
126 | ILAP:Development | 127 | ILAP:Development |
127 | rdf:type ILAP:PlanLifecycleStage ; | 128 | rdf:type ILAP:PlanLifecycleStage ; |
128 | - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . | 129 | + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . |
129 | 130 | ||
130 | ILAP:DisasterRecovery | 131 | ILAP:DisasterRecovery |
131 | rdf:type ILAP:PlanObjectiveType ; | 132 | rdf:type ILAP:PlanObjectiveType ; |
... | @@ -152,8 +153,8 @@ ILAP:DuringNormalOperation | ... | @@ -152,8 +153,8 @@ ILAP:DuringNormalOperation |
152 | rdfs:label "During Normal Operation"^^xsd:string . | 153 | rdfs:label "During Normal Operation"^^xsd:string . |
153 | 154 | ||
154 | ILAP:DuringShutdown | 155 | ILAP:DuringShutdown |
155 | - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; | 156 | + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; |
156 | - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . | 157 | + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . |
157 | 158 | ||
158 | ILAP:EquipmentShutdown | 159 | ILAP:EquipmentShutdown |
159 | rdf:type ILAP:ShutdownType ; | 160 | rdf:type ILAP:ShutdownType ; |
... | @@ -499,7 +500,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -499,7 +500,7 @@ ILAP:StandardFreeWeekendPeriod |
499 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 500 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
500 | rdfs:label "Standard free weekend period"^^xsd:string ; | 501 | rdfs:label "Standard free weekend period"^^xsd:string ; |
501 | ILAP:hasCalendarPeriodFreeDay | 502 | ILAP:hasCalendarPeriodFreeDay |
502 | - ILAP:Saturday , ILAP:Sunday . | 503 | + ILAP:Sunday , ILAP:Saturday . |
503 | 504 | ||
504 | ILAP:StandardWorkWeekdayPeriod | 505 | ILAP:StandardWorkWeekdayPeriod |
505 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 506 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
... | @@ -537,6 +538,9 @@ ILAP:Unknown | ... | @@ -537,6 +538,9 @@ ILAP:Unknown |
537 | rdf:type ILAP:Status ; | 538 | rdf:type ILAP:Status ; |
538 | rdfs:label "Unknown"^^xsd:string . | 539 | rdfs:label "Unknown"^^xsd:string . |
539 | 540 | ||
541 | +ILAP:UserField | ||
542 | + rdfs:subClassOf ILAP:Data . | ||
543 | + | ||
540 | ILAP:VesselOperation | 544 | ILAP:VesselOperation |
541 | rdf:type ILAP:RiskType ; | 545 | rdf:type ILAP:RiskType ; |
542 | rdfs:label "Vessel operation"^^xsd:string . | 546 | rdfs:label "Vessel operation"^^xsd:string . |
... | @@ -649,18 +653,18 @@ ILAP:hasWorkTaskResponsible | ... | @@ -649,18 +653,18 @@ ILAP:hasWorkTaskResponsible |
649 | rdfs:range ILAP:ResponsiblePerson . | 653 | rdfs:range ILAP:ResponsiblePerson . |
650 | 654 | ||
651 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 655 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
652 | - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . | 656 | + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . |
653 | 657 | ||
654 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 658 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
655 | - rdfs:subClassOf ILAP:Asset , ILAP:Result . | 659 | + rdfs:subClassOf ILAP:Result , ILAP:Asset . |
656 | 660 | ||
657 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | 661 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> |
658 | rdfs:subClassOf ILAP:Phase . | 662 | rdfs:subClassOf ILAP:Phase . |
659 | 663 | ||
660 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 664 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
661 | rdf:type owl:Class ; | 665 | rdf:type owl:Class ; |
662 | - rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ; | 666 | + rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; |
663 | - rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator . | 667 | + rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor . |
664 | 668 | ||
665 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 669 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
666 | rdf:type owl:Class ; | 670 | rdf:type owl:Class ; |
... | @@ -670,7 +674,7 @@ ILAP:hasWorkTaskResponsible | ... | @@ -670,7 +674,7 @@ ILAP:hasWorkTaskResponsible |
670 | rdl:RDS282149 | 674 | rdl:RDS282149 |
671 | rdf:type owl:Class ; | 675 | rdf:type owl:Class ; |
672 | rdfs:label "RDS282149"^^xsd:string ; | 676 | rdfs:label "RDS282149"^^xsd:string ; |
673 | - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | 677 | + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
674 | 678 | ||
675 | <http://data.posccaesar.orgnpd/ontology/License> | 679 | <http://data.posccaesar.orgnpd/ontology/License> |
676 | rdf:type owl:Class ; | 680 | rdf:type owl:Class ; | ... | ... |
... | @@ -21,9 +21,9 @@ ILAP:ActivityWBS_1 | ... | @@ -21,9 +21,9 @@ ILAP:ActivityWBS_1 |
21 | rdf:type ILAP:ActivityWBS ; | 21 | rdf:type ILAP:ActivityWBS ; |
22 | rdfs:label "Activity WBS 1"^^xsd:string ; | 22 | rdfs:label "Activity WBS 1"^^xsd:string ; |
23 | ILAP:hasWBScomponent | 23 | ILAP:hasWBScomponent |
24 | - SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; | 24 | + ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; |
25 | - ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; | 25 | + ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; |
26 | - ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . | 26 | + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . |
27 | 27 | ||
28 | ILAP:COR_KD_1 | 28 | ILAP:COR_KD_1 |
29 | rdf:type SCCS:COR_KD ; | 29 | rdf:type SCCS:COR_KD ; |
... | @@ -89,7 +89,8 @@ ILAP:PlannedActivity_2 | ... | @@ -89,7 +89,8 @@ ILAP:PlannedActivity_2 |
89 | ILAP:hasActivityWeight | 89 | ILAP:hasActivityWeight |
90 | "55000"^^xsd:float ; | 90 | "55000"^^xsd:float ; |
91 | ILAP:hasActivityWorkVolume | 91 | ILAP:hasActivityWorkVolume |
92 | - "1500"^^xsd:float . | 92 | + "1500"^^xsd:float ; |
93 | + ILAP:hasUserField <http://data.posccaesar.org/ilap/USERFIELDS/hasIndexCode> . | ||
93 | 94 | ||
94 | ILAP:ProjectExecutionPlan_1 | 95 | ILAP:ProjectExecutionPlan_1 |
95 | rdf:type ILAP:ProjectExecutionPlan ; | 96 | rdf:type ILAP:ProjectExecutionPlan ; |
... | @@ -128,9 +129,7 @@ ILAP:ProjectExecutionPlan_UC1 | ... | @@ -128,9 +129,7 @@ ILAP:ProjectExecutionPlan_UC1 |
128 | ILAP:hasPlanShutdown | 129 | ILAP:hasPlanShutdown |
129 | ILAP:SummerShutdown_UC1 ; | 130 | ILAP:SummerShutdown_UC1 ; |
130 | ILAP:hasPlanSupplier | 131 | ILAP:hasPlanSupplier |
131 | - ILAP:ResponsibleOrganization ; | 132 | + ILAP:ResponsibleOrganization . |
132 | - ILAP:hasPlanUserField | ||
133 | - ILAP:hasContract . | ||
134 | 133 | ||
135 | ILAP:ProjectExecutionSubPlan_1 | 134 | ILAP:ProjectExecutionSubPlan_1 |
136 | rdf:type ILAP:ProjectExecutionPlan ; | 135 | rdf:type ILAP:ProjectExecutionPlan ; |
... | @@ -167,7 +166,7 @@ ILAP:SummerShutdown_UC1 | ... | @@ -167,7 +166,7 @@ ILAP:SummerShutdown_UC1 |
167 | ILAP:hasShutdownPriority | 166 | ILAP:hasShutdownPriority |
168 | ILAP:NormalPriority ; | 167 | ILAP:NormalPriority ; |
169 | ILAP:hasShutdownType | 168 | ILAP:hasShutdownType |
170 | - ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown . | 169 | + ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown . |
171 | 170 | ||
172 | ILAP:UseCaseAibelToCOPNO | 171 | ILAP:UseCaseAibelToCOPNO |
173 | rdf:type ILAP:Source ; | 172 | rdf:type ILAP:Source ; |
... | @@ -188,15 +187,11 @@ ILAP:hasActivityMaterialOrderStatus | ... | @@ -188,15 +187,11 @@ ILAP:hasActivityMaterialOrderStatus |
188 | ILAP:hasActivityPreviousStatus | 187 | ILAP:hasActivityPreviousStatus |
189 | rdfs:range ILAP:Status . | 188 | rdfs:range ILAP:Status . |
190 | 189 | ||
191 | -ILAP:hasContract | ||
192 | - rdf:type ILAP:SourceSpecifiedUserField ; | ||
193 | - rdfs:label "has contract"^^xsd:string ; | ||
194 | - ILAP:hasUserFieldName | ||
195 | - "Comp.Format"^^xsd:string ; | ||
196 | - ILAP:hasUserFieldSource | ||
197 | - ILAP:UseCaseAibelToCOPNO ; | ||
198 | - ILAP:hasUserFieldValue | ||
199 | - "Reimbursement"^^xsd:string . | ||
200 | - | ||
201 | ILAP:hasPlanUserField | 190 | ILAP:hasPlanUserField |
202 | rdfs:domain ILAP:ProjectExecutionPlan . | 191 | rdfs:domain ILAP:ProjectExecutionPlan . |
192 | + | ||
193 | +ILAP:hasUserField | ||
194 | + rdfs:domain ILAP:Activity . | ||
195 | + | ||
196 | +ILAP:hasUserFieldSource | ||
197 | + rdfs:range ILAP:UserField . | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment