Added remaining object properties to userfields to cover UC 2.5.1 and 2.5.2
Showing
2 changed files
with
22 additions
and
8 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -164,6 +164,7 @@ | ... | @@ -164,6 +164,7 @@ |
| 164 | . | 164 | . |
| 165 | :Activity_1 | 165 | :Activity_1 |
| 166 | rdf:type :Activity ; | 166 | rdf:type :Activity ; |
| 167 | + :hasSpecifiedUserField <http://data.posccaesar.org/ilap/userfields/SpecifiedUserField_1> ; | ||
| 167 | rdfs:label "Activity 1"^^xsd:string ; | 168 | rdfs:label "Activity 1"^^xsd:string ; |
| 168 | . | 169 | . |
| 169 | :AfterShutdown | 170 | :AfterShutdown |
| ... | @@ -715,7 +716,7 @@ | ... | @@ -715,7 +716,7 @@ |
| 715 | . | 716 | . |
| 716 | :DrillingProjectType | 717 | :DrillingProjectType |
| 717 | rdf:type owl:Class ; | 718 | rdf:type owl:Class ; |
| 718 | - rdfs:comment "An System Descriptor that describes the Type of Drilling Project."^^xsd:string ; | 719 | + rdfs:comment "A System Descriptor that describes the Type of Drilling Project."^^xsd:string ; |
| 719 | rdfs:label "Drilling Project Type"^^xsd:string ; | 720 | rdfs:label "Drilling Project Type"^^xsd:string ; |
| 720 | rdfs:subClassOf :SystemDescriptor ; | 721 | rdfs:subClassOf :SystemDescriptor ; |
| 721 | . | 722 | . |
| ... | @@ -900,6 +901,11 @@ | ... | @@ -900,6 +901,11 @@ |
| 900 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 901 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 901 | ] ; | 902 | ] ; |
| 902 | . | 903 | . |
| 904 | +:FreeFieldValue_1 | ||
| 905 | + rdf:type :FreeFieldValue ; | ||
| 906 | + :hasDescription "The value for WBS2"^^xsd:string ; | ||
| 907 | + rdfs:label "Free field value 1"^^xsd:string ; | ||
| 908 | +. | ||
| 903 | :Friday | 909 | :Friday |
| 904 | rdf:type :Weekday ; | 910 | rdf:type :Weekday ; |
| 905 | . | 911 | . |
| ... | @@ -2343,7 +2349,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2343,7 +2349,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2343 | . | 2349 | . |
| 2344 | :WellBore | 2350 | :WellBore |
| 2345 | rdf:type owl:Class ; | 2351 | rdf:type owl:Class ; |
| 2346 | - rdfs:comment "An Asset that is a 'borehole' drilled in the earths crust to form part of a well."^^xsd:string ; | 2352 | + rdfs:comment "An Asset that is a 'borehole' drilled in the earth's crust to form part of a well."^^xsd:string ; |
| 2347 | rdfs:label "Well bore"^^xsd:string ; | 2353 | rdfs:label "Well bore"^^xsd:string ; |
| 2348 | rdfs:subClassOf :Asset ; | 2354 | rdfs:subClassOf :Asset ; |
| 2349 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1714464911> ; | 2355 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1714464911> ; |
| ... | @@ -2357,7 +2363,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2357,7 +2363,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2357 | . | 2363 | . |
| 2358 | :WellInformationInPlan | 2364 | :WellInformationInPlan |
| 2359 | rdf:type owl:Class ; | 2365 | rdf:type owl:Class ; |
| 2360 | - rdfs:comment "A System Condition that describes which plan has information about drilling activities."^^xsd:string ; | 2366 | + rdfs:comment "A System Descriptor that describes which plan has information about drilling activities."^^xsd:string ; |
| 2361 | rdfs:label "Well Information In Plan"^^xsd:string ; | 2367 | rdfs:label "Well Information In Plan"^^xsd:string ; |
| 2362 | rdfs:subClassOf :SystemDescriptor ; | 2368 | rdfs:subClassOf :SystemDescriptor ; |
| 2363 | . | 2369 | . |
| ... | @@ -2369,7 +2375,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2369,7 +2375,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2369 | . | 2375 | . |
| 2370 | :WellIsolationPlanRequired | 2376 | :WellIsolationPlanRequired |
| 2371 | rdf:type owl:Class ; | 2377 | rdf:type owl:Class ; |
| 2372 | - rdfs:comment "A System Condition that describes if an isolation plan is required."^^xsd:string ; | 2378 | + rdfs:comment "A System Descriptor that describes if an isolation plan is required."^^xsd:string ; |
| 2373 | rdfs:label "Well Isolation Plan Required"^^xsd:string ; | 2379 | rdfs:label "Well Isolation Plan Required"^^xsd:string ; |
| 2374 | rdfs:subClassOf :SystemDescriptor ; | 2380 | rdfs:subClassOf :SystemDescriptor ; |
| 2375 | . | 2381 | . |
| ... | @@ -2468,6 +2474,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2468,6 +2474,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2468 | rdf:type owl:ObjectProperty ; | 2474 | rdf:type owl:ObjectProperty ; |
| 2469 | rdfs:label "has area type"^^xsd:string ; | 2475 | rdfs:label "has area type"^^xsd:string ; |
| 2470 | . | 2476 | . |
| 2477 | +:hasAsset | ||
| 2478 | + rdf:type owl:ObjectProperty ; | ||
| 2479 | +. | ||
| 2471 | :hasAvailability | 2480 | :hasAvailability |
| 2472 | rdf:type owl:ObjectProperty ; | 2481 | rdf:type owl:ObjectProperty ; |
| 2473 | . | 2482 | . |
| ... | @@ -2526,9 +2535,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2526,9 +2535,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2526 | :hasExternalReference | 2535 | :hasExternalReference |
| 2527 | rdf:type owl:ObjectProperty ; | 2536 | rdf:type owl:ObjectProperty ; |
| 2528 | . | 2537 | . |
| 2529 | -:hasFacility | ||
| 2530 | - rdf:type owl:ObjectProperty ; | ||
| 2531 | -. | ||
| 2532 | :hasField | 2538 | :hasField |
| 2533 | rdf:type owl:DatatypeProperty ; | 2539 | rdf:type owl:DatatypeProperty ; |
| 2534 | . | 2540 | . |
| ... | @@ -2651,7 +2657,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2651,7 +2657,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2651 | . | 2657 | . |
| 2652 | :hasPlatform | 2658 | :hasPlatform |
| 2653 | rdf:type owl:ObjectProperty ; | 2659 | rdf:type owl:ObjectProperty ; |
| 2654 | - rdfs:subPropertyOf :hasFacility ; | 2660 | + rdfs:subPropertyOf :hasAsset ; |
| 2655 | . | 2661 | . |
| 2656 | :hasPreviousPeriod | 2662 | :hasPreviousPeriod |
| 2657 | rdf:type owl:ObjectProperty ; | 2663 | rdf:type owl:ObjectProperty ; |
| ... | @@ -2778,6 +2784,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2778,6 +2784,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2778 | :hasWeekday | 2784 | :hasWeekday |
| 2779 | rdf:type owl:ObjectProperty ; | 2785 | rdf:type owl:ObjectProperty ; |
| 2780 | . | 2786 | . |
| 2787 | +:hasWell | ||
| 2788 | + rdf:type owl:ObjectProperty ; | ||
| 2789 | + rdfs:label "has well"^^xsd:string ; | ||
| 2790 | + rdfs:subPropertyOf :hasAsset ; | ||
| 2791 | +. | ||
| 2781 | :hasWorkHoursPerDay | 2792 | :hasWorkHoursPerDay |
| 2782 | rdf:type owl:DatatypeProperty ; | 2793 | rdf:type owl:DatatypeProperty ; |
| 2783 | . | 2794 | . |
| ... | @@ -2889,6 +2900,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2889,6 +2900,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2889 | <http://data.posccaesar.org/ilap/userfields/SpecifiedUserField> | 2900 | <http://data.posccaesar.org/ilap/userfields/SpecifiedUserField> |
| 2890 | rdfs:comment "A class that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ; | 2901 | rdfs:comment "A class that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ; |
| 2891 | . | 2902 | . |
| 2903 | +<http://data.posccaesar.org/ilap/userfields/SpecifiedUserField_1> | ||
| 2904 | + <http://data.posccaesar.org/ilap/userfields/hasWBSpart2> :FreeFieldValue_1 ; | ||
| 2905 | +. | ||
| 2892 | <http://data.posccaesar.org/ilap/userfields/hasFreeFieldForSpecifiedUserField> | 2906 | <http://data.posccaesar.org/ilap/userfields/hasFreeFieldForSpecifiedUserField> |
| 2893 | rdf:type owl:ObjectProperty ; | 2907 | rdf:type owl:ObjectProperty ; |
| 2894 | . | 2908 | . | ... | ... |
-
Please register or login to post a comment