Tore Christiansen

Added Comment for all Object Properties and Datatype Properties

...@@ -3679,13 +3679,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3679,13 +3679,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3679 . 3679 .
3680 :carriedOutBy 3680 :carriedOutBy
3681 rdf:type owl:ObjectProperty ; 3681 rdf:type owl:ObjectProperty ;
3682 + rdfs:comment "A relationship between an Activity and the responsible for carrying it out."^^xsd:string ;
3682 rdfs:domain :WorkOrderPlan ; 3683 rdfs:domain :WorkOrderPlan ;
3683 rdfs:label "carried Out By"^^xsd:string ; 3684 rdfs:label "carried Out By"^^xsd:string ;
3684 rdfs:range :WorkCenter ; 3685 rdfs:range :WorkCenter ;
3685 . 3686 .
3686 :correspondsToPlan 3687 :correspondsToPlan
3687 rdf:type owl:ObjectProperty ; 3688 rdf:type owl:ObjectProperty ;
3688 - rdfs:comment "A Relationship for tying Plans to the Activity they correspond to (e.g., a Work order on Level 5 is a Plan that corresponds to an Activity on Level 4)."^^xsd:string ; 3689 + rdfs:comment "A relationship for tying Plans to the Activity they correspond to (e.g., a Work order on Level 5 is a Plan that corresponds to an Activity on Level 4)."^^xsd:string ;
3689 rdfs:label "corresponds to Plan"^^xsd:string ; 3690 rdfs:label "corresponds to Plan"^^xsd:string ;
3690 . 3691 .
3691 :dailyAvailableDuration 3692 :dailyAvailableDuration
...@@ -3695,12 +3696,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3695,12 +3696,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3695 . 3696 .
3696 :describes 3697 :describes
3697 rdf:type owl:ObjectProperty ; 3698 rdf:type owl:ObjectProperty ;
3699 + rdfs:comment "A relationship between two objects, where one is a description of the other."^^xsd:string ;
3698 rdfs:domain :Data ; 3700 rdfs:domain :Data ;
3699 rdfs:range owl:Thing ; 3701 rdfs:range owl:Thing ;
3700 . 3702 .
3701 :forPlan 3703 :forPlan
3702 rdf:type owl:ObjectProperty ; 3704 rdf:type owl:ObjectProperty ;
3703 - rdfs:comment "A Relationship between an object that is intended for a plan and the plan itself."^^xsd:string ; 3705 + rdfs:comment "A relationship between an object that is intended for a plan and the plan itself."^^xsd:string ;
3704 rdfs:label "for Plan"^^xsd:string ; 3706 rdfs:label "for Plan"^^xsd:string ;
3705 . 3707 .
3706 :hasActivity 3708 :hasActivity
...@@ -3760,6 +3762,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3760,6 +3762,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3760 . 3762 .
3761 :hasActualResponsible 3763 :hasActualResponsible
3762 rdf:type owl:ObjectProperty ; 3764 rdf:type owl:ObjectProperty ;
3765 + rdfs:comment "A relationship between a planning object and the responsible that carries it out."^^xsd:string ;
3763 rdfs:domain :ActivityInPlan ; 3766 rdfs:domain :ActivityInPlan ;
3764 rdfs:label "has actual responsible"^^xsd:string ; 3767 rdfs:label "has actual responsible"^^xsd:string ;
3765 rdfs:range :PersonOrOrganization ; 3768 rdfs:range :PersonOrOrganization ;
...@@ -3978,6 +3981,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3978,6 +3981,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3978 . 3981 .
3979 :hasFieldReference 3982 :hasFieldReference
3980 rdf:type owl:ObjectProperty ; 3983 rdf:type owl:ObjectProperty ;
3984 + rdfs:comment "A relationship between a free field and is reference."^^xsd:string ;
3981 rdfs:label "has field reference"^^xsd:string ; 3985 rdfs:label "has field reference"^^xsd:string ;
3982 . 3986 .
3983 :hasFieldValue 3987 :hasFieldValue
...@@ -4009,12 +4013,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4009,12 +4013,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4009 . 4013 .
4010 :hasFnetDate 4014 :hasFnetDate
4011 rdf:type owl:DatatypeProperty ; 4015 rdf:type owl:DatatypeProperty ;
4012 - rdfs:comment "The Activity must Finish No Earlier than this date."^^xsd:string ; 4016 + rdfs:comment "A property that gives a date that the Activity must Finish No Earlier than this date."^^xsd:string ;
4013 rdfs:label "has FNET Date"^^xsd:string ; 4017 rdfs:label "has FNET Date"^^xsd:string ;
4014 . 4018 .
4015 :hasFnltDate 4019 :hasFnltDate
4016 rdf:type owl:DatatypeProperty ; 4020 rdf:type owl:DatatypeProperty ;
4017 - rdfs:comment "The Activity must Finish No Later than this date. This corresponds to Target Complete Late in Safran."^^xsd:string ; 4021 + rdfs:comment "A property that gives a date that the Activity must Finish No Later than this date. This corresponds to Target Complete Late in Safran."^^xsd:string ;
4018 rdfs:label "has FNLT Date"^^xsd:string ; 4022 rdfs:label "has FNLT Date"^^xsd:string ;
4019 . 4023 .
4020 :hasFreeField 4024 :hasFreeField
...@@ -4064,6 +4068,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4064,6 +4068,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4064 . 4068 .
4065 :hasLifecyclePhase 4069 :hasLifecyclePhase
4066 rdf:type owl:ObjectProperty ; 4070 rdf:type owl:ObjectProperty ;
4071 + rdfs:comment "A relationship between an Activity and the Phase in which it takes place."^^xsd:string ;
4067 rdfs:domain :Project ; 4072 rdfs:domain :Project ;
4068 rdfs:label "has Lifecycle Phase"^^xsd:string ; 4073 rdfs:label "has Lifecycle Phase"^^xsd:string ;
4069 rdfs:range :AssetLifecyclePhase ; 4074 rdfs:range :AssetLifecyclePhase ;
...@@ -4076,14 +4081,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4076,14 +4081,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4076 . 4081 .
4077 :hasLocation 4082 :hasLocation
4078 rdf:type owl:ObjectProperty ; 4083 rdf:type owl:ObjectProperty ;
4079 - rdfs:comment "A Location that is a logical position, typically used to specify where an Activity takes place, and normally described relative a functional breakdown of areas used for given types of Activities (e.g., the Drilling Are of an oil platform)."^^xsd:string ; 4084 + rdfs:comment "A relationship that describes a logical position, typically used to specify where an Activity takes place, and normally described relative a functional breakdown of areas used for given types of Activities (e.g., the Drilling Area of an oil platform)."^^xsd:string ;
4080 rdfs:domain :Activity ; 4085 rdfs:domain :Activity ;
4081 rdfs:label "has location"^^xsd:string ; 4086 rdfs:label "has location"^^xsd:string ;
4082 rdfs:range :PossibleIndividual ; 4087 rdfs:range :PossibleIndividual ;
4083 . 4088 .
4084 :hasLocationLatitude 4089 :hasLocationLatitude
4085 rdf:type owl:DatatypeProperty ; 4090 rdf:type owl:DatatypeProperty ;
4086 - rdfs:comment "A Property that holds the Latitude of a Location."^^xsd:string ; 4091 + rdfs:comment "A property that holds the Latitude of a Location."^^xsd:string ;
4087 rdfs:label "has Location Latitude"^^xsd:string ; 4092 rdfs:label "has Location Latitude"^^xsd:string ;
4088 . 4093 .
4089 :hasLocationLongitude 4094 :hasLocationLongitude
...@@ -4111,18 +4116,18 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4111,18 +4116,18 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4111 . 4116 .
4112 :hasMfoDate 4117 :hasMfoDate
4113 rdf:type owl:DatatypeProperty ; 4118 rdf:type owl:DatatypeProperty ;
4114 - rdfs:comment "The Activity Must Finish On this date. This corresponds to Fixed Finish in Safran. "^^xsd:string ; 4119 + rdfs:comment "A property that gives a date that the Activity Must Finish On this date. This corresponds to Fixed Finish in Safran. "^^xsd:string ;
4115 rdfs:label "has MFO Date"^^xsd:string ; 4120 rdfs:label "has MFO Date"^^xsd:string ;
4116 . 4121 .
4117 :hasMilestone 4122 :hasMilestone
4118 rdf:type owl:ObjectProperty ; 4123 rdf:type owl:ObjectProperty ;
4119 - rdfs:comment "A Relationship between a planning object and a Milestone."^^xsd:string ; 4124 + rdfs:comment "A relationship between a planning object and a Milestone."^^xsd:string ;
4120 rdfs:domain :PlanForActivity ; 4125 rdfs:domain :PlanForActivity ;
4121 rdfs:label "has milestone"^^xsd:string ; 4126 rdfs:label "has milestone"^^xsd:string ;
4122 . 4127 .
4123 :hasMsoDate 4128 :hasMsoDate
4124 rdf:type owl:DatatypeProperty ; 4129 rdf:type owl:DatatypeProperty ;
4125 - rdfs:comment "The Activity Must Start On this date. This corresponds to Fixed Start in Safran."^^xsd:string ; 4130 + rdfs:comment "A property that gives a date that the Activity Must Start On this date. This corresponds to Fixed Start in Safran."^^xsd:string ;
4126 rdfs:label "has MSO Date"^^xsd:string ; 4131 rdfs:label "has MSO Date"^^xsd:string ;
4127 . 4132 .
4128 :hasName 4133 :hasName
...@@ -4138,6 +4143,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4138,6 +4143,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4138 . 4143 .
4139 :hasOpList 4144 :hasOpList
4140 rdf:type owl:ObjectProperty ; 4145 rdf:type owl:ObjectProperty ;
4146 + rdfs:comment "A relationship between a planning object and its list of operations."^^xsd:string ;
4141 rdfs:label "has op list"^^xsd:string ; 4147 rdfs:label "has op list"^^xsd:string ;
4142 . 4148 .
4143 :hasOperation 4149 :hasOperation
...@@ -4161,12 +4167,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4161,12 +4167,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4161 . 4167 .
4162 :hasParentActivity 4168 :hasParentActivity
4163 rdf:type owl:ObjectProperty ; 4169 rdf:type owl:ObjectProperty ;
4164 - rdfs:comment "A Relationship between a Planned Activity and a part of the same Planned Activity (e.g., between the complete Activity and the completed and remaining parts of the Activity during project execution)."^^xsd:string ; 4170 + rdfs:comment "A relationship between a Planned Activity and a part of the same Planned Activity (e.g., between the complete Activity and the completed and remaining parts of the Activity during project execution)."^^xsd:string ;
4165 rdfs:label "has Parent Activity"^^xsd:string ; 4171 rdfs:label "has Parent Activity"^^xsd:string ;
4166 . 4172 .
4167 :hasParentPlan 4173 :hasParentPlan
4168 rdf:type owl:ObjectProperty ; 4174 rdf:type owl:ObjectProperty ;
4169 - rdfs:comment "A Relationship between a Plan and a partial Plan at the same Plan Level."^^xsd:string ; 4175 + rdfs:comment "A relationship between a Plan and a partial Plan at the same Plan Level."^^xsd:string ;
4170 rdfs:label "has Parent Plan"^^xsd:string ; 4176 rdfs:label "has Parent Plan"^^xsd:string ;
4171 . 4177 .
4172 :hasPercentageComplete 4178 :hasPercentageComplete
...@@ -4191,8 +4197,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4191,8 +4197,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4191 . 4197 .
4192 :hasPlanCriticality 4198 :hasPlanCriticality
4193 rdf:type owl:ObjectProperty ; 4199 rdf:type owl:ObjectProperty ;
4200 + rdfs:comment "A relationship between a planning object and its level of criticailty."^^xsd:string ;
4194 rdfs:domain :PlanForActivity ; 4201 rdfs:domain :PlanForActivity ;
4195 - rdfs:label "has plan criticality"^^xsd:string ; 4202 + rdfs:label "has Plan Criticality"^^xsd:string ;
4196 rdfs:range :ActivityCriticality ; 4203 rdfs:range :ActivityCriticality ;
4197 . 4204 .
4198 :hasPlanLevel 4205 :hasPlanLevel
...@@ -4209,6 +4216,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4209,6 +4216,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4209 . 4216 .
4210 :hasPlanShutdownPhase 4217 :hasPlanShutdownPhase
4211 rdf:type owl:ObjectProperty ; 4218 rdf:type owl:ObjectProperty ;
4219 + rdfs:comment "A relationship between a planning object and a shutdown phase."^^xsd:string ;
4212 rdfs:domain :PlanForActivity ; 4220 rdfs:domain :PlanForActivity ;
4213 rdfs:label "has plan shutdown phase"^^xsd:string ; 4221 rdfs:label "has plan shutdown phase"^^xsd:string ;
4214 rdfs:range :ShutdownPhase ; 4222 rdfs:range :ShutdownPhase ;
...@@ -4230,6 +4238,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4230,6 +4238,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4230 . 4238 .
4231 :hasPlannedDiscipline 4239 :hasPlannedDiscipline
4232 rdf:type owl:ObjectProperty ; 4240 rdf:type owl:ObjectProperty ;
4241 + rdfs:comment "A relationship between a planning object and its planned dscipline."^^xsd:string ;
4233 rdfs:domain :ResourceInPlan ; 4242 rdfs:domain :ResourceInPlan ;
4234 rdfs:label "has planned discipline"^^xsd:string ; 4243 rdfs:label "has planned discipline"^^xsd:string ;
4235 rdfs:range :Discipline ; 4244 rdfs:range :Discipline ;
...@@ -4260,6 +4269,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4260,6 +4269,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4260 . 4269 .
4261 :hasPlannedResponsible 4270 :hasPlannedResponsible
4262 rdf:type owl:ObjectProperty ; 4271 rdf:type owl:ObjectProperty ;
4272 + rdfs:comment "A relationship between a planning object and its planned responsible"^^xsd:string ;
4263 rdfs:domain :PlanForActivity ; 4273 rdfs:domain :PlanForActivity ;
4264 rdfs:label "has planned responsible"^^xsd:string ; 4274 rdfs:label "has planned responsible"^^xsd:string ;
4265 rdfs:range :PersonOrOrganization ; 4275 rdfs:range :PersonOrOrganization ;
...@@ -4288,7 +4298,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4288,7 +4298,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4288 . 4298 .
4289 :hasPriority 4299 :hasPriority
4290 rdf:type owl:ObjectProperty ; 4300 rdf:type owl:ObjectProperty ;
4291 - rdfs:comment "ARelationship between a ClassOfActivity and an ActivityPriority."^^xsd:string ; 4301 + rdfs:comment "A relationship between a ClassOfActivity and an ActivityPriority."^^xsd:string ;
4292 rdfs:domain :ClassOfActivity ; 4302 rdfs:domain :ClassOfActivity ;
4293 rdfs:label "has Priority"^^xsd:string ; 4303 rdfs:label "has Priority"^^xsd:string ;
4294 rdfs:range :ActivityPriority ; 4304 rdfs:range :ActivityPriority ;
...@@ -4322,6 +4332,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4322,6 +4332,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4322 . 4332 .
4323 :hasProjectAFEid 4333 :hasProjectAFEid
4324 rdf:type owl:DatatypeProperty ; 4334 rdf:type owl:DatatypeProperty ;
4335 + rdfs:comment "A prpoerty that give the unique ID for a project against which it has Authorization For Expenditure (AFE)."^^xsd:string ;
4325 rdfs:domain :Project ; 4336 rdfs:domain :Project ;
4326 rdfs:label "has project AFE id"^^xsd:string ; 4337 rdfs:label "has project AFE id"^^xsd:string ;
4327 rdfs:range xsd:string ; 4338 rdfs:range xsd:string ;
...@@ -4340,6 +4351,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4340,6 +4351,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4340 . 4351 .
4341 :hasProjectPhase 4352 :hasProjectPhase
4342 rdf:type owl:ObjectProperty ; 4353 rdf:type owl:ObjectProperty ;
4354 + rdfs:comment "A relationship between a project and the lifecycle phase in which it take splace"^^xsd:string ;
4343 rdfs:domain :PlanForActivity ; 4355 rdfs:domain :PlanForActivity ;
4344 rdfs:label "has project phase"^^xsd:string ; 4356 rdfs:label "has project phase"^^xsd:string ;
4345 rdfs:range :ProjectPhase ; 4357 rdfs:range :ProjectPhase ;
...@@ -4351,6 +4363,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4351,6 +4363,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4351 . 4363 .
4352 :hasProjectType 4364 :hasProjectType
4353 rdf:type owl:ObjectProperty ; 4365 rdf:type owl:ObjectProperty ;
4366 + rdfs:comment "A relationship between a project and its type."^^xsd:string ;
4354 rdfs:domain :Project ; 4367 rdfs:domain :Project ;
4355 rdfs:label "has project type"^^xsd:string ; 4368 rdfs:label "has project type"^^xsd:string ;
4356 rdfs:range :ProjectType ; 4369 rdfs:range :ProjectType ;
...@@ -4410,6 +4423,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4410,6 +4423,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4410 . 4423 .
4411 :hasRiskFactorForPlan 4424 :hasRiskFactorForPlan
4412 rdf:type owl:ObjectProperty ; 4425 rdf:type owl:ObjectProperty ;
4426 + rdfs:comment "A relationship between a planning object and its risk factors."^^xsd:string ;
4413 rdfs:domain :ActivityInPlan ; 4427 rdfs:domain :ActivityInPlan ;
4414 rdfs:label "has risk factor for plan"^^xsd:string ; 4428 rdfs:label "has risk factor for plan"^^xsd:string ;
4415 rdfs:range :ActivityRiskFactor ; 4429 rdfs:range :ActivityRiskFactor ;
...@@ -4445,12 +4459,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4445,12 +4459,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4445 . 4459 .
4446 :hasSnetDate 4460 :hasSnetDate
4447 rdf:type owl:DatatypeProperty ; 4461 rdf:type owl:DatatypeProperty ;
4448 - rdfs:comment "The Activity must Start no earlier than this date. This corresponds to Target Start Early in Safran."^^xsd:string ; 4462 + rdfs:comment "A property that gives a date that the Activity must Start no earlier than this date. This corresponds to Target Start Early in Safran."^^xsd:string ;
4449 rdfs:label "has SNET Date"^^xsd:string ; 4463 rdfs:label "has SNET Date"^^xsd:string ;
4450 . 4464 .
4451 :hasSnltDate 4465 :hasSnltDate
4452 rdf:type owl:DatatypeProperty ; 4466 rdf:type owl:DatatypeProperty ;
4453 - rdfs:comment "The Activity must Start no later than this date. This corresponds to Target Start Late in Safran."^^xsd:string ; 4467 + rdfs:comment "A property that gives a date that the Activity must Start no later than this date. This corresponds to Target Start Late in Safran."^^xsd:string ;
4454 rdfs:label "has SNLT Date"^^xsd:string ; 4468 rdfs:label "has SNLT Date"^^xsd:string ;
4455 . 4469 .
4456 :hasSource 4470 :hasSource
...@@ -4512,7 +4526,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4512,7 +4526,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4512 . 4526 .
4513 :hasSuccessor 4527 :hasSuccessor
4514 rdf:type owl:ObjectProperty ; 4528 rdf:type owl:ObjectProperty ;
4515 - rdfs:comment "A Relationship between an Activity Constraint and a planning object that follows it."^^xsd:string ; 4529 + rdfs:comment "A relationship between an Activity Constraint and a planning object that follows it."^^xsd:string ;
4516 rdfs:label "has Successor"^^xsd:string ; 4530 rdfs:label "has Successor"^^xsd:string ;
4517 . 4531 .
4518 :hasTaskMilestone 4532 :hasTaskMilestone
...@@ -4588,6 +4602,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4588,6 +4602,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4588 . 4602 .
4589 :identifiedByLiteral 4603 :identifiedByLiteral
4590 rdf:type owl:DatatypeProperty ; 4604 rdf:type owl:DatatypeProperty ;
4605 + rdfs:comment "A property that gives gives a literal that identifies a planning object."^^xsd:string ;
4591 rdfs:domain owl:Thing ; 4606 rdfs:domain owl:Thing ;
4592 rdfs:label "identified by literal"^^xsd:string ; 4607 rdfs:label "identified by literal"^^xsd:string ;
4593 rdfs:range xsd:string ; 4608 rdfs:range xsd:string ;
...@@ -4605,28 +4620,29 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4605,28 +4620,29 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4605 . 4620 .
4606 :locationOfWelInformation 4621 :locationOfWelInformation
4607 rdf:type owl:ObjectProperty ; 4622 rdf:type owl:ObjectProperty ;
4623 + rdfs:comment "A relationship between a planning object and tje location of associated well information."^^xsd:string ;
4608 rdfs:domain :PlanForActivity ; 4624 rdfs:domain :PlanForActivity ;
4609 rdfs:label "location of Well Information"^^xsd:string ; 4625 rdfs:label "location of Well Information"^^xsd:string ;
4610 rdfs:range :WellInformationPlanType ; 4626 rdfs:range :WellInformationPlanType ;
4611 . 4627 .
4612 :mustStartAlap 4628 :mustStartAlap
4613 rdf:type owl:DatatypeProperty ; 4629 rdf:type owl:DatatypeProperty ;
4614 - rdfs:comment "The Activity should start as late as possible. This is ignored in Safran. "^^xsd:string ; 4630 + rdfs:comment "A property that gives a date that the Activity should start as late as possible. This is ignored in Safran. "^^xsd:string ;
4615 rdfs:label "must Start ALAP"^^xsd:string ; 4631 rdfs:label "must Start ALAP"^^xsd:string ;
4616 . 4632 .
4617 :mustStartAsap 4633 :mustStartAsap
4618 rdf:type owl:DatatypeProperty ; 4634 rdf:type owl:DatatypeProperty ;
4619 - rdfs:comment "The Activity should start as soon as possible. This is left untouched in Safran. "^^xsd:string ; 4635 + rdfs:comment "A property that gives a date that the Activity should start as soon as possible. This is left untouched in Safran. "^^xsd:string ;
4620 rdfs:label "must Start ASAP"^^xsd:string ; 4636 rdfs:label "must Start ASAP"^^xsd:string ;
4621 . 4637 .
4622 :now 4638 :now
4623 rdf:type owl:DatatypeProperty ; 4639 rdf:type owl:DatatypeProperty ;
4624 rdfs:comment "This is not left untouched in Safran."^^xsd:string ; 4640 rdfs:comment "This is not left untouched in Safran."^^xsd:string ;
4625 - rdfs:label "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ; 4641 + rdfs:label "A property that holds the Time of calculation for the latest Schedule."^^xsd:string ;
4626 . 4642 .
4627 :partOfPhase 4643 :partOfPhase
4628 rdf:type owl:ObjectProperty ; 4644 rdf:type owl:ObjectProperty ;
4629 - rdfs:comment "A relationship between an Actvivity and a Phase."^^xsd:string ; 4645 + rdfs:comment "A relationship between an Activity and a Phase."^^xsd:string ;
4630 rdfs:label "part Of Phase"^^xsd:string ; 4646 rdfs:label "part Of Phase"^^xsd:string ;
4631 . 4647 .
4632 :partOfSchedule 4648 :partOfSchedule
...@@ -4876,7 +4892,7 @@ SCCS:SAB_S ...@@ -4876,7 +4892,7 @@ SCCS:SAB_S
4876 . 4892 .
4877 :subValueOf 4893 :subValueOf
4878 rdf:type owl:ObjectProperty ; 4894 rdf:type owl:ObjectProperty ;
4879 - rdfs:comment "A Relationship between a Free Field Value and another free Field (sub) Value."^^xsd:string ; 4895 + rdfs:comment "A relationship between a Free Field Value and another free Field (sub) Value."^^xsd:string ;
4880 rdfs:label "sub Value of"^^xsd:string ; 4896 rdfs:label "sub Value of"^^xsd:string ;
4881 . 4897 .
4882 :timeBasedResourceRef 4898 :timeBasedResourceRef
......