Tore Christiansen

Cleaned up non-working URIs

1 # baseURI: http://data.posccaesar.org/NCS_PLANNING/ 1 # baseURI: http://data.posccaesar.org/NCS_PLANNING/
2 -# imports: http://ILAP_1.5_(git)/StandardData 2 +# imports: http:///data.posccaesar.org/ilap/PLANNING_STANDARD
3 # imports: http://data.posccaesar.org/brreg/ 3 # imports: http://data.posccaesar.org/brreg/
4 # imports: http://data.posccaesar.org/ccu/ 4 # imports: http://data.posccaesar.org/ccu/
5 # imports: http://data.posccaesar.org/diskos/ 5 # imports: http://data.posccaesar.org/diskos/
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
14 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . 14 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
15 @prefix ILAP: <http://data.posccaesar.org/ilap/> . 15 @prefix ILAP: <http://data.posccaesar.org/ilap/> .
16 @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . 16 @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
17 +@prefix PLANNING_STANDARD: <http:///data.posccaesar.org/ilap/PLANNING_STANDARD#> .
17 @prefix StandardData: <http://ILAP_1.5_(git)/StandardData#> . 18 @prefix StandardData: <http://ILAP_1.5_(git)/StandardData#> .
18 @prefix owl: <http://www.w3.org/2002/07/owl#> . 19 @prefix owl: <http://www.w3.org/2002/07/owl#> .
19 @prefix p1: <http://example.org/file1#> . 20 @prefix p1: <http://example.org/file1#> .
...@@ -24,15 +25,7 @@ ...@@ -24,15 +25,7 @@
24 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 25 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
25 26
26 NCS: rdf:type owl:Ontology ; 27 NCS: rdf:type owl:Ontology ;
27 - owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http://ILAP_1.5_(git)/StandardData> , shutdown: . 28 + owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: .
28 -
29 -NCS:ABEX
30 - rdf:type ILAP:PlanExpenseType ;
31 - rdfs:label "ABEX"^^xsd:string .
32 -
33 -NCS:Active
34 - rdf:type ILAP:Status ;
35 - rdfs:label "Active"^^xsd:string .
36 29
37 NCS:ClassInNorsok 30 NCS:ClassInNorsok
38 rdf:type owl:Class ; 31 rdf:type owl:Class ;
...@@ -55,7 +48,7 @@ NCS:ClassificationStructureForNorsok ...@@ -55,7 +48,7 @@ NCS:ClassificationStructureForNorsok
55 rdfs:subClassOf NCS:ClassOfClassOfIndividual . 48 rdfs:subClassOf NCS:ClassOfClassOfIndividual .
56 49
57 NCS:CorClass 50 NCS:CorClass
58 - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; 51 + rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
59 rdfs:label "Cor class"^^xsd:string ; 52 rdfs:label "Cor class"^^xsd:string ;
60 rdfs:subClassOf NCS:ClassInNorsok . 53 rdfs:subClassOf NCS:ClassInNorsok .
61 54
...@@ -76,9 +69,9 @@ NCS:HighPriority ...@@ -76,9 +69,9 @@ NCS:HighPriority
76 rdfs:label "High priority"^^xsd:string . 69 rdfs:label "High priority"^^xsd:string .
77 70
78 NCS:IndividualInCorClass 71 NCS:IndividualInCorClass
79 - rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ; 72 + rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ;
80 rdfs:label "Individual in cor class"^^xsd:string ; 73 rdfs:label "Individual in cor class"^^xsd:string ;
81 - rdfs:subClassOf NCS:IndividualInNorsokClass , ILAP:Discipline . 74 + rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass .
82 75
83 NCS:IndividualInNorsokClass 76 NCS:IndividualInNorsokClass
84 rdf:type owl:Class ; 77 rdf:type owl:Class ;
...@@ -116,14 +109,10 @@ NCS:Operation ...@@ -116,14 +109,10 @@ NCS:Operation
116 rdfs:label "Operation"^^xsd:string . 109 rdfs:label "Operation"^^xsd:string .
117 110
118 NCS:PbsClass 111 NCS:PbsClass
119 - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; 112 + rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
120 rdfs:label "PbsClass"^^xsd:string ; 113 rdfs:label "PbsClass"^^xsd:string ;
121 rdfs:subClassOf NCS:ClassInNorsok . 114 rdfs:subClassOf NCS:ClassInNorsok .
122 115
123 -NCS:Planned
124 - rdf:type ILAP:Status ;
125 - rdfs:label "Planned"^^xsd:string .
126 -
127 NCS:PlannedActivity_1 116 NCS:PlannedActivity_1
128 rdf:type ILAP:PlannedActivity ; 117 rdf:type ILAP:PlannedActivity ;
129 rdfs:label "Planned activity 1"^^xsd:string ; 118 rdfs:label "Planned activity 1"^^xsd:string ;
...@@ -139,20 +128,12 @@ NCS:PossibleIndividual ...@@ -139,20 +128,12 @@ NCS:PossibleIndividual
139 rdfs:label "Possible individual"^^xsd:string ; 128 rdfs:label "Possible individual"^^xsd:string ;
140 rdfs:subClassOf owl:Thing . 129 rdfs:subClassOf owl:Thing .
141 130
142 -NCS:Released
143 - rdf:type ILAP:Status ;
144 - rdfs:label "Released"^^xsd:string .
145 -
146 NCS:Removal 131 NCS:Removal
147 rdf:type ILAP:PlanPhase ; 132 rdf:type ILAP:PlanPhase ;
148 rdfs:label "Removal"^^xsd:string . 133 rdfs:label "Removal"^^xsd:string .
149 134
150 -NCS:Revised
151 - rdf:type ILAP:Status ;
152 - rdfs:label "Revised"^^xsd:string .
153 -
154 NCS:SabClass 135 NCS:SabClass
155 - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; 136 + rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
156 rdfs:label "Sab class"^^xsd:string ; 137 rdfs:label "Sab class"^^xsd:string ;
157 rdfs:subClassOf NCS:ClassInNorsok . 138 rdfs:subClassOf NCS:ClassInNorsok .
158 139
...@@ -164,6 +145,14 @@ ILAP: ...@@ -164,6 +145,14 @@ ILAP:
164 rdf:type owl:Ontology ; 145 rdf:type owl:Ontology ;
165 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 146 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
166 147
148 +ILAP:ABEX
149 + rdf:type ILAP:PlanExpenseType ;
150 + rdfs:label "ABEX"^^xsd:string .
151 +
152 +ILAP:Active
153 + rdf:type ILAP:Status ;
154 + rdfs:label "Active"^^xsd:string .
155 +
167 ILAP:ActivityWBS_1 156 ILAP:ActivityWBS_1
168 ILAP:hasWBSProjectType 157 ILAP:hasWBSProjectType
169 ILAP:CAPEX ; 158 ILAP:CAPEX ;
...@@ -344,6 +333,10 @@ ILAP:Pending ...@@ -344,6 +333,10 @@ ILAP:Pending
344 rdf:type ILAP:Status ; 333 rdf:type ILAP:Status ;
345 rdfs:label "Pending"^^xsd:string . 334 rdfs:label "Pending"^^xsd:string .
346 335
336 +ILAP:Planned
337 + rdf:type ILAP:Status ;
338 + rdfs:label "Planned"^^xsd:string .
339 +
347 ILAP:Primavera 340 ILAP:Primavera
348 rdf:type ILAP:Application ; 341 rdf:type ILAP:Application ;
349 rdfs:label "Primavera"^^xsd:string . 342 rdfs:label "Primavera"^^xsd:string .
...@@ -364,6 +357,10 @@ ILAP:Regular8To16WorkingDayCalendar ...@@ -364,6 +357,10 @@ ILAP:Regular8To16WorkingDayCalendar
364 owl:onProperty ILAP:hasCalendarFreePeriod 357 owl:onProperty ILAP:hasCalendarFreePeriod
365 ] . 358 ] .
366 359
360 +ILAP:Released
361 + rdf:type ILAP:Status ;
362 + rdfs:label "Released"^^xsd:string .
363 +
367 ILAP:Renewal 364 ILAP:Renewal
368 rdf:type ILAP:PlanLifecycleStage ; 365 rdf:type ILAP:PlanLifecycleStage ;
369 rdfs:label "Renew"^^xsd:string . 366 rdfs:label "Renew"^^xsd:string .
...@@ -372,6 +369,10 @@ ILAP:ResourceDriven ...@@ -372,6 +369,10 @@ ILAP:ResourceDriven
372 rdf:type ILAP:PlanContractType ; 369 rdf:type ILAP:PlanContractType ;
373 rdfs:label "Resource driven"^^xsd:string . 370 rdfs:label "Resource driven"^^xsd:string .
374 371
372 +ILAP:Revised
373 + rdf:type ILAP:Status ;
374 + rdfs:label "Revised"^^xsd:string .
375 +
375 ILAP:SAP 376 ILAP:SAP
376 rdf:type ILAP:Application ; 377 rdf:type ILAP:Application ;
377 rdfs:label "SAP"^^xsd:string . 378 rdfs:label "SAP"^^xsd:string .
...@@ -396,7 +397,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -396,7 +397,7 @@ ILAP:StandardFreeWeekendPeriod
396 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 397 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
397 rdfs:label "Standard free weekend period"^^xsd:string ; 398 rdfs:label "Standard free weekend period"^^xsd:string ;
398 ILAP:hasCalendarPeriodFreeDay 399 ILAP:hasCalendarPeriodFreeDay
399 - ILAP:Saturday , ILAP:Sunday . 400 + ILAP:Sunday , ILAP:Saturday .
400 401
401 ILAP:StandardWorkWeekdayPeriod 402 ILAP:StandardWorkWeekdayPeriod
402 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 403 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......
...@@ -18,50 +18,50 @@ ILAP: ...@@ -18,50 +18,50 @@ ILAP:
18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 19
20 ILAP:Activity 20 ILAP:Activity
21 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 21 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
22 rdfs:label "Activity"^^xsd:string ; 22 rdfs:label "Activity"^^xsd:string ;
23 rdfs:subClassOf 23 rdfs:subClassOf
24 [ rdf:type owl:Restriction ; 24 [ rdf:type owl:Restriction ;
25 - owl:allValuesFrom ILAP:Status ; 25 + owl:allValuesFrom ILAP:Discipline ;
26 - owl:onProperty ILAP:hasActivityStatus 26 + owl:onProperty ILAP:hasActivityDiscipline
27 ] ; 27 ] ;
28 rdfs:subClassOf 28 rdfs:subClassOf
29 [ rdf:type owl:Restriction ; 29 [ rdf:type owl:Restriction ;
30 - owl:onProperty ILAP:hasExternalReference ; 30 + owl:allValuesFrom ILAP:Calendar ;
31 - owl:someValuesFrom ILAP:ExternalReference 31 + owl:onProperty ILAP:hasActivityCalendar
32 ] ; 32 ] ;
33 rdfs:subClassOf 33 rdfs:subClassOf
34 [ rdf:type owl:Restriction ; 34 [ rdf:type owl:Restriction ;
35 - owl:allValuesFrom ILAP:Calendar ; 35 + owl:onProperty ILAP:hasExternalReference ;
36 - owl:onProperty ILAP:hasActivityCalendar 36 + owl:someValuesFrom ILAP:ExternalReference
37 ] ; 37 ] ;
38 rdfs:subClassOf 38 rdfs:subClassOf
39 [ rdf:type owl:Restriction ; 39 [ rdf:type owl:Restriction ;
40 - owl:allValuesFrom ILAP:Discipline ; 40 + owl:allValuesFrom ILAP:Status ;
41 - owl:onProperty ILAP:hasActivityDiscipline 41 + owl:onProperty ILAP:hasActivityStatus
42 ] . 42 ] .
43 43
44 ILAP:ActivityDependency 44 ILAP:ActivityDependency
45 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 45 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
46 rdfs:label "Activity Dependency"^^xsd:string ; 46 rdfs:label "Activity Dependency"^^xsd:string ;
47 rdfs:subClassOf ILAP:Constraint ; 47 rdfs:subClassOf ILAP:Constraint ;
48 rdfs:subClassOf 48 rdfs:subClassOf
49 [ rdf:type owl:Restriction ; 49 [ rdf:type owl:Restriction ;
50 owl:onClass ILAP:Activity ; 50 owl:onClass ILAP:Activity ;
51 - owl:onProperty ILAP:hasSuccessorActivity ; 51 + owl:onProperty ILAP:hasPredecessorActivity ;
52 owl:qualifiedCardinality 52 owl:qualifiedCardinality
53 "1"^^xsd:nonNegativeInteger 53 "1"^^xsd:nonNegativeInteger
54 ] ; 54 ] ;
55 rdfs:subClassOf 55 rdfs:subClassOf
56 [ rdf:type owl:Restriction ; 56 [ rdf:type owl:Restriction ;
57 owl:onClass ILAP:Activity ; 57 owl:onClass ILAP:Activity ;
58 - owl:onProperty ILAP:hasPredecessorActivity ; 58 + owl:onProperty ILAP:hasSuccessorActivity ;
59 owl:qualifiedCardinality 59 owl:qualifiedCardinality
60 "1"^^xsd:nonNegativeInteger 60 "1"^^xsd:nonNegativeInteger
61 ] . 61 ] .
62 62
63 ILAP:ActivityPlan 63 ILAP:ActivityPlan
64 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 64 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
65 rdfs:label "Activity Plan"^^xsd:string ; 65 rdfs:label "Activity Plan"^^xsd:string ;
66 rdfs:subClassOf ILAP:Network ; 66 rdfs:subClassOf ILAP:Network ;
67 rdfs:subClassOf 67 rdfs:subClassOf
...@@ -76,7 +76,7 @@ ILAP:ActivityStatus ...@@ -76,7 +76,7 @@ ILAP:ActivityStatus
76 rdfs:subClassOf ILAP:Status . 76 rdfs:subClassOf ILAP:Status .
77 77
78 ILAP:ActivityWBS 78 ILAP:ActivityWBS
79 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 79 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
80 rdfs:label "Activity WBS"^^xsd:string ; 80 rdfs:label "Activity WBS"^^xsd:string ;
81 rdfs:subClassOf ILAP:Network . 81 rdfs:subClassOf ILAP:Network .
82 82
...@@ -87,15 +87,15 @@ ILAP:ActivityWBS_1 ...@@ -87,15 +87,15 @@ ILAP:ActivityWBS_1
87 ILAP:Application 87 ILAP:Application
88 rdf:type owl:Class ; 88 rdf:type owl:Class ;
89 rdfs:label "Application"^^xsd:string ; 89 rdfs:label "Application"^^xsd:string ;
90 - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . 90 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
91 91
92 ILAP:Asset 92 ILAP:Asset
93 rdf:type owl:Class ; 93 rdf:type owl:Class ;
94 rdfs:label "Asset"^^xsd:string ; 94 rdfs:label "Asset"^^xsd:string ;
95 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . 95 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
96 96
97 ILAP:Baseline 97 ILAP:Baseline
98 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 98 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
99 rdfs:label "Baseline"^^xsd:string ; 99 rdfs:label "Baseline"^^xsd:string ;
100 rdfs:subClassOf ILAP:Network . 100 rdfs:subClassOf ILAP:Network .
101 101
...@@ -109,9 +109,9 @@ ILAP:CAPEX ...@@ -109,9 +109,9 @@ ILAP:CAPEX
109 rdfs:label "CAPEX"^^xsd:string . 109 rdfs:label "CAPEX"^^xsd:string .
110 110
111 ILAP:Calendar 111 ILAP:Calendar
112 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 112 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
113 rdfs:label "Calendar"^^xsd:string ; 113 rdfs:label "Calendar"^^xsd:string ;
114 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; 114 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
115 rdfs:subClassOf 115 rdfs:subClassOf
116 [ rdf:type owl:Restriction ; 116 [ rdf:type owl:Restriction ;
117 owl:allValuesFrom ILAP:CalendarFreePeriod ; 117 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -119,14 +119,14 @@ ILAP:Calendar ...@@ -119,14 +119,14 @@ ILAP:Calendar
119 ] . 119 ] .
120 120
121 ILAP:CalendarDay 121 ILAP:CalendarDay
122 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 122 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
123 rdfs:label "Calendar day"^^xsd:string ; 123 rdfs:label "Calendar day"^^xsd:string ;
124 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . 124 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
125 125
126 ILAP:CalendarFreePeriod 126 ILAP:CalendarFreePeriod
127 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 127 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
128 rdfs:label "Calendar free period"^^xsd:string ; 128 rdfs:label "Calendar free period"^^xsd:string ;
129 - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; 129 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
130 rdfs:subClassOf 130 rdfs:subClassOf
131 [ rdf:type owl:Restriction ; 131 [ rdf:type owl:Restriction ;
132 owl:onClass ILAP:Calendar ; 132 owl:onClass ILAP:Calendar ;
...@@ -138,39 +138,39 @@ ILAP:CalendarFreePeriod ...@@ -138,39 +138,39 @@ ILAP:CalendarFreePeriod
138 ] . 138 ] .
139 139
140 ILAP:CalendarFreePeriodWeekRepeat 140 ILAP:CalendarFreePeriodWeekRepeat
141 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 141 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
142 rdfs:label "Free day"^^xsd:string ; 142 rdfs:label "Free day"^^xsd:string ;
143 - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . 143 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
144 144
145 ILAP:CalendarHour 145 ILAP:CalendarHour
146 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 146 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
147 rdfs:label "calendar hour"^^xsd:string ; 147 rdfs:label "calendar hour"^^xsd:string ;
148 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . 148 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> .
149 149
150 ILAP:CalendarPeriod 150 ILAP:CalendarPeriod
151 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; 151 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
152 rdfs:label "Calendar period"^^xsd:string ; 152 rdfs:label "Calendar period"^^xsd:string ;
153 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; 153 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
154 rdfs:subClassOf 154 rdfs:subClassOf
155 [ rdf:type owl:Restriction ; 155 [ rdf:type owl:Restriction ;
156 - owl:allValuesFrom ILAP:CalendarHour ; 156 + owl:allValuesFrom ILAP:CalendarDay ;
157 - owl:onProperty ILAP:hasCalendarPeriodHour 157 + owl:onProperty ILAP:hasCalendarPeriodDay
158 ] ; 158 ] ;
159 rdfs:subClassOf 159 rdfs:subClassOf
160 [ rdf:type owl:Restriction ; 160 [ rdf:type owl:Restriction ;
161 - owl:allValuesFrom ILAP:CalendarDay ; 161 + owl:allValuesFrom ILAP:CalendarHour ;
162 - owl:onProperty ILAP:hasCalendarPeriodDay 162 + owl:onProperty ILAP:hasCalendarPeriodHour
163 ] . 163 ] .
164 164
165 ILAP:Constraint 165 ILAP:Constraint
166 rdf:type owl:Class ; 166 rdf:type owl:Class ;
167 rdfs:label "Constraint"^^xsd:string ; 167 rdfs:label "Constraint"^^xsd:string ;
168 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . 168 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
169 169
170 ILAP:Contract 170 ILAP:Contract
171 rdf:type owl:Class ; 171 rdf:type owl:Class ;
172 rdfs:label "Contract"^^xsd:string ; 172 rdfs:label "Contract"^^xsd:string ;
173 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . 173 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
174 174
175 ILAP:ControlSchedule 175 ILAP:ControlSchedule
176 rdf:type owl:Class ; 176 rdf:type owl:Class ;
...@@ -180,22 +180,27 @@ ILAP:ControlSchedule ...@@ -180,22 +180,27 @@ ILAP:ControlSchedule
180 ILAP:Cost 180 ILAP:Cost
181 rdf:type owl:Class ; 181 rdf:type owl:Class ;
182 rdfs:label "Cost"^^xsd:string ; 182 rdfs:label "Cost"^^xsd:string ;
183 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . 183 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
184 184
185 ILAP:CostBased 185 ILAP:CostBased
186 rdf:type owl:Class ; 186 rdf:type owl:Class ;
187 rdfs:label "Cost based"^^xsd:string ; 187 rdfs:label "Cost based"^^xsd:string ;
188 rdfs:subClassOf ILAP:Resource . 188 rdfs:subClassOf ILAP:Resource .
189 189
190 +ILAP:Criticality
191 + rdf:type owl:Class ;
192 + rdfs:label "Criticality"^^xsd:string ;
193 + rdfs:subClassOf owl:Thing .
194 +
190 ILAP:CurrentSchedule 195 ILAP:CurrentSchedule
191 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 196 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
192 rdfs:label "Current schedule"^^xsd:string ; 197 rdfs:label "Current schedule"^^xsd:string ;
193 rdfs:subClassOf ILAP:Schedule . 198 rdfs:subClassOf ILAP:Schedule .
194 199
195 ILAP:Data 200 ILAP:Data
196 rdf:type owl:Class ; 201 rdf:type owl:Class ;
197 rdfs:label "Data"^^xsd:string ; 202 rdfs:label "Data"^^xsd:string ;
198 - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; 203 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
199 rdfs:subClassOf 204 rdfs:subClassOf
200 [ rdf:type owl:Restriction ; 205 [ rdf:type owl:Restriction ;
201 owl:onClass ILAP:Project ; 206 owl:onClass ILAP:Project ;
...@@ -205,18 +210,20 @@ ILAP:Data ...@@ -205,18 +210,20 @@ ILAP:Data
205 ] . 210 ] .
206 211
207 ILAP:Discipline 212 ILAP:Discipline
208 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 213 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
209 rdfs:label "Discipline"^^xsd:string ; 214 rdfs:label "Discipline"^^xsd:string ;
210 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . 215 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing .
211 216
212 ILAP:ExternalReference 217 ILAP:ExternalReference
213 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; 218 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
214 rdfs:label "External Reference"^^xsd:string ; 219 rdfs:label "External Reference"^^xsd:string ;
215 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; 220 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
216 rdfs:subClassOf 221 rdfs:subClassOf
217 [ rdf:type owl:Restriction ; 222 [ rdf:type owl:Restriction ;
218 - owl:allValuesFrom ILAP:Application ; 223 + owl:onDataRange xsd:string ;
219 - owl:onProperty ILAP:hasReferenceApplication 224 + owl:onProperty ILAP:hasObjectReferenceID ;
225 + owl:qualifiedCardinality
226 + "1"^^xsd:nonNegativeInteger
220 ] ; 227 ] ;
221 rdfs:subClassOf 228 rdfs:subClassOf
222 [ rdf:type owl:Restriction ; 229 [ rdf:type owl:Restriction ;
...@@ -225,21 +232,19 @@ ILAP:ExternalReference ...@@ -225,21 +232,19 @@ ILAP:ExternalReference
225 ] ; 232 ] ;
226 rdfs:subClassOf 233 rdfs:subClassOf
227 [ rdf:type owl:Restriction ; 234 [ rdf:type owl:Restriction ;
228 - owl:onDataRange xsd:string ; 235 + owl:allValuesFrom ILAP:Application ;
229 - owl:onProperty ILAP:hasObjectReferenceID ; 236 + owl:onProperty ILAP:hasReferenceApplication
230 - owl:qualifiedCardinality
231 - "1"^^xsd:nonNegativeInteger
232 ] . 237 ] .
233 238
234 ILAP:FinishToFinish 239 ILAP:FinishToFinish
235 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 240 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
236 rdfs:label "Finish to finish"^^xsd:string ; 241 rdfs:label "Finish to finish"^^xsd:string ;
237 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 242 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
238 243
239 ILAP:FinishToStart 244 ILAP:FinishToStart
240 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 245 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
241 rdfs:label "Finish to start"^^xsd:string ; 246 rdfs:label "Finish to start"^^xsd:string ;
242 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 247 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
243 248
244 ILAP:FunctionalLocation 249 ILAP:FunctionalLocation
245 rdf:type owl:Class ; 250 rdf:type owl:Class ;
...@@ -250,6 +255,14 @@ ILAP:HCSystemsWork ...@@ -250,6 +255,14 @@ ILAP:HCSystemsWork
250 rdf:type ILAP:RiskFactor ; 255 rdf:type ILAP:RiskFactor ;
251 rdfs:label "HC Systems Work"^^xsd:string . 256 rdfs:label "HC Systems Work"^^xsd:string .
252 257
258 +ILAP:HighCriticality
259 + rdf:type ILAP:Criticality ;
260 + rdfs:label "High criticality"^^xsd:string .
261 +
262 +ILAP:HighPriority
263 + rdf:type ILAP:Priority ;
264 + rdfs:label "High priority"^^xsd:string .
265 +
253 ILAP:Hot_Work 266 ILAP:Hot_Work
254 rdf:type ILAP:RiskFactor ; 267 rdf:type ILAP:RiskFactor ;
255 rdfs:label "Hot Work"^^xsd:string . 268 rdfs:label "Hot Work"^^xsd:string .
...@@ -257,7 +270,7 @@ ILAP:Hot_Work ...@@ -257,7 +270,7 @@ ILAP:Hot_Work
257 ILAP:Information 270 ILAP:Information
258 rdf:type owl:Class ; 271 rdf:type owl:Class ;
259 rdfs:label "Information"^^xsd:string ; 272 rdfs:label "Information"^^xsd:string ;
260 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . 273 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
261 274
262 ILAP:Knowledge 275 ILAP:Knowledge
263 rdf:type owl:Class ; 276 rdf:type owl:Class ;
...@@ -269,17 +282,25 @@ ILAP:Lifting_Operation ...@@ -269,17 +282,25 @@ ILAP:Lifting_Operation
269 rdfs:label "Lifting Operation"^^xsd:string . 282 rdfs:label "Lifting Operation"^^xsd:string .
270 283
271 ILAP:LiveSchedule 284 ILAP:LiveSchedule
272 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 285 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
273 rdfs:label "Live schedule"^^xsd:string ; 286 rdfs:label "Live schedule"^^xsd:string ;
274 rdfs:subClassOf ILAP:Schedule . 287 rdfs:subClassOf ILAP:Schedule .
275 288
276 ILAP:Location 289 ILAP:Location
277 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; 290 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
278 rdfs:label "Location"^^xsd:string ; 291 rdfs:label "Location"^^xsd:string ;
279 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . 292 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
293 +
294 +ILAP:LowCriticality
295 + rdf:type ILAP:Criticality ;
296 + rdfs:label "Low criticality"^^xsd:string .
297 +
298 +ILAP:LowPriority
299 + rdf:type ILAP:Priority ;
300 + rdfs:label "Low priority"^^xsd:string .
280 301
281 ILAP:Milestone 302 ILAP:Milestone
282 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; 303 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
283 rdfs:label "Milestone"^^xsd:string . 304 rdfs:label "Milestone"^^xsd:string .
284 305
285 ILAP:Missing_Barriers 306 ILAP:Missing_Barriers
...@@ -289,7 +310,15 @@ ILAP:Missing_Barriers ...@@ -289,7 +310,15 @@ ILAP:Missing_Barriers
289 ILAP:Network 310 ILAP:Network
290 rdf:type owl:Class ; 311 rdf:type owl:Class ;
291 rdfs:label "Network"^^xsd:string ; 312 rdfs:label "Network"^^xsd:string ;
292 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . 313 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
314 +
315 +ILAP:NormalCriticality
316 + rdf:type ILAP:Criticality ;
317 + rdfs:label "Normal criticality"^^xsd:string .
318 +
319 +ILAP:NormalPriority
320 + rdf:type ILAP:Priority ;
321 + rdfs:label "Normal priority"^^xsd:string .
293 322
294 ILAP:OPEX 323 ILAP:OPEX
295 rdf:type ILAP:ProjectType ; 324 rdf:type ILAP:ProjectType ;
...@@ -316,49 +345,49 @@ ILAP:PhysicalLocation ...@@ -316,49 +345,49 @@ ILAP:PhysicalLocation
316 rdfs:subClassOf ILAP:Location . 345 rdfs:subClassOf ILAP:Location .
317 346
318 ILAP:PlanClassifier 347 ILAP:PlanClassifier
319 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 348 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
320 rdfs:label "Plan classifier"^^xsd:string ; 349 rdfs:label "Plan classifier"^^xsd:string ;
321 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . 350 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
322 351
323 ILAP:PlanContentType 352 ILAP:PlanContentType
324 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 353 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
325 rdfs:label "Content type"^^xsd:string ; 354 rdfs:label "Content type"^^xsd:string ;
326 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 355 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
327 356
328 ILAP:PlanContractType 357 ILAP:PlanContractType
329 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 358 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
330 rdfs:label "Plan contract type"^^xsd:string ; 359 rdfs:label "Plan contract type"^^xsd:string ;
331 rdfs:subClassOf ILAP:PlanClassifier . 360 rdfs:subClassOf ILAP:PlanClassifier .
332 361
333 ILAP:PlanExpenseType 362 ILAP:PlanExpenseType
334 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 363 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
335 rdfs:label "Plan expense type"^^xsd:string ; 364 rdfs:label "Plan expense type"^^xsd:string ;
336 rdfs:subClassOf ILAP:PlanClassifier . 365 rdfs:subClassOf ILAP:PlanClassifier .
337 366
338 ILAP:PlanGeoArea 367 ILAP:PlanGeoArea
339 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; 368 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
340 rdfs:label "Plan geographic area"^^xsd:string ; 369 rdfs:label "Plan geographic area"^^xsd:string ;
341 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 370 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
342 371
343 ILAP:PlanLevel 372 ILAP:PlanLevel
344 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 373 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
345 rdfs:label "Plan level"^^xsd:string ; 374 rdfs:label "Plan level"^^xsd:string ;
346 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 375 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
347 376
348 ILAP:PlanLifecycleStage 377 ILAP:PlanLifecycleStage
349 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 378 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
350 rdfs:label "Plan lifecycle stage"^^xsd:string ; 379 rdfs:label "Plan lifecycle stage"^^xsd:string ;
351 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 380 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
352 381
353 ILAP:PlanObjectiveType 382 ILAP:PlanObjectiveType
354 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; 383 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
355 rdfs:label "Plan objective type"^^xsd:string ; 384 rdfs:label "Plan objective type"^^xsd:string ;
356 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . 385 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
357 386
358 ILAP:PlanProjectType 387 ILAP:PlanProjectType
359 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 388 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
360 rdfs:label "Plan project type"^^xsd:string ; 389 rdfs:label "Plan project type"^^xsd:string ;
361 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . 390 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
362 391
363 ILAP:PlannedActivity 392 ILAP:PlannedActivity
364 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 393 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -366,18 +395,18 @@ ILAP:PlannedActivity ...@@ -366,18 +395,18 @@ ILAP:PlannedActivity
366 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 395 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
367 rdfs:subClassOf 396 rdfs:subClassOf
368 [ rdf:type owl:Restriction ; 397 [ rdf:type owl:Restriction ;
369 - owl:allValuesFrom ILAP:Result ; 398 + owl:allValuesFrom ILAP:ActivityDependency ;
370 - owl:onProperty ILAP:hasActivityResult 399 + owl:onProperty ILAP:hasActivityPredecessor
371 ] ; 400 ] ;
372 rdfs:subClassOf 401 rdfs:subClassOf
373 [ rdf:type owl:Restriction ; 402 [ rdf:type owl:Restriction ;
374 - owl:allValuesFrom ILAP:ResourceProfile ; 403 + owl:onProperty ILAP:hasActivityDiscipline ;
375 - owl:onProperty ILAP:hasActivityResourceProfile 404 + owl:someValuesFrom ILAP:Discipline
376 ] ; 405 ] ;
377 rdfs:subClassOf 406 rdfs:subClassOf
378 [ rdf:type owl:Restriction ; 407 [ rdf:type owl:Restriction ;
379 - owl:allValuesFrom ILAP:ActivityWBS ; 408 + owl:allValuesFrom ILAP:ResourceProfile ;
380 - owl:onProperty ILAP:hasActivityWBSelement 409 + owl:onProperty ILAP:hasActivityResourceProfile
381 ] ; 410 ] ;
382 rdfs:subClassOf 411 rdfs:subClassOf
383 [ rdf:type owl:Restriction ; 412 [ rdf:type owl:Restriction ;
...@@ -386,8 +415,8 @@ ILAP:PlannedActivity ...@@ -386,8 +415,8 @@ ILAP:PlannedActivity
386 ] ; 415 ] ;
387 rdfs:subClassOf 416 rdfs:subClassOf
388 [ rdf:type owl:Restriction ; 417 [ rdf:type owl:Restriction ;
389 - owl:allValuesFrom ILAP:Location ; 418 + owl:allValuesFrom ILAP:Result ;
390 - owl:onProperty ILAP:hasActivityLocation 419 + owl:onProperty ILAP:hasActivityResult
391 ] ; 420 ] ;
392 rdfs:subClassOf 421 rdfs:subClassOf
393 [ rdf:type owl:Restriction ; 422 [ rdf:type owl:Restriction ;
...@@ -396,8 +425,8 @@ ILAP:PlannedActivity ...@@ -396,8 +425,8 @@ ILAP:PlannedActivity
396 ] ; 425 ] ;
397 rdfs:subClassOf 426 rdfs:subClassOf
398 [ rdf:type owl:Restriction ; 427 [ rdf:type owl:Restriction ;
399 - owl:allValuesFrom ILAP:ActivityDependency ; 428 + owl:allValuesFrom ILAP:ActivityWBS ;
400 - owl:onProperty ILAP:hasActivityPredecessor 429 + owl:onProperty ILAP:hasActivityWBSelement
401 ] ; 430 ] ;
402 rdfs:subClassOf 431 rdfs:subClassOf
403 [ rdf:type owl:Restriction ; 432 [ rdf:type owl:Restriction ;
...@@ -408,8 +437,8 @@ ILAP:PlannedActivity ...@@ -408,8 +437,8 @@ ILAP:PlannedActivity
408 ] ; 437 ] ;
409 rdfs:subClassOf 438 rdfs:subClassOf
410 [ rdf:type owl:Restriction ; 439 [ rdf:type owl:Restriction ;
411 - owl:onProperty ILAP:hasActivityDiscipline ; 440 + owl:allValuesFrom ILAP:Location ;
412 - owl:someValuesFrom ILAP:Discipline 441 + owl:onProperty ILAP:hasActivityLocation
413 ] . 442 ] .
414 443
415 ILAP:PlannedMilestone 444 ILAP:PlannedMilestone
...@@ -427,19 +456,29 @@ ILAP:Portfolio ...@@ -427,19 +456,29 @@ ILAP:Portfolio
427 rdfs:label "Portfolio"^^xsd:string ; 456 rdfs:label "Portfolio"^^xsd:string ;
428 rdfs:subClassOf ILAP:Project . 457 rdfs:subClassOf ILAP:Project .
429 458
459 +ILAP:Priority
460 + rdf:type owl:Class ;
461 + rdfs:label "Priority"^^xsd:string ;
462 + rdfs:subClassOf owl:Thing .
463 +
430 ILAP:Programme 464 ILAP:Programme
431 rdf:type owl:Class ; 465 rdf:type owl:Class ;
432 rdfs:label "Programme"^^xsd:string ; 466 rdfs:label "Programme"^^xsd:string ;
433 rdfs:subClassOf ILAP:Project . 467 rdfs:subClassOf ILAP:Project .
434 468
435 ILAP:Project 469 ILAP:Project
436 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 470 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
437 rdfs:label "Project"^^xsd:string ; 471 rdfs:label "Project"^^xsd:string ;
438 rdfs:subClassOf ILAP:Activity ; 472 rdfs:subClassOf ILAP:Activity ;
439 rdfs:subClassOf 473 rdfs:subClassOf
440 [ rdf:type owl:Restriction ; 474 [ rdf:type owl:Restriction ;
441 - owl:allValuesFrom BRREG:OilCompany ; 475 + owl:allValuesFrom ILAP:Project ;
442 - owl:onProperty ILAP:hasProjectResponsible 476 + owl:onProperty ILAP:hasProjectSubproject
477 + ] ;
478 + rdfs:subClassOf
479 + [ rdf:type owl:Restriction ;
480 + owl:allValuesFrom ILAP:ExternalReference ;
481 + owl:onProperty ILAP:hasExternalReference
443 ] ; 482 ] ;
444 rdfs:subClassOf 483 rdfs:subClassOf
445 [ rdf:type owl:Restriction ; 484 [ rdf:type owl:Restriction ;
...@@ -450,13 +489,8 @@ ILAP:Project ...@@ -450,13 +489,8 @@ ILAP:Project
450 ] ; 489 ] ;
451 rdfs:subClassOf 490 rdfs:subClassOf
452 [ rdf:type owl:Restriction ; 491 [ rdf:type owl:Restriction ;
453 - owl:allValuesFrom ILAP:ExternalReference ; 492 + owl:allValuesFrom BRREG:OilCompany ;
454 - owl:onProperty ILAP:hasExternalReference 493 + owl:onProperty ILAP:hasProjectResponsible
455 - ] ;
456 - rdfs:subClassOf
457 - [ rdf:type owl:Restriction ;
458 - owl:allValuesFrom ILAP:Project ;
459 - owl:onProperty ILAP:hasProjectSubproject
460 ] . 494 ] .
461 495
462 ILAP:ProjectExecutionPlan 496 ILAP:ProjectExecutionPlan
...@@ -470,8 +504,8 @@ ILAP:ProjectExecutionPlan ...@@ -470,8 +504,8 @@ ILAP:ProjectExecutionPlan
470 ] ; 504 ] ;
471 rdfs:subClassOf 505 rdfs:subClassOf
472 [ rdf:type owl:Restriction ; 506 [ rdf:type owl:Restriction ;
473 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 507 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
474 - owl:onProperty ILAP:hasPlanAsset 508 + owl:onProperty ILAP:hasPlanLifecycleStage
475 ] ; 509 ] ;
476 rdfs:subClassOf 510 rdfs:subClassOf
477 [ rdf:type owl:Restriction ; 511 [ rdf:type owl:Restriction ;
...@@ -480,23 +514,13 @@ ILAP:ProjectExecutionPlan ...@@ -480,23 +514,13 @@ ILAP:ProjectExecutionPlan
480 ] ; 514 ] ;
481 rdfs:subClassOf 515 rdfs:subClassOf
482 [ rdf:type owl:Restriction ; 516 [ rdf:type owl:Restriction ;
483 - owl:onProperty ILAP:hasPlanContentType ; 517 + owl:allValuesFrom ILAP:PlanObjectiveType ;
484 - owl:someValuesFrom ILAP:PlanContentType 518 + owl:onProperty ILAP:hasPlanObjectiveType
485 ] ; 519 ] ;
486 rdfs:subClassOf 520 rdfs:subClassOf
487 [ rdf:type owl:Restriction ; 521 [ rdf:type owl:Restriction ;
488 owl:allValuesFrom ILAP:ProjectExecutionPlan ; 522 owl:allValuesFrom ILAP:ProjectExecutionPlan ;
489 - owl:onProperty ILAP:hasPlanRollUpPlan 523 + owl:onProperty ILAP:hasPlanSubplan
490 - ] ;
491 - rdfs:subClassOf
492 - [ rdf:type owl:Restriction ;
493 - owl:allValuesFrom BRREG:LegalEntity ;
494 - owl:onProperty ILAP:hasPlanResponsible
495 - ] ;
496 - rdfs:subClassOf
497 - [ rdf:type owl:Restriction ;
498 - owl:onProperty ILAP:hasPlanLevel ;
499 - owl:someValuesFrom ILAP:PlanLevel
500 ] ; 524 ] ;
501 rdfs:subClassOf 525 rdfs:subClassOf
502 [ rdf:type owl:Restriction ; 526 [ rdf:type owl:Restriction ;
...@@ -507,6 +531,11 @@ ILAP:ProjectExecutionPlan ...@@ -507,6 +531,11 @@ ILAP:ProjectExecutionPlan
507 ] ; 531 ] ;
508 rdfs:subClassOf 532 rdfs:subClassOf
509 [ rdf:type owl:Restriction ; 533 [ rdf:type owl:Restriction ;
534 + owl:allValuesFrom BRREG:LegalEntity ;
535 + owl:onProperty ILAP:hasPlanResponsible
536 + ] ;
537 + rdfs:subClassOf
538 + [ rdf:type owl:Restriction ;
510 owl:maxQualifiedCardinality 539 owl:maxQualifiedCardinality
511 "1"^^xsd:nonNegativeInteger ; 540 "1"^^xsd:nonNegativeInteger ;
512 owl:onClass ILAP:PlanLevel ; 541 owl:onClass ILAP:PlanLevel ;
...@@ -514,8 +543,8 @@ ILAP:ProjectExecutionPlan ...@@ -514,8 +543,8 @@ ILAP:ProjectExecutionPlan
514 ] ; 543 ] ;
515 rdfs:subClassOf 544 rdfs:subClassOf
516 [ rdf:type owl:Restriction ; 545 [ rdf:type owl:Restriction ;
517 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 546 + owl:onProperty ILAP:hasPlanContentType ;
518 - owl:onProperty ILAP:hasPlanLifecycleStage 547 + owl:someValuesFrom ILAP:PlanContentType
519 ] ; 548 ] ;
520 rdfs:subClassOf 549 rdfs:subClassOf
521 [ rdf:type owl:Restriction ; 550 [ rdf:type owl:Restriction ;
...@@ -524,13 +553,18 @@ ILAP:ProjectExecutionPlan ...@@ -524,13 +553,18 @@ ILAP:ProjectExecutionPlan
524 ] ; 553 ] ;
525 rdfs:subClassOf 554 rdfs:subClassOf
526 [ rdf:type owl:Restriction ; 555 [ rdf:type owl:Restriction ;
527 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 556 + owl:onProperty ILAP:hasPlanLevel ;
528 - owl:onProperty ILAP:hasPlanSubplan 557 + owl:someValuesFrom ILAP:PlanLevel
529 ] ; 558 ] ;
530 rdfs:subClassOf 559 rdfs:subClassOf
531 [ rdf:type owl:Restriction ; 560 [ rdf:type owl:Restriction ;
532 - owl:allValuesFrom ILAP:PlanObjectiveType ; 561 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
533 - owl:onProperty ILAP:hasPlanObjectiveType 562 + owl:onProperty ILAP:hasPlanAsset
563 + ] ;
564 + rdfs:subClassOf
565 + [ rdf:type owl:Restriction ;
566 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
567 + owl:onProperty ILAP:hasPlanRollUpPlan
534 ] . 568 ] .
535 569
536 ILAP:ProjectType 570 ILAP:ProjectType
...@@ -539,18 +573,18 @@ ILAP:ProjectType ...@@ -539,18 +573,18 @@ ILAP:ProjectType
539 rdfs:subClassOf owl:Thing . 573 rdfs:subClassOf owl:Thing .
540 574
541 ILAP:Regular8To16WorkingDayCalendar 575 ILAP:Regular8To16WorkingDayCalendar
542 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 576 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
543 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 577 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
544 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . 578 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .
545 579
546 ILAP:Reservoir_Drilling 580 ILAP:Reservoir_Drilling
547 rdf:type ILAP:RiskFactor ; 581 rdf:type ILAP:RiskFactor ;
548 rdfs:label "Reservoir Drilling"^^xsd:string . 582 rdfs:label "Reservoir Drilling"^^xsd:string .
549 583
550 ILAP:Resource 584 ILAP:Resource
551 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 585 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
552 rdfs:label "Resource"^^xsd:string ; 586 rdfs:label "Resource"^^xsd:string ;
553 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . 587 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
554 588
555 ILAP:ResourceEstimate 589 ILAP:ResourceEstimate
556 rdf:type owl:Class ; 590 rdf:type owl:Class ;
...@@ -558,14 +592,14 @@ ILAP:ResourceEstimate ...@@ -558,14 +592,14 @@ ILAP:ResourceEstimate
558 rdfs:subClassOf ILAP:ResourceStructure . 592 rdfs:subClassOf ILAP:ResourceStructure .
559 593
560 ILAP:ResourceProfile 594 ILAP:ResourceProfile
561 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 595 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
562 rdfs:label "Resource profile"^^xsd:string ; 596 rdfs:label "Resource profile"^^xsd:string ;
563 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . 597 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
564 598
565 ILAP:ResourceProfilePoint 599 ILAP:ResourceProfilePoint
566 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 600 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
567 rdfs:label "resource Profile point"^^xsd:string ; 601 rdfs:label "resource Profile point"^^xsd:string ;
568 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . 602 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
569 603
570 ILAP:ResourceStructure 604 ILAP:ResourceStructure
571 rdf:type owl:Class ; 605 rdf:type owl:Class ;
...@@ -573,17 +607,17 @@ ILAP:ResourceStructure ...@@ -573,17 +607,17 @@ ILAP:ResourceStructure
573 rdfs:subClassOf ILAP:Network . 607 rdfs:subClassOf ILAP:Network .
574 608
575 ILAP:ResponsibleOrganization 609 ILAP:ResponsibleOrganization
576 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 610 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
577 rdfs:label "Responsible organization"^^xsd:string ; 611 rdfs:label "Responsible organization"^^xsd:string ;
578 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . 612 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing .
579 613
580 ILAP:ResponsiblePerson 614 ILAP:ResponsiblePerson
581 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; 615 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
582 rdfs:label "Responsible"^^xsd:string ; 616 rdfs:label "Responsible"^^xsd:string ;
583 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . 617 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .
584 618
585 ILAP:Result 619 ILAP:Result
586 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 620 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
587 rdfs:label "Result"^^xsd:string ; 621 rdfs:label "Result"^^xsd:string ;
588 rdfs:subClassOf owl:Thing . 622 rdfs:subClassOf owl:Thing .
589 623
...@@ -598,9 +632,9 @@ ILAP:RiskFactor ...@@ -598,9 +632,9 @@ ILAP:RiskFactor
598 rdfs:subClassOf owl:Thing . 632 rdfs:subClassOf owl:Thing .
599 633
600 ILAP:Schedule 634 ILAP:Schedule
601 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 635 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
602 rdfs:label "Scheduled Activity Network"^^xsd:string ; 636 rdfs:label "Scheduled Activity Network"^^xsd:string ;
603 - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; 637 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
604 rdfs:subClassOf 638 rdfs:subClassOf
605 [ rdf:type owl:Restriction ; 639 [ rdf:type owl:Restriction ;
606 owl:maxQualifiedCardinality 640 owl:maxQualifiedCardinality
...@@ -610,22 +644,22 @@ ILAP:Schedule ...@@ -610,22 +644,22 @@ ILAP:Schedule
610 ] . 644 ] .
611 645
612 ILAP:ScheduledActivity 646 ILAP:ScheduledActivity
613 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 647 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
614 rdfs:label "Activity in Network Schedule"^^xsd:string ; 648 rdfs:label "Activity in Network Schedule"^^xsd:string ;
615 rdfs:subClassOf ILAP:PlannedActivity ; 649 rdfs:subClassOf ILAP:PlannedActivity ;
616 rdfs:subClassOf 650 rdfs:subClassOf
617 [ rdf:type owl:Restriction ; 651 [ rdf:type owl:Restriction ;
618 owl:maxQualifiedCardinality 652 owl:maxQualifiedCardinality
619 "1"^^xsd:nonNegativeInteger ; 653 "1"^^xsd:nonNegativeInteger ;
620 - owl:onClass ILAP:PlannedActivity ; 654 + owl:onClass ILAP:Schedule ;
621 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 655 + owl:onProperty ILAP:hasActivitySchedule
622 ] ; 656 ] ;
623 rdfs:subClassOf 657 rdfs:subClassOf
624 [ rdf:type owl:Restriction ; 658 [ rdf:type owl:Restriction ;
625 owl:maxQualifiedCardinality 659 owl:maxQualifiedCardinality
626 "1"^^xsd:nonNegativeInteger ; 660 "1"^^xsd:nonNegativeInteger ;
627 - owl:onClass ILAP:Schedule ; 661 + owl:onClass ILAP:PlannedActivity ;
628 - owl:onProperty ILAP:hasActivitySchedule 662 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
629 ] . 663 ] .
630 664
631 ILAP:ScheduledMilestone 665 ILAP:ScheduledMilestone
...@@ -638,9 +672,9 @@ ILAP:Shallow_Gas ...@@ -638,9 +672,9 @@ ILAP:Shallow_Gas
638 rdfs:label "Shallow Gas"^^xsd:string . 672 rdfs:label "Shallow Gas"^^xsd:string .
639 673
640 ILAP:Source 674 ILAP:Source
641 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 675 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
642 rdfs:label "Source"^^xsd:string ; 676 rdfs:label "Source"^^xsd:string ;
643 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . 677 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
644 678
645 ILAP:SourceSpecifiedUserField 679 ILAP:SourceSpecifiedUserField
646 rdf:type owl:Class ; 680 rdf:type owl:Class ;
...@@ -653,22 +687,22 @@ ILAP:SpecifiedUserField ...@@ -653,22 +687,22 @@ ILAP:SpecifiedUserField
653 rdfs:subClassOf ILAP:UserField . 687 rdfs:subClassOf ILAP:UserField .
654 688
655 ILAP:StartToFinish 689 ILAP:StartToFinish
656 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 690 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
657 rdfs:label "Start to finish"^^xsd:string ; 691 rdfs:label "Start to finish"^^xsd:string ;
658 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 692 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
659 693
660 ILAP:StartToStart 694 ILAP:StartToStart
661 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 695 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
662 rdfs:label "Start to start"^^xsd:string ; 696 rdfs:label "Start to start"^^xsd:string ;
663 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 697 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
664 698
665 ILAP:Status 699 ILAP:Status
666 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; 700 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
667 rdfs:label "Status"^^xsd:string ; 701 rdfs:label "Status"^^xsd:string ;
668 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . 702 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
669 703
670 ILAP:TargetSchedule 704 ILAP:TargetSchedule
671 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 705 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
672 rdfs:label "Target schedule"^^xsd:string ; 706 rdfs:label "Target schedule"^^xsd:string ;
673 rdfs:subClassOf ILAP:Schedule . 707 rdfs:subClassOf ILAP:Schedule .
674 708
...@@ -683,7 +717,7 @@ ILAP:UnitBased ...@@ -683,7 +717,7 @@ ILAP:UnitBased
683 rdfs:subClassOf ILAP:Resource . 717 rdfs:subClassOf ILAP:Resource .
684 718
685 ILAP:UserField 719 ILAP:UserField
686 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; 720 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
687 rdfs:label "User field"^^xsd:string ; 721 rdfs:label "User field"^^xsd:string ;
688 rdfs:subClassOf ILAP:Data ; 722 rdfs:subClassOf ILAP:Data ;
689 rdfs:subClassOf 723 rdfs:subClassOf
...@@ -697,16 +731,16 @@ ILAP:UserField ...@@ -697,16 +731,16 @@ ILAP:UserField
697 ILAP:Value 731 ILAP:Value
698 rdf:type owl:Class ; 732 rdf:type owl:Class ;
699 rdfs:label "Value"^^xsd:string ; 733 rdfs:label "Value"^^xsd:string ;
700 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . 734 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
701 735
702 ILAP:Vessel_Operation 736 ILAP:Vessel_Operation
703 rdf:type ILAP:RiskFactor ; 737 rdf:type ILAP:RiskFactor ;
704 rdfs:label "Vessel Operation"^^xsd:string . 738 rdfs:label "Vessel Operation"^^xsd:string .
705 739
706 ILAP:WeekendsFreeCalendar 740 ILAP:WeekendsFreeCalendar
707 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 741 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
708 rdfs:label "Weekends free calendar"^^xsd:string ; 742 rdfs:label "Weekends free calendar"^^xsd:string ;
709 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . 743 + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
710 744
711 ILAP:WorkOrder 745 ILAP:WorkOrder
712 rdf:type owl:Class ; 746 rdf:type owl:Class ;
...@@ -714,18 +748,18 @@ ILAP:WorkOrder ...@@ -714,18 +748,18 @@ ILAP:WorkOrder
714 rdfs:subClassOf ILAP:WorkTask . 748 rdfs:subClassOf ILAP:WorkTask .
715 749
716 ILAP:WorkTask 750 ILAP:WorkTask
717 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 751 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
718 rdfs:label "Work task"^^xsd:string ; 752 rdfs:label "Work task"^^xsd:string ;
719 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; 753 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
720 rdfs:subClassOf 754 rdfs:subClassOf
721 [ rdf:type owl:Restriction ; 755 [ rdf:type owl:Restriction ;
722 - owl:allValuesFrom BRREG:LegalEntity ; 756 + owl:onProperty ILAP:hasWorkTaskActivity ;
723 - owl:onProperty ILAP:hasWorkTaskResponsible 757 + owl:someValuesFrom ILAP:Activity
724 ] ; 758 ] ;
725 rdfs:subClassOf 759 rdfs:subClassOf
726 [ rdf:type owl:Restriction ; 760 [ rdf:type owl:Restriction ;
727 - owl:onProperty ILAP:hasWorkTaskActivity ; 761 + owl:allValuesFrom BRREG:LegalEntity ;
728 - owl:someValuesFrom ILAP:Activity 762 + owl:onProperty ILAP:hasWorkTaskResponsible
729 ] . 763 ] .
730 764
731 ILAP:WorkTaskStatus 765 ILAP:WorkTaskStatus
...@@ -825,7 +859,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -825,7 +859,7 @@ ILAP:hasActivityPhysicalPercentComplete
825 rdfs:range xsd:float . 859 rdfs:range xsd:float .
826 860
827 ILAP:hasActivityPlan 861 ILAP:hasActivityPlan
828 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 862 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
829 rdfs:domain ILAP:PlannedActivity ; 863 rdfs:domain ILAP:PlannedActivity ;
830 rdfs:label "has activity plan"^^xsd:string ; 864 rdfs:label "has activity plan"^^xsd:string ;
831 rdfs:range ILAP:ProjectExecutionPlan . 865 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -873,7 +907,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -873,7 +907,7 @@ ILAP:hasActivityResponsibleOrganization
873 rdfs:range ILAP:ResponsibleOrganization . 907 rdfs:range ILAP:ResponsibleOrganization .
874 908
875 ILAP:hasActivityResponsiblePerson 909 ILAP:hasActivityResponsiblePerson
876 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 910 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
877 rdfs:domain ILAP:PlannedActivity ; 911 rdfs:domain ILAP:PlannedActivity ;
878 rdfs:label "has activity responsible"^^xsd:string ; 912 rdfs:label "has activity responsible"^^xsd:string ;
879 rdfs:range ILAP:ResponsiblePerson . 913 rdfs:range ILAP:ResponsiblePerson .
...@@ -908,7 +942,7 @@ ILAP:hasActivityStatus ...@@ -908,7 +942,7 @@ ILAP:hasActivityStatus
908 rdfs:range ILAP:Status . 942 rdfs:range ILAP:Status .
909 943
910 ILAP:hasActivitySuccessor 944 ILAP:hasActivitySuccessor
911 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 945 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
912 rdfs:domain ILAP:PlannedActivity ; 946 rdfs:domain ILAP:PlannedActivity ;
913 rdfs:label "has activity successor"^^xsd:string ; 947 rdfs:label "has activity successor"^^xsd:string ;
914 rdfs:range ILAP:ActivityDependency ; 948 rdfs:range ILAP:ActivityDependency ;
...@@ -969,7 +1003,7 @@ ILAP:hasCalendarDate ...@@ -969,7 +1003,7 @@ ILAP:hasCalendarDate
969 rdfs:label "has calendar date"^^xsd:string . 1003 rdfs:label "has calendar date"^^xsd:string .
970 1004
971 ILAP:hasCalendarFreePeriod 1005 ILAP:hasCalendarFreePeriod
972 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1006 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
973 rdfs:domain ILAP:Calendar ; 1007 rdfs:domain ILAP:Calendar ;
974 rdfs:label "has calendarcalendar free period"^^xsd:string ; 1008 rdfs:label "has calendarcalendar free period"^^xsd:string ;
975 rdfs:range ILAP:CalendarFreePeriod . 1009 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1246,7 +1280,7 @@ ILAP:hasPlanRegulator ...@@ -1246,7 +1280,7 @@ ILAP:hasPlanRegulator
1246 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1280 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1247 1281
1248 ILAP:hasPlanResponsible 1282 ILAP:hasPlanResponsible
1249 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1283 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1250 rdfs:domain ILAP:ResponsibleOrganization ; 1284 rdfs:domain ILAP:ResponsibleOrganization ;
1251 rdfs:label "has plan responsible"^^xsd:string . 1285 rdfs:label "has plan responsible"^^xsd:string .
1252 1286
...@@ -1405,7 +1439,7 @@ ILAP:hasScheduledStart ...@@ -1405,7 +1439,7 @@ ILAP:hasScheduledStart
1405 rdfs:subPropertyOf ILAP:hasScheduleDate . 1439 rdfs:subPropertyOf ILAP:hasScheduleDate .
1406 1440
1407 ILAP:hasSuccessorActivity 1441 ILAP:hasSuccessorActivity
1408 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1442 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1409 rdfs:domain ILAP:ActivityDependency ; 1443 rdfs:domain ILAP:ActivityDependency ;
1410 rdfs:label "has successor activity "^^xsd:string ; 1444 rdfs:label "has successor activity "^^xsd:string ;
1411 rdfs:range ILAP:PlannedActivity ; 1445 rdfs:range ILAP:PlannedActivity ;
......
1 -# baseURI: http://ILAP_1.5_(git)/StandardData
2 -
3 -@prefix : <http://ILAP_1.5_(git)/StandardData#> .
4 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
8 -
9 -<http://ILAP_1.5_(git)/StandardData>
10 - rdf:type owl:Ontology ;
11 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
12 -
13 -:Criticality
14 - rdf:type owl:Class ;
15 - rdfs:label "Criticality"^^xsd:string ;
16 - rdfs:subClassOf owl:Thing .
17 -
18 -:Priority
19 - rdf:type owl:Class ;
20 - rdfs:label "Priority"^^xsd:string ;
21 - rdfs:subClassOf owl:Thing .