Tore Christiansen

Corrected many labels and definitions for classes

......@@ -457,7 +457,7 @@
:ActivityStatus
rdf:type owl:Class ;
rdfs:comment "A Status of an Activity (which can have predefined enumeration values)."^^xsd:string ;
rdfs:label "Activity status"^^xsd:string ;
rdfs:label "Activity Status"^^xsd:string ;
rdfs:subClassOf :StatusInPlan ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -804,7 +804,8 @@
.
:ClassOfActivity
rdf:type rdfs:Class ;
rdfs:label "Class of activity"^^xsd:string ;
rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Activity"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfAsset
......@@ -815,12 +816,14 @@
.
:ClassOfClassOfActivity
rdf:type rdfs:Class ;
rdfs:label "Class of class of activity"^^xsd:string ;
rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Class of Activity"^^xsd:string ;
rdfs:subClassOf owl:Class ;
.
:ClassOfEvent
rdf:type rdfs:Class ;
rdfs:label "Class of event"^^xsd:string ;
rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Event"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfFunctionalObject
......@@ -831,7 +834,8 @@
.
:ClassOfIndividual
rdf:type rdfs:Class ;
rdfs:label "Class of individual"^^xsd:string ;
rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Individual"^^xsd:string ;
rdfs:subClassOf owl:Class ;
.
:ClassOfOrganization
......@@ -842,7 +846,8 @@
.
:ClassOfPeriodInTime
rdf:type rdfs:Class ;
rdfs:label "Class of period in time"^^xsd:string ;
rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Period in Time"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfPerson
......@@ -853,22 +858,25 @@
.
:ClassOfPhysicalObject
rdf:type rdfs:Class ;
rdfs:label "Class of physical object"^^xsd:string ;
rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Physical Object"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfPlanForActivity
rdf:type owl:Class ;
rdfs:comment "A ClassOfClassOfActivity whose members are PlanForActivity"^^xsd:string ;
rdfs:label "Class of plan for activity"^^xsd:string ;
rdfs:label "Class of Plan for Activity"^^xsd:string ;
rdfs:subClassOf :ClassOfClassOfActivity ;
.
:ClassOfResource
rdf:type rdfs:Class ;
rdfs:label "Class of resource"^^xsd:string ;
rdfs:comment "AClassOfIndividual whose members are Resources."^^xsd:string ;
rdfs:label "Class of Resource"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfResult
rdf:type rdfs:Class ;
rdfs:comment "AClassOfIndividual whose members are Results."^^xsd:string ;
rdfs:label "Class of result"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
......@@ -970,7 +978,7 @@
:CostBasedResourceInPlan
rdf:type owl:Class ;
rdfs:comment "A Resource Value for a Cost Based Resource."^^xsd:string ;
rdfs:label "Cost based resource in plan"^^xsd:string ;
rdfs:label "Cost Based Resource in Plan"^^xsd:string ;
rdfs:subClassOf :ResourceInPlan ;
.
:Country
......@@ -1640,7 +1648,7 @@
:MaterialOrderStatus
rdf:type owl:Class ;
rdfs:comment "A Status of an Order for Materials for (one or more) Activities in a Project (which can have predefined enumeration values)."^^xsd:string ;
rdfs:label "Material order status"^^xsd:string ;
rdfs:label "Material Order Status"^^xsd:string ;
rdfs:subClassOf :StatusInPlan ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -1847,7 +1855,7 @@
:OperationStatus
rdf:type owl:Class ;
rdfs:comment "A Status of an Operation (which can have predefined enumeration values)."^^xsd:string ;
rdfs:label "Operation status"^^xsd:string ;
rdfs:label "Operation Status"^^xsd:string ;
rdfs:subClassOf :StatusInPlan ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -2666,7 +2674,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:ResourceInPlan
rdf:type owl:Class ;
rdfs:comment "A Class of Resource with a calculated/decided amount (quantity) for use in a Plan."^^xsd:string ;
rdfs:label "Resource in plan"^^xsd:string ;
rdfs:label "Resource in Plan"^^xsd:string ;
rdfs:subClassOf :ClassOfResource ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7945844> ;
rdfs:subClassOf [
......@@ -3123,6 +3131,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:Status
rdf:type rdfs:Class ;
rdfs:comment "AClassOfIndividual whose members are Persons."^^xsd:string ;
rdfs:label "Status"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
......@@ -3222,7 +3231,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
:shouldHaveID "true" ;
rdfs:comment "A Resource Value for a Time Based Resource."^^xsd:string ;
rdfs:label "Time Based Resource in plan"^^xsd:string ;
rdfs:label "Time Based Resource in Plan"^^xsd:string ;
rdfs:subClassOf :ResourceInPlan ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -3426,7 +3435,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:WellInformationPlanType
rdf:type owl:Class ;
rdfs:comment "A ClassOfPlanForActivity that whose members are different types of drilling and well plans."^^xsd:string ;
rdfs:label "Well information plan type"^^xsd:string ;
rdfs:label "Well Information Plan Type"^^xsd:string ;
rdfs:subClassOf :ClassOfPlanForActivity ;
.
:WellIsolationPlan
......@@ -3503,7 +3512,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:WorkOrderStatus
rdf:type owl:Class ;
rdfs:comment "A Status of a Work Order (which can have predefined enumeration values)."^^xsd:string ;
rdfs:label "Work order status"^^xsd:string ;
rdfs:label "Work Order Status"^^xsd:string ;
rdfs:subClassOf :StatusInPlan ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......