Tore Christiansen

Added superclasses and definitions from ISO 15926 for the remaining classes

1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<projectDescription>
3 + <name>ILAP 2.5 (git)</name>
4 + <comment></comment>
5 + <projects>
6 + </projects>
7 + <buildSpec>
8 + </buildSpec>
9 + <natures>
10 + </natures>
11 +</projectDescription>
...@@ -3,69 +3,72 @@ ...@@ -3,69 +3,72 @@
3 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding 3 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding
4 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding 4 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding
5 5
6 -@prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> . 6 +# c14n-version: 3
7 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 7 +@prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> .
8 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
9 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 10 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 - 11 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> 12 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS>
13 - rdf:type owl:Ontology ; 13 + rdf:type owl:Ontology ;
14 - rdfs:comment """This ontology is a representation of NORSOK Z-014. The Introduction of the standard describes it as follows. 14 + rdfs:comment """This ontology is a representation of NORSOK Z-014. The Introduction of the standard describes it as follows.
15 This NORSOK standard describes a system for coding of cost and weight estimates and as-built/experience data which has been recognised for some time as standard cost coding system (SCCS). 15 This NORSOK standard describes a system for coding of cost and weight estimates and as-built/experience data which has been recognised for some time as standard cost coding system (SCCS).
16 The SCCS was originally developed in 1989 by the three Norwegian oil companies Norsk Hydro, Saga Petroleum and Statoil with purpose of standardisation and specification of a cost coding system. The Norwegian Petroleum Directorate (NPD) joined the work to ensure consistency between the new standard and NPD`s requirements for reporting to their INVERS database. 16 The SCCS was originally developed in 1989 by the three Norwegian oil companies Norsk Hydro, Saga Petroleum and Statoil with purpose of standardisation and specification of a cost coding system. The Norwegian Petroleum Directorate (NPD) joined the work to ensure consistency between the new standard and NPD`s requirements for reporting to their INVERS database.
17 The SCCS is designed to provide a uniform coding basis for the estimate preparation and to serve as a standard for collecting/collating historical data. 17 The SCCS is designed to provide a uniform coding basis for the estimate preparation and to serve as a standard for collecting/collating historical data.
18 This NORSOK standard has been developed on basis of the SCCS to update, improve and simplify previous edition no. 2 of the system from 1992 and to open for ownership, input and support from the entire Norwegian petroleum industry. NPD’s ‘Veiledning til PUD/PAD’, states that cost reporting should be coded according to SCCS."""^^xsd:string ; 18 This NORSOK standard has been developed on basis of the SCCS to update, improve and simplify previous edition no. 2 of the system from 1992 and to open for ownership, input and support from the entire Norwegian petroleum industry. NPD’s ‘Veiledning til PUD/PAD’, states that cost reporting should be coded according to SCCS."""^^xsd:string ;
19 - rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ; 19 + rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ;
20 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> ; 20 + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> ;
21 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 21 + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> ;
22 - 22 + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> ;
23 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
24 +.
23 SCCS:SAB_D 25 SCCS:SAB_D
24 - rdf:type owl:Class ; 26 + rdf:type owl:Class ;
25 - rdfs:label "SAB development phase"^^xsd:string ; 27 + rdfs:label "SAB development phase"^^xsd:string ;
26 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . 28 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
27 - 29 +.
28 SCCS:SAB_E 30 SCCS:SAB_E
29 - rdf:type owl:Class ; 31 + rdf:type owl:Class ;
30 - rdfs:label "SAB exploration phase"^^xsd:string ; 32 + rdfs:label "SAB exploration phase"^^xsd:string ;
31 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . 33 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
32 - 34 +.
33 SCCS:SAB_O 35 SCCS:SAB_O
34 - rdf:type owl:Class ; 36 + rdf:type owl:Class ;
35 - rdfs:label "SAB operation phase"^^xsd:string ; 37 + rdfs:label "SAB operation phase"^^xsd:string ;
36 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . 38 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
37 - 39 +.
38 SCCS:SAB_P 40 SCCS:SAB_P
39 - rdf:type owl:Class ; 41 + rdf:type owl:Class ;
40 - rdfs:label "SAB planning phase"^^xsd:string ; 42 + rdfs:label "SAB planning phase"^^xsd:string ;
41 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . 43 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
42 - 44 +.
43 SCCS:SAB_R 45 SCCS:SAB_R
44 - rdf:type owl:Class ; 46 + rdf:type owl:Class ;
45 - rdfs:label "SAB removal phase"^^xsd:string ; 47 + rdfs:label "SAB removal phase"^^xsd:string ;
46 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . 48 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
47 - 49 +.
48 SCCS:SAB_S 50 SCCS:SAB_S
49 - rdf:type owl:Class ; 51 + rdf:type owl:Class ;
50 - rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ; 52 + rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ;
51 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . 53 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> ;
52 - 54 +.
53 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 55 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
54 - rdf:type owl:Class ; 56 + rdf:type owl:Class ;
55 - rdfs:label "COR Thing"^^xsd:string ; 57 + rdfs:label "COR Thing"^^xsd:string ;
56 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> . 58 +.
57 -
58 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 59 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
59 - rdf:type owl:Class ; 60 + rdf:type owl:Class ;
60 - rdfs:label "PBS Thing"^^xsd:string ; 61 + rdfs:label "PBS Thing"^^xsd:string ;
61 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> . 62 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> ;
62 - 63 +.
63 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 64 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
64 - rdf:type owl:Class ; 65 + rdf:type owl:Class ;
65 - rdfs:label "SAB Thing"^^xsd:string ; 66 + rdfs:label "SAB Thing"^^xsd:string ;
66 - rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> . 67 + rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> ;
67 - 68 +.
68 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> 69 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing>
69 - rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> , owl:Class ; 70 + rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ;
70 - rdfs:comment "A Thing that is classified according to the NORSOK Z-014 Standard Cost Coding System (SCCS)"^^xsd:string ; 71 + rdf:type owl:Class ;
71 - rdfs:label "SCCS Thing"^^xsd:string . 72 + rdfs:comment "A Thing that is classified according to the NORSOK Z-014 Standard Cost Coding System (SCCS)"^^xsd:string ;
73 + rdfs:label "SCCS Thing"^^xsd:string ;
74 +.
......
...@@ -154,13 +154,15 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -154,13 +154,15 @@ userfield:hasFreeFieldForSpecifiedUserField
154 :Asset 154 :Asset
155 rdf:type owl:Class ; 155 rdf:type owl:Class ;
156 rdfs:comment "A Arranged Individual that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets related to exploration, development and operation of petrochemical reserves."^^xsd:string ; 156 rdfs:comment "A Arranged Individual that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets related to exploration, development and operation of petrochemical reserves."^^xsd:string ;
157 + rdfs:label "Asset"^^xsd:string ;
157 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS436990091> ; 158 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS436990091> ;
158 rdfs:subClassOf owl:Thing ; 159 rdfs:subClassOf owl:Thing ;
159 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4326435842> ; 160 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4326435842> ;
160 . 161 .
161 :Availability 162 :Availability
162 rdf:type owl:Class ; 163 rdf:type owl:Class ;
163 - rdfs:label "A Property that is the ability of an item (under combined aspects of its reliability, maintainability and maintenance support) to perform its required function at a stated instant of time over a stated period of time (BS 4778)."^^xsd:string ; 164 + rdfs:comment "A Property that is the ability of an item (under combined aspects of its reliability, maintainability and maintenance support) to perform its required function at a stated instant of time over a stated period of time (BS 4778)."^^xsd:string ;
165 + rdfs:label "Availability"^^xsd:string ;
164 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ; 166 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
165 rdfs:subClassOf owl:Thing ; 167 rdfs:subClassOf owl:Thing ;
166 rdfs:subClassOf [ 168 rdfs:subClassOf [
...@@ -279,6 +281,7 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -279,6 +281,7 @@ userfield:hasFreeFieldForSpecifiedUserField
279 rdf:type owl:Class ; 281 rdf:type owl:Class ;
280 :shouldHaveID "true" ; 282 :shouldHaveID "true" ;
281 rdfs:comment "An Information Object that defines holidays, weekends, regular working hours and shifts applicable to the duration of a Plan or Schedule. It is used in the planning process for developing the schedule."^^xsd:string ; 283 rdfs:comment "An Information Object that defines holidays, weekends, regular working hours and shifts applicable to the duration of a Plan or Schedule. It is used in the planning process for developing the schedule."^^xsd:string ;
284 + rdfs:label "Calendar"^^xsd:string ;
282 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ; 285 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ;
283 rdfs:subClassOf owl:Thing ; 286 rdfs:subClassOf owl:Thing ;
284 rdfs:subClassOf [ 287 rdfs:subClassOf [
...@@ -328,8 +331,8 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -328,8 +331,8 @@ userfield:hasFreeFieldForSpecifiedUserField
328 :CalendarSet 331 :CalendarSet
329 rdf:type owl:Class ; 332 rdf:type owl:Class ;
330 :shouldHaveID "true" ; 333 :shouldHaveID "true" ;
331 - rdfs:comment "A Information Object that defines a set of Calendars."^^xsd:string ; 334 + rdfs:comment "A Function that is a collection of Calendars."^^xsd:string ;
332 - rdfs:label "An Information Object that is a collection of Calendars"^^xsd:string ; 335 + rdfs:label "Calendar Set"^^xsd:string ;
333 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ; 336 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ;
334 rdfs:subClassOf owl:Thing ; 337 rdfs:subClassOf owl:Thing ;
335 rdfs:subClassOf [ 338 rdfs:subClassOf [
...@@ -394,7 +397,9 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -394,7 +397,9 @@ userfield:hasFreeFieldForSpecifiedUserField
394 . 397 .
395 :CompletelyFreeField 398 :CompletelyFreeField
396 rdf:type owl:Class ; 399 rdf:type owl:Class ;
400 + rdfs:comment "A Data Field that holds variables and values defined by the User."^^xsd:string ;
397 rdfs:label "Completely free field"^^xsd:string ; 401 rdfs:label "Completely free field"^^xsd:string ;
402 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS17611736> ;
398 rdfs:subClassOf owl:Thing ; 403 rdfs:subClassOf owl:Thing ;
399 rdfs:subClassOf [ 404 rdfs:subClassOf [
400 rdf:type owl:Restriction ; 405 rdf:type owl:Restriction ;
...@@ -413,6 +418,7 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -413,6 +418,7 @@ userfield:hasFreeFieldForSpecifiedUserField
413 rdf:type owl:Class ; 418 rdf:type owl:Class ;
414 :shouldHaveID "true" ; 419 :shouldHaveID "true" ;
415 rdfs:comment "A Regulation that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ; 420 rdfs:comment "A Regulation that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ;
421 + rdfs:label "Constraint"^^xsd:string ;
416 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7953078> ; 422 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7953078> ;
417 rdfs:subClassOf owl:Thing ; 423 rdfs:subClassOf owl:Thing ;
418 rdfs:subClassOf [ 424 rdfs:subClassOf [
...@@ -455,6 +461,7 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -455,6 +461,7 @@ userfield:hasFreeFieldForSpecifiedUserField
455 rdf:type lci:ClassOfIndividual ; 461 rdf:type lci:ClassOfIndividual ;
456 rdf:type owl:Class ; 462 rdf:type owl:Class ;
457 rdfs:comment "A Metric Space Point that specifies location."^^xsd:string ; 463 rdfs:comment "A Metric Space Point that specifies location."^^xsd:string ;
464 + rdfs:label "Coordinate"^^xsd:string ;
458 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4746617448> ; 465 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4746617448> ;
459 rdfs:subClassOf owl:Thing ; 466 rdfs:subClassOf owl:Thing ;
460 rdfs:subClassOf [ 467 rdfs:subClassOf [
...@@ -479,10 +486,11 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -479,10 +486,11 @@ userfield:hasFreeFieldForSpecifiedUserField
479 rdfs:subClassOf owl:Thing ; 486 rdfs:subClassOf owl:Thing ;
480 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7945027> ; 487 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7945027> ;
481 . 488 .
482 -:CostBased 489 +:CostBasedResource
483 rdf:type owl:Class ; 490 rdf:type owl:Class ;
484 :shouldHaveID "true" ; 491 :shouldHaveID "true" ;
485 rdfs:comment "A Resource that is limited by its cost."^^xsd:string ; 492 rdfs:comment "A Resource that is limited by its cost."^^xsd:string ;
493 + rdfs:label "Cost Based Resource"^^xsd:string ;
486 rdfs:subClassOf :Resource ; 494 rdfs:subClassOf :Resource ;
487 . 495 .
488 :Criticality 496 :Criticality
...@@ -507,6 +515,7 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -507,6 +515,7 @@ userfield:hasFreeFieldForSpecifiedUserField
507 :DailyRepeatPeriod 515 :DailyRepeatPeriod
508 rdf:type owl:Class ; 516 rdf:type owl:Class ;
509 rdfs:comment "A Period that is repeated every day."^^xsd:string ; 517 rdfs:comment "A Period that is repeated every day."^^xsd:string ;
518 + rdfs:label "Daily Repeat Period"^^xsd:string ;
510 rdfs:subClassOf :Period ; 519 rdfs:subClassOf :Period ;
511 . 520 .
512 :Data 521 :Data
...@@ -576,6 +585,7 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -576,6 +585,7 @@ userfield:hasFreeFieldForSpecifiedUserField
576 :ExternalReference 585 :ExternalReference
577 rdf:type owl:Class ; 586 rdf:type owl:Class ;
578 rdfs:comment "A Reference Data Item that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ; 587 rdfs:comment "A Reference Data Item that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ;
588 + rdfs:label "External Reference"^^xsd:string ;
579 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS729777231> ; 589 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS729777231> ;
580 rdfs:subClassOf owl:Thing ; 590 rdfs:subClassOf owl:Thing ;
581 rdfs:subClassOf [ 591 rdfs:subClassOf [
...@@ -615,12 +625,14 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -615,12 +625,14 @@ userfield:hasFreeFieldForSpecifiedUserField
615 . 625 .
616 :FF 626 :FF
617 rdf:type owl:Class ; 627 rdf:type owl:Class ;
618 - rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ; 628 + rdfs:comment "A Constraint (Activity Dependency) where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ;
629 + rdfs:label "Finish to Finish"^^xsd:string ;
619 rdfs:subClassOf :Constraint ; 630 rdfs:subClassOf :Constraint ;
620 . 631 .
621 :FS 632 :FS
622 rdf:type owl:Class ; 633 rdf:type owl:Class ;
623 - rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ; 634 + rdfs:comment "A Constraint (Activity Dependency) where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ;
635 + rdfs:label "Finish to Start"^^xsd:string ;
624 rdfs:subClassOf :Constraint ; 636 rdfs:subClassOf :Constraint ;
625 . 637 .
626 :Facility 638 :Facility
...@@ -632,7 +644,7 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -632,7 +644,7 @@ userfield:hasFreeFieldForSpecifiedUserField
632 . 644 .
633 :Field 645 :Field
634 rdf:type owl:Class ; 646 rdf:type owl:Class ;
635 - rdfs:comment "An Asset that is the location of reserves for production of oil and gas."^^xsd:string ; 647 + rdfs:comment "An Asset that is the location of petrochemical reserves for production of oil and gas."^^xsd:string ;
636 rdfs:label "Field"^^xsd:string ; 648 rdfs:label "Field"^^xsd:string ;
637 rdfs:subClassOf :Asset ; 649 rdfs:subClassOf :Asset ;
638 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4316634537> ; 650 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4316634537> ;
...@@ -644,6 +656,7 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -644,6 +656,7 @@ userfield:hasFreeFieldForSpecifiedUserField
644 :FreeField 656 :FreeField
645 rdf:type owl:Class ; 657 rdf:type owl:Class ;
646 rdfs:comment "A Data Field that holds variables defined by the User."^^xsd:string ; 658 rdfs:comment "A Data Field that holds variables defined by the User."^^xsd:string ;
659 + rdfs:label "Free Field"^^xsd:string ;
647 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS17611736> ; 660 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS17611736> ;
648 rdfs:subClassOf [ 661 rdfs:subClassOf [
649 rdf:type owl:Restriction ; 662 rdf:type owl:Restriction ;
...@@ -662,6 +675,7 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -662,6 +675,7 @@ userfield:hasFreeFieldForSpecifiedUserField
662 :FreeFieldSet 675 :FreeFieldSet
663 rdf:type owl:Class ; 676 rdf:type owl:Class ;
664 rdfs:comment "A Data Field that is a collection of Free Fields."^^xsd:string ; 677 rdfs:comment "A Data Field that is a collection of Free Fields."^^xsd:string ;
678 + rdfs:label "Free Field Set"^^xsd:string ;
665 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS17611736> ; 679 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS17611736> ;
666 rdfs:subClassOf owl:Thing ; 680 rdfs:subClassOf owl:Thing ;
667 rdfs:subClassOf [ 681 rdfs:subClassOf [
...@@ -687,6 +701,7 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -687,6 +701,7 @@ userfield:hasFreeFieldForSpecifiedUserField
687 rdf:type owl:Class ; 701 rdf:type owl:Class ;
688 :shouldHaveID "true" ; 702 :shouldHaveID "true" ;
689 rdfs:comment "A Value that holds Free Field variable values."^^xsd:string ; 703 rdfs:comment "A Value that holds Free Field variable values."^^xsd:string ;
704 + rdfs:label "Free Field Value"^^xsd:string ;
690 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7945844> ; 705 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7945844> ;
691 rdfs:subClassOf [ 706 rdfs:subClassOf [
692 rdf:type owl:Restriction ; 707 rdf:type owl:Restriction ;
...@@ -753,11 +768,13 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -753,11 +768,13 @@ userfield:hasFreeFieldForSpecifiedUserField
753 :NoRepeatPeriod 768 :NoRepeatPeriod
754 rdf:type owl:Class ; 769 rdf:type owl:Class ;
755 rdfs:comment "A Period that is not repeated."^^xsd:string ; 770 rdfs:comment "A Period that is not repeated."^^xsd:string ;
771 + rdfs:label "No Repeat Period"^^xsd:string ;
756 rdfs:subClassOf :Period ; 772 rdfs:subClassOf :Period ;
757 . 773 .
758 :Operation 774 :Operation
759 rdf:type owl:Class ; 775 rdf:type owl:Class ;
760 rdfs:comment "An Activity that represents work carried out in Projects, and has (often detailed) descriptions of the actual work carried out."^^xsd:string ; 776 rdfs:comment "An Activity that represents work carried out in Projects, and has (often detailed) descriptions of the actual work carried out."^^xsd:string ;
777 + rdfs:label "Operation"^^xsd:string ;
761 rdfs:subClassOf :Activity ; 778 rdfs:subClassOf :Activity ;
762 . 779 .
763 :Pending 780 :Pending
...@@ -767,6 +784,7 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -767,6 +784,7 @@ userfield:hasFreeFieldForSpecifiedUserField
767 :Period 784 :Period
768 rdf:type owl:Class ; 785 rdf:type owl:Class ;
769 rdfs:comment "A Property Dimension Instance that specifies a given amount of time."^^xsd:string ; 786 rdfs:comment "A Property Dimension Instance that specifies a given amount of time."^^xsd:string ;
787 + rdfs:label "Period"^^xsd:string ;
770 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ; 788 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
771 rdfs:subClassOf [ 789 rdfs:subClassOf [
772 rdf:type owl:Class ; 790 rdf:type owl:Class ;
...@@ -826,7 +844,7 @@ userfield:hasFreeFieldForSpecifiedUserField ...@@ -826,7 +844,7 @@ userfield:hasFreeFieldForSpecifiedUserField
826 rdf:type owl:Class ; 844 rdf:type owl:Class ;
827 :shouldHaveID "true"^^xsd:boolean ; 845 :shouldHaveID "true"^^xsd:boolean ;
828 rdfs:comment "An ISO 15926-4 Activity Class that specifies what is to be done in order to achieve an Objective."^^xsd:string ; 846 rdfs:comment "An ISO 15926-4 Activity Class that specifies what is to be done in order to achieve an Objective."^^xsd:string ;
829 - rdfs:label " Plan for Activity"^^xsd:string ; 847 + rdfs:label " Plan"^^xsd:string ;
830 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS10012097710> ; 848 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS10012097710> ;
831 rdfs:subClassOf owl:Thing ; 849 rdfs:subClassOf owl:Thing ;
832 rdfs:subClassOf [ 850 rdfs:subClassOf [
...@@ -975,6 +993,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -975,6 +993,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
975 rdf:type owl:Class ; 993 rdf:type owl:Class ;
976 :shouldHaveID "true" ; 994 :shouldHaveID "true" ;
977 rdfs:comment "An Abstract Object that specifies distribution over time."^^xsd:string ; 995 rdfs:comment "An Abstract Object that specifies distribution over time."^^xsd:string ;
996 + rdfs:label "Profile"^^xsd:string ;
978 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS1684986591> ; 997 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS1684986591> ;
979 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS47466170192> ; 998 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS47466170192> ;
980 rdfs:subClassOf owl:Thing ; 999 rdfs:subClassOf owl:Thing ;
...@@ -1002,6 +1021,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1002,6 +1021,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1002 rdf:type owl:Class ; 1021 rdf:type owl:Class ;
1003 :shouldHaveID "true" ; 1022 :shouldHaveID "true" ;
1004 rdfs:comment "A Function that is a collection of Profiles."^^xsd:string ; 1023 rdfs:comment "A Function that is a collection of Profiles."^^xsd:string ;
1024 + rdfs:label "Profile Set"^^xsd:string ;
1005 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS47466170192> ; 1025 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS47466170192> ;
1006 rdfs:subClassOf owl:Thing ; 1026 rdfs:subClassOf owl:Thing ;
1007 rdfs:subClassOf [ 1027 rdfs:subClassOf [
...@@ -1127,8 +1147,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1127,8 +1147,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1127 rdfs:subClassOf [ 1147 rdfs:subClassOf [
1128 rdf:type owl:Class ; 1148 rdf:type owl:Class ;
1129 owl:unionOf ( 1149 owl:unionOf (
1130 - :CostBased 1150 + :CostBasedResource
1131 - :TimeBased 1151 + :TimeBasedResourceValue
1132 ) ; 1152 ) ;
1133 ] ; 1153 ] ;
1134 rdfs:subClassOf [ 1154 rdfs:subClassOf [
...@@ -1142,8 +1162,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1142,8 +1162,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1142 :ResourceSet 1162 :ResourceSet
1143 rdf:type owl:Class ; 1163 rdf:type owl:Class ;
1144 :shouldHaveID "true" ; 1164 :shouldHaveID "true" ;
1145 - rdfs:comment "A Physical Object that is a collection of Resources."^^xsd:string ; 1165 + rdfs:comment "A Function that is a collection of Resources."^^xsd:string ;
1146 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4326435842> ; 1166 + rdfs:label "Resource Set"^^xsd:string ;
1167 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS47466170192> ;
1147 rdfs:subClassOf owl:Thing ; 1168 rdfs:subClassOf owl:Thing ;
1148 rdfs:subClassOf [ 1169 rdfs:subClassOf [
1149 rdf:type owl:Restriction ; 1170 rdf:type owl:Restriction ;
...@@ -1154,7 +1175,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1154,7 +1175,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1154 rdfs:subClassOf [ 1175 rdfs:subClassOf [
1155 rdf:type owl:Restriction ; 1176 rdf:type owl:Restriction ;
1156 owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1177 owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1157 - owl:onClass :TimeBasedResource ; 1178 + owl:onClass :TimeBasedResourceValue ;
1158 owl:onProperty :hasTimeBasedResource ; 1179 owl:onProperty :hasTimeBasedResource ;
1159 ] ; 1180 ] ;
1160 rdfs:subClassOf [ 1181 rdfs:subClassOf [
...@@ -1173,7 +1194,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1173,7 +1194,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1173 . 1194 .
1174 :Responsible 1195 :Responsible
1175 rdf:type owl:Class ; 1196 rdf:type owl:Class ;
1176 - rdfs:comment "An Arranged Individual that is responsible for carrying out a specified part of the Schedule."^^xsd:string ; 1197 + rdfs:comment "An Arranged Individual that is an Organization or Individual responsible for carrying out a specified part of the Schedule."^^xsd:string ;
1177 rdfs:label "Responsible"^^xsd:string ; 1198 rdfs:label "Responsible"^^xsd:string ;
1178 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS436990091> ; 1199 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS436990091> ;
1179 rdfs:subClassOf owl:Thing ; 1200 rdfs:subClassOf owl:Thing ;
...@@ -1196,12 +1217,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1196,12 +1217,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1196 . 1217 .
1197 :SF 1218 :SF
1198 rdf:type owl:Class ; 1219 rdf:type owl:Class ;
1199 - rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ; 1220 + rdfs:comment "A Constraint (Activity Dependency) where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ;
1221 + rdfs:label "Start to Finish"^^xsd:string ;
1200 rdfs:subClassOf :Constraint ; 1222 rdfs:subClassOf :Constraint ;
1201 . 1223 .
1202 :SS 1224 :SS
1203 rdf:type owl:Class ; 1225 rdf:type owl:Class ;
1204 - rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ; 1226 + rdfs:comment "A Constraint (Activity Dependency) where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ;
1227 + rdfs:label "Start to Start"^^xsd:string ;
1205 rdfs:subClassOf :Constraint ; 1228 rdfs:subClassOf :Constraint ;
1206 . 1229 .
1207 :Saturday 1230 :Saturday
...@@ -1460,7 +1483,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1460,7 +1483,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1460 :Scheduling 1483 :Scheduling
1461 rdf:type owl:Class ; 1484 rdf:type owl:Class ;
1462 rdfs:comment "A Planning activity that is the creation of one or more instances of a ScheduleForPlan for a PlanForActivity"^^xsd:string ; 1485 rdfs:comment "A Planning activity that is the creation of one or more instances of a ScheduleForPlan for a PlanForActivity"^^xsd:string ;
1463 - rdfs:label "Scheduling plan"^^xsd:string ; 1486 + rdfs:label "Scheduling"^^xsd:string ;
1464 rdfs:subClassOf :Planning ; 1487 rdfs:subClassOf :Planning ;
1465 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9647162> ; 1488 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9647162> ;
1466 . 1489 .
...@@ -1481,7 +1504,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1481,7 +1504,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1481 . 1504 .
1482 :SystemCondition 1505 :SystemCondition
1483 rdf:type owl:Class ; 1506 rdf:type owl:Class ;
1507 + rdfs:comment "A Status for the operational condition of the drilling system"^^xsd:string ;
1484 rdfs:label "System condition"^^xsd:string ; 1508 rdfs:label "System condition"^^xsd:string ;
1509 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS427322951> ;
1485 rdfs:subClassOf owl:Thing ; 1510 rdfs:subClassOf owl:Thing ;
1486 . 1511 .
1487 :TaskIsDRactivity 1512 :TaskIsDRactivity
...@@ -1495,11 +1520,55 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1495,11 +1520,55 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1495 :Thursday 1520 :Thursday
1496 rdf:type :Weekday ; 1521 rdf:type :Weekday ;
1497 . 1522 .
1498 -:TimeBased 1523 +:TimeBasedResource
1499 rdf:type owl:Class ; 1524 rdf:type owl:Class ;
1500 - :shouldHaveID "true" ;
1501 rdfs:comment "A Resource that is limited by the time it is available"^^xsd:string ; 1525 rdfs:comment "A Resource that is limited by the time it is available"^^xsd:string ;
1526 + rdfs:label "Time based resource"^^xsd:string ;
1502 rdfs:subClassOf :Resource ; 1527 rdfs:subClassOf :Resource ;
1528 +.
1529 +:TimeBasedResourceRef
1530 + rdf:type owl:ObjectProperty ;
1531 +.
1532 +:TimeBasedResourceValue
1533 + rdf:type owl:Class ;
1534 + :shouldHaveID "true" ;
1535 + rdfs:comment "A Resource Value for a Time Based Resource "^^xsd:string ;
1536 + rdfs:label "Time Based Resource"^^xsd:string ;
1537 + rdfs:subClassOf :ResourceValue ;
1538 + rdfs:subClassOf [
1539 + rdf:type owl:Class ;
1540 + owl:intersectionOf (
1541 + [
1542 + rdf:type owl:Restriction ;
1543 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1544 + owl:onDataRange xsd:decimal ;
1545 + owl:onProperty :hasDefaultRate ;
1546 + ]
1547 + [
1548 + rdf:type owl:Restriction ;
1549 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1550 + owl:onDataRange xsd:decimal ;
1551 + owl:onProperty :hasDefaultRate ;
1552 + ]
1553 + ) ;
1554 + ] ;
1555 + rdfs:subClassOf [
1556 + rdf:type owl:Class ;
1557 + owl:intersectionOf (
1558 + [
1559 + rdf:type owl:Restriction ;
1560 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1561 + owl:onDataRange xsd:string ;
1562 + owl:onProperty :hasDescription ;
1563 + ]
1564 + [
1565 + rdf:type owl:Restriction ;
1566 + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1567 + owl:onDataRange xsd:string ;
1568 + owl:onProperty :hasDescription ;
1569 + ]
1570 + ) ;
1571 + ] ;
1503 rdfs:subClassOf [ 1572 rdfs:subClassOf [
1504 rdf:type owl:Restriction ; 1573 rdf:type owl:Restriction ;
1505 :shouldUseRef "true"^^xsd:boolean ; 1574 :shouldUseRef "true"^^xsd:boolean ;
...@@ -1510,7 +1579,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1510,7 +1579,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1510 rdfs:subClassOf [ 1579 rdfs:subClassOf [
1511 rdf:type owl:Restriction ; 1580 rdf:type owl:Restriction ;
1512 :shouldUseRef "true"^^xsd:boolean ; 1581 :shouldUseRef "true"^^xsd:boolean ;
1513 - owl:onClass :TimeBasedResource ; 1582 + owl:onClass :TimeBasedResourceValue ;
1514 owl:onProperty :hasTimeBasedResource ; 1583 owl:onProperty :hasTimeBasedResource ;
1515 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1584 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1516 ] ; 1585 ] ;
...@@ -1586,46 +1655,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1586,46 +1655,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1586 ] ; 1655 ] ;
1587 owl:onProperty :hasRemainingStart ; 1656 owl:onProperty :hasRemainingStart ;
1588 ] ; 1657 ] ;
1589 -.
1590 -:TimeBasedResource
1591 - rdf:type owl:Class ;
1592 - :shouldHaveID "true" ;
1593 - rdfs:comment "A Resource Value for a Time Based Resource "^^xsd:string ;
1594 - rdfs:subClassOf :ResourceValue ;
1595 - rdfs:subClassOf [
1596 - rdf:type owl:Class ;
1597 - owl:intersectionOf (
1598 - [
1599 - rdf:type owl:Restriction ;
1600 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1601 - owl:onDataRange xsd:decimal ;
1602 - owl:onProperty :hasDefaultRate ;
1603 - ]
1604 - [
1605 - rdf:type owl:Restriction ;
1606 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1607 - owl:onDataRange xsd:decimal ;
1608 - owl:onProperty :hasDefaultRate ;
1609 - ]
1610 - ) ;
1611 - ] ;
1612 - rdfs:subClassOf [
1613 - rdf:type owl:Class ;
1614 - owl:intersectionOf (
1615 - [
1616 - rdf:type owl:Restriction ;
1617 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1618 - owl:onDataRange xsd:string ;
1619 - owl:onProperty :hasDescription ;
1620 - ]
1621 - [
1622 - rdf:type owl:Restriction ;
1623 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1624 - owl:onDataRange xsd:string ;
1625 - owl:onProperty :hasDescription ;
1626 - ]
1627 - ) ;
1628 - ] ;
1629 rdfs:subClassOf [ 1658 rdfs:subClassOf [
1630 rdf:type owl:Restriction ; 1659 rdf:type owl:Restriction ;
1631 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 1660 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
...@@ -1651,9 +1680,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1651,9 +1680,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1651 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1680 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1652 ] ; 1681 ] ;
1653 . 1682 .
1654 -:TimeBasedResourceRef
1655 - rdf:type owl:ObjectProperty ;
1656 -.
1657 :TrainShutdown 1683 :TrainShutdown
1658 rdf:type :SystemCondition ; 1684 rdf:type :SystemCondition ;
1659 rdfs:label "Train shutdown"^^xsd:string ; 1685 rdfs:label "Train shutdown"^^xsd:string ;
...@@ -1694,6 +1720,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1694,6 +1720,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1694 :WeeklyRepeatPeriod 1720 :WeeklyRepeatPeriod
1695 rdf:type owl:Class ; 1721 rdf:type owl:Class ;
1696 rdfs:comment "A Period that is repeated every week."^^xsd:string ; 1722 rdfs:comment "A Period that is repeated every week."^^xsd:string ;
1723 + rdfs:label "Weekly Repeat Period"^^xsd:string ;
1697 rdfs:subClassOf :Period ; 1724 rdfs:subClassOf :Period ;
1698 rdfs:subClassOf [ 1725 rdfs:subClassOf [
1699 rdf:type owl:Restriction ; 1726 rdf:type owl:Restriction ;
...@@ -1718,25 +1745,28 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1718,25 +1745,28 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1718 . 1745 .
1719 :WellCompletionType 1746 :WellCompletionType
1720 rdf:type owl:Class ; 1747 rdf:type owl:Class ;
1721 - rdfs:comment "A functional object that is the purpose of the outfitting of a 'wellbore'."^^xsd:string ; 1748 + rdfs:comment "A Descriptor for the purpose of the outfitting of a 'wellbore'."^^xsd:string ;
1722 rdfs:label "Well completion type"^^xsd:string ; 1749 rdfs:label "Well completion type"^^xsd:string ;
1723 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS318059> ; 1750 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
1724 rdfs:subClassOf owl:Thing ; 1751 rdfs:subClassOf owl:Thing ;
1725 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ; 1752 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ;
1726 . 1753 .
1727 :WellInformationType 1754 :WellInformationType
1728 rdf:type owl:Class ; 1755 rdf:type owl:Class ;
1729 - rdfs:label "Welll information type"^^xsd:string ; 1756 + rdfs:comment "A Descriptor for the type of information associated with a drilling activity"^^xsd:string ;
1757 + rdfs:label "Well information type"^^xsd:string ;
1758 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS327124471> ;
1730 rdfs:subClassOf owl:Thing ; 1759 rdfs:subClassOf owl:Thing ;
1731 . 1760 .
1732 :WellIsolationPlan 1761 :WellIsolationPlan
1733 rdf:type owl:Class ; 1762 rdf:type owl:Class ;
1734 - rdfs:label "Well isolation plan"^^xsd:string ; 1763 + rdfs:label "A Plan that specifies activities for well isolation"^^xsd:string ;
1764 + rdfs:subClassOf :Plan ;
1735 rdfs:subClassOf owl:Thing ; 1765 rdfs:subClassOf owl:Thing ;
1736 . 1766 .
1737 :WellType 1767 :WellType
1738 rdf:type owl:Class ; 1768 rdf:type owl:Class ;
1739 - rdfs:comment "A description of a Well"^^xsd:string ; 1769 + rdfs:comment "A descriptor fthat descripbes the type of Well"^^xsd:string ;
1740 rdfs:label "Well Type"^^xsd:string ; 1770 rdfs:label "Well Type"^^xsd:string ;
1741 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ; 1771 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
1742 rdfs:subClassOf owl:Thing ; 1772 rdfs:subClassOf owl:Thing ;
...@@ -1744,12 +1774,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1744,12 +1774,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1744 . 1774 .
1745 :WellTypeWork 1775 :WellTypeWork
1746 rdf:type owl:Class ; 1776 rdf:type owl:Class ;
1777 + rdfs:comment "A Descriptor for the type of well work"^^xsd:string ;
1747 rdfs:label "Well type work"^^xsd:string ; 1778 rdfs:label "Well type work"^^xsd:string ;
1779 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
1748 rdfs:subClassOf owl:Thing ; 1780 rdfs:subClassOf owl:Thing ;
1749 . 1781 .
1750 :WorkOrder 1782 :WorkOrder
1751 rdf:type owl:Class ; 1783 rdf:type owl:Class ;
1752 rdfs:comment "A Plan that corresponds to a set of Operations with a description of the work content of the Operations."^^xsd:string ; 1784 rdfs:comment "A Plan that corresponds to a set of Operations with a description of the work content of the Operations."^^xsd:string ;
1785 + rdfs:label "Work Order"^^xsd:string ;
1753 rdfs:subClassOf :Plan ; 1786 rdfs:subClassOf :Plan ;
1754 rdfs:subClassOf [ 1787 rdfs:subClassOf [
1755 rdf:type owl:Restriction ; 1788 rdf:type owl:Restriction ;
...@@ -2170,9 +2203,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2170,9 +2203,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2170 rdfs:label "Cost based 1"^^xsd:string ; 2203 rdfs:label "Cost based 1"^^xsd:string ;
2171 rdfs:label "Discipline 1"^^xsd:string ; 2204 rdfs:label "Discipline 1"^^xsd:string ;
2172 rdfs:label "Time based 1"^^xsd:string ; 2205 rdfs:label "Time based 1"^^xsd:string ;
2173 - rdfs:subClassOf :CostBased ; 2206 + rdfs:subClassOf :TimeBasedResource ;
2174 - rdfs:subClassOf :Discipline ;
2175 - rdfs:subClassOf :TimeBased ;
2176 . 2207 .
2177 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 2208 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
2178 rdf:type owl:Class ; 2209 rdf:type owl:Class ;
......