Tore Christiansen

Completed updating label definition and ordering of all object and datatype prop…

…erties in ILAP Planning Core
......@@ -133,6 +133,12 @@
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :RiskFactor ;
owl:onProperty :hasRisk ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :ScheduleForActivityInPlan ;
owl:onProperty :hasSchedule ;
] ;
......@@ -189,7 +195,7 @@
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :MaterialOrderStatus ;
owl:onProperty :hasActivityMaterialOrderStatus ;
owl:onProperty :hasMaterialOrderStatus ;
] ;
.
:ActivityStatus
......@@ -617,7 +623,7 @@
.
:Cost
rdf:type owl:Class ;
rdfs:comment "A Property denoting an expense of something."^^xsd:string ;
rdfs:comment "A Property denoting an expense of something that is a monetary valuation of (1) effort, (2) material, (3) resources, (4) time and utilities consumed, (5) risks incurred, and (6) opportunity forgone in executing an activity. Costs can be both direct and indirect. All expenses are costs, but not all costs (such as those incurred in acquisition of an income-generating asset) are expenses."^^xsd:string ;
rdfs:label "Cost"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
rdfs:subClassOf owl:Thing ;
......@@ -641,7 +647,7 @@
.
:Criticality
rdf:type owl:Class ;
rdfs:comment "A System Descriptor that describes the importance of avoiding failure of (one or more) activities."^^xsd:string ;
rdfs:comment "A Single Property Dimension that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ;
rdfs:label "Criticality"^^xsd:string ;
rdfs:subClassOf :SystemDescriptor ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7947106> ;
......@@ -980,7 +986,7 @@
.
:GeoraphicLocation
rdf:type owl:Class ;
rdfs:comment "A Location that is a geographical position, typically used to specify where a Facility or Organization is located, and normally specified according to NPD for offshore facilities and BRREG for onshore activities."^^xsd:string ;
rdfs:comment "A Location that is a geographical position, used to specify the location a Facility or Site, normally specified according to NPD for offshore facilities and BRREG for onshore sites."^^xsd:string ;
rdfs:label "Georaphic location"^^xsd:string ;
rdfs:subClassOf :Location ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2225253101> ;
......@@ -1073,6 +1079,18 @@
rdfs:label "Location"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS8645837> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string ;
owl:onProperty :hasLocationLatitude ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string ;
owl:onProperty :hasLocationLongitude ;
] ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS436813841> ;
.
:LowCriticality
......@@ -1096,7 +1114,7 @@
.
:MainWorkCenter
rdf:type owl:Class ;
rdfs:comment "A Work Center where the main part of the activity takes place"^^xsd:string ;
rdfs:comment "A Work Center where the main part of the activity takes place."^^xsd:string ;
rdfs:label "Main work center"^^xsd:string ;
rdfs:subClassOf :WorkCenter ;
.
......@@ -1201,7 +1219,7 @@
.
:OperationalWorkCenter
rdf:type owl:Class ;
rdfs:comment "A Work Center where operational activity takes place"^^xsd:string ;
rdfs:comment "A Work Center where operational activity takes place."^^xsd:string ;
rdfs:label "Operational work center"^^xsd:string ;
rdfs:subClassOf :WorkCenter ;
.
......@@ -1289,8 +1307,10 @@
rdf:type owl:Class ;
rdfs:comment "A Period that divides the asset lifecycle into parts according to achievement of defined progress or results as basis for making decisions at Decision Gates."^^xsd:string ;
rdfs:label "Phase"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS358019> ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS380969> ;
rdfs:subClassOf owl:Thing ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS54808339156> ;
.
:PhysicalLocation
rdf:type owl:Class ;
......@@ -1323,14 +1343,14 @@
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass owl:Class ;
owl:onProperty :hasAreaType ;
owl:onClass :Phase ;
owl:onProperty :hasPhaseType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass owl:Class ;
owl:onClass :PlanObjectiveType ;
owl:onProperty :hasObjectiveType ;
] ;
rdfs:subClassOf [
......@@ -1338,14 +1358,7 @@
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass owl:Class ;
owl:onProperty :hasPhaseType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass owl:Class ;
owl:onProperty :hasPlanType ;
owl:onProperty :hasAreaType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -1406,6 +1419,12 @@
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :Plan ;
owl:onProperty :hasSubPlan ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :ScheduleForPlan ;
owl:onProperty :hasSchedule ;
] ;
......@@ -1492,7 +1511,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:Planning
rdf:type owl:Class ;
rdfs:comment "A 15926-4 Activity that is the creation of one or more instances of PlanForActivity in order to realise a RequiredActivity"^^xsd:string ;
rdfs:comment "A 15926-4 Activity that is the creation of one or more instances of PlanForActivity in order to realize a RequiredActivity."^^xsd:string ;
rdfs:label "Planning"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf owl:Thing ;
......@@ -1678,7 +1697,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:ProjectAFEid
rdf:type owl:Class ;
rdfs:comment "An Identifier which is the Project's Authorization For Expenditure (AFE)"^^xsd:string ;
rdfs:comment "An Identifier which is the Project's Authorization For Expenditure (AFE)."^^xsd:string ;
rdfs:label "Project AFE ID"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS720206061> ;
rdfs:subClassOf owl:Thing ;
......@@ -1686,7 +1705,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:ProjectLeader
rdf:type owl:Class ;
rdfs:comment "A Responsible that acts as leader for a Project"^^xsd:string ;
rdfs:comment "A Responsible that acts as leader for a Project."^^xsd:string ;
rdfs:label "Project leader"^^xsd:string ;
rdfs:subClassOf :Responsible ;
.
......@@ -2094,7 +2113,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:Scheduling
rdf:type owl:Class ;
rdfs:comment "A Planning activity that is the creation of one or more instances of a ScheduleForPlan for a PlanForActivity"^^xsd:string ;
rdfs:comment "A Planning activity that is the creation of one or more instances of a ScheduleForPlan for a PlanForActivity."^^xsd:string ;
rdfs:label "Scheduling"^^xsd:string ;
rdfs:subClassOf :Planning ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9647162> ;
......@@ -2164,7 +2183,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:SystemDescriptor
rdf:type owl:Class ;
rdfs:comment "An Descriptor that describes something about a system."^^xsd:string ;
rdfs:comment "A Descriptor that describes something about a system."^^xsd:string ;
rdfs:label "System condition"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
rdfs:subClassOf owl:Thing ;
......@@ -2217,11 +2236,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
:TimeBasedResourceRef
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a reference to a time based resource."^^xsd:string ;
rdfs:label "has Time Based Resource Ref"^^xsd:string ;
.
:TimeBasedResourceValue
rdf:type owl:Class ;
:shouldHaveID "true" ;
......@@ -2500,7 +2514,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:WorkCenter
rdf:type owl:Class ;
rdfs:comment "A Location where work is accomplished"^^xsd:string ;
rdfs:comment "A Location where work is accomplished."^^xsd:string ;
rdfs:label "Work center"^^xsd:string ;
rdfs:subClassOf :Location ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS10418236677> ;
......@@ -2544,7 +2558,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:correspondsToPlan
rdf:type owl:ObjectProperty ;
rdfs:comment "This Property is 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
......@@ -2554,7 +2568,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:forPlan
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a Plan."^^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 ;
.
:hasActiveStatus
......@@ -2579,11 +2593,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:label "has activity estimated weight"^^xsd:string ;
rdfs:subPropertyOf :hasActivityWeight ;
.
:hasActivityMaterialOrderStatus
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and the status of material on order."^^xsd:string ;
rdfs:label "has Activity Material Order Status"^^xsd:string ;
.
:hasActivityWeight
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the weight of a planning object."^^xsd:string ;
......@@ -2629,6 +2638,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:comment "A relationship between a planning object and it's availability."^^xsd:string ;
rdfs:label "has Availability"^^xsd:string ;
.
:hasBaselineCreatedDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the date a baseline was created."^^xsd:string ;
rdfs:label "has Baseline Created Date"^^xsd:string ;
.
:hasCalendar
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a calendar."^^xsd:string ;
......@@ -2636,12 +2650,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasCalendarSet
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a set of calendards."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a set of calendars."^^xsd:string ;
rdfs:label "has Calendar Set"^^xsd:string ;
.
:hasCompletelyFreeField
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a data feld that is completely freely defined."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a data field that is completely freely defined."^^xsd:string ;
rdfs:label "has Completely Free Field"^^xsd:string ;
rdfs:range :CompletelyFreeField ;
.
......@@ -2662,7 +2676,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasCurrentProgress
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives thecurrent progress of a planning object."^^xsd:string ;
rdfs:comment "A property that gives the current progress of a planning object. "^^xsd:string ;
rdfs:label "has Current Progress"^^xsd:string ;
.
:hasDateSet
......@@ -2755,12 +2769,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 "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 "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
......@@ -2812,26 +2826,41 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:comment "A relationship between a planning object and a type of level."^^xsd:string ;
rdfs:label "has Level Type"^^xsd:string ;
.
:hasLocationLatitude
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the Latitude of a Location."^^xsd:string ;
rdfs:label "has Location Latitude"^^xsd:string ;
.
:hasLocationLongitude
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the Longitude of a Location."^^xsd:string ;
rdfs:label "has Location Longitude"^^xsd:string ;
.
:hasMainContractor
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a responsible organization and an organization that has the role main contractor."^^xsd:string ;
rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role main contractor."^^xsd:string ;
rdfs:label "has Main Contractor"^^xsd:string ;
rdfs:range :Contractor ;
rdfs:subPropertyOf :hasResponsibleOrganization ;
rdfs:subPropertyOf :hasResponsible ;
.
:hasManHours
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives a number of manhours associated with a planning object."^^xsd:string ;
rdfs:label "has Manhours"^^xsd:string ;
.
:hasMaterialOrderStatus
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and the status of material on order."^^xsd:string ;
rdfs:label "has Material Order Status"^^xsd:string ;
.
: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 "The Activity Must Finish On this date. This corresponds to Fixed Finish in Safran. "^^xsd:string ;
rdfs:label "has MFO Date"^^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 "The Activity Must Start On this date. This corresponds to Fixed Start in Safran."^^xsd:string ;
rdfs:label "has MSO Date"^^xsd:string ;
.
:hasName
......@@ -2852,10 +2881,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasOperator
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a responsible organization and an organization that has the role operator."^^xsd:string ;
rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role operator."^^xsd:string ;
rdfs:label "has Operator"^^xsd:string ;
rdfs:range :Operator ;
rdfs:subPropertyOf :hasResponsibleOrganization ;
rdfs:subPropertyOf :hasResponsible ;
.
:hasOperatorsRequiredEndDate
rdf:type owl:DatatypeProperty ;
......@@ -2864,12 +2893,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 planning object (such as an Activity) and the (higher order) Activity to which it belongs."^^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 planning object (such as a Plan) and the (higher order) Plan to which it belongs."^^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
......@@ -2879,12 +2908,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasPeriod
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a time period."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a time period."^^xsd:string ;
rdfs:label "has Period"^^xsd:string ;
.
:hasPhaseType
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a type of Phase."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a type of Phase."^^xsd:string ;
rdfs:label "has Phase Type"^^xsd:string ;
.
:hasPhysicalPercentComplete
......@@ -2894,12 +2923,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasPlan
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a plan."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a plan."^^xsd:string ;
rdfs:label "has Plan"^^xsd:string ;
.
:hasPlanType
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a type of plan."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a time period."^^xsd:string ;
rdfs:label "has Plan Type"^^xsd:string ;
.
:hasPlannedProgress
......@@ -2909,32 +2938,32 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasPlatform
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and (some form of an) Oil Platform."^^xsd:string ;
rdfs:comment "A hasAsset relationship between a planning object and (some form of an) Oil Platform."^^xsd:string ;
rdfs:subPropertyOf :hasAsset ;
.
:hasPreviousPeriod
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and an earlier time period."^^xsd:string ;
rdfs:comment "A relationship between a planning object and an earlier time period."^^xsd:string ;
rdfs:label "has Previous Period"^^xsd:string ;
.
:hasPreviousScheduleForPlan
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and an earlier version of the schedule."^^xsd:string ;
rdfs:comment "A relationship between a planning object and an earlier version of the schedule."^^xsd:string ;
rdfs:label "has Previous Schedule for Plan"^^xsd:string ;
.
:hasProfile
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a profile."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a profile."^^xsd:string ;
rdfs:label "has Profile"^^xsd:string ;
.
:hasProfileSet
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a set of profiles."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a set of profiles."^^xsd:string ;
rdfs:label "has Profile Set"^^xsd:string ;
.
:hasProject
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a project."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a project."^^xsd:string ;
rdfs:label "has Project"^^xsd:string ;
.
:hasQuantity
......@@ -2959,44 +2988,44 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasResource
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a resource."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a resource."^^xsd:string ;
rdfs:label "has Resource"^^xsd:string ;
.
:hasResourceSet
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a set of resources."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a set of resources."^^xsd:string ;
rdfs:label "has Resource Set"^^xsd:string ;
.
:hasResourceType
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a set of resources."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a set of resources."^^xsd:string ;
rdfs:label "has Resource Type"^^xsd:string ;
.
:hasResponsible
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a responsible organization or person."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a responsible organization or person."^^xsd:string ;
rdfs:domain :Activity ;
rdfs:label "has Responsible"^^xsd:string ;
rdfs:range :Responsible ;
.
:hasResponsibleOrganization
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a responsible organization."^^xsd:string ;
rdfs:label "has Responsible Organization"^^xsd:string ;
.
:hasResult
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a result from an activity."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a result from an activity."^^xsd:string ;
rdfs:label "has Result"^^xsd:string ;
.
:hasResultType
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a type of result."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a type of result."^^xsd:string ;
rdfs:label "has Result Type"^^xsd:string ;
.
:hasRisk
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a risk factor."^^xsd:string ;
rdfs:label "has risk"^^xsd:string ;
.
:hasSchedule
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a schedule."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a schedule."^^xsd:string ;
rdfs:label "has Schedule"^^xsd:string ;
.
:hasShort
......@@ -3006,7 +3035,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasShutdownActivity
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a shutdown activity."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a shutdown activity."^^xsd:string ;
rdfs:domain :Shutdown ;
rdfs:label "has Shutdown Activity"^^xsd:string ;
rdfs:range :ActivityInPlan ;
......@@ -3028,12 +3057,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasSourceSpecificUserfield
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a user specified field from a specified source."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a user specified field from a specified source."^^xsd:string ;
rdfs:label "has Source Specified User Field"^^xsd:string ;
.
:hasSpecifiedUserField
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a user specified field."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a user specified field."^^xsd:string ;
rdfs:label "has Specified User Field"^^xsd:string ;
.
:hasStart
......@@ -3055,29 +3084,33 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasSubContractor
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a responsible organization and an organization that has the role sub contractor."^^xsd:string ;
rdfs:comment "A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role sub contractor."^^xsd:string ;
rdfs:label "has Sub Contractor"^^xsd:string ;
rdfs:range :Contractor ;
rdfs:subPropertyOf :hasResponsibleOrganization ;
rdfs:subPropertyOf :hasResponsible ;
.
:hasSubPlan
rdf:type owl:ObjectProperty ;
rdfs:label "has sub plan"^^xsd:string ;
.
:hasSubProject
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a sub plan"^^xsd:string ;
rdfs:comment "A relationship between a planning object and a sub project."^^xsd:string ;
rdfs:label "has Sub Project"^^xsd:string ;
.
:hasSuccessorActivity
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a successor (constraint)."^^xsd:string ;
rdfs:comment "A Relationship between an activity dependency (Constraint) and a Planned Activity that follows it."^^xsd:string ;
rdfs:label "has Successor Activity"^^xsd:string ;
.
:hasTimeBasedResource
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a time based resource."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a time based resource."^^xsd:string ;
rdfs:label "has Time Based Resource"^^xsd:string ;
.
:hasTimeSet
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a set of time periods."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a set of time periods."^^xsd:string ;
rdfs:label "has Time Set"^^xsd:string ;
.
:hasTotalFloat
......@@ -3086,7 +3119,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasTypeOfWork
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a type of work."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a type of work."^^xsd:string ;
rdfs:label "has Type of Work"^^xsd:string ;
.
:hasValue
......@@ -3096,12 +3129,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasWeekday
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a week day (i.e., other than weekend)."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a week day (i.e., other than weekend)."^^xsd:string ;
rdfs:label "has Weekday"^^xsd:string ;
.
:hasWell
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and (some type of) Well."^^xsd:string ;
rdfs:comment "A hasAsset relationship between a planning object and (some type of) Well."^^xsd:string ;
rdfs:label "has Well"^^xsd:string ;
rdfs:subPropertyOf :hasAsset ;
.
......@@ -3112,7 +3145,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasWorkPeriod
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a work period."^^xsd:string ;
rdfs:comment "A relationship between a planning object and a work period."^^xsd:string ;
rdfs:label "has Work Period"^^xsd:string ;
.
:hasX
......@@ -3177,11 +3210,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:now
rdf:type owl:DatatypeProperty ;
rdfs:comment "This is not left untouched in Safran."^^xsd:string ;
rdfs:label "A property that current time and status of a planning object."^^xsd:string ;
rdfs:label "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ;
.
:partOfSchedule
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and part of a schedule."^^xsd:string ;
rdfs:comment "A relationship between a planning object and part of a schedule."^^xsd:string ;
rdfs:label "part of Schedule"^^xsd:string ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
......@@ -3224,6 +3257,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:AnnotationProperty ;
rdfs:range xsd:boolean ;
.
:timeBasedResourceRef
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a reference to a time based resource."^^xsd:string ;
rdfs:label "time Based Resource Ref"^^xsd:string ;
.
userfield:SourceSpecifiedUserField
rdfs:comment "A class that holds the (User Defined) Free Text Field values (xsd:string)."^^xsd:string ;
.
......@@ -3260,6 +3298,11 @@ userfield:hasShutdownType
rdfs:label "NPD Field"^^xsd:string ;
rdfs:subClassOf :Field ;
.
<http://data.posccaesar.org/npd/ontology/ilap-interface/OperatingCompany>
rdf:type owl:Class ;
rdfs:label "NPD: Operating Company"^^xsd:string ;
rdfs:subClassOf :Operator ;
.
<http://data.posccaesar.org/npd/ontology/ilap-interface/Well>
rdf:type owl:Class ;
rdfs:label "NPD Well"^^xsd:string ;
......