Tore Christiansen

Updated Comments for all top level cllasses

...@@ -5305,32 +5305,33 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve ...@@ -5305,32 +5305,33 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
5305 . 5305 .
5306 :NorsokZ014CORplanningResourceClass 5306 :NorsokZ014CORplanningResourceClass
5307 rdf:type owl:Class ; 5307 rdf:type owl:Class ;
5308 - rdfs:comment "A Planning Resource that is defined by Norsok Z-014 COR."^^xsd:string ; 5308 + rdfs:comment "A NorsokZ014thing that is a Planning Resource for members defined by Norsok Z-014 COR."^^xsd:string ;
5309 rdfs:label "NORSOK Z014 COR Planning Resource Class"^^xsd:string ; 5309 rdfs:label "NORSOK Z014 COR Planning Resource Class"^^xsd:string ;
5310 rdfs:subClassOf :NorsokZ014thing ; 5310 rdfs:subClassOf :NorsokZ014thing ;
5311 . 5311 .
5312 :NorsokZ014PBSplanningResultClass 5312 :NorsokZ014PBSplanningResultClass
5313 rdf:type owl:Class ; 5313 rdf:type owl:Class ;
5314 - rdfs:comment "A Planning Result that is defined by Norsok Z-014 PBS."^^xsd:string ; 5314 + rdfs:comment "A NorsokZ014thing that is a Planning Result for members defined by Norsok Z-014 PBS."^^xsd:string ;
5315 rdfs:label "NORSOK Z014 PBS Planning Result Class"^^xsd:string ; 5315 rdfs:label "NORSOK Z014 PBS Planning Result Class"^^xsd:string ;
5316 rdfs:subClassOf :NorsokZ014thing ; 5316 rdfs:subClassOf :NorsokZ014thing ;
5317 <http://www.w3.org/2004/02/skos/core#notation> "NORSOK Z014 PBS Coding classes"^^xsd:string ; 5317 <http://www.w3.org/2004/02/skos/core#notation> "NORSOK Z014 PBS Coding classes"^^xsd:string ;
5318 . 5318 .
5319 :NorsokZ014SABplanningActivityClass 5319 :NorsokZ014SABplanningActivityClass
5320 rdf:type owl:Class ; 5320 rdf:type owl:Class ;
5321 - rdfs:comment "A Planning Activity that is defined by Norsok Z-014 SAB."^^xsd:string ; 5321 + rdfs:comment "A NorsokZ014thing that is a Planning Activity for members defined by Norsok Z-014 SAB."^^xsd:string ;
5322 rdfs:label "NORSOK Z014 SAB Planning Activity Class"^^xsd:string ; 5322 rdfs:label "NORSOK Z014 SAB Planning Activity Class"^^xsd:string ;
5323 rdfs:subClassOf :NorsokZ014thing ; 5323 rdfs:subClassOf :NorsokZ014thing ;
5324 . 5324 .
5325 :NorsokZ014SABplanningPhaseClass 5325 :NorsokZ014SABplanningPhaseClass
5326 rdf:type owl:Class ; 5326 rdf:type owl:Class ;
5327 - rdfs:comment "A Planning Phase that is defined by Norsok Z-014 SAB."^^xsd:string ; 5327 + rdfs:comment "A NorsokZ014thing that is a Planning Phase for members defined by Norsok Z-014 SAB."^^xsd:string ;
5328 rdfs:label "NORSOK Z014 SAB Planning Phase Class"^^xsd:string ; 5328 rdfs:label "NORSOK Z014 SAB Planning Phase Class"^^xsd:string ;
5329 rdfs:subClassOf <http://data.posccaesar.org/ilap/AssetLifecyclePhase> ; 5329 rdfs:subClassOf <http://data.posccaesar.org/ilap/AssetLifecyclePhase> ;
5330 rdfs:subClassOf :NorsokZ014thing ; 5330 rdfs:subClassOf :NorsokZ014thing ;
5331 . 5331 .
5332 :NorsokZ014thing 5332 :NorsokZ014thing
5333 rdf:type rdfs:Class ; 5333 rdf:type rdfs:Class ;
5334 + rdfs:comment "A Resource whose members are NORSOK Z-014 SAB, COR and PBS classes."^^xsd:string ;
5334 . 5335 .
5335 :PBS_A 5336 :PBS_A
5336 rdf:type :NorsokZ014PBSplanningResultClass ; 5337 rdf:type :NorsokZ014PBSplanningResultClass ;
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
29 . 29 .
30 :AbstractObject 30 :AbstractObject
31 rdf:type owl:Class ; 31 rdf:type owl:Class ;
32 + rdfs:comment "A Thing that is an Abstract Object."^^xsd:string ;
32 rdfs:label "Abstract object"^^xsd:string ; 33 rdfs:label "Abstract object"^^xsd:string ;
33 rdfs:subClassOf owl:Thing ; 34 rdfs:subClassOf owl:Thing ;
34 . 35 .
...@@ -407,26 +408,31 @@ ...@@ -407,26 +408,31 @@
407 . 408 .
408 :ActivityObjective 409 :ActivityObjective
409 rdf:type owl:Class ; 410 rdf:type owl:Class ;
411 + rdfs:comment "A Class of Activity that is the objective (purpose and goal) of an activities."^^xsd:string ;
410 rdfs:label "Activity Objective"^^xsd:string ; 412 rdfs:label "Activity Objective"^^xsd:string ;
411 rdfs:subClassOf :ClassOfActivity ; 413 rdfs:subClassOf :ClassOfActivity ;
412 . 414 .
413 :ActivityPlanningActivity 415 :ActivityPlanningActivity
414 rdf:type owl:Class ; 416 rdf:type owl:Class ;
417 + rdfs:comment "A Class of Activity that has the set of Standard Activity Breakdown (SAB) activities as members."^^xsd:string ;
415 rdfs:label "Activity Planning Activity"^^xsd:string ; 418 rdfs:label "Activity Planning Activity"^^xsd:string ;
416 rdfs:subClassOf :ClassOfActivity ; 419 rdfs:subClassOf :ClassOfActivity ;
417 . 420 .
418 :ActivityPlanningPhase 421 :ActivityPlanningPhase
419 rdf:type owl:Class ; 422 rdf:type owl:Class ;
423 + rdfs:comment "A Class of Activity that has the set of Standard Activity Breakdown (SAB) phases as members."^^xsd:string ;
420 rdfs:label "Activity Planning Phase"^^xsd:string ; 424 rdfs:label "Activity Planning Phase"^^xsd:string ;
421 rdfs:subClassOf :ClassOfActivity ; 425 rdfs:subClassOf :ClassOfActivity ;
422 . 426 .
423 :ActivityPlanningResource 427 :ActivityPlanningResource
424 rdf:type owl:Class ; 428 rdf:type owl:Class ;
429 + rdfs:comment "A Class of Resource that has the set of Code of Resources (COR) activities as members."^^xsd:string ;
425 rdfs:label "Activity Planning Resource"^^xsd:string ; 430 rdfs:label "Activity Planning Resource"^^xsd:string ;
426 rdfs:subClassOf :ClassOfResource ; 431 rdfs:subClassOf :ClassOfResource ;
427 . 432 .
428 :ActivityPlanningResult 433 :ActivityPlanningResult
429 rdf:type owl:Class ; 434 rdf:type owl:Class ;
435 + rdfs:comment "A Class of Result that has the set of Product Breakdown Structure (PBS) activities as members."^^xsd:string ;
430 rdfs:label "Activity Planning Result"^^xsd:string ; 436 rdfs:label "Activity Planning Result"^^xsd:string ;
431 rdfs:subClassOf :ClassOfResult ; 437 rdfs:subClassOf :ClassOfResult ;
432 . 438 .
...@@ -438,10 +444,16 @@ ...@@ -438,10 +444,16 @@
438 . 444 .
439 :ActivityRiskFactor 445 :ActivityRiskFactor
440 rdf:type owl:Class ; 446 rdf:type owl:Class ;
441 - rdfs:comment "A System Descriptor that describes potential threats of damage, injury, liability, loss, or any other negative occurrence that is caused by external or internal vulnerabilities, and that may be avoided through preemptive action (adapted from Business Dictionary)."^^xsd:string ; 447 + rdfs:comment "A Class of Activity that involves potential threats of damage, injury, liability, loss, or any other negative occurrence that is caused by external or internal vulnerabilities, and that may be avoided through preemptive action (adapted from Business Dictionary)."^^xsd:string ;
442 rdfs:label "Activity Risk Factor"^^xsd:string ; 448 rdfs:label "Activity Risk Factor"^^xsd:string ;
443 rdfs:subClassOf :ClassOfActivity ; 449 rdfs:subClassOf :ClassOfActivity ;
444 . 450 .
451 +:ActivityStaffTime
452 + rdf:type owl:Class ;
453 + rdfs:comment "A Class of Activity that is executed by consuming work (manhours) by taff (members of participating organizations)."^^xsd:string ;
454 + rdfs:label "Activity staff time"^^xsd:string ;
455 + rdfs:subClassOf :ClassOfActivity ;
456 +.
445 :ActivityStatus 457 :ActivityStatus
446 rdf:type owl:Class ; 458 rdf:type owl:Class ;
447 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 ;
...@@ -865,11 +877,6 @@ ...@@ -865,11 +877,6 @@
865 rdfs:label "Class of Spatial Location"^^xsd:string ; 877 rdfs:label "Class of Spatial Location"^^xsd:string ;
866 rdfs:subClassOf :ClassOfIndividual ; 878 rdfs:subClassOf :ClassOfIndividual ;
867 . 879 .
868 -:ClassOfStaffTime
869 - rdf:type owl:Class ;
870 - rdfs:label "Class of staff time"^^xsd:string ;
871 - rdfs:subClassOf :ClassOfActivity ;
872 -.
873 :ClosingDown 880 :ClosingDown
874 rdf:type :ShutdownPhase ; 881 rdf:type :ShutdownPhase ;
875 rdfs:label "Closing down"^^xsd:string ; 882 rdfs:label "Closing down"^^xsd:string ;
...@@ -889,7 +896,7 @@ ...@@ -889,7 +896,7 @@
889 . 896 .
890 :CompletelyFreeField 897 :CompletelyFreeField
891 rdf:type owl:Class ; 898 rdf:type owl:Class ;
892 - rdfs:comment "A Data Field defined by the user that holds free text values."^^xsd:string ; 899 + rdfs:comment "A Data that has field name and value defined by the user."^^xsd:string ;
893 rdfs:label "ILAP Completely Free Field"^^xsd:string ; 900 rdfs:label "ILAP Completely Free Field"^^xsd:string ;
894 rdfs:subClassOf owl:Thing ; 901 rdfs:subClassOf owl:Thing ;
895 rdfs:subClassOf [ 902 rdfs:subClassOf [
...@@ -909,6 +916,7 @@ ...@@ -909,6 +916,7 @@
909 :CompletelyFreeFieldDefinition 916 :CompletelyFreeFieldDefinition
910 rdf:type owl:Class ; 917 rdf:type owl:Class ;
911 :shouldHaveID "true"^^xsd:boolean ; 918 :shouldHaveID "true"^^xsd:boolean ;
919 + rdfs:comment "A Descriptor that defines a Completely Free Field."^^xsd:string ;
912 rdfs:label "ILAP Completely Free Field Definition"^^xsd:string ; 920 rdfs:label "ILAP Completely Free Field Definition"^^xsd:string ;
913 rdfs:subClassOf owl:Thing ; 921 rdfs:subClassOf owl:Thing ;
914 rdfs:subClassOf [ 922 rdfs:subClassOf [
...@@ -921,7 +929,7 @@ ...@@ -921,7 +929,7 @@
921 :ConstraintInPlan 929 :ConstraintInPlan
922 rdf:type owl:Class ; 930 rdf:type owl:Class ;
923 :shouldHaveID "true" ; 931 :shouldHaveID "true" ;
924 - rdfs:comment "A Regulation that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ; 932 + rdfs:comment "A Class of Period in Time that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ;
925 rdfs:label "Constraint in Plan"^^xsd:string ; 933 rdfs:label "Constraint in Plan"^^xsd:string ;
926 rdfs:subClassOf :ClassOfPeriodInTime ; 934 rdfs:subClassOf :ClassOfPeriodInTime ;
927 . 935 .
...@@ -992,7 +1000,7 @@ ...@@ -992,7 +1000,7 @@
992 . 1000 .
993 :Data 1001 :Data
994 rdf:type owl:Class ; 1002 rdf:type owl:Class ;
995 - rdfs:comment "A Class that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ; 1003 + rdfs:comment "An Information Object that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ;
996 rdfs:label "ILAP Data"^^xsd:string ; 1004 rdfs:label "ILAP Data"^^xsd:string ;
997 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ; 1005 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS329669> ;
998 rdfs:subClassOf owl:Thing ; 1006 rdfs:subClassOf owl:Thing ;
...@@ -1056,7 +1064,7 @@ ...@@ -1056,7 +1064,7 @@
1056 rdf:type owl:Class ; 1064 rdf:type owl:Class ;
1057 rdfs:comment "A Class of StaffTime that involves the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ; 1065 rdfs:comment "A Class of StaffTime that involves the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ;
1058 rdfs:label "Discipline"^^xsd:string ; 1066 rdfs:label "Discipline"^^xsd:string ;
1059 - rdfs:subClassOf :ClassOfStaffTime ; 1067 + rdfs:subClassOf :ActivityStaffTime ;
1060 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ; 1068 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ;
1061 . 1069 .
1062 :DiscoveryDrilling 1070 :DiscoveryDrilling
...@@ -1152,6 +1160,12 @@ ...@@ -1152,6 +1160,12 @@
1152 rdfs:subClassOf :PossibleIndividual ; 1160 rdfs:subClassOf :PossibleIndividual ;
1153 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7275909> ; 1161 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7275909> ;
1154 . 1162 .
1163 +:EventInPlan
1164 + rdf:type owl:Class ;
1165 + rdfs:comment "A Class of Event whose members are that is part of a Plan"^^xsd:string ;
1166 + rdfs:label "Event in Plan"^^xsd:string ;
1167 + rdfs:subClassOf :ClassOfEvent ;
1168 +.
1155 :Execution 1169 :Execution
1156 rdf:type :ProjectPhase ; 1170 rdf:type :ProjectPhase ;
1157 rdfs:label "Execution"^^xsd:string ; 1171 rdfs:label "Execution"^^xsd:string ;
...@@ -1245,7 +1259,7 @@ ...@@ -1245,7 +1259,7 @@
1245 . 1259 .
1246 :FreeField 1260 :FreeField
1247 rdf:type owl:Class ; 1261 rdf:type owl:Class ;
1248 - rdfs:comment "A Data Field defined by the user that holds FreeFieldValues."^^xsd:string ; 1262 + rdfs:comment "A Data that has field name defined by the user."^^xsd:string ;
1249 rdfs:label "ILAP Free Field"^^xsd:string ; 1263 rdfs:label "ILAP Free Field"^^xsd:string ;
1250 rdfs:subClassOf owl:Thing ; 1264 rdfs:subClassOf owl:Thing ;
1251 rdfs:subClassOf [ 1265 rdfs:subClassOf [
...@@ -1271,7 +1285,7 @@ ...@@ -1271,7 +1285,7 @@
1271 :FreeFieldSet 1285 :FreeFieldSet
1272 rdf:type owl:Class ; 1286 rdf:type owl:Class ;
1273 :shouldHaveID "true"^^xsd:boolean ; 1287 :shouldHaveID "true"^^xsd:boolean ;
1274 - rdfs:comment "A Data Field that is a collection of Free Fields."^^xsd:string ; 1288 + rdfs:comment "A Class that is a collection of Free Fields."^^xsd:string ;
1275 rdfs:label "Free Field Set"^^xsd:string ; 1289 rdfs:label "Free Field Set"^^xsd:string ;
1276 rdfs:subClassOf owl:Class ; 1290 rdfs:subClassOf owl:Class ;
1277 rdfs:subClassOf [ 1291 rdfs:subClassOf [
...@@ -1310,6 +1324,7 @@ ...@@ -1310,6 +1324,7 @@
1310 :shouldHaveID "true" ; 1324 :shouldHaveID "true" ;
1311 rdfs:comment "A Data Value for a FreeField variable."^^xsd:string ; 1325 rdfs:comment "A Data Value for a FreeField variable."^^xsd:string ;
1312 rdfs:label "ILAP Free Field Value"^^xsd:string ; 1326 rdfs:label "ILAP Free Field Value"^^xsd:string ;
1327 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7945844> ;
1313 rdfs:subClassOf owl:Thing ; 1328 rdfs:subClassOf owl:Thing ;
1314 rdfs:subClassOf [ 1329 rdfs:subClassOf [
1315 rdf:type owl:Restriction ; 1330 rdf:type owl:Restriction ;
...@@ -1651,7 +1666,7 @@ ...@@ -1651,7 +1666,7 @@
1651 rdf:type owl:Class ; 1666 rdf:type owl:Class ;
1652 rdfs:comment "An Activity that has its role within a larger PlanForActivity as a criterion for membership. An ActivityInPlan is part of a PlanForActivity, with defined Constraints, Duration, Schedule Dates, Resources and Results."^^xsd:string ; 1667 rdfs:comment "An Activity that has its role within a larger PlanForActivity as a criterion for membership. An ActivityInPlan is part of a PlanForActivity, with defined Constraints, Duration, Schedule Dates, Resources and Results."^^xsd:string ;
1653 rdfs:label "Milestone in Plan"^^xsd:string ; 1668 rdfs:label "Milestone in Plan"^^xsd:string ;
1654 - rdfs:subClassOf :PlanForEvent ; 1669 + rdfs:subClassOf :EventInPlan ;
1655 rdfs:subClassOf [ 1670 rdfs:subClassOf [
1656 rdf:type owl:Restriction ; 1671 rdf:type owl:Restriction ;
1657 :shouldUseAnyUri "true"^^xsd:boolean ; 1672 :shouldUseAnyUri "true"^^xsd:boolean ;
...@@ -1929,18 +1944,13 @@ ...@@ -1929,18 +1944,13 @@
1929 :PlanForActivity 1944 :PlanForActivity
1930 rdf:type :ClassOfPlanForActivity ; 1945 rdf:type :ClassOfPlanForActivity ;
1931 rdf:type owl:Class ; 1946 rdf:type owl:Class ;
1932 - rdfs:comment """A Plan that is represented as a network diagram or list of Activities. 1947 + rdfs:comment """A Class of Activity that is a Plan represented as a network diagram or list of Activities.
1933 NOTE 1 A Plan for Activity is defined by criteria. An actual activity carried out in accordance with the plan is intended to meet these criteria. 1948 NOTE 1 A Plan for Activity is defined by criteria. An actual activity carried out in accordance with the plan is intended to meet these criteria.
1934 NOTE 2 A Plan for Activity can define a number of part activities which are related by Constraints, and which form an \"activity network.\" 1949 NOTE 2 A Plan for Activity can define a number of part activities which are related by Constraints, and which form an \"activity network.\"
1935 """^^xsd:string ; 1950 """^^xsd:string ;
1936 rdfs:label "Plan for activity"^^xsd:string ; 1951 rdfs:label "Plan for activity"^^xsd:string ;
1937 rdfs:subClassOf :ClassOfActivity ; 1952 rdfs:subClassOf :ClassOfActivity ;
1938 . 1953 .
1939 -:PlanForEvent
1940 - rdf:type owl:Class ;
1941 - rdfs:label "Plan for event"^^xsd:string ;
1942 - rdfs:subClassOf :ClassOfEvent ;
1943 -.
1944 :PlanForILAP 1954 :PlanForILAP
1945 rdf:type owl:Class ; 1955 rdf:type owl:Class ;
1946 :shouldHaveID "true"^^xsd:boolean ; 1956 :shouldHaveID "true"^^xsd:boolean ;
...@@ -2237,7 +2247,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2237,7 +2247,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2237 :ProfileSet 2247 :ProfileSet
2238 rdf:type owl:Class ; 2248 rdf:type owl:Class ;
2239 :shouldHaveID "true" ; 2249 :shouldHaveID "true" ;
2240 - rdfs:comment "A Function that is a collection of Profiles."^^xsd:string ; 2250 + rdfs:comment "A Class that is a collection of Profiles."^^xsd:string ;
2241 rdfs:label "Profile Set"^^xsd:string ; 2251 rdfs:label "Profile Set"^^xsd:string ;
2242 rdfs:subClassOf owl:Class ; 2252 rdfs:subClassOf owl:Class ;
2243 rdfs:subClassOf [ 2253 rdfs:subClassOf [
...@@ -2498,7 +2508,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2498,7 +2508,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2498 . 2508 .
2499 :ProjectType 2509 :ProjectType
2500 rdf:type owl:Class ; 2510 rdf:type owl:Class ;
2501 - rdfs:comment "A Classifier according to type of project of the Plan."^^xsd:string ; 2511 + rdfs:comment "A Class of Actvity that is a Project carried out in a given phase of the asset lifecycle."^^xsd:string ;
2502 rdfs:label "Plan project type"^^xsd:string ; 2512 rdfs:label "Plan project type"^^xsd:string ;
2503 rdfs:subClassOf :ClassOfActivity ; 2513 rdfs:subClassOf :ClassOfActivity ;
2504 . 2514 .
...@@ -2662,7 +2672,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2662,7 +2672,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2662 :ResourceSet 2672 :ResourceSet
2663 rdf:type owl:Class ; 2673 rdf:type owl:Class ;
2664 :shouldHaveID "true" ; 2674 :shouldHaveID "true" ;
2665 - rdfs:comment "A Physical Object that is a collection of Resources."^^xsd:string ; 2675 + rdfs:comment "A Class that is a collection of Resources."^^xsd:string ;
2666 rdfs:label "Resource Set"^^xsd:string ; 2676 rdfs:label "Resource Set"^^xsd:string ;
2667 rdfs:subClassOf owl:Class ; 2677 rdfs:subClassOf owl:Class ;
2668 rdfs:subClassOf [ 2678 rdfs:subClassOf [
...@@ -3053,7 +3063,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3053,7 +3063,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3053 . 3063 .
3054 :ShutdownType 3064 :ShutdownType
3055 rdf:type owl:Class ; 3065 rdf:type owl:Class ;
3056 - rdfs:comment "A Project Type that describes a Shutdown."^^xsd:string ; 3066 + rdfs:comment "A Class of Actvity that is a Shutdown carried out within a given Project or Activity in a Plan."^^xsd:string ;
3057 rdfs:label "Shutdown Type"^^xsd:string ; 3067 rdfs:label "Shutdown Type"^^xsd:string ;
3058 rdfs:subClassOf :ClassOfActivity ; 3068 rdfs:subClassOf :ClassOfActivity ;
3059 . 3069 .
...@@ -3080,7 +3090,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3080,7 +3090,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3080 . 3090 .
3081 :SpatialLocationInPlan 3091 :SpatialLocationInPlan
3082 rdf:type owl:Class ; 3092 rdf:type owl:Class ;
3083 - rdfs:comment "A ClassOfPhysicalObject whose members are Spatial Locations"^^xsd:string ; 3093 + rdfs:comment "A ClassOfSpatalLocation whose members are Spatial Locations"^^xsd:string ;
3084 rdfs:label "Spatial Location in Plan"^^xsd:string ; 3094 rdfs:label "Spatial Location in Plan"^^xsd:string ;
3085 rdfs:subClassOf :ClassOfPhysicalObject ; 3095 rdfs:subClassOf :ClassOfPhysicalObject ;
3086 rdfs:subClassOf :ClassOfSpatialLocation ; 3096 rdfs:subClassOf :ClassOfSpatialLocation ;
...@@ -4727,7 +4737,7 @@ SCCS:SAB_S ...@@ -4727,7 +4737,7 @@ SCCS:SAB_S
4727 rdfs:label "time Based Resource Ref"^^xsd:string ; 4737 rdfs:label "time Based Resource Ref"^^xsd:string ;
4728 . 4738 .
4729 userfield:SpecifiedUserField 4739 userfield:SpecifiedUserField
4730 - 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 ; 4740 + rdfs:comment "A Data that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ;
4731 rdfs:label "ILAP Specified User Field"^^xsd:string ; 4741 rdfs:label "ILAP Specified User Field"^^xsd:string ;
4732 . 4742 .
4733 userfield:hasFreeFieldForSpecifiedUserField 4743 userfield:hasFreeFieldForSpecifiedUserField
......