Tore Christiansen

Added labels and comments for all ILAP object properties and datatype properties

......@@ -2219,6 +2219,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
: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 ;
......@@ -2527,33 +2529,45 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:alwaysOnSchedule
rdf:type owl:DatatypeProperty ;
rdfs:label "always on schedule"^^xsd:string ;
rdfs:comment "A property that gives the schedule of a planning object."^^xsd:string ;
rdfs:label "always on Schedule"^^xsd:string ;
.
:availableFrom
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the availability of a planning object."^^xsd:string ;
rdfs:label "available From"^^xsd:string ;
.
:availableTo
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the availability of a planning object."^^xsd:string ;
rdfs:label "available To"^^xsd:string ;
.
: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 "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:label "corresponds to Plan"^^xsd:string ;
.
:dailyAvailableDuration
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the daily availability of a planning object."^^xsd:string ;
rdfs:label "daily Available Duration"^^xsd:string ;
.
:forPlan
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a Plan."^^xsd:string ;
rdfs:label "for Plan"^^xsd:string ;
.
:hasActiveStatus
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a Status set to active value."^^xsd:string ;
rdfs:domain :Activity ;
rdfs:label "has Active Status"^^xsd:string ;
rdfs:range :Status ;
.
:hasActivity
rdf:type owl:ObjectProperty ;
rdfs:label "has activity"^^xsd:string ;
rdfs:comment "A relationship between a planning object and an Activity."^^xsd:string ;
rdfs:label "has Activity"^^xsd:string ;
.
:hasActivityActualWeight
rdf:type owl:DatatypeProperty ;
......@@ -2567,19 +2581,23 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasActivityMaterialOrderStatus
rdf:type owl:ObjectProperty ;
rdfs:label "has activity material order status"^^xsd:string ;
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:label "has activity weight"^^xsd:string ;
rdfs:comment "A property that gives the weight of a planning object."^^xsd:string ;
rdfs:label "has Activity Weight"^^xsd:string ;
.
:hasActivityWorkVolume
rdf:type owl:DatatypeProperty ;
rdfs:label "has activity work volume"^^xsd:string ;
rdfs:comment "A property that gives the work volume of a planning object."^^xsd:string ;
rdfs:label "has Activity Work Volume"^^xsd:string ;
.
:hasActualFinish
rdf:type owl:DatatypeProperty ;
rdfs:label "has actual finish"^^xsd:string ;
rdfs:comment "A property that gives the actual finish date of a planning object."^^xsd:string ;
rdfs:label "has Actual Finish"^^xsd:string ;
.
:hasActualPercentComplete
rdf:type owl:DatatypeProperty ;
......@@ -2588,116 +2606,172 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasActualStart
rdf:type owl:DatatypeProperty ;
rdfs:label "has actual start"^^xsd:string ;
rdfs:comment "A property that gives the actual start date of a planning object."^^xsd:string ;
rdfs:label "has Actual Start"^^xsd:string ;
.
:hasApplication
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the application related to a planning object."^^xsd:string ;
rdfs:label "has Application"^^xsd:string ;
.
:hasAreaType
rdf:type owl:ObjectProperty ;
rdfs:label "has area type"^^xsd:string ;
rdfs:comment "A relationship between a planning object and the (typically functional) type of area where it is carried out."^^xsd:string ;
rdfs:label "has Area Type"^^xsd:string ;
.
:hasAsset
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a related asset."^^xsd:string ;
rdfs:label "has Asset"^^xsd:string ;
.
:hasAvailability
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and it's availability."^^xsd:string ;
rdfs:label "has Availability"^^xsd:string ;
.
:hasCalendar
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a calendar."^^xsd:string ;
rdfs:label "has Calendar"^^xsd:string ;
.
:hasCalendarSet
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a set of calendards."^^xsd:string ;
rdfs:label "has Calendar Set"^^xsd:string ;
.
:hasCompletelyFreeField
rdf:type owl:ObjectProperty ;
rdfs:label "has completely free field"^^xsd:string ;
rdfs:comment "A relationship between a planning object and a data feld that is completely freely defined."^^xsd:string ;
rdfs:label "has Completely Free Field"^^xsd:string ;
rdfs:range :CompletelyFreeField ;
.
:hasConstraint
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a constraint (SS, FS, SF, FF)."^^xsd:string ;
rdfs:label "has Constraint"^^xsd:string ;
.
:hasCoordinate
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a spatial coordinate."^^xsd:string ;
rdfs:label "has Coordinate"^^xsd:string ;
.
:hasCost
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the cost of a planning object."^^xsd:string ;
rdfs:label "has Cost"^^xsd:string ;
.
:hasCurrentProgress
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives thecurrent progress of a planning object."^^xsd:string ;
rdfs:label "has Current Progress"^^xsd:string ;
.
:hasDateSet
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a set of dates."^^xsd:string ;
rdfs:label "has Date Set"^^xsd:string ;
.
:hasDefaultRate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the default rate used in a planning object."^^xsd:string ;
rdfs:label "has Default Rate"^^xsd:string ;
.
:hasDelayedStart
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the delayed start date of a planning object."^^xsd:string ;
rdfs:label "has Delayed Start"^^xsd:string ;
.
:hasDescription
rdf:type owl:DatatypeProperty ;
rdfs:domain :Project ;
rdfs:comment "A property that gives the description of a planning object."^^xsd:string ;
rdfs:label "has Description"^^xsd:string ;
rdfs:range xsd:string ;
.
:hasDuration
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the duration of a planning object."^^xsd:string ;
rdfs:label "has Duration"^^xsd:string ;
.
:hasEarlyFinish
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the early finish date of a planning object."^^xsd:string ;
rdfs:label "has Early Finish"^^xsd:string ;
.
:hasEarlyStart
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the early start date of a planning object."^^xsd:string ;
rdfs:label "has Early Start"^^xsd:string ;
.
:hasExpendedCost
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the expended cost of a planning object."^^xsd:string ;
rdfs:label "has Expended Cost"^^xsd:string ;
.
:hasExpendedQuantity
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the expended quantity of a planning object."^^xsd:string ;
rdfs:label "has expended Quantity"^^xsd:string ;
.
:hasExternalReference
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and an externally defined reference."^^xsd:string ;
rdfs:label "has External Reference"^^xsd:string ;
.
:hasField
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the (data) field associated with a planning object."^^xsd:string ;
rdfs:label "has Field"^^xsd:string ;
.
:hasFieldName
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the (data) field name associated with a planning object."^^xsd:string ;
rdfs:label "has Field Name"^^xsd:string ;
.
:hasFieldValue
rdf:type owl:DatatypeProperty ;
rdfs:label "has field value"^^xsd:string ;
rdfs:comment "A property that gives the (data) field value associated with a planning object."^^xsd:string ;
rdfs:label "has Field Value"^^xsd:string ;
.
:hasFinish
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the finish associated with a planning object."^^xsd:string ;
rdfs:label "has Finish"^^xsd:string ;
.
:hasFinishDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the finish date associated with a planning object."^^xsd:string ;
rdfs:label "has Finish Date"^^xsd:string ;
rdfs:range xsd:date ;
.
:hasFinishTime
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the finish time associated with a planning object."^^xsd:string ;
rdfs:label "has Finish Time"^^xsd:string ;
rdfs:range xsd:time ;
.
:hasFloat
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives a float value associated with a planning object."^^xsd:string ;
rdfs:label "has Float"^^xsd:string ;
.
:hasFnetDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "The Activity must Finish no earlier than this Date"^^xsd:string ;
rdfs:label "has fnet 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"^^xsd:string ;
rdfs:label "has fnlt date"^^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
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a freely defined field."^^xsd:string ;
rdfs:label "has Free Field"^^xsd:string ;
.
:hasFreeFieldSet
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a set of freely defined fields."^^xsd:string ;
rdfs:label "has Free Field Set."^^xsd:string ;
.
:hasFreeFloat
rdf:type owl:DatatypeProperty ;
......@@ -2705,83 +2779,113 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasFreeTime
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a tie period defined free (i.e., not working time)."^^xsd:string ;
rdfs:label "has Free Time"^^xsd:string ;
.
:hasFrontlineDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the frontline date associated with a planning object."^^xsd:string ;
rdfs:label "has Frontline Date"^^xsd:string ;
.
:hasID
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the ID of a planning object."^^xsd:string ;
rdfs:label "has ID"^^xsd:string ;
.
:hasLag
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the lag (delay) associated with a constraint (dependency between activities)."^^xsd:string ;
rdfs:label "has Lag"^^xsd:string ;
.
:hasLateFinish
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives a late finish date of a planning object."^^xsd:string ;
rdfs:label "has Late Finish"^^xsd:string ;
.
:hasLateStart
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives a late start date of a planning object."^^xsd:string ;
rdfs:label "has Late Start"^^xsd:string ;
.
:hasLevelType
rdf:type owl:ObjectProperty ;
rdfs:label "has level type"^^xsd:string ;
rdfs:comment "A relationship between a planning object and a type of level."^^xsd:string ;
rdfs:label "has Level Type"^^xsd:string ;
.
:hasMainContractor
rdf:type owl:ObjectProperty ;
rdfs:label "has main contractor"^^xsd:string ;
rdfs:comment "A relationship between a planing 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 ;
.
: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 ;
.
:hasMfoDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "the Activity Must Finish on this Date"^^xsd:string ;
rdfs:label "has MFO date"^^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"^^xsd:string ;
rdfs:label "has mso date"^^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
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the name of a planning object."^^xsd:string ;
rdfs:label "has Name"^^xsd:string ;
rdfs:range xsd:string ;
.
:hasObjectiveType
rdf:type owl:ObjectProperty ;
rdfs:label "has objective type"^^xsd:string ;
rdfs:comment "A relationship between a planning object and a type of Objective."^^xsd:string ;
rdfs:label "has Objective Type"^^xsd:string ;
.
:hasOperation
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and an Operation in a Work Order."^^xsd:string ;
rdfs:label "has Operation"^^xsd:string ;
.
:hasOperator
rdf:type owl:ObjectProperty ;
rdfs:label "has operator"^^xsd:string ;
rdfs:comment "A relationship between a planing 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 ;
.
:hasOperatorsRequiredEndDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property of a Project or Activity"^^xsd:string ;
rdfs:comment "A property that gives a the end date of a planning object required by an operator."^^xsd:string ;
rdfs:label "has Operators Required End Date"^^xsd:string ;
.
: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: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:label "has Parent Plan"^^xsd:string ;
.
:hasPercentageComplete
rdf:type owl:DatatypeProperty ;
rdfs:label "has percentage complete"^^xsd:string ;
rdfs:comment "A property that gives the percentage completed of a planning object."^^xsd:string ;
rdfs:label "has Percentage Complete"^^xsd:string ;
.
:hasPeriod
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a time period."^^xsd:string ;
rdfs:label "has Period"^^xsd:string ;
.
:hasPhaseType
rdf:type owl:ObjectProperty ;
rdfs:label "has phase type"^^xsd:string ;
rdfs:comment "A relationship between a planing object and a type of Phase."^^xsd:string ;
rdfs:label "has Phase Type"^^xsd:string ;
.
:hasPhysicalPercentComplete
rdf:type owl:DatatypeProperty ;
......@@ -2790,136 +2894,191 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasPlan
rdf:type owl:ObjectProperty ;
rdfs:label "has plan"^^xsd:string ;
rdfs:comment "A relationship between a planing object and a plan."^^xsd:string ;
rdfs:label "has Plan"^^xsd:string ;
.
:hasPlanType
rdf:type owl:ObjectProperty ;
rdfs:label "has plan type"^^xsd:string ;
rdfs:comment "A relationship between a planing object and a type of plan."^^xsd:string ;
rdfs:label "has Plan Type"^^xsd:string ;
.
:hasPlannedProgress
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the planned progress for a planning object."^^xsd:string ;
rdfs:label "has Planned Progress"^^xsd:string ;
.
:hasPlatform
rdf:type owl:ObjectProperty ;
rdfs:comment "A 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:label "has Previous Period"^^xsd:string ;
.
:hasPreviousScheduleForPlan
rdf:type owl:ObjectProperty ;
rdfs:label "has previous schedule for plan"^^xsd:string ;
rdfs:comment "A relationship between a planing 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: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:label "has Profile Set"^^xsd:string ;
.
:hasProject
rdf:type owl:ObjectProperty ;
rdfs:label "has project"^^xsd:string ;
rdfs:comment "A relationship between a planing object and a project."^^xsd:string ;
rdfs:label "has Project"^^xsd:string ;
.
:hasQuantity
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives a quantity associated with a planning object."^^xsd:string ;
rdfs:label "has Quantity"^^xsd:string ;
.
:hasRemainingDuration
rdf:type owl:DatatypeProperty ;
rdfs:label "has remaining duration"^^xsd:string ;
rdfs:comment "A property that gives the remaining duration of a planning object."^^xsd:string ;
rdfs:label "has Remaining Duration"^^xsd:string ;
.
:hasRemainingFinish
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the remaining finish of a planning object."^^xsd:string ;
rdfs:label "has Remaining Finish"^^xsd:string ;
.
:hasRemainingStart
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the remaining start of a planning object."^^xsd:string ;
rdfs:label "has Remaining Start"^^xsd:string ;
.
:hasResource
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing 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:label "has Resource Set"^^xsd:string ;
.
:hasResourceType
rdf:type owl:ObjectProperty ;
rdfs:label "has resource type"^^xsd:string ;
rdfs:comment "A relationship between a planing 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:domain :Activity ;
rdfs:label "has responsible"^^xsd:string ;
rdfs:label "has Responsible"^^xsd:string ;
rdfs:range :Responsible ;
.
:hasResponsibleOrganization
rdf:type owl:ObjectProperty ;
rdfs:label "has responsible organization"^^xsd:string ;
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:label "has result"^^xsd:string ;
rdfs:comment "A relationship between a planing object and a result from an activity."^^xsd:string ;
rdfs:label "has Result"^^xsd:string ;
.
:hasResultType
rdf:type owl:ObjectProperty ;
rdfs:label "has result type"^^xsd:string ;
rdfs:comment "A relationship between a planing object and a type of result."^^xsd:string ;
rdfs:label "has Result Type"^^xsd:string ;
.
:hasSchedule
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a schedule."^^xsd:string ;
rdfs:label "has Schedule"^^xsd:string ;
.
:hasShort
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the short name (abbreviation) for a planning object."^^xsd:string ;
rdfs:label "has Short"^^xsd:string ;
.
:hasShutdownActivity
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a shutdown activity."^^xsd:string ;
rdfs:domain :Shutdown ;
rdfs:label "has shutdown activity"^^xsd:string ;
rdfs:label "has Shutdown Activity"^^xsd:string ;
rdfs:range :ActivityInPlan ;
.
:hasSnetDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "The Activity must Start no earlier than this Date"^^xsd:string ;
rdfs:label "has snet date"^^xsd:string ;
rdfs:comment "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"^^xsd:string ;
rdfs:label "has snlt date"^^xsd:string ;
rdfs:comment "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
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the source of data about a planning object."^^xsd:string ;
rdfs:label "has Source"^^xsd:string ;
.
: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: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:label "has Specified User Field"^^xsd:string ;
.
:hasStart
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the start conditions associated with a planning object."^^xsd:string ;
rdfs:label "has Start"^^xsd:string ;
.
:hasStartDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the start date associated with a planning object."^^xsd:string ;
rdfs:label "has Start Date"^^xsd:string ;
rdfs:range xsd:date ;
.
:hasStartTime
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the start time associated with a planning object."^^xsd:string ;
rdfs:label "has Start Time"^^xsd:string ;
rdfs:range xsd:time ;
.
:hasSubContractor
rdf:type owl:ObjectProperty ;
rdfs:label "has sub contractor"^^xsd:string ;
rdfs:comment "A relationship between a planing 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 ;
.
:hasSubProject
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a sub plan"^^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: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: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:label "has Time Set"^^xsd:string ;
.
:hasTotalFloat
rdf:type owl:DatatypeProperty ;
......@@ -2927,36 +3086,54 @@ 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:label "has Type of Work"^^xsd:string ;
.
:hasValue
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a value."^^xsd:string ;
rdfs:label "has Value"^^xsd:string ;
.
: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:label "has Weekday"^^xsd:string ;
.
:hasWell
rdf:type owl:ObjectProperty ;
rdfs:label "has well"^^xsd:string ;
rdfs:comment "A relationship between a planning object and (some type of) Well."^^xsd:string ;
rdfs:label "has Well"^^xsd:string ;
rdfs:subPropertyOf :hasAsset ;
.
:hasWorkHoursPerDay
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the number of work hours per day associated with a planning object."^^xsd:string ;
rdfs:label "has Work Hours Per Day"^^xsd:string ;
.
:hasWorkPeriod
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planing object and a work period."^^xsd:string ;
rdfs:label "has Work Period"^^xsd:string ;
.
:hasX
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the X coordinate of a planning object."^^xsd:string ;
rdfs:label "has X"^^xsd:string ;
.
:hasY
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the Y coordinate of a planning object."^^xsd:string ;
rdfs:label "has Y"^^xsd:string ;
.
:isCapexOpex
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the cost type of a planning object."^^xsd:string ;
rdfs:label "is Capex Opex"^^xsd:string ;
.
:isFree
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that specifies a free field for a planning object."^^xsd:string ;
rdfs:label "is Free"^^xsd:string ;
rdfs:range xsd:boolean ;
.
:level1-ProjectPortfolioSchedule
......@@ -2989,20 +3166,23 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:mustStartAlap
rdf:type owl:DatatypeProperty ;
rdfs:comment "The Activity should start as late as possible"^^xsd:string ;
rdfs:comment "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"^^xsd:string ;
rdfs:label "must start ASAP"^^xsd:string ;
rdfs:comment "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 current time and status of a planning object."^^xsd:string ;
.
:partOfSchedule
rdf:type owl:ObjectProperty ;
rdfs:label "part of schedule"^^xsd:string ;
rdfs:comment "A relationship between a planing 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>
rdf:type owl:Class ;
......@@ -3053,6 +3233,21 @@ userfield:SpecifiedUserField
userfield:SpecifiedUserField_1
userfield:hasWBSpart2 :FreeFieldValue_1 ;
.
userfield:hasActivityNetwork
rdfs:label "has Activity Network"^^xsd:string ;
.
userfield:hasActivityProgress
rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific activity progress variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
rdfs:label "has Activity Progress"^^xsd:string ;
.
userfield:hasAreaOnFacility
rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific area on facility variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
rdfs:label "has Area on Facility"^^xsd:string ;
.
userfield:hasAssignment
rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific assignment variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
rdfs:label "has Assignment"^^xsd:string ;
.
userfield:hasFreeFieldForSpecifiedUserField
rdf:type owl:ObjectProperty ;
.
......