Tore Christiansen

Corrected many labels and definitions for classes

...@@ -457,7 +457,7 @@ ...@@ -457,7 +457,7 @@
457 :ActivityStatus 457 :ActivityStatus
458 rdf:type owl:Class ; 458 rdf:type owl:Class ;
459 rdfs:comment "A Status of an Activity (which can have predefined enumeration values)."^^xsd:string ; 459 rdfs:comment "A Status of an Activity (which can have predefined enumeration values)."^^xsd:string ;
460 - rdfs:label "Activity status"^^xsd:string ; 460 + rdfs:label "Activity Status"^^xsd:string ;
461 rdfs:subClassOf :StatusInPlan ; 461 rdfs:subClassOf :StatusInPlan ;
462 rdfs:subClassOf [ 462 rdfs:subClassOf [
463 rdf:type owl:Restriction ; 463 rdf:type owl:Restriction ;
...@@ -804,7 +804,8 @@ ...@@ -804,7 +804,8 @@
804 . 804 .
805 :ClassOfActivity 805 :ClassOfActivity
806 rdf:type rdfs:Class ; 806 rdf:type rdfs:Class ;
807 - rdfs:label "Class of activity"^^xsd:string ; 807 + rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
808 + rdfs:label "Class of Activity"^^xsd:string ;
808 rdfs:subClassOf :ClassOfIndividual ; 809 rdfs:subClassOf :ClassOfIndividual ;
809 . 810 .
810 :ClassOfAsset 811 :ClassOfAsset
...@@ -815,12 +816,14 @@ ...@@ -815,12 +816,14 @@
815 . 816 .
816 :ClassOfClassOfActivity 817 :ClassOfClassOfActivity
817 rdf:type rdfs:Class ; 818 rdf:type rdfs:Class ;
818 - rdfs:label "Class of class of activity"^^xsd:string ; 819 + rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
820 + rdfs:label "Class of Class of Activity"^^xsd:string ;
819 rdfs:subClassOf owl:Class ; 821 rdfs:subClassOf owl:Class ;
820 . 822 .
821 :ClassOfEvent 823 :ClassOfEvent
822 rdf:type rdfs:Class ; 824 rdf:type rdfs:Class ;
823 - rdfs:label "Class of event"^^xsd:string ; 825 + rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
826 + rdfs:label "Class of Event"^^xsd:string ;
824 rdfs:subClassOf :ClassOfIndividual ; 827 rdfs:subClassOf :ClassOfIndividual ;
825 . 828 .
826 :ClassOfFunctionalObject 829 :ClassOfFunctionalObject
...@@ -831,7 +834,8 @@ ...@@ -831,7 +834,8 @@
831 . 834 .
832 :ClassOfIndividual 835 :ClassOfIndividual
833 rdf:type rdfs:Class ; 836 rdf:type rdfs:Class ;
834 - rdfs:label "Class of individual"^^xsd:string ; 837 + rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
838 + rdfs:label "Class of Individual"^^xsd:string ;
835 rdfs:subClassOf owl:Class ; 839 rdfs:subClassOf owl:Class ;
836 . 840 .
837 :ClassOfOrganization 841 :ClassOfOrganization
...@@ -842,7 +846,8 @@ ...@@ -842,7 +846,8 @@
842 . 846 .
843 :ClassOfPeriodInTime 847 :ClassOfPeriodInTime
844 rdf:type rdfs:Class ; 848 rdf:type rdfs:Class ;
845 - rdfs:label "Class of period in time"^^xsd:string ; 849 + rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
850 + rdfs:label "Class of Period in Time"^^xsd:string ;
846 rdfs:subClassOf :ClassOfIndividual ; 851 rdfs:subClassOf :ClassOfIndividual ;
847 . 852 .
848 :ClassOfPerson 853 :ClassOfPerson
...@@ -853,22 +858,25 @@ ...@@ -853,22 +858,25 @@
853 . 858 .
854 :ClassOfPhysicalObject 859 :ClassOfPhysicalObject
855 rdf:type rdfs:Class ; 860 rdf:type rdfs:Class ;
856 - rdfs:label "Class of physical object"^^xsd:string ; 861 + rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
862 + rdfs:label "Class of Physical Object"^^xsd:string ;
857 rdfs:subClassOf :ClassOfIndividual ; 863 rdfs:subClassOf :ClassOfIndividual ;
858 . 864 .
859 :ClassOfPlanForActivity 865 :ClassOfPlanForActivity
860 rdf:type owl:Class ; 866 rdf:type owl:Class ;
861 rdfs:comment "A ClassOfClassOfActivity whose members are PlanForActivity"^^xsd:string ; 867 rdfs:comment "A ClassOfClassOfActivity whose members are PlanForActivity"^^xsd:string ;
862 - rdfs:label "Class of plan for activity"^^xsd:string ; 868 + rdfs:label "Class of Plan for Activity"^^xsd:string ;
863 rdfs:subClassOf :ClassOfClassOfActivity ; 869 rdfs:subClassOf :ClassOfClassOfActivity ;
864 . 870 .
865 :ClassOfResource 871 :ClassOfResource
866 rdf:type rdfs:Class ; 872 rdf:type rdfs:Class ;
867 - rdfs:label "Class of resource"^^xsd:string ; 873 + rdfs:comment "AClassOfIndividual whose members are Resources."^^xsd:string ;
874 + rdfs:label "Class of Resource"^^xsd:string ;
868 rdfs:subClassOf :ClassOfIndividual ; 875 rdfs:subClassOf :ClassOfIndividual ;
869 . 876 .
870 :ClassOfResult 877 :ClassOfResult
871 rdf:type rdfs:Class ; 878 rdf:type rdfs:Class ;
879 + rdfs:comment "AClassOfIndividual whose members are Results."^^xsd:string ;
872 rdfs:label "Class of result"^^xsd:string ; 880 rdfs:label "Class of result"^^xsd:string ;
873 rdfs:subClassOf :ClassOfIndividual ; 881 rdfs:subClassOf :ClassOfIndividual ;
874 . 882 .
...@@ -970,7 +978,7 @@ ...@@ -970,7 +978,7 @@
970 :CostBasedResourceInPlan 978 :CostBasedResourceInPlan
971 rdf:type owl:Class ; 979 rdf:type owl:Class ;
972 rdfs:comment "A Resource Value for a Cost Based Resource."^^xsd:string ; 980 rdfs:comment "A Resource Value for a Cost Based Resource."^^xsd:string ;
973 - rdfs:label "Cost based resource in plan"^^xsd:string ; 981 + rdfs:label "Cost Based Resource in Plan"^^xsd:string ;
974 rdfs:subClassOf :ResourceInPlan ; 982 rdfs:subClassOf :ResourceInPlan ;
975 . 983 .
976 :Country 984 :Country
...@@ -1640,7 +1648,7 @@ ...@@ -1640,7 +1648,7 @@
1640 :MaterialOrderStatus 1648 :MaterialOrderStatus
1641 rdf:type owl:Class ; 1649 rdf:type owl:Class ;
1642 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 ; 1650 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 ;
1643 - rdfs:label "Material order status"^^xsd:string ; 1651 + rdfs:label "Material Order Status"^^xsd:string ;
1644 rdfs:subClassOf :StatusInPlan ; 1652 rdfs:subClassOf :StatusInPlan ;
1645 rdfs:subClassOf [ 1653 rdfs:subClassOf [
1646 rdf:type owl:Restriction ; 1654 rdf:type owl:Restriction ;
...@@ -1847,7 +1855,7 @@ ...@@ -1847,7 +1855,7 @@
1847 :OperationStatus 1855 :OperationStatus
1848 rdf:type owl:Class ; 1856 rdf:type owl:Class ;
1849 rdfs:comment "A Status of an Operation (which can have predefined enumeration values)."^^xsd:string ; 1857 rdfs:comment "A Status of an Operation (which can have predefined enumeration values)."^^xsd:string ;
1850 - rdfs:label "Operation status"^^xsd:string ; 1858 + rdfs:label "Operation Status"^^xsd:string ;
1851 rdfs:subClassOf :StatusInPlan ; 1859 rdfs:subClassOf :StatusInPlan ;
1852 rdfs:subClassOf [ 1860 rdfs:subClassOf [
1853 rdf:type owl:Restriction ; 1861 rdf:type owl:Restriction ;
...@@ -2666,7 +2674,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2666,7 +2674,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2666 :ResourceInPlan 2674 :ResourceInPlan
2667 rdf:type owl:Class ; 2675 rdf:type owl:Class ;
2668 rdfs:comment "A Class of Resource with a calculated/decided amount (quantity) for use in a Plan."^^xsd:string ; 2676 rdfs:comment "A Class of Resource with a calculated/decided amount (quantity) for use in a Plan."^^xsd:string ;
2669 - rdfs:label "Resource in plan"^^xsd:string ; 2677 + rdfs:label "Resource in Plan"^^xsd:string ;
2670 rdfs:subClassOf :ClassOfResource ; 2678 rdfs:subClassOf :ClassOfResource ;
2671 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7945844> ; 2679 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7945844> ;
2672 rdfs:subClassOf [ 2680 rdfs:subClassOf [
...@@ -3123,6 +3131,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3123,6 +3131,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3123 . 3131 .
3124 :Status 3132 :Status
3125 rdf:type rdfs:Class ; 3133 rdf:type rdfs:Class ;
3134 + rdfs:comment "AClassOfIndividual whose members are Persons."^^xsd:string ;
3126 rdfs:label "Status"^^xsd:string ; 3135 rdfs:label "Status"^^xsd:string ;
3127 rdfs:subClassOf :ClassOfIndividual ; 3136 rdfs:subClassOf :ClassOfIndividual ;
3128 . 3137 .
...@@ -3222,7 +3231,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3222,7 +3231,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3222 rdf:type owl:Class ; 3231 rdf:type owl:Class ;
3223 :shouldHaveID "true" ; 3232 :shouldHaveID "true" ;
3224 rdfs:comment "A Resource Value for a Time Based Resource."^^xsd:string ; 3233 rdfs:comment "A Resource Value for a Time Based Resource."^^xsd:string ;
3225 - rdfs:label "Time Based Resource in plan"^^xsd:string ; 3234 + rdfs:label "Time Based Resource in Plan"^^xsd:string ;
3226 rdfs:subClassOf :ResourceInPlan ; 3235 rdfs:subClassOf :ResourceInPlan ;
3227 rdfs:subClassOf [ 3236 rdfs:subClassOf [
3228 rdf:type owl:Restriction ; 3237 rdf:type owl:Restriction ;
...@@ -3426,7 +3435,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3426,7 +3435,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3426 :WellInformationPlanType 3435 :WellInformationPlanType
3427 rdf:type owl:Class ; 3436 rdf:type owl:Class ;
3428 rdfs:comment "A ClassOfPlanForActivity that whose members are different types of drilling and well plans."^^xsd:string ; 3437 rdfs:comment "A ClassOfPlanForActivity that whose members are different types of drilling and well plans."^^xsd:string ;
3429 - rdfs:label "Well information plan type"^^xsd:string ; 3438 + rdfs:label "Well Information Plan Type"^^xsd:string ;
3430 rdfs:subClassOf :ClassOfPlanForActivity ; 3439 rdfs:subClassOf :ClassOfPlanForActivity ;
3431 . 3440 .
3432 :WellIsolationPlan 3441 :WellIsolationPlan
...@@ -3503,7 +3512,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3503,7 +3512,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3503 :WorkOrderStatus 3512 :WorkOrderStatus
3504 rdf:type owl:Class ; 3513 rdf:type owl:Class ;
3505 rdfs:comment "A Status of a Work Order (which can have predefined enumeration values)."^^xsd:string ; 3514 rdfs:comment "A Status of a Work Order (which can have predefined enumeration values)."^^xsd:string ;
3506 - rdfs:label "Work order status"^^xsd:string ; 3515 + rdfs:label "Work Order Status"^^xsd:string ;
3507 rdfs:subClassOf :StatusInPlan ; 3516 rdfs:subClassOf :StatusInPlan ;
3508 rdfs:subClassOf [ 3517 rdfs:subClassOf [
3509 rdf:type owl:Restriction ; 3518 rdf:type owl:Restriction ;
......