Completed updating label definition and ordering of all object and datatype prop…
…erties in ILAP Planning Core
Showing
1 changed file
with
128 additions
and
85 deletions
... | @@ -133,6 +133,12 @@ | ... | @@ -133,6 +133,12 @@ |
133 | rdfs:subClassOf [ | 133 | rdfs:subClassOf [ |
134 | rdf:type owl:Restriction ; | 134 | rdf:type owl:Restriction ; |
135 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 135 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
136 | + owl:onClass :RiskFactor ; | ||
137 | + owl:onProperty :hasRisk ; | ||
138 | + ] ; | ||
139 | + rdfs:subClassOf [ | ||
140 | + rdf:type owl:Restriction ; | ||
141 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
136 | owl:onClass :ScheduleForActivityInPlan ; | 142 | owl:onClass :ScheduleForActivityInPlan ; |
137 | owl:onProperty :hasSchedule ; | 143 | owl:onProperty :hasSchedule ; |
138 | ] ; | 144 | ] ; |
... | @@ -189,7 +195,7 @@ | ... | @@ -189,7 +195,7 @@ |
189 | rdf:type owl:Restriction ; | 195 | rdf:type owl:Restriction ; |
190 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 196 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
191 | owl:onClass :MaterialOrderStatus ; | 197 | owl:onClass :MaterialOrderStatus ; |
192 | - owl:onProperty :hasActivityMaterialOrderStatus ; | 198 | + owl:onProperty :hasMaterialOrderStatus ; |
193 | ] ; | 199 | ] ; |
194 | . | 200 | . |
195 | :ActivityStatus | 201 | :ActivityStatus |
... | @@ -617,7 +623,7 @@ | ... | @@ -617,7 +623,7 @@ |
617 | . | 623 | . |
618 | :Cost | 624 | :Cost |
619 | rdf:type owl:Class ; | 625 | rdf:type owl:Class ; |
620 | - rdfs:comment "A Property denoting an expense of something."^^xsd:string ; | 626 | + rdfs:comment "A Property denoting an expense of something that is a monetary valuation of (1) effort, (2) material, (3) resources, (4) time and utilities consumed, (5) risks incurred, and (6) opportunity forgone in executing an activity. Costs can be both direct and indirect. All expenses are costs, but not all costs (such as those incurred in acquisition of an income-generating asset) are expenses."^^xsd:string ; |
621 | rdfs:label "Cost"^^xsd:string ; | 627 | rdfs:label "Cost"^^xsd:string ; |
622 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ; | 628 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ; |
623 | rdfs:subClassOf owl:Thing ; | 629 | rdfs:subClassOf owl:Thing ; |
... | @@ -641,7 +647,7 @@ | ... | @@ -641,7 +647,7 @@ |
641 | . | 647 | . |
642 | :Criticality | 648 | :Criticality |
643 | rdf:type owl:Class ; | 649 | rdf:type owl:Class ; |
644 | - rdfs:comment "A System Descriptor that describes the importance of avoiding failure of (one or more) activities."^^xsd:string ; | 650 | + rdfs:comment "A Single Property Dimension that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ; |
645 | rdfs:label "Criticality"^^xsd:string ; | 651 | rdfs:label "Criticality"^^xsd:string ; |
646 | rdfs:subClassOf :SystemDescriptor ; | 652 | rdfs:subClassOf :SystemDescriptor ; |
647 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7947106> ; | 653 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7947106> ; |
... | @@ -980,7 +986,7 @@ | ... | @@ -980,7 +986,7 @@ |
980 | . | 986 | . |
981 | :GeoraphicLocation | 987 | :GeoraphicLocation |
982 | rdf:type owl:Class ; | 988 | rdf:type owl:Class ; |
983 | - rdfs:comment "A Location that is a geographical position, typically used to specify where a Facility or Organization is located, and normally specified according to NPD for offshore facilities and BRREG for onshore activities."^^xsd:string ; | 989 | + rdfs:comment "A Location that is a geographical position, used to specify the location a Facility or Site, normally specified according to NPD for offshore facilities and BRREG for onshore sites."^^xsd:string ; |
984 | rdfs:label "Georaphic location"^^xsd:string ; | 990 | rdfs:label "Georaphic location"^^xsd:string ; |
985 | rdfs:subClassOf :Location ; | 991 | rdfs:subClassOf :Location ; |
986 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2225253101> ; | 992 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2225253101> ; |
... | @@ -1073,6 +1079,18 @@ | ... | @@ -1073,6 +1079,18 @@ |
1073 | rdfs:label "Location"^^xsd:string ; | 1079 | rdfs:label "Location"^^xsd:string ; |
1074 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS8645837> ; | 1080 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS8645837> ; |
1075 | rdfs:subClassOf owl:Thing ; | 1081 | rdfs:subClassOf owl:Thing ; |
1082 | + rdfs:subClassOf [ | ||
1083 | + rdf:type owl:Restriction ; | ||
1084 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
1085 | + owl:onDataRange xsd:string ; | ||
1086 | + owl:onProperty :hasLocationLatitude ; | ||
1087 | + ] ; | ||
1088 | + rdfs:subClassOf [ | ||
1089 | + rdf:type owl:Restriction ; | ||
1090 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
1091 | + owl:onDataRange xsd:string ; | ||
1092 | + owl:onProperty :hasLocationLongitude ; | ||
1093 | + ] ; | ||
1076 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS436813841> ; | 1094 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS436813841> ; |
1077 | . | 1095 | . |
1078 | :LowCriticality | 1096 | :LowCriticality |
... | @@ -1096,7 +1114,7 @@ | ... | @@ -1096,7 +1114,7 @@ |
1096 | . | 1114 | . |
1097 | :MainWorkCenter | 1115 | :MainWorkCenter |
1098 | rdf:type owl:Class ; | 1116 | rdf:type owl:Class ; |
1099 | - rdfs:comment "A Work Center where the main part of the activity takes place"^^xsd:string ; | 1117 | + rdfs:comment "A Work Center where the main part of the activity takes place."^^xsd:string ; |
1100 | rdfs:label "Main work center"^^xsd:string ; | 1118 | rdfs:label "Main work center"^^xsd:string ; |
1101 | rdfs:subClassOf :WorkCenter ; | 1119 | rdfs:subClassOf :WorkCenter ; |
1102 | . | 1120 | . |
... | @@ -1201,7 +1219,7 @@ | ... | @@ -1201,7 +1219,7 @@ |
1201 | . | 1219 | . |
1202 | :OperationalWorkCenter | 1220 | :OperationalWorkCenter |
1203 | rdf:type owl:Class ; | 1221 | rdf:type owl:Class ; |
1204 | - rdfs:comment "A Work Center where operational activity takes place"^^xsd:string ; | 1222 | + rdfs:comment "A Work Center where operational activity takes place."^^xsd:string ; |
1205 | rdfs:label "Operational work center"^^xsd:string ; | 1223 | rdfs:label "Operational work center"^^xsd:string ; |
1206 | rdfs:subClassOf :WorkCenter ; | 1224 | rdfs:subClassOf :WorkCenter ; |
1207 | . | 1225 | . |
... | @@ -1289,8 +1307,10 @@ | ... | @@ -1289,8 +1307,10 @@ |
1289 | rdf:type owl:Class ; | 1307 | rdf:type owl:Class ; |
1290 | rdfs:comment "A Period that divides the asset lifecycle into parts according to achievement of defined progress or results as basis for making decisions at Decision Gates."^^xsd:string ; | 1308 | rdfs:comment "A Period that divides the asset lifecycle into parts according to achievement of defined progress or results as basis for making decisions at Decision Gates."^^xsd:string ; |
1291 | rdfs:label "Phase"^^xsd:string ; | 1309 | rdfs:label "Phase"^^xsd:string ; |
1310 | + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS358019> ; | ||
1292 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS380969> ; | 1311 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS380969> ; |
1293 | rdfs:subClassOf owl:Thing ; | 1312 | rdfs:subClassOf owl:Thing ; |
1313 | + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS54808339156> ; | ||
1294 | . | 1314 | . |
1295 | :PhysicalLocation | 1315 | :PhysicalLocation |
1296 | rdf:type owl:Class ; | 1316 | rdf:type owl:Class ; |
... | @@ -1323,14 +1343,14 @@ | ... | @@ -1323,14 +1343,14 @@ |
1323 | rdf:type owl:Restriction ; | 1343 | rdf:type owl:Restriction ; |
1324 | :shouldUseAnyUri "true"^^xsd:boolean ; | 1344 | :shouldUseAnyUri "true"^^xsd:boolean ; |
1325 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 1345 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
1326 | - owl:onClass owl:Class ; | 1346 | + owl:onClass :Phase ; |
1327 | - owl:onProperty :hasAreaType ; | 1347 | + owl:onProperty :hasPhaseType ; |
1328 | ] ; | 1348 | ] ; |
1329 | rdfs:subClassOf [ | 1349 | rdfs:subClassOf [ |
1330 | rdf:type owl:Restriction ; | 1350 | rdf:type owl:Restriction ; |
1331 | :shouldUseAnyUri "true"^^xsd:boolean ; | 1351 | :shouldUseAnyUri "true"^^xsd:boolean ; |
1332 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 1352 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
1333 | - owl:onClass owl:Class ; | 1353 | + owl:onClass :PlanObjectiveType ; |
1334 | owl:onProperty :hasObjectiveType ; | 1354 | owl:onProperty :hasObjectiveType ; |
1335 | ] ; | 1355 | ] ; |
1336 | rdfs:subClassOf [ | 1356 | rdfs:subClassOf [ |
... | @@ -1338,14 +1358,7 @@ | ... | @@ -1338,14 +1358,7 @@ |
1338 | :shouldUseAnyUri "true"^^xsd:boolean ; | 1358 | :shouldUseAnyUri "true"^^xsd:boolean ; |
1339 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 1359 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
1340 | owl:onClass owl:Class ; | 1360 | owl:onClass owl:Class ; |
1341 | - owl:onProperty :hasPhaseType ; | 1361 | + owl:onProperty :hasAreaType ; |
1342 | - ] ; | ||
1343 | - rdfs:subClassOf [ | ||
1344 | - rdf:type owl:Restriction ; | ||
1345 | - :shouldUseAnyUri "true"^^xsd:boolean ; | ||
1346 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
1347 | - owl:onClass owl:Class ; | ||
1348 | - owl:onProperty :hasPlanType ; | ||
1349 | ] ; | 1362 | ] ; |
1350 | rdfs:subClassOf [ | 1363 | rdfs:subClassOf [ |
1351 | rdf:type owl:Restriction ; | 1364 | rdf:type owl:Restriction ; |
... | @@ -1406,6 +1419,12 @@ | ... | @@ -1406,6 +1419,12 @@ |
1406 | rdfs:subClassOf [ | 1419 | rdfs:subClassOf [ |
1407 | rdf:type owl:Restriction ; | 1420 | rdf:type owl:Restriction ; |
1408 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 1421 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
1422 | + owl:onClass :Plan ; | ||
1423 | + owl:onProperty :hasSubPlan ; | ||
1424 | + ] ; | ||
1425 | + rdfs:subClassOf [ | ||
1426 | + rdf:type owl:Restriction ; | ||
1427 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
1409 | owl:onClass :ScheduleForPlan ; | 1428 | owl:onClass :ScheduleForPlan ; |
1410 | owl:onProperty :hasSchedule ; | 1429 | owl:onProperty :hasSchedule ; |
1411 | ] ; | 1430 | ] ; |
... | @@ -1492,7 +1511,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1492,7 +1511,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1492 | . | 1511 | . |
1493 | :Planning | 1512 | :Planning |
1494 | rdf:type owl:Class ; | 1513 | rdf:type owl:Class ; |
1495 | - rdfs:comment "A 15926-4 Activity that is the creation of one or more instances of PlanForActivity in order to realise a RequiredActivity"^^xsd:string ; | 1514 | + rdfs:comment "A 15926-4 Activity that is the creation of one or more instances of PlanForActivity in order to realize a RequiredActivity."^^xsd:string ; |
1496 | rdfs:label "Planning"^^xsd:string ; | 1515 | rdfs:label "Planning"^^xsd:string ; |
1497 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ; | 1516 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ; |
1498 | rdfs:subClassOf owl:Thing ; | 1517 | rdfs:subClassOf owl:Thing ; |
... | @@ -1678,7 +1697,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1678,7 +1697,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1678 | . | 1697 | . |
1679 | :ProjectAFEid | 1698 | :ProjectAFEid |
1680 | rdf:type owl:Class ; | 1699 | rdf:type owl:Class ; |
1681 | - rdfs:comment "An Identifier which is the Project's Authorization For Expenditure (AFE)"^^xsd:string ; | 1700 | + rdfs:comment "An Identifier which is the Project's Authorization For Expenditure (AFE)."^^xsd:string ; |
1682 | rdfs:label "Project AFE ID"^^xsd:string ; | 1701 | rdfs:label "Project AFE ID"^^xsd:string ; |
1683 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS720206061> ; | 1702 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS720206061> ; |
1684 | rdfs:subClassOf owl:Thing ; | 1703 | rdfs:subClassOf owl:Thing ; |
... | @@ -1686,7 +1705,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1686,7 +1705,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1686 | . | 1705 | . |
1687 | :ProjectLeader | 1706 | :ProjectLeader |
1688 | rdf:type owl:Class ; | 1707 | rdf:type owl:Class ; |
1689 | - rdfs:comment "A Responsible that acts as leader for a Project"^^xsd:string ; | 1708 | + rdfs:comment "A Responsible that acts as leader for a Project."^^xsd:string ; |
1690 | rdfs:label "Project leader"^^xsd:string ; | 1709 | rdfs:label "Project leader"^^xsd:string ; |
1691 | rdfs:subClassOf :Responsible ; | 1710 | rdfs:subClassOf :Responsible ; |
1692 | . | 1711 | . |
... | @@ -2094,7 +2113,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2094,7 +2113,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2094 | . | 2113 | . |
2095 | :Scheduling | 2114 | :Scheduling |
2096 | rdf:type owl:Class ; | 2115 | rdf:type owl:Class ; |
2097 | - rdfs:comment "A Planning activity that is the creation of one or more instances of a ScheduleForPlan for a PlanForActivity"^^xsd:string ; | 2116 | + rdfs:comment "A Planning activity that is the creation of one or more instances of a ScheduleForPlan for a PlanForActivity."^^xsd:string ; |
2098 | rdfs:label "Scheduling"^^xsd:string ; | 2117 | rdfs:label "Scheduling"^^xsd:string ; |
2099 | rdfs:subClassOf :Planning ; | 2118 | rdfs:subClassOf :Planning ; |
2100 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9647162> ; | 2119 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9647162> ; |
... | @@ -2164,7 +2183,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2164,7 +2183,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2164 | . | 2183 | . |
2165 | :SystemDescriptor | 2184 | :SystemDescriptor |
2166 | rdf:type owl:Class ; | 2185 | rdf:type owl:Class ; |
2167 | - rdfs:comment "An Descriptor that describes something about a system."^^xsd:string ; | 2186 | + rdfs:comment "A Descriptor that describes something about a system."^^xsd:string ; |
2168 | rdfs:label "System condition"^^xsd:string ; | 2187 | rdfs:label "System condition"^^xsd:string ; |
2169 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ; | 2188 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ; |
2170 | rdfs:subClassOf owl:Thing ; | 2189 | rdfs:subClassOf owl:Thing ; |
... | @@ -2217,11 +2236,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2217,11 +2236,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2217 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 2236 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
2218 | ] ; | 2237 | ] ; |
2219 | . | 2238 | . |
2220 | -:TimeBasedResourceRef | ||
2221 | - rdf:type owl:ObjectProperty ; | ||
2222 | - rdfs:comment "A relationship between a planing object and a reference to a time based resource."^^xsd:string ; | ||
2223 | - rdfs:label "has Time Based Resource Ref"^^xsd:string ; | ||
2224 | -. | ||
2225 | :TimeBasedResourceValue | 2239 | :TimeBasedResourceValue |
2226 | rdf:type owl:Class ; | 2240 | rdf:type owl:Class ; |
2227 | :shouldHaveID "true" ; | 2241 | :shouldHaveID "true" ; |
... | @@ -2500,7 +2514,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2500,7 +2514,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2500 | . | 2514 | . |
2501 | :WorkCenter | 2515 | :WorkCenter |
2502 | rdf:type owl:Class ; | 2516 | rdf:type owl:Class ; |
2503 | - rdfs:comment "A Location where work is accomplished"^^xsd:string ; | 2517 | + rdfs:comment "A Location where work is accomplished."^^xsd:string ; |
2504 | rdfs:label "Work center"^^xsd:string ; | 2518 | rdfs:label "Work center"^^xsd:string ; |
2505 | rdfs:subClassOf :Location ; | 2519 | rdfs:subClassOf :Location ; |
2506 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS10418236677> ; | 2520 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS10418236677> ; |
... | @@ -2544,7 +2558,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2544,7 +2558,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2544 | . | 2558 | . |
2545 | :correspondsToPlan | 2559 | :correspondsToPlan |
2546 | rdf:type owl:ObjectProperty ; | 2560 | rdf:type owl:ObjectProperty ; |
2547 | - rdfs:comment "This Property is for tying Plans to the Activity they correspond to (e.g., a Work order on Level 5 is a Plan that corresponds to an Activity on Level 4)."^^xsd:string ; | 2561 | + rdfs:comment "A Relationship for tying Plans to the Activity they correspond to (e.g., a Work order on Level 5 is a Plan that corresponds to an Activity on Level 4)."^^xsd:string ; |
2548 | rdfs:label "corresponds to Plan"^^xsd:string ; | 2562 | rdfs:label "corresponds to Plan"^^xsd:string ; |
2549 | . | 2563 | . |
2550 | :dailyAvailableDuration | 2564 | :dailyAvailableDuration |
... | @@ -2554,7 +2568,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2554,7 +2568,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2554 | . | 2568 | . |
2555 | :forPlan | 2569 | :forPlan |
2556 | rdf:type owl:ObjectProperty ; | 2570 | rdf:type owl:ObjectProperty ; |
2557 | - rdfs:comment "A relationship between a planning object and a Plan."^^xsd:string ; | 2571 | + rdfs:comment "A Relationship between an object that is intended for a plan and the plan itself."^^xsd:string ; |
2558 | rdfs:label "for Plan"^^xsd:string ; | 2572 | rdfs:label "for Plan"^^xsd:string ; |
2559 | . | 2573 | . |
2560 | :hasActiveStatus | 2574 | :hasActiveStatus |
... | @@ -2579,11 +2593,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2579,11 +2593,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2579 | rdfs:label "has activity estimated weight"^^xsd:string ; | 2593 | rdfs:label "has activity estimated weight"^^xsd:string ; |
2580 | rdfs:subPropertyOf :hasActivityWeight ; | 2594 | rdfs:subPropertyOf :hasActivityWeight ; |
2581 | . | 2595 | . |
2582 | -:hasActivityMaterialOrderStatus | ||
2583 | - rdf:type owl:ObjectProperty ; | ||
2584 | - rdfs:comment "A relationship between a planning object and the status of material on order."^^xsd:string ; | ||
2585 | - rdfs:label "has Activity Material Order Status"^^xsd:string ; | ||
2586 | -. | ||
2587 | :hasActivityWeight | 2596 | :hasActivityWeight |
2588 | rdf:type owl:DatatypeProperty ; | 2597 | rdf:type owl:DatatypeProperty ; |
2589 | rdfs:comment "A property that gives the weight of a planning object."^^xsd:string ; | 2598 | rdfs:comment "A property that gives the weight of a planning object."^^xsd:string ; |
... | @@ -2629,6 +2638,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2629,6 +2638,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2629 | rdfs:comment "A relationship between a planning object and it's availability."^^xsd:string ; | 2638 | rdfs:comment "A relationship between a planning object and it's availability."^^xsd:string ; |
2630 | rdfs:label "has Availability"^^xsd:string ; | 2639 | rdfs:label "has Availability"^^xsd:string ; |
2631 | . | 2640 | . |
2641 | +:hasBaselineCreatedDate | ||
2642 | + rdf:type owl:DatatypeProperty ; | ||
2643 | + rdfs:comment "A property that gives the date a baseline was created."^^xsd:string ; | ||
2644 | + rdfs:label "has Baseline Created Date"^^xsd:string ; | ||
2645 | +. | ||
2632 | :hasCalendar | 2646 | :hasCalendar |
2633 | rdf:type owl:ObjectProperty ; | 2647 | rdf:type owl:ObjectProperty ; |
2634 | rdfs:comment "A relationship between a planning object and a calendar."^^xsd:string ; | 2648 | rdfs:comment "A relationship between a planning object and a calendar."^^xsd:string ; |
... | @@ -2636,12 +2650,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2636,12 +2650,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2636 | . | 2650 | . |
2637 | :hasCalendarSet | 2651 | :hasCalendarSet |
2638 | rdf:type owl:ObjectProperty ; | 2652 | rdf:type owl:ObjectProperty ; |
2639 | - rdfs:comment "A relationship between a planning object and a set of calendards."^^xsd:string ; | 2653 | + rdfs:comment "A relationship between a planning object and a set of calendars."^^xsd:string ; |
2640 | rdfs:label "has Calendar Set"^^xsd:string ; | 2654 | rdfs:label "has Calendar Set"^^xsd:string ; |
2641 | . | 2655 | . |
2642 | :hasCompletelyFreeField | 2656 | :hasCompletelyFreeField |
2643 | rdf:type owl:ObjectProperty ; | 2657 | rdf:type owl:ObjectProperty ; |
2644 | - rdfs:comment "A relationship between a planning object and a data feld that is completely freely defined."^^xsd:string ; | 2658 | + rdfs:comment "A relationship between a planning object and a data field that is completely freely defined."^^xsd:string ; |
2645 | rdfs:label "has Completely Free Field"^^xsd:string ; | 2659 | rdfs:label "has Completely Free Field"^^xsd:string ; |
2646 | rdfs:range :CompletelyFreeField ; | 2660 | rdfs:range :CompletelyFreeField ; |
2647 | . | 2661 | . |
... | @@ -2662,7 +2676,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2662,7 +2676,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2662 | . | 2676 | . |
2663 | :hasCurrentProgress | 2677 | :hasCurrentProgress |
2664 | rdf:type owl:DatatypeProperty ; | 2678 | rdf:type owl:DatatypeProperty ; |
2665 | - rdfs:comment "A property that gives thecurrent progress of a planning object."^^xsd:string ; | 2679 | + rdfs:comment "A property that gives the current progress of a planning object. "^^xsd:string ; |
2666 | rdfs:label "has Current Progress"^^xsd:string ; | 2680 | rdfs:label "has Current Progress"^^xsd:string ; |
2667 | . | 2681 | . |
2668 | :hasDateSet | 2682 | :hasDateSet |
... | @@ -2755,12 +2769,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2755,12 +2769,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2755 | . | 2769 | . |
2756 | :hasFnetDate | 2770 | :hasFnetDate |
2757 | rdf:type owl:DatatypeProperty ; | 2771 | rdf:type owl:DatatypeProperty ; |
2758 | - rdfs:comment "The Activity must Finish No Earlier Than this date"^^xsd:string ; | 2772 | + rdfs:comment "The Activity must Finish No Earlier than this date."^^xsd:string ; |
2759 | rdfs:label "has FNET Date"^^xsd:string ; | 2773 | rdfs:label "has FNET Date"^^xsd:string ; |
2760 | . | 2774 | . |
2761 | :hasFnltDate | 2775 | :hasFnltDate |
2762 | rdf:type owl:DatatypeProperty ; | 2776 | rdf:type owl:DatatypeProperty ; |
2763 | - rdfs:comment "The Activity must Finish No Later Than this date. This corresponds to Target Complete Late in Safran."^^xsd:string ; | 2777 | + rdfs:comment "The Activity must Finish No Later than this date. This corresponds to Target Complete Late in Safran."^^xsd:string ; |
2764 | rdfs:label "has FNLT Date"^^xsd:string ; | 2778 | rdfs:label "has FNLT Date"^^xsd:string ; |
2765 | . | 2779 | . |
2766 | :hasFreeField | 2780 | :hasFreeField |
... | @@ -2812,26 +2826,41 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2812,26 +2826,41 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2812 | rdfs:comment "A relationship between a planning object and a type of level."^^xsd:string ; | 2826 | rdfs:comment "A relationship between a planning object and a type of level."^^xsd:string ; |
2813 | rdfs:label "has Level Type"^^xsd:string ; | 2827 | rdfs:label "has Level Type"^^xsd:string ; |
2814 | . | 2828 | . |
2829 | +:hasLocationLatitude | ||
2830 | + rdf:type owl:DatatypeProperty ; | ||
2831 | + rdfs:comment "A Property that holds the Latitude of a Location."^^xsd:string ; | ||
2832 | + rdfs:label "has Location Latitude"^^xsd:string ; | ||
2833 | +. | ||
2834 | +:hasLocationLongitude | ||
2835 | + rdf:type owl:DatatypeProperty ; | ||
2836 | + rdfs:comment "A Property that holds the Longitude of a Location."^^xsd:string ; | ||
2837 | + rdfs:label "has Location Longitude"^^xsd:string ; | ||
2838 | +. | ||
2815 | :hasMainContractor | 2839 | :hasMainContractor |
2816 | rdf:type owl:ObjectProperty ; | 2840 | rdf:type owl:ObjectProperty ; |
2817 | - rdfs:comment "A relationship between a planing object and a responsible organization and an organization that has the role main contractor."^^xsd:string ; | 2841 | + rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role main contractor."^^xsd:string ; |
2818 | rdfs:label "has Main Contractor"^^xsd:string ; | 2842 | rdfs:label "has Main Contractor"^^xsd:string ; |
2819 | rdfs:range :Contractor ; | 2843 | rdfs:range :Contractor ; |
2820 | - rdfs:subPropertyOf :hasResponsibleOrganization ; | 2844 | + rdfs:subPropertyOf :hasResponsible ; |
2821 | . | 2845 | . |
2822 | :hasManHours | 2846 | :hasManHours |
2823 | rdf:type owl:DatatypeProperty ; | 2847 | rdf:type owl:DatatypeProperty ; |
2824 | rdfs:comment "A property that gives a number of manhours associated with a planning object."^^xsd:string ; | 2848 | rdfs:comment "A property that gives a number of manhours associated with a planning object."^^xsd:string ; |
2825 | rdfs:label "has Manhours"^^xsd:string ; | 2849 | rdfs:label "has Manhours"^^xsd:string ; |
2826 | . | 2850 | . |
2851 | +:hasMaterialOrderStatus | ||
2852 | + rdf:type owl:ObjectProperty ; | ||
2853 | + rdfs:comment "A relationship between a planning object and the status of material on order."^^xsd:string ; | ||
2854 | + rdfs:label "has Material Order Status"^^xsd:string ; | ||
2855 | +. | ||
2827 | :hasMfoDate | 2856 | :hasMfoDate |
2828 | rdf:type owl:DatatypeProperty ; | 2857 | rdf:type owl:DatatypeProperty ; |
2829 | - rdfs:comment "the Activity Must Finish On this date. This corresponds to Fixed Finish in Safran. "^^xsd:string ; | 2858 | + rdfs:comment "The Activity Must Finish On this date. This corresponds to Fixed Finish in Safran. "^^xsd:string ; |
2830 | rdfs:label "has MFO Date"^^xsd:string ; | 2859 | rdfs:label "has MFO Date"^^xsd:string ; |
2831 | . | 2860 | . |
2832 | :hasMsoDate | 2861 | :hasMsoDate |
2833 | rdf:type owl:DatatypeProperty ; | 2862 | rdf:type owl:DatatypeProperty ; |
2834 | - rdfs:comment "the Activity Must Start On this date. This corresponds to Fixed Start in Safran."^^xsd:string ; | 2863 | + rdfs:comment "The Activity Must Start On this date. This corresponds to Fixed Start in Safran."^^xsd:string ; |
2835 | rdfs:label "has MSO Date"^^xsd:string ; | 2864 | rdfs:label "has MSO Date"^^xsd:string ; |
2836 | . | 2865 | . |
2837 | :hasName | 2866 | :hasName |
... | @@ -2852,10 +2881,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2852,10 +2881,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2852 | . | 2881 | . |
2853 | :hasOperator | 2882 | :hasOperator |
2854 | rdf:type owl:ObjectProperty ; | 2883 | rdf:type owl:ObjectProperty ; |
2855 | - rdfs:comment "A relationship between a planing object and a responsible organization and an organization that has the role operator."^^xsd:string ; | 2884 | + rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role operator."^^xsd:string ; |
2856 | rdfs:label "has Operator"^^xsd:string ; | 2885 | rdfs:label "has Operator"^^xsd:string ; |
2857 | rdfs:range :Operator ; | 2886 | rdfs:range :Operator ; |
2858 | - rdfs:subPropertyOf :hasResponsibleOrganization ; | 2887 | + rdfs:subPropertyOf :hasResponsible ; |
2859 | . | 2888 | . |
2860 | :hasOperatorsRequiredEndDate | 2889 | :hasOperatorsRequiredEndDate |
2861 | rdf:type owl:DatatypeProperty ; | 2890 | rdf:type owl:DatatypeProperty ; |
... | @@ -2864,12 +2893,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2864,12 +2893,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2864 | . | 2893 | . |
2865 | :hasParentActivity | 2894 | :hasParentActivity |
2866 | rdf:type owl:ObjectProperty ; | 2895 | rdf:type owl:ObjectProperty ; |
2867 | - rdfs:comment "A relationship between a planning object (such as an Activity) and the (higher order) Activity to which it belongs."^^xsd:string ; | 2896 | + rdfs:comment "A Relationship between a Planned Activity and a part of the same Planned Activity (e.g., between the complete Activity and the completed and remaining parts of the Activity during project execution)."^^xsd:string ; |
2868 | rdfs:label "has Parent Activity"^^xsd:string ; | 2897 | rdfs:label "has Parent Activity"^^xsd:string ; |
2869 | . | 2898 | . |
2870 | :hasParentPlan | 2899 | :hasParentPlan |
2871 | rdf:type owl:ObjectProperty ; | 2900 | rdf:type owl:ObjectProperty ; |
2872 | - rdfs:comment "A relationship between a planning object (such as a Plan) and the (higher order) Plan to which it belongs."^^xsd:string ; | 2901 | + rdfs:comment "A Relationship between a Plan and a partial Plan at the same Plan Level."^^xsd:string ; |
2873 | rdfs:label "has Parent Plan"^^xsd:string ; | 2902 | rdfs:label "has Parent Plan"^^xsd:string ; |
2874 | . | 2903 | . |
2875 | :hasPercentageComplete | 2904 | :hasPercentageComplete |
... | @@ -2879,12 +2908,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2879,12 +2908,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2879 | . | 2908 | . |
2880 | :hasPeriod | 2909 | :hasPeriod |
2881 | rdf:type owl:ObjectProperty ; | 2910 | rdf:type owl:ObjectProperty ; |
2882 | - rdfs:comment "A relationship between a planing object and a time period."^^xsd:string ; | 2911 | + rdfs:comment "A relationship between a planning object and a time period."^^xsd:string ; |
2883 | rdfs:label "has Period"^^xsd:string ; | 2912 | rdfs:label "has Period"^^xsd:string ; |
2884 | . | 2913 | . |
2885 | :hasPhaseType | 2914 | :hasPhaseType |
2886 | rdf:type owl:ObjectProperty ; | 2915 | rdf:type owl:ObjectProperty ; |
2887 | - rdfs:comment "A relationship between a planing object and a type of Phase."^^xsd:string ; | 2916 | + rdfs:comment "A relationship between a planning object and a type of Phase."^^xsd:string ; |
2888 | rdfs:label "has Phase Type"^^xsd:string ; | 2917 | rdfs:label "has Phase Type"^^xsd:string ; |
2889 | . | 2918 | . |
2890 | :hasPhysicalPercentComplete | 2919 | :hasPhysicalPercentComplete |
... | @@ -2894,12 +2923,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2894,12 +2923,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2894 | . | 2923 | . |
2895 | :hasPlan | 2924 | :hasPlan |
2896 | rdf:type owl:ObjectProperty ; | 2925 | rdf:type owl:ObjectProperty ; |
2897 | - rdfs:comment "A relationship between a planing object and a plan."^^xsd:string ; | 2926 | + rdfs:comment "A relationship between a planning object and a plan."^^xsd:string ; |
2898 | rdfs:label "has Plan"^^xsd:string ; | 2927 | rdfs:label "has Plan"^^xsd:string ; |
2899 | . | 2928 | . |
2900 | :hasPlanType | 2929 | :hasPlanType |
2901 | rdf:type owl:ObjectProperty ; | 2930 | rdf:type owl:ObjectProperty ; |
2902 | - rdfs:comment "A relationship between a planing object and a type of plan."^^xsd:string ; | 2931 | + rdfs:comment "A relationship between a planning object and a time period."^^xsd:string ; |
2903 | rdfs:label "has Plan Type"^^xsd:string ; | 2932 | rdfs:label "has Plan Type"^^xsd:string ; |
2904 | . | 2933 | . |
2905 | :hasPlannedProgress | 2934 | :hasPlannedProgress |
... | @@ -2909,32 +2938,32 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2909,32 +2938,32 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2909 | . | 2938 | . |
2910 | :hasPlatform | 2939 | :hasPlatform |
2911 | rdf:type owl:ObjectProperty ; | 2940 | rdf:type owl:ObjectProperty ; |
2912 | - rdfs:comment "A relationship between a planning object and (some form of an) Oil Platform."^^xsd:string ; | 2941 | + rdfs:comment "A hasAsset relationship between a planning object and (some form of an) Oil Platform."^^xsd:string ; |
2913 | rdfs:subPropertyOf :hasAsset ; | 2942 | rdfs:subPropertyOf :hasAsset ; |
2914 | . | 2943 | . |
2915 | :hasPreviousPeriod | 2944 | :hasPreviousPeriod |
2916 | rdf:type owl:ObjectProperty ; | 2945 | rdf:type owl:ObjectProperty ; |
2917 | - rdfs:comment "A relationship between a planing object and an earlier time period."^^xsd:string ; | 2946 | + rdfs:comment "A relationship between a planning object and an earlier time period."^^xsd:string ; |
2918 | rdfs:label "has Previous Period"^^xsd:string ; | 2947 | rdfs:label "has Previous Period"^^xsd:string ; |
2919 | . | 2948 | . |
2920 | :hasPreviousScheduleForPlan | 2949 | :hasPreviousScheduleForPlan |
2921 | rdf:type owl:ObjectProperty ; | 2950 | rdf:type owl:ObjectProperty ; |
2922 | - rdfs:comment "A relationship between a planing object and an earlier version of the schedule."^^xsd:string ; | 2951 | + rdfs:comment "A relationship between a planning object and an earlier version of the schedule."^^xsd:string ; |
2923 | rdfs:label "has Previous Schedule for Plan"^^xsd:string ; | 2952 | rdfs:label "has Previous Schedule for Plan"^^xsd:string ; |
2924 | . | 2953 | . |
2925 | :hasProfile | 2954 | :hasProfile |
2926 | rdf:type owl:ObjectProperty ; | 2955 | rdf:type owl:ObjectProperty ; |
2927 | - rdfs:comment "A relationship between a planing object and a profile."^^xsd:string ; | 2956 | + rdfs:comment "A relationship between a planning object and a profile."^^xsd:string ; |
2928 | rdfs:label "has Profile"^^xsd:string ; | 2957 | rdfs:label "has Profile"^^xsd:string ; |
2929 | . | 2958 | . |
2930 | :hasProfileSet | 2959 | :hasProfileSet |
2931 | rdf:type owl:ObjectProperty ; | 2960 | rdf:type owl:ObjectProperty ; |
2932 | - rdfs:comment "A relationship between a planing object and a set of profiles."^^xsd:string ; | 2961 | + rdfs:comment "A relationship between a planning object and a set of profiles."^^xsd:string ; |
2933 | rdfs:label "has Profile Set"^^xsd:string ; | 2962 | rdfs:label "has Profile Set"^^xsd:string ; |
2934 | . | 2963 | . |
2935 | :hasProject | 2964 | :hasProject |
2936 | rdf:type owl:ObjectProperty ; | 2965 | rdf:type owl:ObjectProperty ; |
2937 | - rdfs:comment "A relationship between a planing object and a project."^^xsd:string ; | 2966 | + rdfs:comment "A relationship between a planning object and a project."^^xsd:string ; |
2938 | rdfs:label "has Project"^^xsd:string ; | 2967 | rdfs:label "has Project"^^xsd:string ; |
2939 | . | 2968 | . |
2940 | :hasQuantity | 2969 | :hasQuantity |
... | @@ -2959,44 +2988,44 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2959,44 +2988,44 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2959 | . | 2988 | . |
2960 | :hasResource | 2989 | :hasResource |
2961 | rdf:type owl:ObjectProperty ; | 2990 | rdf:type owl:ObjectProperty ; |
2962 | - rdfs:comment "A relationship between a planing object and a resource."^^xsd:string ; | 2991 | + rdfs:comment "A relationship between a planning object and a resource."^^xsd:string ; |
2963 | rdfs:label "has Resource"^^xsd:string ; | 2992 | rdfs:label "has Resource"^^xsd:string ; |
2964 | . | 2993 | . |
2965 | :hasResourceSet | 2994 | :hasResourceSet |
2966 | rdf:type owl:ObjectProperty ; | 2995 | rdf:type owl:ObjectProperty ; |
2967 | - rdfs:comment "A relationship between a planing object and a set of resources."^^xsd:string ; | 2996 | + rdfs:comment "A relationship between a planning object and a set of resources."^^xsd:string ; |
2968 | rdfs:label "has Resource Set"^^xsd:string ; | 2997 | rdfs:label "has Resource Set"^^xsd:string ; |
2969 | . | 2998 | . |
2970 | :hasResourceType | 2999 | :hasResourceType |
2971 | rdf:type owl:ObjectProperty ; | 3000 | rdf:type owl:ObjectProperty ; |
2972 | - rdfs:comment "A relationship between a planing object and a set of resources."^^xsd:string ; | 3001 | + rdfs:comment "A relationship between a planning object and a set of resources."^^xsd:string ; |
2973 | rdfs:label "has Resource Type"^^xsd:string ; | 3002 | rdfs:label "has Resource Type"^^xsd:string ; |
2974 | . | 3003 | . |
2975 | :hasResponsible | 3004 | :hasResponsible |
2976 | rdf:type owl:ObjectProperty ; | 3005 | rdf:type owl:ObjectProperty ; |
2977 | - rdfs:comment "A relationship between a planing object and a responsible organization or person."^^xsd:string ; | 3006 | + rdfs:comment "A relationship between a planning object and a responsible organization or person."^^xsd:string ; |
2978 | rdfs:domain :Activity ; | 3007 | rdfs:domain :Activity ; |
2979 | rdfs:label "has Responsible"^^xsd:string ; | 3008 | rdfs:label "has Responsible"^^xsd:string ; |
2980 | rdfs:range :Responsible ; | 3009 | rdfs:range :Responsible ; |
2981 | . | 3010 | . |
2982 | -:hasResponsibleOrganization | ||
2983 | - rdf:type owl:ObjectProperty ; | ||
2984 | - rdfs:comment "A relationship between a planing object and a responsible organization."^^xsd:string ; | ||
2985 | - rdfs:label "has Responsible Organization"^^xsd:string ; | ||
2986 | -. | ||
2987 | :hasResult | 3011 | :hasResult |
2988 | rdf:type owl:ObjectProperty ; | 3012 | rdf:type owl:ObjectProperty ; |
2989 | - rdfs:comment "A relationship between a planing object and a result from an activity."^^xsd:string ; | 3013 | + rdfs:comment "A relationship between a planning object and a result from an activity."^^xsd:string ; |
2990 | rdfs:label "has Result"^^xsd:string ; | 3014 | rdfs:label "has Result"^^xsd:string ; |
2991 | . | 3015 | . |
2992 | :hasResultType | 3016 | :hasResultType |
2993 | rdf:type owl:ObjectProperty ; | 3017 | rdf:type owl:ObjectProperty ; |
2994 | - rdfs:comment "A relationship between a planing object and a type of result."^^xsd:string ; | 3018 | + rdfs:comment "A relationship between a planning object and a type of result."^^xsd:string ; |
2995 | rdfs:label "has Result Type"^^xsd:string ; | 3019 | rdfs:label "has Result Type"^^xsd:string ; |
2996 | . | 3020 | . |
3021 | +:hasRisk | ||
3022 | + rdf:type owl:ObjectProperty ; | ||
3023 | + rdfs:comment "A relationship between a planning object and a risk factor."^^xsd:string ; | ||
3024 | + rdfs:label "has risk"^^xsd:string ; | ||
3025 | +. | ||
2997 | :hasSchedule | 3026 | :hasSchedule |
2998 | rdf:type owl:ObjectProperty ; | 3027 | rdf:type owl:ObjectProperty ; |
2999 | - rdfs:comment "A relationship between a planing object and a schedule."^^xsd:string ; | 3028 | + rdfs:comment "A relationship between a planning object and a schedule."^^xsd:string ; |
3000 | rdfs:label "has Schedule"^^xsd:string ; | 3029 | rdfs:label "has Schedule"^^xsd:string ; |
3001 | . | 3030 | . |
3002 | :hasShort | 3031 | :hasShort |
... | @@ -3006,7 +3035,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3006,7 +3035,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
3006 | . | 3035 | . |
3007 | :hasShutdownActivity | 3036 | :hasShutdownActivity |
3008 | rdf:type owl:ObjectProperty ; | 3037 | rdf:type owl:ObjectProperty ; |
3009 | - rdfs:comment "A relationship between a planing object and a shutdown activity."^^xsd:string ; | 3038 | + rdfs:comment "A relationship between a planning object and a shutdown activity."^^xsd:string ; |
3010 | rdfs:domain :Shutdown ; | 3039 | rdfs:domain :Shutdown ; |
3011 | rdfs:label "has Shutdown Activity"^^xsd:string ; | 3040 | rdfs:label "has Shutdown Activity"^^xsd:string ; |
3012 | rdfs:range :ActivityInPlan ; | 3041 | rdfs:range :ActivityInPlan ; |
... | @@ -3028,12 +3057,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3028,12 +3057,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
3028 | . | 3057 | . |
3029 | :hasSourceSpecificUserfield | 3058 | :hasSourceSpecificUserfield |
3030 | rdf:type owl:ObjectProperty ; | 3059 | rdf:type owl:ObjectProperty ; |
3031 | - rdfs:comment "A relationship between a planing object and a user specified field from a specified source."^^xsd:string ; | 3060 | + rdfs:comment "A relationship between a planning object and a user specified field from a specified source."^^xsd:string ; |
3032 | rdfs:label "has Source Specified User Field"^^xsd:string ; | 3061 | rdfs:label "has Source Specified User Field"^^xsd:string ; |
3033 | . | 3062 | . |
3034 | :hasSpecifiedUserField | 3063 | :hasSpecifiedUserField |
3035 | rdf:type owl:ObjectProperty ; | 3064 | rdf:type owl:ObjectProperty ; |
3036 | - rdfs:comment "A relationship between a planing object and a user specified field."^^xsd:string ; | 3065 | + rdfs:comment "A relationship between a planning object and a user specified field."^^xsd:string ; |
3037 | rdfs:label "has Specified User Field"^^xsd:string ; | 3066 | rdfs:label "has Specified User Field"^^xsd:string ; |
3038 | . | 3067 | . |
3039 | :hasStart | 3068 | :hasStart |
... | @@ -3055,29 +3084,33 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3055,29 +3084,33 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
3055 | . | 3084 | . |
3056 | :hasSubContractor | 3085 | :hasSubContractor |
3057 | rdf:type owl:ObjectProperty ; | 3086 | rdf:type owl:ObjectProperty ; |
3058 | - rdfs:comment "A relationship between a planing object and a responsible organization and an organization that has the role sub contractor."^^xsd:string ; | 3087 | + rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role sub contractor."^^xsd:string ; |
3059 | rdfs:label "has Sub Contractor"^^xsd:string ; | 3088 | rdfs:label "has Sub Contractor"^^xsd:string ; |
3060 | rdfs:range :Contractor ; | 3089 | rdfs:range :Contractor ; |
3061 | - rdfs:subPropertyOf :hasResponsibleOrganization ; | 3090 | + rdfs:subPropertyOf :hasResponsible ; |
3091 | +. | ||
3092 | +:hasSubPlan | ||
3093 | + rdf:type owl:ObjectProperty ; | ||
3094 | + rdfs:label "has sub plan"^^xsd:string ; | ||
3062 | . | 3095 | . |
3063 | :hasSubProject | 3096 | :hasSubProject |
3064 | rdf:type owl:ObjectProperty ; | 3097 | rdf:type owl:ObjectProperty ; |
3065 | - rdfs:comment "A relationship between a planing object and a sub plan"^^xsd:string ; | 3098 | + rdfs:comment "A relationship between a planning object and a sub project."^^xsd:string ; |
3066 | rdfs:label "has Sub Project"^^xsd:string ; | 3099 | rdfs:label "has Sub Project"^^xsd:string ; |
3067 | . | 3100 | . |
3068 | :hasSuccessorActivity | 3101 | :hasSuccessorActivity |
3069 | rdf:type owl:ObjectProperty ; | 3102 | rdf:type owl:ObjectProperty ; |
3070 | - rdfs:comment "A relationship between a planing object and a successor (constraint)."^^xsd:string ; | 3103 | + rdfs:comment "A Relationship between an activity dependency (Constraint) and a Planned Activity that follows it."^^xsd:string ; |
3071 | rdfs:label "has Successor Activity"^^xsd:string ; | 3104 | rdfs:label "has Successor Activity"^^xsd:string ; |
3072 | . | 3105 | . |
3073 | :hasTimeBasedResource | 3106 | :hasTimeBasedResource |
3074 | rdf:type owl:ObjectProperty ; | 3107 | rdf:type owl:ObjectProperty ; |
3075 | - rdfs:comment "A relationship between a planing object and a time based resource."^^xsd:string ; | 3108 | + rdfs:comment "A relationship between a planning object and a time based resource."^^xsd:string ; |
3076 | rdfs:label "has Time Based Resource"^^xsd:string ; | 3109 | rdfs:label "has Time Based Resource"^^xsd:string ; |
3077 | . | 3110 | . |
3078 | :hasTimeSet | 3111 | :hasTimeSet |
3079 | rdf:type owl:ObjectProperty ; | 3112 | rdf:type owl:ObjectProperty ; |
3080 | - rdfs:comment "A relationship between a planing object and a set of time periods."^^xsd:string ; | 3113 | + rdfs:comment "A relationship between a planning object and a set of time periods."^^xsd:string ; |
3081 | rdfs:label "has Time Set"^^xsd:string ; | 3114 | rdfs:label "has Time Set"^^xsd:string ; |
3082 | . | 3115 | . |
3083 | :hasTotalFloat | 3116 | :hasTotalFloat |
... | @@ -3086,7 +3119,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3086,7 +3119,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
3086 | . | 3119 | . |
3087 | :hasTypeOfWork | 3120 | :hasTypeOfWork |
3088 | rdf:type owl:ObjectProperty ; | 3121 | rdf:type owl:ObjectProperty ; |
3089 | - rdfs:comment "A relationship between a planing object and a type of work."^^xsd:string ; | 3122 | + rdfs:comment "A relationship between a planning object and a type of work."^^xsd:string ; |
3090 | rdfs:label "has Type of Work"^^xsd:string ; | 3123 | rdfs:label "has Type of Work"^^xsd:string ; |
3091 | . | 3124 | . |
3092 | :hasValue | 3125 | :hasValue |
... | @@ -3096,12 +3129,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3096,12 +3129,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
3096 | . | 3129 | . |
3097 | :hasWeekday | 3130 | :hasWeekday |
3098 | rdf:type owl:ObjectProperty ; | 3131 | rdf:type owl:ObjectProperty ; |
3099 | - rdfs:comment "A relationship between a planing object and a week day (i.e., other than weekend)."^^xsd:string ; | 3132 | + rdfs:comment "A relationship between a planning object and a week day (i.e., other than weekend)."^^xsd:string ; |
3100 | rdfs:label "has Weekday"^^xsd:string ; | 3133 | rdfs:label "has Weekday"^^xsd:string ; |
3101 | . | 3134 | . |
3102 | :hasWell | 3135 | :hasWell |
3103 | rdf:type owl:ObjectProperty ; | 3136 | rdf:type owl:ObjectProperty ; |
3104 | - rdfs:comment "A relationship between a planning object and (some type of) Well."^^xsd:string ; | 3137 | + rdfs:comment "A hasAsset relationship between a planning object and (some type of) Well."^^xsd:string ; |
3105 | rdfs:label "has Well"^^xsd:string ; | 3138 | rdfs:label "has Well"^^xsd:string ; |
3106 | rdfs:subPropertyOf :hasAsset ; | 3139 | rdfs:subPropertyOf :hasAsset ; |
3107 | . | 3140 | . |
... | @@ -3112,7 +3145,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3112,7 +3145,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
3112 | . | 3145 | . |
3113 | :hasWorkPeriod | 3146 | :hasWorkPeriod |
3114 | rdf:type owl:ObjectProperty ; | 3147 | rdf:type owl:ObjectProperty ; |
3115 | - rdfs:comment "A relationship between a planing object and a work period."^^xsd:string ; | 3148 | + rdfs:comment "A relationship between a planning object and a work period."^^xsd:string ; |
3116 | rdfs:label "has Work Period"^^xsd:string ; | 3149 | rdfs:label "has Work Period"^^xsd:string ; |
3117 | . | 3150 | . |
3118 | :hasX | 3151 | :hasX |
... | @@ -3177,11 +3210,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3177,11 +3210,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
3177 | :now | 3210 | :now |
3178 | rdf:type owl:DatatypeProperty ; | 3211 | rdf:type owl:DatatypeProperty ; |
3179 | rdfs:comment "This is not left untouched in Safran."^^xsd:string ; | 3212 | rdfs:comment "This is not left untouched in Safran."^^xsd:string ; |
3180 | - rdfs:label "A property that current time and status of a planning object."^^xsd:string ; | 3213 | + rdfs:label "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ; |
3181 | . | 3214 | . |
3182 | :partOfSchedule | 3215 | :partOfSchedule |
3183 | rdf:type owl:ObjectProperty ; | 3216 | rdf:type owl:ObjectProperty ; |
3184 | - rdfs:comment "A relationship between a planing object and part of a schedule."^^xsd:string ; | 3217 | + rdfs:comment "A relationship between a planning object and part of a schedule."^^xsd:string ; |
3185 | rdfs:label "part of Schedule"^^xsd:string ; | 3218 | rdfs:label "part of Schedule"^^xsd:string ; |
3186 | . | 3219 | . |
3187 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 3220 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
... | @@ -3224,6 +3257,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3224,6 +3257,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
3224 | rdf:type owl:AnnotationProperty ; | 3257 | rdf:type owl:AnnotationProperty ; |
3225 | rdfs:range xsd:boolean ; | 3258 | rdfs:range xsd:boolean ; |
3226 | . | 3259 | . |
3260 | +:timeBasedResourceRef | ||
3261 | + rdf:type owl:ObjectProperty ; | ||
3262 | + rdfs:comment "A relationship between a planning object and a reference to a time based resource."^^xsd:string ; | ||
3263 | + rdfs:label "time Based Resource Ref"^^xsd:string ; | ||
3264 | +. | ||
3227 | userfield:SourceSpecifiedUserField | 3265 | userfield:SourceSpecifiedUserField |
3228 | rdfs:comment "A class that holds the (User Defined) Free Text Field values (xsd:string)."^^xsd:string ; | 3266 | rdfs:comment "A class that holds the (User Defined) Free Text Field values (xsd:string)."^^xsd:string ; |
3229 | . | 3267 | . |
... | @@ -3260,6 +3298,11 @@ userfield:hasShutdownType | ... | @@ -3260,6 +3298,11 @@ userfield:hasShutdownType |
3260 | rdfs:label "NPD Field"^^xsd:string ; | 3298 | rdfs:label "NPD Field"^^xsd:string ; |
3261 | rdfs:subClassOf :Field ; | 3299 | rdfs:subClassOf :Field ; |
3262 | . | 3300 | . |
3301 | +<http://data.posccaesar.org/npd/ontology/ilap-interface/OperatingCompany> | ||
3302 | + rdf:type owl:Class ; | ||
3303 | + rdfs:label "NPD: Operating Company"^^xsd:string ; | ||
3304 | + rdfs:subClassOf :Operator ; | ||
3305 | +. | ||
3263 | <http://data.posccaesar.org/npd/ontology/ilap-interface/Well> | 3306 | <http://data.posccaesar.org/npd/ontology/ilap-interface/Well> |
3264 | rdf:type owl:Class ; | 3307 | rdf:type owl:Class ; |
3265 | rdfs:label "NPD Well"^^xsd:string ; | 3308 | rdfs:label "NPD Well"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment