Tore Christiansen

Added remaining object properties to userfields to cover UC 2.5.1 and 2.5.2

This diff is collapsed. Click to expand it.
......@@ -164,6 +164,7 @@
.
:Activity_1
rdf:type :Activity ;
:hasSpecifiedUserField <http://data.posccaesar.org/ilap/userfields/SpecifiedUserField_1> ;
rdfs:label "Activity 1"^^xsd:string ;
.
:AfterShutdown
......@@ -715,7 +716,7 @@
.
:DrillingProjectType
rdf:type owl:Class ;
rdfs:comment "An System Descriptor that describes the Type of Drilling Project."^^xsd:string ;
rdfs:comment "A System Descriptor that describes the Type of Drilling Project."^^xsd:string ;
rdfs:label "Drilling Project Type"^^xsd:string ;
rdfs:subClassOf :SystemDescriptor ;
.
......@@ -900,6 +901,11 @@
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
:FreeFieldValue_1
rdf:type :FreeFieldValue ;
:hasDescription "The value for WBS2"^^xsd:string ;
rdfs:label "Free field value 1"^^xsd:string ;
.
:Friday
rdf:type :Weekday ;
.
......@@ -2343,7 +2349,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:WellBore
rdf:type owl:Class ;
rdfs:comment "An Asset that is a 'borehole' drilled in the earths crust to form part of a well."^^xsd:string ;
rdfs:comment "An Asset that is a 'borehole' drilled in the earth's crust to form part of a well."^^xsd:string ;
rdfs:label "Well bore"^^xsd:string ;
rdfs:subClassOf :Asset ;
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
.
:WellInformationInPlan
rdf:type owl:Class ;
rdfs:comment "A System Condition that describes which plan has information about drilling activities."^^xsd:string ;
rdfs:comment "A System Descriptor that describes which plan has information about drilling activities."^^xsd:string ;
rdfs:label "Well Information In Plan"^^xsd:string ;
rdfs:subClassOf :SystemDescriptor ;
.
......@@ -2369,7 +2375,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:WellIsolationPlanRequired
rdf:type owl:Class ;
rdfs:comment "A System Condition that describes if an isolation plan is required."^^xsd:string ;
rdfs:comment "A System Descriptor that describes if an isolation plan is required."^^xsd:string ;
rdfs:label "Well Isolation Plan Required"^^xsd:string ;
rdfs:subClassOf :SystemDescriptor ;
.
......@@ -2468,6 +2474,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:ObjectProperty ;
rdfs:label "has area type"^^xsd:string ;
.
:hasAsset
rdf:type owl:ObjectProperty ;
.
:hasAvailability
rdf:type owl:ObjectProperty ;
.
......@@ -2526,9 +2535,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:hasExternalReference
rdf:type owl:ObjectProperty ;
.
:hasFacility
rdf:type owl:ObjectProperty ;
.
:hasField
rdf:type owl:DatatypeProperty ;
.
......@@ -2651,7 +2657,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasPlatform
rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :hasFacility ;
rdfs:subPropertyOf :hasAsset ;
.
:hasPreviousPeriod
rdf:type owl:ObjectProperty ;
......@@ -2778,6 +2784,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:hasWeekday
rdf:type owl:ObjectProperty ;
.
:hasWell
rdf:type owl:ObjectProperty ;
rdfs:label "has well"^^xsd:string ;
rdfs:subPropertyOf :hasAsset ;
.
:hasWorkHoursPerDay
rdf:type owl:DatatypeProperty ;
.
......@@ -2889,6 +2900,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
<http://data.posccaesar.org/ilap/userfields/SpecifiedUserField>
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 ;
.
<http://data.posccaesar.org/ilap/userfields/SpecifiedUserField_1>
<http://data.posccaesar.org/ilap/userfields/hasWBSpart2> :FreeFieldValue_1 ;
.
<http://data.posccaesar.org/ilap/userfields/hasFreeFieldForSpecifiedUserField>
rdf:type owl:ObjectProperty ;
.
......