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
.
:carriedOutBy
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between an Activity and the responsible for carrying it out."^^xsd:string ;
rdfs:domain :WorkOrderPlan ;
rdfs:label "carried Out By"^^xsd:string ;
rdfs:range :WorkCenter ;
.
:correspondsToPlan
rdf:type owl:ObjectProperty ;
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 ;
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 ;
rdfs:label "corresponds to Plan"^^xsd:string ;
.
:dailyAvailableDuration
......@@ -3695,12 +3696,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:describes
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between two objects, where one is a description of the other."^^xsd:string ;
rdfs:domain :Data ;
rdfs:range owl:Thing ;
.
:forPlan
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an object that is intended for a plan and the plan itself."^^xsd:string ;
rdfs:comment "A relationship between an object that is intended for a plan and the plan itself."^^xsd:string ;
rdfs:label "for Plan"^^xsd:string ;
.
:hasActivity
......@@ -3760,6 +3762,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasActualResponsible
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and the responsible that carries it out."^^xsd:string ;
rdfs:domain :ActivityInPlan ;
rdfs:label "has actual responsible"^^xsd:string ;
rdfs:range :PersonOrOrganization ;
......@@ -3978,6 +3981,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasFieldReference
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a free field and is reference."^^xsd:string ;
rdfs:label "has field reference"^^xsd:string ;
.
:hasFieldValue
......@@ -4009,12 +4013,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasFnetDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "The Activity must Finish No Earlier than this date."^^xsd:string ;
rdfs:comment "A property that gives a date that the Activity must Finish No Earlier than this date."^^xsd:string ;
rdfs:label "has FNET Date"^^xsd:string ;
.
:hasFnltDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "The Activity must Finish No Later than this date. This corresponds to Target Complete Late in Safran."^^xsd:string ;
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 ;
rdfs:label "has FNLT Date"^^xsd:string ;
.
:hasFreeField
......@@ -4064,6 +4068,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasLifecyclePhase
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between an Activity and the Phase in which it takes place."^^xsd:string ;
rdfs:domain :Project ;
rdfs:label "has Lifecycle Phase"^^xsd:string ;
rdfs:range :AssetLifecyclePhase ;
......@@ -4076,14 +4081,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasLocation
rdf:type owl:ObjectProperty ;
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 ;
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 ;
rdfs:domain :Activity ;
rdfs:label "has location"^^xsd:string ;
rdfs:range :PossibleIndividual ;
.
:hasLocationLatitude
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the Latitude of a Location."^^xsd:string ;
rdfs:comment "A property that holds the Latitude of a Location."^^xsd:string ;
rdfs:label "has Location Latitude"^^xsd:string ;
.
:hasLocationLongitude
......@@ -4111,18 +4116,18 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasMfoDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "The Activity Must Finish On this date. This corresponds to Fixed Finish in Safran. "^^xsd:string ;
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 ;
rdfs:label "has MFO Date"^^xsd:string ;
.
:hasMilestone
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a planning object and a Milestone."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a Milestone."^^xsd:string ;
rdfs:domain :PlanForActivity ;
rdfs:label "has milestone"^^xsd:string ;
.
:hasMsoDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "The Activity Must Start On this date. This corresponds to Fixed Start in Safran."^^xsd:string ;
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 ;
rdfs:label "has MSO Date"^^xsd:string ;
.
:hasName
......@@ -4138,6 +4143,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasOpList
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and its list of operations."^^xsd:string ;
rdfs:label "has op list"^^xsd:string ;
.
:hasOperation
......@@ -4161,12 +4167,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasParentActivity
rdf:type owl:ObjectProperty ;
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 ;
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 ;
rdfs:label "has Parent Activity"^^xsd:string ;
.
:hasParentPlan
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Plan and a partial Plan at the same Plan Level."^^xsd:string ;
rdfs:comment "A relationship between a Plan and a partial Plan at the same Plan Level."^^xsd:string ;
rdfs:label "has Parent Plan"^^xsd:string ;
.
:hasPercentageComplete
......@@ -4191,8 +4197,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasPlanCriticality
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and its level of criticailty."^^xsd:string ;
rdfs:domain :PlanForActivity ;
rdfs:label "has plan criticality"^^xsd:string ;
rdfs:label "has Plan Criticality"^^xsd:string ;
rdfs:range :ActivityCriticality ;
.
:hasPlanLevel
......@@ -4209,6 +4216,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasPlanShutdownPhase
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a shutdown phase."^^xsd:string ;
rdfs:domain :PlanForActivity ;
rdfs:label "has plan shutdown phase"^^xsd:string ;
rdfs:range :ShutdownPhase ;
......@@ -4230,6 +4238,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasPlannedDiscipline
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and its planned dscipline."^^xsd:string ;
rdfs:domain :ResourceInPlan ;
rdfs:label "has planned discipline"^^xsd:string ;
rdfs:range :Discipline ;
......@@ -4260,6 +4269,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasPlannedResponsible
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and its planned responsible"^^xsd:string ;
rdfs:domain :PlanForActivity ;
rdfs:label "has planned responsible"^^xsd:string ;
rdfs:range :PersonOrOrganization ;
......@@ -4288,7 +4298,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasPriority
rdf:type owl:ObjectProperty ;
rdfs:comment "ARelationship between a ClassOfActivity and an ActivityPriority."^^xsd:string ;
rdfs:comment "A relationship between a ClassOfActivity and an ActivityPriority."^^xsd:string ;
rdfs:domain :ClassOfActivity ;
rdfs:label "has Priority"^^xsd:string ;
rdfs:range :ActivityPriority ;
......@@ -4322,6 +4332,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasProjectAFEid
rdf:type owl:DatatypeProperty ;
rdfs:comment "A prpoerty that give the unique ID for a project against which it has Authorization For Expenditure (AFE)."^^xsd:string ;
rdfs:domain :Project ;
rdfs:label "has project AFE id"^^xsd:string ;
rdfs:range xsd:string ;
......@@ -4340,6 +4351,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasProjectPhase
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a project and the lifecycle phase in which it take splace"^^xsd:string ;
rdfs:domain :PlanForActivity ;
rdfs:label "has project phase"^^xsd:string ;
rdfs:range :ProjectPhase ;
......@@ -4351,6 +4363,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasProjectType
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a project and its type."^^xsd:string ;
rdfs:domain :Project ;
rdfs:label "has project type"^^xsd:string ;
rdfs:range :ProjectType ;
......@@ -4410,6 +4423,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasRiskFactorForPlan
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and its risk factors."^^xsd:string ;
rdfs:domain :ActivityInPlan ;
rdfs:label "has risk factor for plan"^^xsd:string ;
rdfs:range :ActivityRiskFactor ;
......@@ -4445,12 +4459,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasSnetDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "The Activity must Start no earlier than this date. This corresponds to Target Start Early in Safran."^^xsd:string ;
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 ;
rdfs:label "has SNET Date"^^xsd:string ;
.
:hasSnltDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "The Activity must Start no later than this date. This corresponds to Target Start Late in Safran."^^xsd:string ;
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 ;
rdfs:label "has SNLT Date"^^xsd:string ;
.
:hasSource
......@@ -4512,7 +4526,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasSuccessor
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity Constraint and a planning object that follows it."^^xsd:string ;
rdfs:comment "A relationship between an Activity Constraint and a planning object that follows it."^^xsd:string ;
rdfs:label "has Successor"^^xsd:string ;
.
:hasTaskMilestone
......@@ -4588,6 +4602,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:identifiedByLiteral
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives gives a literal that identifies a planning object."^^xsd:string ;
rdfs:domain owl:Thing ;
rdfs:label "identified by literal"^^xsd:string ;
rdfs:range xsd:string ;
......@@ -4605,28 +4620,29 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:locationOfWelInformation
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and tje location of associated well information."^^xsd:string ;
rdfs:domain :PlanForActivity ;
rdfs:label "location of Well Information"^^xsd:string ;
rdfs:range :WellInformationPlanType ;
.
:mustStartAlap
rdf:type owl:DatatypeProperty ;
rdfs:comment "The Activity should start as late as possible. This is ignored in Safran. "^^xsd:string ;
rdfs:comment "A property that gives a date that the Activity should start as late as possible. This is ignored in Safran. "^^xsd:string ;
rdfs:label "must Start ALAP"^^xsd:string ;
.
:mustStartAsap
rdf:type owl:DatatypeProperty ;
rdfs:comment "The Activity should start as soon as possible. This is left untouched in Safran. "^^xsd:string ;
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 ;
rdfs:label "must Start ASAP"^^xsd:string ;
.
:now
rdf:type owl:DatatypeProperty ;
rdfs:comment "This is not left untouched in Safran."^^xsd:string ;
rdfs:label "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ;
rdfs:label "A property that holds the Time of calculation for the latest Schedule."^^xsd:string ;
.
:partOfPhase
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between an Actvivity and a Phase."^^xsd:string ;
rdfs:comment "A relationship between an Activity and a Phase."^^xsd:string ;
rdfs:label "part Of Phase"^^xsd:string ;
.
:partOfSchedule
......@@ -4876,7 +4892,7 @@ SCCS:SAB_S
.
:subValueOf
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Free Field Value and another free Field (sub) Value."^^xsd:string ;
rdfs:comment "A relationship between a Free Field Value and another free Field (sub) Value."^^xsd:string ;
rdfs:label "sub Value of"^^xsd:string ;
.
:timeBasedResourceRef
......