Tore Christiansen

Miscellaneous updates and changes after feedback from COPNO

......@@ -14,52 +14,52 @@ ILAP:
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ILAP:Activity
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ;
rdfs:label "Activity"^^xsd:string ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Discipline ;
owl:onProperty ILAP:hasActivityDiscipline
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
owl:onProperty ILAP:hasExternalReference ;
owl:someValuesFrom ILAP:ExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasExternalReference ;
owl:someValuesFrom ILAP:ExternalReference
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
owl:allValuesFrom ILAP:Discipline ;
owl:onProperty ILAP:hasActivityDiscipline
] .
ILAP:ActivityDependency
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:comment "A Constraint in which an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ;
rdfs:label "Activity Dependency"^^xsd:string ;
rdfs:subClassOf ILAP:Constraint ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:ActivityPlan
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:comment "A Network of Activities connected by Activity Dependencies, usually represented as a diagram or list of steps used to achieve an Objective."^^xsd:string ;
rdfs:label "Activity Plan"^^xsd:string ;
rdfs:subClassOf ILAP:Network ;
......@@ -76,7 +76,7 @@ ILAP:ActivityStatus
rdfs:subClassOf ILAP:Status .
ILAP:ActivityWBS
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
rdfs:comment "A Network that consists of Work Breakdown Structure elements, a deliverable-oriented grouping of components that organizes and defines the scope of the project. Each Activity has a WBS elements assigned to it."^^xsd:string ;
rdfs:label "Activity WBS"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
......@@ -84,16 +84,16 @@ ILAP:ActivityWBS
ILAP:Application
rdf:type owl:Class ;
rdfs:label "Application"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
ILAP:Asset
rdf:type owl:Class ;
rdfs:comment "A Thing that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets."^^xsd:string ;
rdfs:label "Asset"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
ILAP:Baseline
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:comment "A Network that represents the latest approved version of the Execution Plan, Schedule Cost Estimate and other related documentation, used to provide an official reference level against which the Activity Plan is monitored and controlled (Adapted from PMI and BSI)."^^xsd:string ;
rdfs:label "Baseline"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
......@@ -114,10 +114,10 @@ ILAP:COR
rdfs:subClassOf ILAP:CommissioningMilestone .
ILAP:Calendar
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:comment "A Thing that defines holidays, weekends, regular working hours and shifts applicable to the duration of a Plan or Schedule. It is used in the planning process for developing the schedule."^^xsd:string ;
rdfs:label "Calendar"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarFreePeriod ;
......@@ -125,16 +125,16 @@ ILAP:Calendar
] .
ILAP:CalendarDay
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
rdfs:comment "A Thing that is a (working or free) day in a given Calendar."^^xsd:string ;
rdfs:label "Calendar Day"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
ILAP:CalendarFreePeriod
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ;
rdfs:label "Calendar Free Period"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Calendar ;
......@@ -146,31 +146,31 @@ ILAP:CalendarFreePeriod
] .
ILAP:CalendarFreePeriodWeekRepeat
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdfs:comment "A Calendar Free Period that specifies the same free period every week."^^xsd:string ;
rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ;
rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
ILAP:CalendarHour
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdfs:comment "A Thing that is a (working or free) hour in a given Calendar."^^xsd:string ;
rdfs:label "Calendar Hour"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> .
ILAP:CalendarPeriod
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
rdfs:comment "A Thing that defines the period in which the work (and free) hours apply, defined by a Calendar From-Time and a Calendar To-Time."^^xsd:string ;
rdfs:label "Calendar Period"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
] .
ILAP:Category
......@@ -188,7 +188,7 @@ ILAP:Constraint
rdf:type owl:Class ;
rdfs:comment "A Thing that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ;
rdfs:label "Constraint"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
ILAP:ConstructionMilestone
rdf:type owl:Class ;
......@@ -199,7 +199,7 @@ ILAP:Contract
rdf:type owl:Class ;
rdfs:comment "An agreement between two or more parties to accomplish a certain goal in a certain way.A project contract may take the form of an agreement between a builder and an asset owner in which the builder agrees to build necessary infrastructure by a certain time in a certain way, and, in exchange, the property owner makes certain remuneration (adapted from the Free Dictionary)"^^xsd:string ;
rdfs:label "Contract"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
ILAP:ContractMilestone
rdf:type owl:Class ;
......@@ -227,7 +227,7 @@ ILAP:Cost
rdf:type owl:Class ;
rdfs:comment "A Thing 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://posccaesar.org/rdl/RDS7945027> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
ILAP:CostBased
rdf:type owl:Class ;
......@@ -242,7 +242,7 @@ ILAP:Criticality
rdfs:subClassOf owl:Thing .
ILAP:CurrentSchedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:comment "A calculated Schedule that contains actual Activity start and end times so far, and forecasted remaining Activity start and end times without mitigating effects."^^xsd:string ;
rdfs:label "Current Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
......@@ -251,7 +251,7 @@ ILAP:Data
rdf:type owl:Class ;
rdfs:comment "Information that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ;
rdfs:label "Data"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Project ;
......@@ -327,7 +327,7 @@ ILAP:DesignMilestone
rdfs:subClassOf ILAP:MilestoneType .
ILAP:Discipline
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdfs:comment "A Thing that is the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ;
rdfs:label "Discipline"^^xsd:string ;
rdfs:subClassOf owl:Thing .
......@@ -348,16 +348,14 @@ ILAP:EngineeringMilestone
rdfs:subClassOf ILAP:MilestoneType .
ILAP:ExternalReference
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
rdfs:comment "A Thing that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ;
rdfs:label "External Reference"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasObjectReferenceID ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
owl:allValuesFrom ILAP:Application ;
owl:onProperty ILAP:hasReferenceApplication
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -366,8 +364,10 @@ ILAP:ExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Application ;
owl:onProperty ILAP:hasReferenceApplication
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasObjectReferenceID ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:Facility
......@@ -383,16 +383,16 @@ ILAP:Field
rdfs:subClassOf ILAP:Asset .
ILAP:FinishToFinish
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ;
rdfs:label "Finish to Finish"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:FinishToStart
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ;
rdfs:label "Finish to Start"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:FunctionalLocation
rdf:type owl:Class ;
......@@ -422,7 +422,7 @@ ILAP:Information
rdf:type owl:Class ;
rdfs:comment "A Thing that is facts provided or learned about something or someone (Oxford Dictionaries)."^^xsd:string ;
rdfs:label "Information"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
ILAP:Knowledge
rdf:type owl:Class ;
......@@ -443,16 +443,16 @@ ILAP:LifecyclePhase
rdfs:subClassOf ILAP:Phase .
ILAP:LiveSchedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:comment "A decided Schedule that mitigates any delays discovered in the Current Schedule."^^xsd:string ;
rdfs:label "Live Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
ILAP:Location
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
rdfs:comment "A Thing that is the location (position) of an Asset."^^xsd:string ;
rdfs:label "Location"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
ILAP:LowCriticality
rdf:type owl:Class ;
......@@ -479,7 +479,7 @@ ILAP:MaterialOrderStatus
rdfs:subClassOf ILAP:Status .
ILAP:Milestone
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
rdfs:comment "A Thing that is specified in the Activity Network, with a 0-duration, and in many cases a fixed date. A milestone is normally a specified event within the project, often linked to contractual items."^^xsd:string ;
rdfs:label "Milestone"^^xsd:string .
......@@ -492,7 +492,7 @@ ILAP:Network
rdf:type owl:Class ;
rdfs:comment "A Thing that defines how (a set of) Possible Individuals are connected by Constraints (adapted from Merriam-Webster)."^^xsd:string ;
rdfs:label "Network"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
ILAP:NormalCriticality
rdf:type owl:Class ;
......@@ -551,58 +551,58 @@ ILAP:PhysicalLocation
rdfs:subClassOf ILAP:Location .
ILAP:PlanClassifier
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdfs:comment "A Thing that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ;
rdfs:label "Plan Classifier"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
ILAP:PlanContentType
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ;
rdfs:label "Plan Content Type"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
ILAP:PlanContractType
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ;
rdfs:label "Plan Contract Type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier .
ILAP:PlanExpenseType
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ;
rdfs:label "Plan Expense Type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier .
ILAP:PlanGeoArea
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ;
rdfs:label "Plan Geographic Area"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
ILAP:PlanLevel
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdfs:comment "A Plan Classifier that categorizes a Plan according to the detail it addresses (from Level 1 down to Level 6 or 7)."^^xsd:string ;
rdfs:label "Plan Level"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
ILAP:PlanLifecycleStage
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:comment "A Plan Classifier according to the part(s) of the Asset Lifecycle relevant for the Plan (typically classified by NORSOK Z-014 SAB codes)."^^xsd:string ;
rdfs:label "Plan Lifecycle Stage"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> , ILAP:LifecyclePhase .
rdfs:subClassOf ILAP:LifecyclePhase , <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
ILAP:PlanObjectiveType
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ;
rdfs:label "Plan Objective Type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
ILAP:PlanProjectType
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ;
rdfs:label "Plan Project Type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
ILAP:PlannedActivity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
......@@ -610,13 +610,20 @@ ILAP:PlannedActivity
rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Facility ;
owl:onProperty ILAP:hasActivityFacility
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -626,7 +633,12 @@ ILAP:PlannedActivity
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
owl:onProperty ILAP:hasActivityPredecessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -637,8 +649,8 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -647,20 +659,8 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Facility ;
owl:onProperty ILAP:hasActivityFacility
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivityPredecessor
owl:onProperty ILAP:hasActivitySuccessor
] .
ILAP:PlannedMilestone
......@@ -701,18 +701,13 @@ ILAP:Programme
rdfs:subClassOf ILAP:Project .
ILAP:Project
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Project"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -723,8 +718,13 @@ ILAP:Project
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
] .
ILAP:ProjectExecutionPlan
......@@ -734,28 +734,25 @@ ILAP:ProjectExecutionPlan
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
owl:onProperty ILAP:hasPlanSubplan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -766,18 +763,18 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -786,20 +783,23 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
] .
ILAP:ProjectMilestone
......@@ -832,10 +832,10 @@ ILAP:RFOCissued
rdfs:subClassOf ILAP:CommissioningMilestone .
ILAP:Regular8To16WorkingDayCalendar
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ;
rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar .
rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> .
ILAP:Regulator
rdf:type owl:Class ;
......@@ -844,10 +844,10 @@ ILAP:Regulator
rdfs:subClassOf ILAP:ResponsibleOrganization .
ILAP:Resource
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdfs:comment "A Thing that is items that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ;
rdfs:label "Resource"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
ILAP:ResourceEstimate
rdf:type owl:Class ;
......@@ -855,16 +855,16 @@ ILAP:ResourceEstimate
rdfs:label "Resource Estimate"^^xsd:string .
ILAP:ResourceProfile
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ;
rdfs:label "Resource Profile"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
ILAP:ResourceProfilePoint
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ;
rdfs:label "Resource Profile Point"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
ILAP:ResourceType
rdf:type owl:Class ;
......@@ -878,18 +878,18 @@ ILAP:ResponsibleActor
rdfs:subClassOf owl:Thing .
ILAP:ResponsibleOrganization
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdfs:label "Responsible Organization"^^xsd:string ;
rdfs:subClassOf ILAP:ResponsibleActor .
ILAP:ResponsiblePerson
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
rdfs:comment "A Responsible Actor that is a person responsible for carrying out a specified part of the Schedule. Classified according to the Person On Board register."^^xsd:string ;
rdfs:label "Responsible Person"^^xsd:string ;
rdfs:subClassOf ILAP:ResponsibleActor .
ILAP:Result
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ;
rdfs:label "Result"^^xsd:string ;
rdfs:subClassOf owl:Thing .
......@@ -924,10 +924,10 @@ ILAP:SACissued
rdfs:subClassOf ILAP:CommissioningMilestone .
ILAP:Schedule
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:comment "A Network of Activities with planned (start and end) Dates, Durations, and Milestones, which can be used to track and monitor work, and provide Resources against which Results are managed and controlled (Adapted from PMI)."^^xsd:string ;
rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
......@@ -937,22 +937,22 @@ ILAP:Schedule
] .
ILAP:ScheduledActivity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ;
rdfs:subClassOf ILAP:PlannedActivity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
owl:onClass ILAP:Schedule ;
owl:onProperty ILAP:hasActivitySchedule
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Schedule ;
owl:onProperty ILAP:hasActivitySchedule
owl:onClass ILAP:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
] .
ILAP:ScheduledMilestone
......@@ -980,10 +980,10 @@ ILAP:ShutdownType
rdfs:subClassOf owl:Thing .
ILAP:Source
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
rdfs:comment "A Thing that is the originator of an ILAP information object, which may be a Planning Application or a Responsible Organization classified according to BRREG (Brønnøysund Register) as a legal entity."^^xsd:string ;
rdfs:label "Source"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
ILAP:StartMilestone
rdf:type owl:Class ;
......@@ -991,25 +991,25 @@ ILAP:StartMilestone
rdfs:subClassOf ILAP:MilestoneType .
ILAP:StartToFinish
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ;
rdfs:label "Start to Finish"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:StartToStart
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ;
rdfs:label "Start to Start"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:Status
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
rdfs:comment "A Thing that holds information about what is currently happening. Status values describe whether to a Project or Activity is started, in progress or completed, and can also say something about resource availability."^^xsd:string ;
rdfs:label "Status"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
ILAP:TargetSchedule
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ;
rdfs:label "Target Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
......@@ -1035,13 +1035,13 @@ ILAP:Value
rdf:type owl:Class ;
rdfs:comment "A Thing that is the material or monetary worth of something relative to the price asked for it (from Oxford dictionaries.com)."^^xsd:string ;
rdfs:label "Value"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
ILAP:WeekendsFreeCalendar
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ;
rdfs:label "Weekends Free Calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
ILAP:WorkOrder
rdf:type owl:Class ;
......@@ -1050,19 +1050,19 @@ ILAP:WorkOrder
rdfs:subClassOf ILAP:WorkTask .
ILAP:WorkTask
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:comment "A Thing that corresponds to part of an Activity, and which holds a description of the work content of that (part of the) Activity. Typically, there are more than one tasks related to an activity, and for each task clear start and end dates are given as well as clear assignments."^^xsd:string ;
rdfs:label "Work Task"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasWorkTaskResponsible
owl:onProperty ILAP:hasWorkTaskActivity ;
owl:someValuesFrom ILAP:Activity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasWorkTaskActivity ;
owl:someValuesFrom ILAP:Activity
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasWorkTaskResponsible
] .
ILAP:WorkTaskStatus
......@@ -1073,18 +1073,21 @@ ILAP:WorkTaskStatus
ILAP:hasActivityActiveStatus
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Activity Status relationship that is currently active."^^xsd:string ;
rdfs:domain ILAP:Activity ;
rdfs:label "has Activity Active Status"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasActivityStatus .
ILAP:hasActivityActualProgressPercent
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the percentage of actual progress of an activity wrt. its total work volume."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Actual Progress Percent"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasActivityActualWeight
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Activity Weight relationship involving the Actual Weight."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Activity Actual Weight"^^xsd:string ;
rdfs:range xsd:float ;
......@@ -1105,6 +1108,7 @@ ILAP:hasActivityCalendar
ILAP:hasActivityContractor
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Activity Responsible Organization relationship with a Contractor as responsible."^^xsd:string ;
rdfs:label "has Activity Contractor"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
......@@ -1117,12 +1121,14 @@ ILAP:hasActivityDiscipline
ILAP:hasActivityDuration
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the duration of an Activity (unit based on Calendar)."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Activity Duration"^^xsd:string ;
rdfs:range xsd:duration .
ILAP:hasActivityEstimatedWeight
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Activity Weight relationship involving the Estimated Weight."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Estimated Weight"^^xsd:string ;
rdfs:range xsd:float ;
......@@ -1143,29 +1149,34 @@ ILAP:hasActivityInScheduleActivityInPlan
ILAP:hasActivityLocation
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Planned Activity and its Location."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Location"^^xsd:string ;
rdfs:range ILAP:Location .
ILAP:hasActivityMaterialActualArrivalTime
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the actual time of arrival of ordered material."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Actual Arrival Time"^^xsd:string ;
rdfs:range xsd:dateTime .
ILAP:hasActivityMaterialEstimatedArrivalTime
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the estimated time of arrival of ordered material"^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Material Estimated Arrival Time"^^xsd:string ;
rdfs:range xsd:dateTime .
ILAP:hasActivityMaterialOrderStatus
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Planned Activity and the Status of Ordered Material."^^xsd:string ;
rdfs:label "has Activity Material Order Status"^^xsd:string ;
rdfs:range ILAP:MaterialOrderStatus .
ILAP:hasActivityOperator
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Activity Responsible Organization relationship with a Operator as responsible."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Operator"^^xsd:string ;
rdfs:range ILAP:Operator ;
......@@ -1173,36 +1184,42 @@ ILAP:hasActivityOperator
ILAP:hasActivityPartActivity
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:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Part Activity"^^xsd:string ;
rdfs:range ILAP:PlannedActivity .
ILAP:hasActivityPhase
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity and the Phase of which it is a part (typically classified by NORSOK Z-014 SAB elements)."^^xsd:string ;
rdfs:domain ILAP:Activity ;
rdfs:label "has Activity Phase"^^xsd:string ;
rdfs:range ILAP:Phase .
ILAP:hasActivityPhysicalPercentComplete
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the percentage that represents the actual physical progress based on the documentary evidence of the deliverable produced. Is often used as basis for calculating Value of Work Done."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Physical Percent Complete"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasActivityPlan
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:comment "A Relationship between a Planned Activity and the Execution Plan of which it is a part."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Plan"^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
ILAP:hasActivityPlannedProgressPercent
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the percentage planned progress of an activity up to the current cut-off date wrt. its total work volume."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Planned Progress Percentage"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasActivityPredecessor
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Planned Activity and the Activity Dependency object that precedes it."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Predecessor"^^xsd:string ;
rdfs:range ILAP:ActivityDependency ;
......@@ -1210,12 +1227,14 @@ ILAP:hasActivityPredecessor
ILAP:hasActivityPreviousStatus
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Activity Status relationship that is no longer currently active."^^xsd:string ;
rdfs:domain ILAP:Activity ;
rdfs:label "has Activity Previous Status"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasActivityStatus .
ILAP:hasActivityRegulator
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Activity Responsible Organization relationship with a Responsible Organization as responsible."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Regulator"^^xsd:string ;
rdfs:range ILAP:ResponsibleOrganization ;
......@@ -1223,59 +1242,69 @@ ILAP:hasActivityRegulator
ILAP:hasActivityResource
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity and a Resource that is assigned to it (typically classified by NORSOK Z-014 COR elements)."^^xsd:string ;
rdfs:domain ILAP:Activity ;
rdfs:label "has Activity Resource"^^xsd:string ;
rdfs:range ILAP:Resource .
ILAP:hasActivityResourceProfile
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity and the Resource Profile used for its Resource assignment."^^xsd:string ;
rdfs:domain ILAP:Activity ;
rdfs:label "has Activity Resource Profile"^^xsd:string ;
rdfs:range ILAP:ResourceProfile .
ILAP:hasActivityResponsibleOrganization
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity and a Responsible Organization for that Activity."^^xsd:string ;
rdfs:domain ILAP:Activity ;
rdfs:label "has Activity Responsible Organization"^^xsd:string ;
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasActivityResponsiblePerson
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:comment "A Relationship between an Activity and an individual Person that has been assigned responsibility."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Responsible Actor"^^xsd:string ;
rdfs:range ILAP:ResponsiblePerson .
ILAP:hasActivityResult
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Planned Activity and its Result (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Result"^^xsd:string ;
rdfs:range ILAP:Result .
ILAP:hasActivityRisk
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity and a Risk Factor."^^xsd:string ;
rdfs:domain ILAP:Activity ;
rdfs:label "has Activity Risk"^^xsd:string ;
rdfs:range ILAP:Risk .
ILAP:hasActivitySchedule
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Scheduled Activity and the Schedule of which it is a part."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Activity Schedule"^^xsd:string ;
rdfs:range ILAP:Schedule .
ILAP:hasActivityShutdown
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity and a Shutdown."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Shutdown"^^xsd:string ;
rdfs:range ILAP:ShutdownPhase .
ILAP:hasActivityStatus
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity and its Status setting."^^xsd:string ;
rdfs:label "has Activity Status"^^xsd:string ;
rdfs:range ILAP:Status .
ILAP:hasActivitySuccessor
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:comment "A Relationship between a Planned Activity and the Activity Dependency object that follows it."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Successor"^^xsd:string ;
rdfs:range ILAP:ActivityDependency ;
......@@ -1283,6 +1312,7 @@ ILAP:hasActivitySuccessor
ILAP:hasActivitySupplier
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Activity Responsible Organization relationship with a Responsible Organization as responsible."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Supplier"^^xsd:string ;
rdfs:range ILAP:ResponsibleOrganization ;
......@@ -1290,6 +1320,7 @@ ILAP:hasActivitySupplier
ILAP:hasActivityTaskLeader
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Activity Responsible Person relationship that specifies a Task Leader."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Task Leader"^^xsd:string ;
rdfs:range ILAP:ResponsiblePerson ;
......@@ -1297,6 +1328,7 @@ ILAP:hasActivityTaskLeader
ILAP:hasActivityVendor
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Activity Responsible Organization relationship that specifies a Responsible Organization as responsible."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Vendor"^^xsd:string ;
rdfs:range ILAP:ResponsibleOrganization ;
......@@ -1304,22 +1336,26 @@ ILAP:hasActivityVendor
ILAP:hasActivityWBSelement
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Planned Activity and its Work Breakdown Structure element."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity WBS Element"^^xsd:string ;
rdfs:range ILAP:ActivityWBS .
ILAP:hasActivityWeight
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the weight of the object associated with an Activity."^^xsd:string ;
rdfs:label "has Activity Weight"^^xsd:string .
ILAP:hasActivityWorkVolume
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the work volume of an Activity. Typically given in person-hours."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Work Volume"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasBaselineActivityDuration
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Activity Duration relationship that holds the current Control Estimate for the Activity."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Baseline Activity Duration"^^xsd:string ;
rdfs:range xsd:duration ;
......@@ -1327,28 +1363,33 @@ ILAP:hasBaselineActivityDuration
ILAP:hasBaselineCreatedDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the date a Baseline was created."^^xsd:string ;
rdfs:domain ILAP:Baseline ;
rdfs:label "has Baseline Created Date"^^xsd:string ;
rdfs:range xsd:date .
ILAP:hasCalendarDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds a Date in a Calendar."^^xsd:string ;
rdfs:label "has Calendar Date"^^xsd:string .
ILAP:hasCalendarPeriod
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:comment "A Relationship between a Calendar and its Free Period."^^xsd:string ;
rdfs:domain ILAP:Calendar ;
rdfs:label "has Calendar Period"^^xsd:string ;
rdfs:range ILAP:CalendarFreePeriod .
ILAP:hasCalendarPeriodDay
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Calendar Period and its Days."^^xsd:string ;
rdfs:domain ILAP:CalendarPeriod ;
rdfs:label "has Calendar Period Day"^^xsd:string ;
rdfs:range ILAP:CalendarDay .
ILAP:hasCalendarPeriodFreeDay
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Calendar Period Day that specifies Free Days in that Period."^^xsd:string ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has Calendar Period Free Day"^^xsd:string ;
rdfs:range ILAP:CalendarDay ;
......@@ -1356,6 +1397,7 @@ ILAP:hasCalendarPeriodFreeDay
ILAP:hasCalendarPeriodFreeHour
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Calendar Period Hour that specifies Free Hours in that Period."^^xsd:string ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has Calendar Period Free Hour"^^xsd:string ;
rdfs:range ILAP:CalendarHour ;
......@@ -1363,22 +1405,26 @@ ILAP:hasCalendarPeriodFreeHour
ILAP:hasCalendarPeriodHour
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Calendar Period and its Hours."^^xsd:string ;
rdfs:domain ILAP:CalendarPeriod ;
rdfs:label "has Calendar Period Hour"^^xsd:string ;
rdfs:range ILAP:CalendarHour .
ILAP:hasCalendarTime
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds a Time."^^xsd:string ;
rdfs:label "has Calendar Time"^^xsd:string .
ILAP:hasContractType
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Contract and its Type (i.e., what type of contract it is)."^^xsd:string ;
rdfs:domain ILAP:Contract ;
rdfs:label "has Contract Type"^^xsd:string ;
rdfs:range ILAP:ContractType .
ILAP:hasCurrentActivityDuration
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Activity Duration relationship that holds the current estimate or the Activity."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Current Activity Duration"^^xsd:string ;
rdfs:range xsd:duration ;
......@@ -1386,12 +1432,14 @@ ILAP:hasCurrentActivityDuration
ILAP:hasDataProject
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a general Data object and the Project it belongs."^^xsd:string ;
rdfs:domain ILAP:Data ;
rdfs:label "has Data Project"^^xsd:string ;
rdfs:range ILAP:Project .
ILAP:hasEarlyFinish
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Schedule Date property which describes the earliest finish date of an Activity."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has early finish"^^xsd:string ;
rdfs:range xsd:date ;
......@@ -1399,6 +1447,7 @@ ILAP:hasEarlyFinish
ILAP:hasEarlyStart
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Schedule Date property which describes the earliest start date of an Activity according to network analysis, forward pass."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has early start"^^xsd:string ;
rdfs:range xsd:date ;
......@@ -1406,6 +1455,7 @@ ILAP:hasEarlyStart
ILAP:hasEarlyStartActual
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Schedule Date property which describes the Earliest Finish Date minus Duration (Safran-specific, transfer if calculated to avoid differences between planning programs)."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has early start actual "^^xsd:string ;
rdfs:range xsd:date ;
......@@ -1413,12 +1463,14 @@ ILAP:hasEarlyStartActual
ILAP:hasExternalReference
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Data object and its External Reference."^^xsd:string ;
rdfs:domain ILAP:Data ;
rdfs:label "has External Reference"^^xsd:string ;
rdfs:range ILAP:ExternalReference .
ILAP:hasFixedFinish
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Schedule Date property which describes a fixed finish date of an Activity."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has fixed finish"^^xsd:string ;
rdfs:range xsd:date ;
......@@ -1426,6 +1478,7 @@ ILAP:hasFixedFinish
ILAP:hasFixedStart
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Schedule Date property which describes a fixed start date of an Activity."^^xsd:string ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has fixed start"^^xsd:string ;
rdfs:range xsd:date ;
......@@ -1433,6 +1486,7 @@ ILAP:hasFixedStart
ILAP:hasFreePeriodEndDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Calendar Date relationship involving the End date of a Free Period."^^xsd:string ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has Free Period End Date"^^xsd:string ;
rdfs:range xsd:date ;
......@@ -1440,6 +1494,7 @@ ILAP:hasFreePeriodEndDate
ILAP:hasFreePeriodEndTime
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Calendar Time property which describes the End Time of a Free Period."^^xsd:string ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has Free Period End Time"^^xsd:string ;
rdfs:range xsd:time ;
......@@ -1447,6 +1502,7 @@ ILAP:hasFreePeriodEndTime
ILAP:hasFreePeriodStartDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Calendar Date relationship involving the End date of a Free Period."^^xsd:string ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has Free Period Start Date"^^xsd:string ;
rdfs:range xsd:date ;
......@@ -1454,6 +1510,7 @@ ILAP:hasFreePeriodStartDate
ILAP:hasFreePeriodStartTime
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Calendar Time property which describes the Start Time of a Free Period."^^xsd:string ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has Free Period Start Time"^^xsd:string ;
rdfs:range xsd:time ;
......@@ -1461,6 +1518,7 @@ ILAP:hasFreePeriodStartTime
ILAP:hasLateFinish
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Schedule Date property which describes the latest finish date of an Activity."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has late finish"^^xsd:string ;
rdfs:range xsd:date ;
......@@ -1468,6 +1526,7 @@ ILAP:hasLateFinish
ILAP:hasLateStart
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Schedule Date property which describes the latest start date of an Activity according to network analysis, backward pass."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has late start"^^xsd:string ;
rdfs:range xsd:date ;
......@@ -1475,54 +1534,63 @@ ILAP:hasLateStart
ILAP:hasLocationLatitude
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the Latitude of a Location."^^xsd:string ;
rdfs:domain ILAP:Location ;
rdfs:label "has Location Latitude"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasLocationLongitude
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the Longitude of a Location."^^xsd:string ;
rdfs:domain ILAP:Location ;
rdfs:label "has Location Longitude"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasMilestonePredecessor
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Milestone and the Successor object that precedes it."^^xsd:string ;
rdfs:domain ILAP:Milestone ;
rdfs:label "has Milestone Predecessor"^^xsd:string ;
rdfs:range ILAP:ActivityDependency .
ILAP:hasMilestoneSuccessor
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Milestone and the Successor object that follows it."^^xsd:string ;
rdfs:domain ILAP:Milestone ;
rdfs:label "has Milestone Successor"^^xsd:string ;
rdfs:range ILAP:ActivityDependency .
ILAP:hasMilestoneType
rdf:type owl:ObjectProperty ;
rdfs:comment "Relationship between a Milestone and its Type (i.e., what type of milestone it is)."^^xsd:string ;
rdfs:domain ILAP:Milestone ;
rdfs:label "has Milestone Type"^^xsd:string ;
rdfs:range ILAP:MilestoneType .
ILAP:hasObjectDescription
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the Description of an ILAP information object."^^xsd:string ;
rdfs:domain owl:Thing ;
rdfs:label "has Object Description"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasObjectName
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the Name of an ILAP information object."^^xsd:string ;
rdfs:domain owl:Thing ;
rdfs:label "has Object Name"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasObjectReferenceID
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the value of an External Identifier of an ILAP information object."^^xsd:string ;
rdfs:domain owl:Thing ;
rdfs:label "has Object Reference ID"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasOriginalActivityDuration
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Activity Duration relationship that holds the initial estimate for the Activity."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Original Activity Duration"^^xsd:string ;
rdfs:range xsd:duration ;
......@@ -1530,150 +1598,175 @@ ILAP:hasOriginalActivityDuration
ILAP:hasPhaseDecisionGate
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Phase and its associated Decision Gate(s)."^^xsd:string ;
rdfs:domain ILAP:Phase ;
rdfs:label "has Phase Decision Gate"^^xsd:string ;
rdfs:range ILAP:DecisionGate .
ILAP:hasPlanAsset
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and the Asset it is a Plan for (Asset Class not defined)."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan Asset"^^xsd:string ;
rdfs:range ILAP:Asset .
ILAP:hasPlanAssetOwner
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Plan Participant relationship involving Responsible Organization."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has asset plan owner"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanContentType
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and its Content Classification."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan Content Type"^^xsd:string ;
rdfs:range ILAP:PlanContentType .
ILAP:hasPlanContractType
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and its Contract Classification."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan Contract Type"^^xsd:string ;
rdfs:range ILAP:PlanContractType .
ILAP:hasPlanContractor
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Plan Participant relationship involving a Contractor."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan contractor"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanExpenseType
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and its Expense Classification."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan Expense Type"^^xsd:string ;
rdfs:range ILAP:PlanExpenseType .
ILAP:hasPlanFacility
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and its Facility (typically defined by NPD:Facility)."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan Facility"^^xsd:string ;
rdfs:range ILAP:Facility .
ILAP:hasPlanField
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and its Field (typically defined by NPD:Field)."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan Field"^^xsd:string ;
rdfs:range ILAP:Field .
ILAP:hasPlanGeoArea
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and its Geographic Area Classification."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan Geo Area"^^xsd:string ;
rdfs:range ILAP:PlanGeoArea .
ILAP:hasPlanLevel
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and its Plan Level Classification."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan Level"^^xsd:string ;
rdfs:range ILAP:PlanLevel .
ILAP:hasPlanLicense
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and its Lifecycle Phase Classification."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan License"^^xsd:string ;
rdfs:range ILAP:License .
ILAP:hasPlanLicensePartner
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Plan Participant relationship involving Responsible Organization."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan license partner"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanLifecycleStage
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and its Lifecycle Phase Classification."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan Lifecycle Stage"^^xsd:string ;
rdfs:range ILAP:PlanLifecycleStage .
ILAP:hasPlanObjectiveType
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and its type of Objective."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan Objective Type"^^xsd:string ;
rdfs:range ILAP:PlanObjectiveType .
ILAP:hasPlanOperator
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Plan Participant relationship involving an Operator."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan operator"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanProject
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and the Project it describes."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan Project"^^xsd:string ;
rdfs:range ILAP:Project .
ILAP:hasPlanProjectType
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and the Project Type it describes."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan Project Type"^^xsd:string ;
rdfs:range ILAP:PlanProjectType .
ILAP:hasPlanRegulator
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Plan Participant relationship involving a Responsible Organization."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan regulator"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanResponsible
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and a Responsible Organization."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan Responsible"^^xsd:string ;
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasPlanRollUpPlan
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and the same Plan at the next Plan Level."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan Roll Up Plan"^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
ILAP:hasPlanShutdown
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and a Shutdown."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan shutdown"^^xsd:string ;
rdfs:range ILAP:Shutdown .
ILAP:hasPlanSubplan
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project Execution Plan and a partial Plan at the same Plan Level."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has Plan Subplan"^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
ILAP:hasPlanSupplier
rdf:type owl:ObjectProperty ;
rdfs:comment "A has Plan Participant relationship involving a Responsible Organization."^^xsd:string ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan supplier"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPredecessorActivity
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Successor and its preceding Planned Activity."^^xsd:string ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has Predecessor Activity"^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
......@@ -1681,60 +1774,70 @@ ILAP:hasPredecessorActivity
ILAP:hasPredecessorMilestone
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Predecessor and a Milestone that precedes it."^^xsd:string ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has Predecessor Milestone"^^xsd:string ;
rdfs:range ILAP:Milestone .
ILAP:hasProfilePoint
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Profile curve and a Point on that curve."^^xsd:string ;
rdfs:domain ILAP:ResourceProfile ;
rdfs:label "has Profile Point"^^xsd:string ;
rdfs:range ILAP:ResourceProfilePoint .
ILAP:hasProfilePointXValue
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the X coordinate of a Profile Point."^^xsd:string ;
rdfs:domain ILAP:ResourceProfilePoint ;
rdfs:label "has Profile Point X Value"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasProfilePointYValue
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the Y coordinate of a Profile Point."^^xsd:string ;
rdfs:domain ILAP:ResourceProfilePoint ;
rdfs:label "has Profile Point Y Value"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasProjectContract
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project and a Contract."^^xsd:string ;
rdfs:domain ILAP:Project ;
rdfs:label "has Project Contract"^^xsd:string ;
rdfs:range ILAP:Contract .
ILAP:hasProjectResponsible
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project and a Responsible Organization."^^xsd:string ;
rdfs:domain ILAP:Project ;
rdfs:label "has Project Responsible"^^xsd:string ;
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasProjectSubproject
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Project and a subproject within that project."^^xsd:string ;
rdfs:domain ILAP:Project ;
rdfs:label "has Project Subproject"^^xsd:string ;
rdfs:range ILAP:Project .
ILAP:hasReferenceApplication
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an External Reference and the Application used to define the information object it identifies."^^xsd:string ;
rdfs:domain ILAP:ExternalReference ;
rdfs:label "has Reference Application"^^xsd:string ;
rdfs:range ILAP:Application .
ILAP:hasReferenceSource
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an External Reference and the Source of the information object it identifies."^^xsd:string ;
rdfs:domain ILAP:ExternalReference ;
rdfs:label "has Reference Source"^^xsd:string ;
rdfs:range ILAP:Source .
ILAP:hasRemainingActivityDuration
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Activity Duration relationship that holds the estimate for the remaining part of the Activity."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Remaining Activity Duration"^^xsd:string ;
rdfs:range xsd:duration ;
......@@ -1742,71 +1845,83 @@ ILAP:hasRemainingActivityDuration
ILAP:hasResourceCalendar
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between Resource and a Calendar set for that Resource."^^xsd:string ;
rdfs:domain ILAP:Resource ;
rdfs:label "has Resource Calendar"^^xsd:string ;
rdfs:range ILAP:Calendar .
ILAP:hasResourceEarnedQuantity
rdf:type owl:DatatypeProperty ;
rdfs:comment "Current progress times quantity."^^xsd:string ;
rdfs:domain ILAP:Resource ;
rdfs:label "has Resource Earned Quantity"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasResourceExpendedQuantity
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds part of a Resource that has been expended."^^xsd:string ;
rdfs:domain ILAP:Resource ;
rdfs:label "has Resource Expended Quantity"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasResourceProfile
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between Resource and its Profile."^^xsd:string ;
rdfs:domain ILAP:Resource ;
rdfs:label "has Resource Profile"^^xsd:string ;
rdfs:range ILAP:ResourceProfile .
ILAP:hasResourceRemainingQuantity
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the Resource quantity that remains to be used according to the budget."^^xsd:string ;
rdfs:domain ILAP:Resource ;
rdfs:label "has Resource Remaining Quantity"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasResourceType
rdf:type owl:ObjectProperty ;
rdfs:comment "Relationship between a Resource and its Type (i.e., what type of resource it is)."^^xsd:string ;
rdfs:domain ILAP:Resource ;
rdfs:label "has Resource Type"^^xsd:string ;
rdfs:range ILAP:ResourceType .
ILAP:hasRiskCriticality
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Risk and its level of Criticality"^^xsd:string ;
rdfs:domain ILAP:Risk ;
rdfs:label "has Risk Criticality"^^xsd:string ;
rdfs:range ILAP:Criticality .
ILAP:hasRiskType
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Risk Factor and the type of Risk that causes it."^^xsd:string ;
rdfs:domain ILAP:Risk ;
rdfs:label "has Risk Type"^^xsd:string ;
rdfs:range ILAP:RiskType .
ILAP:hasScheduleBaseline
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Schedule and a Baseline set from that Schedule."^^xsd:string ;
rdfs:domain ILAP:Schedule ;
rdfs:label "has Schedule Baseline"^^xsd:string ;
rdfs:range ILAP:Baseline .
ILAP:hasScheduleDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds a Date in a Schedule for an Activity."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Schedule Date"^^xsd:string .
ILAP:hasSchedulePlan
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Network Schedule and the Project Execution Plan from which it was derived."^^xsd:string ;
rdfs:domain ILAP:Schedule ;
rdfs:label "has Schedule Plan "^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
ILAP:hasScheduledFinish
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Schedule Date property which describes the date which an Activity is aimed to end."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has scheduled finish"^^xsd:string ;
rdfs:range xsd:date ;
......@@ -1814,6 +1929,7 @@ ILAP:hasScheduledFinish
ILAP:hasScheduledStart
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Schedule Date property which describes the date which an Activity is aimed to start."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has scheduled start"^^xsd:string ;
rdfs:range xsd:date ;
......@@ -1821,47 +1937,55 @@ ILAP:hasScheduledStart
ILAP:hasShutdownActivity
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Shutdown and the Activity it is tied to"^^xsd:string ;
rdfs:domain ILAP:Shutdown ;
rdfs:label "has Shutdown Phase"^^xsd:string ;
rdfs:range ILAP:PlannedActivity .
ILAP:hasShutdownPeriod
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the name of the Shutdown Period for a Shutdown."^^xsd:string ;
rdfs:domain ILAP:Shutdown ;
rdfs:label "has Shutdown Period"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasShutdownPriority
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Shutdown and Degree of Priority."^^xsd:string ;
rdfs:domain ILAP:Shutdown ;
rdfs:label "has Shutdown Priority"^^xsd:string ;
rdfs:range ILAP:Priority .
ILAP:hasShutdownType
rdf:type owl:ObjectProperty ;
rdfs:comment "Relationship between a Shutdown and its Type (i.e., what type of shutdown it is)."^^xsd:string ;
rdfs:domain ILAP:Shutdown ;
rdfs:label "has Shutdown Type"^^xsd:string ;
rdfs:range ILAP:ShutdownType .
ILAP:hasSourceApplication
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Source of a dataset and the Application producing it."^^xsd:string ;
rdfs:domain ILAP:Source ;
rdfs:label "has Source Applicaton"^^xsd:string ;
rdfs:range ILAP:Application .
ILAP:hasSourceInformation
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Source of a dataset and the Information contained by the dataset"^^xsd:string ;
rdfs:domain ILAP:Source ;
rdfs:label "has Source Information"^^xsd:string ;
rdfs:range ILAP:Information .
ILAP:hasSourceUserField
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Source of a dataset and the User Fields represented by the dataset."^^xsd:string ;
rdfs:domain ILAP:Source ;
rdfs:label "has Source User Field"^^xsd:string .
ILAP:hasSuccessorActivity
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:comment "A Relationship between an Activity Dependency and a Planned Activity that follows it."^^xsd:string ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has Successor Activity "^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
......@@ -1869,75 +1993,88 @@ ILAP:hasSuccessorActivity
ILAP:hasSuccessorCalendar
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity Dependency relationship and a Calendar that has been set for that same Activity Dependency relationship."^^xsd:string ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has Successor Calendar"^^xsd:string ;
rdfs:range ILAP:Calendar .
ILAP:hasSuccessorLag
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the lag associated with successors between Activities."^^xsd:string ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has Successor Lag"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasSuccessorMilestone
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity Dependency and a Milestone that follows it."^^xsd:string ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has Successor Milestone"^^xsd:string ;
rdfs:range ILAP:Milestone .
ILAP:hasTimeNow
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ;
rdfs:domain ILAP:Schedule ;
rdfs:label "has Time Now"^^xsd:string ;
rdfs:range xsd:date , xsd:dateTime .
rdfs:range xsd:dateTime , xsd:date .
ILAP:hasValueAsset
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Value and the Asset it belongs to."^^xsd:string ;
rdfs:domain ILAP:Value ;
rdfs:label "has value asset"^^xsd:string ;
rdfs:range ILAP:Asset .
ILAP:hasWBScomponent
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity WBS and the Result it specifies (and the associated SCCS:PBS_Thing)."^^xsd:string ;
rdfs:domain ILAP:ActivityWBS ;
rdfs:label "has WBS Component"^^xsd:string ;
rdfs:range ILAP:Result .
ILAP:hasWBSphase
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity WBS and the Phase it specifies (and the associated SCCS:SAB_Thing)."^^xsd:string ;
rdfs:domain ILAP:ActivityWBS ;
rdfs:label "has WBS Phase"^^xsd:string ;
rdfs:range ILAP:Phase .
ILAP:hasWBSprojectExpenseType
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity WBS and the Expense Type it specifies."^^xsd:string ;
rdfs:domain ILAP:ActivityWBS ;
rdfs:label "has WBS Project Expense Type"^^xsd:string .
ILAP:hasWBSresource
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between an Activity WBS and the Resource it specifies (and the associated SCCS:COR_Thing)."^^xsd:string ;
rdfs:domain ILAP:ActivityWBS ;
rdfs:label "has WBS Resource"^^xsd:string ;
rdfs:range ILAP:Resource .
ILAP:hasWorkTaskActivity
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Work Task the Activity it belongs to."^^xsd:string ;
rdfs:domain ILAP:WorkTask ;
rdfs:label "has Work Task Activity"^^xsd:string .
ILAP:hasWorkTaskPriority
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Work Task its level of Priority."^^xsd:string ;
rdfs:domain ILAP:WorkTask ;
rdfs:label "has Work Task Priority"^^xsd:string ;
rdfs:range ILAP:Priority .
ILAP:hasWorkTaskResponsible
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Work Task and a Responsible person."^^xsd:string ;
rdfs:domain ILAP:WorkTask ;
rdfs:label "has Work Task Responsible"^^xsd:string .
ILAP:hasWorkTaskSupplier
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Work Task and a Supplier."^^xsd:string ;
rdfs:domain ILAP:WorkTask ;
rdfs:label "has Work Task Supplier"^^xsd:string ;
rdfs:range BRREG:Contractor ;
......@@ -1945,6 +2082,7 @@ ILAP:hasWorkTaskSupplier
ILAP:hasWorkTaskVendor
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Work Task and a Vendor."^^xsd:string ;
rdfs:domain ILAP:WorkTask ;
rdfs:label "has Work Task Vendor"^^xsd:string ;
rdfs:range BRREG:Contractor ;
......
......@@ -19,10 +19,10 @@ UC1:Schedule_1
rdf:type ILAP:Schedule ;
rdfs:label "Schedule 1"^^xsd:string .
<http://data.posccaesar.org/ilap/AFEforRosenbergToConocoPhilllips2.0>
ILAP:AFEforContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string , "H207-WHRU"^^xsd:string .
rdfs:label "AFE for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string .
ILAP:AccruedTimeContract_1
rdf:type ILAP:AccruedTimeContract ;
......@@ -39,18 +39,18 @@ ILAP:ActivityPlan_1
rdf:type ILAP:ActivityPlan ;
rdfs:label "Activity plan 1"^^xsd:string .
<http://data.posccaesar.org/ilap/ActivityRoleForRosenbergToConocoPhilllips2.0>
ILAP:ActivityRoleForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasValue "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string , "Control object progress"^^xsd:string , "Document, Manual progres"^^xsd:string , "Document progress"^^xsd:string , "Job progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Procurement Milestone"^^xsd:string , "Manual progress"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Manual progress, Mhr Carrier"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Control object manual progress"^^xsd:string .
rdfs:label "Activity Role for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasValue "Control object manual progress"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Procurement Milestone"^^xsd:string , "Manual progress, Mhr Carrier"^^xsd:string , "Manual progress"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Document progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Job progress"^^xsd:string , "Document, Manual progres"^^xsd:string , "Control object progress"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string , "Mhr. Carrier"^^xsd:string .
ILAP:ActivityWBS_1
rdf:type ILAP:ActivityWBS ;
rdfs:label "Activity WBS 1"^^xsd:string ;
ILAP:hasWBScomponent
ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ;
ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ;
ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ;
ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ;
ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 .
ILAP:Activity_1
rdf:type ILAP:Activity ;
......@@ -58,11 +58,11 @@ ILAP:Activity_1
ILAP:hasActivityPhase
SCCS:SAB_21 .
<http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0>
ILAP:AreaCodeForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Area Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "GLC_Level 1"^^xsd:string , "P21"^^xsd:string , "P41"^^xsd:string , "P42"^^xsd:string , "GLC_Level 3"^^xsd:string , "GLC_Level 4"^^xsd:string , "GLC_Level 2"^^xsd:string ;
USERFIELDS:hasValue "P42"^^xsd:string , "GLC_Level 1"^^xsd:string , "GLC_Level 3"^^xsd:string , "P21"^^xsd:string , "GLC_Level 2"^^xsd:string , "GLC_Level 4"^^xsd:string , "P41"^^xsd:string .
rdfs:label "Area Code for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "GLC_Level 2"^^xsd:string , "GLC_Level 3"^^xsd:string , "GLC_Level 1"^^xsd:string , "P21"^^xsd:string , "P41"^^xsd:string , "GLC_Level 4"^^xsd:string , "P42"^^xsd:string ;
USERFIELDS:hasValue "GLC_Level 4"^^xsd:string , "GLC_Level 1"^^xsd:string , "P41"^^xsd:string , "GLC_Level 2"^^xsd:string , "P42"^^xsd:string , "GLC_Level 3"^^xsd:string , "P21"^^xsd:string .
ILAP:Asset_1
rdf:type ILAP:Asset ;
......@@ -72,25 +72,25 @@ ILAP:BaselineSchedule_1
rdf:type ILAP:BaselineSchedule ;
rdfs:label "Baseline schedule 1"^^xsd:string ;
ILAP:hasSchedulePlan
ILAP:ConocoPhillipsContractorPortfolioPlan .
ILAP:OperatorBcontractPortfolioPlan .
<http://data.posccaesar.org/ilap/BudgetResponsibleForRosenbergToConocoPhilllips2.0>
ILAP:BudgetResponsibleForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
rdfs:label "Budget Responsible for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string ;
USERFIELDS:hasValue "Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string .
USERFIELDS:hasValue "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string .
<http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0>
ILAP:BuidingBlockForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "G0"^^xsd:string , "D2"^^xsd:string , "W5"^^xsd:string , "W2"^^xsd:string , "AG"^^xsd:string , "XOV"^^xsd:string , "GLC"^^xsd:string , "D1"^^xsd:string , "R0"^^xsd:string , "F0"^^xsd:string , "DEM-GLC"^^xsd:string , "W1"^^xsd:string , "W4"^^xsd:string , "W3"^^xsd:string , "LPHC"^^xsd:string , "CA"^^xsd:string ;
USERFIELDS:hasValue "Gas Lift Compressor"^^xsd:string , "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string , "X-Over"^^xsd:string , "Contract General Milestones"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Demolition of old WHRU module"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string .
rdfs:label "Buiding Block for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "D2"^^xsd:string , "LPHC"^^xsd:string , "D1"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W3"^^xsd:string , "W2"^^xsd:string , "DEM-GLC"^^xsd:string , "W4"^^xsd:string , "F0"^^xsd:string , "R0"^^xsd:string , "G0"^^xsd:string , "AG"^^xsd:string , "CA"^^xsd:string , "W1"^^xsd:string , "GLC"^^xsd:string ;
USERFIELDS:hasValue "Demolition of old WHRU module"^^xsd:string , "X-Over"^^xsd:string , "Contract General Milestones"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string .
<http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0>
ILAP:CORForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "COR CA"^^xsd:string , "COR 7"^^xsd:string , "COR 1"^^xsd:string , "COR 5"^^xsd:string , "COR 2"^^xsd:string , "COR 8"^^xsd:string , "COR 3"^^xsd:string , "COR 10"^^xsd:string , "COR 9"^^xsd:string , "COR 6"^^xsd:string , "COR 0"^^xsd:string , "COR 4"^^xsd:string ;
USERFIELDS:hasValue "WIP A/B/C By pass exhaust ducting"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string , "Safety Systems"^^xsd:string , "Utilities SAS Dependant"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Steam Blowing"^^xsd:string , "First Steam South System"^^xsd:string , "Full Steam Generation"^^xsd:string , "First Steam North System"^^xsd:string , "Buildingblock CA"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string .
rdfs:label "COR for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "COR 8"^^xsd:string , "COR 6"^^xsd:string , "COR 9"^^xsd:string , "COR 10"^^xsd:string , "COR CA"^^xsd:string , "COR 4"^^xsd:string , "COR 7"^^xsd:string , "COR 2"^^xsd:string , "COR 5"^^xsd:string , "COR 0"^^xsd:string , "COR 1"^^xsd:string , "COR 3"^^xsd:string ;
USERFIELDS:hasValue "Utilities SAS Dependant"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Safety Systems"^^xsd:string , "First Steam North System"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string , "WIP A/B/C By pass exhaust ducting"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Buildingblock CA"^^xsd:string , "Full Steam Generation"^^xsd:string , "Steam Blowing"^^xsd:string , "First Steam South System"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string .
ILAP:COR_KD_1
rdf:type SCCS:COR_KD ;
......@@ -108,11 +108,11 @@ ILAP:COR_KX_1
rdf:type ILAP:COR_KX ;
rdfs:label "KX - LCI for project (classified as ILAP extension to COR)"^^xsd:string .
<http://data.posccaesar.org/ilap/CTRForRosenbergToConocoPhilllips2.0>
ILAP:CTRForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
rdfs:label "CTR for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "HA09AD-TH"^^xsd:string , "X"^^xsd:string , "DDZEG0000"^^xsd:string ;
USERFIELDS:hasValue "Hotwork and Platform SD"^^xsd:string , "Document Control"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string .
USERFIELDS:hasValue "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string , "Document Control"^^xsd:string .
ILAP:Calendar_1
rdf:type ILAP:Calendar ;
......@@ -124,66 +124,95 @@ ILAP:Calendar_1
ILAP:hasCalendarTime
"08:00:30"^^xsd:time .
<http://data.posccaesar.org/ilap/CommPackageForReinertsenToStatoil1.8>
ILAP:CommPackageForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Comm package for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasValue "Utility stations for SPCU/SCU Fram H Nord"^^xsd:string , "ESD panel modification Scale inhibitor riser EV"^^xsd:string , "Install/Connect power supply to SPCU 4 TPCU"^^xsd:string , "SPCU/SCU cabinets for Fram H Nord"^^xsd:string , "Implement PSD logic Fram H Nord"^^xsd:string , "Implement New ESD logic Fram H Nord"^^xsd:string , "Power Supply for SCU/SPCU/Utility "^^xsd:string , "Deconstruction and construction of section for positive isolation"^^xsd:string , "Koder kommer"^^xsd:string , "Suction line and vent line to new scale inhibitor injection"^^xsd:string .
rdfs:label "Comm package for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "Deconstruction and construction of section for positive isolation"^^xsd:string , "Utility stations for SPCU/SCU Fram H Nord"^^xsd:string , "Koder kommer"^^xsd:string , "Implement PSD logic Fram H Nord"^^xsd:string , "SPCU/SCU cabinets for Fram H Nord"^^xsd:string , "Suction line and vent line to new scale inhibitor injection"^^xsd:string , "Power Supply for SCU/SPCU/Utility "^^xsd:string , "Implement New ESD logic Fram H Nord"^^xsd:string , "ESD panel modification Scale inhibitor riser EV"^^xsd:string , "Install/Connect power supply to SPCU 4 TPCU"^^xsd:string .
ILAP:ConocoPhillipsContractorPortfolioPlan
ILAP:Contract_1
rdf:type ILAP:Contract ;
rdfs:label "Contract 1"^^xsd:string ;
ILAP:hasContractType
ILAP:LumpSumContract .
ILAP:ContractorAtoOperatorAlPlan
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "ConocoPhilllips Contractor Portfolio Plan"^^xsd:string ;
ILAP:hasPlanAsset <http://data.posccaesar.org/npd/facts/Field-43506> ;
rdfs:label "Contractor A to Operator A Plan"^^xsd:string ;
ILAP:hasPlanProject ILAP:ProjectByContractorAforOperatorA .
ILAP:ContractorBFabricationSubplan
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Contractor B Fabrication Subplan"^^xsd:string .
ILAP:ContractorBtoOperatorBDataExchangePlan
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Contractor B to Operator B Data Exchange Plan"^^xsd:string ;
ILAP:hasPlanAsset ILAP:Asset ;
ILAP:hasPlanAssetOwner
ILAP:ResponsibleOrganization ;
ILAP:hasPlanContentType
SCCS:PBS_AA ;
ILAP:Result ;
ILAP:hasPlanContractType
ILAP:CostDriven ;
ILAP:ScheduleDriven ;
ILAP:hasPlanContractor
<http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> , <http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> ;
ILAP:hasPlanExpenseType
ILAP:OPEX ;
ILAP:hasPlanGeoArea ILAP:Facility ;
ILAP:hasPlanLevel ILAP:L4_CCS ;
ILAP:hasPlanLifecycleStage
ILAP:Maintenance , ILAP:Operation ;
ILAP:hasPlanObjectiveType
ILAP:BusinessAsUsual ;
ILAP:hasPlanFacility
<http://data.posccaesar.org/npd/facts/Facility-271273> ;
ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ;
ILAP:hasPlanGeoArea ILAP:Field ;
ILAP:hasPlanLevel ILAP:L2_PMS ;
ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> , <http://data.posccaesar.org/npd/facts/Licence-4227659> ;
ILAP:hasPlanLicensePartner
ILAP:ResponsibleOrganization ;
ILAP:hasPlanOperator
<http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> , <http://data.posccaesar.org/npd/facts/Company-17237817> ;
ILAP:hasPlanProject ILAP:ProjectByContractorBforOperatorB ;
ILAP:hasPlanProjectType
ILAP:BrownFieldProject .
ILAP:Contract_1
rdf:type ILAP:Contract ;
rdfs:label "Contract 1"^^xsd:string ;
ILAP:hasContractType
ILAP:LumpSumContract .
ILAP:OperationAndMaintenance ;
ILAP:hasPlanRegulator
ILAP:NPD ;
ILAP:hasPlanResponsible
ILAP:ResponsibleOrganization ;
ILAP:hasPlanRollUpPlan
ILAP:OperatorBcontractPortfolioPlan ;
ILAP:hasPlanShutdown
ILAP:SummerShutdown_UC1 ;
ILAP:hasPlanSubplan ILAP:ContractorBFabricationSubplan ;
ILAP:hasPlanSupplier
ILAP:ResponsibleOrganization .
<http://data.posccaesar.org/ilap/CopsasActIDForRosenbergToConocoPhilllips2.0>
ILAP:CopsasActIDForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Copsas Act ID for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "27EAD201"^^xsd:string , "27EAD205"^^xsd:string , "27EAD104"^^xsd:string , "27EAD101"^^xsd:string , "27EAD105"^^xsd:string , "27EAD103"^^xsd:string , "27EAD206"^^xsd:string , "27EKW201"^^xsd:string , "27EAD203"^^xsd:string .
rdfs:label "Copsas Act ID for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "27EAD206"^^xsd:string , "27EAD205"^^xsd:string , "27EAD203"^^xsd:string , "27EAD105"^^xsd:string , "27EKW201"^^xsd:string , "27EAD104"^^xsd:string , "27EAD201"^^xsd:string , "27EAD103"^^xsd:string , "27EAD101"^^xsd:string .
<http://data.posccaesar.org/ilap/CostCenterForRosenbergToConocoPhilllips2.0>
ILAP:CostCenterForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Cost Center for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "RR1"^^xsd:string , "000L"^^xsd:string , "000N"^^xsd:string , "000S"^^xsd:string ;
USERFIELDS:hasValue "Utenbys timeføring"^^xsd:string , "Stavanger timeføring"^^xsd:string , "Offshore timeføring"^^xsd:string , "05-Kværner Rosenberg as"^^xsd:string .
rdfs:label "Cost Center for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "000L"^^xsd:string , "000S"^^xsd:string , "000N"^^xsd:string , "RR1"^^xsd:string ;
USERFIELDS:hasValue "Stavanger timeføring"^^xsd:string , "05-Kværner Rosenberg as"^^xsd:string , "Utenbys timeføring"^^xsd:string , "Offshore timeføring"^^xsd:string .
ILAP:CurrentSchedule_1
rdf:type ILAP:CurrentSchedule ;
rdfs:label "Current schedule 1"^^xsd:string ;
ILAP:hasSchedulePlan
ILAP:ConocoPhillipsContractorPortfolioPlan .
ILAP:OperatorBcontractPortfolioPlan .
ILAP:DataSet_1
rdf:type ILAP:Data ;
rdfs:label "Data Set 1"^^xsd:string .
<http://data.posccaesar.org/ilap/DisiplinSubfaseForReinertsenToStatoil1.8>
ILAP:DisiplinSubfaseForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Disiplin subfase for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasValue "Prefabpakker"^^xsd:string , "Familiarisering"^^xsd:string , "Stressanalyse"^^xsd:string , "El Oppmåling"^^xsd:string , "Modellering"^^xsd:string , "Lister"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Tegningsprod."^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Beregninger"^^xsd:string , "Offshore befaring"^^xsd:string .
rdfs:label "Disiplin subfase for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "Beregninger"^^xsd:string , "Familiarisering"^^xsd:string , "Prefabpakker"^^xsd:string , "El Oppmåling"^^xsd:string , "Modellering"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Offshore befaring"^^xsd:string , "Tegningsprod."^^xsd:string , "Stressanalyse"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Lister"^^xsd:string .
<http://data.posccaesar.org/ilap/EngineeringFaseForReinertsenToStatoil1.8>
ILAP:EngineeringFaseForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasValue "Installasjonspakker"^^xsd:string , "Medgått tid"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "Offshore"^^xsd:string , "Prefab"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Stressanalyse"^^xsd:string , "MCC strategi"^^xsd:string , "Beregninger"^^xsd:string , "Prefabpakker"^^xsd:string , "As-buil"^^xsd:string , "Elektronisk oppmåling"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Risikovurdering"^^xsd:string , "Offshore befaring"^^xsd:string , "Systemutprøving"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "Installasjon"^^xsd:string , "MCC Støtte"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Familiarisering"^^xsd:string , "Follow-on"^^xsd:string , "Modellering"^^xsd:string , "Lister"^^xsd:string .
rdfs:label "Engineering Fase for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Beregninger"^^xsd:string , "Risikovurdering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "Prefabpakker"^^xsd:string , "Familiarisering"^^xsd:string , "Offshore befaring"^^xsd:string , "Offshore"^^xsd:string , "MCC Støtte"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "MCC strategi"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Stressanalyse"^^xsd:string , "Systemutprøving"^^xsd:string , "As-buil"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Modellering"^^xsd:string , "Elektronisk oppmåling"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "Medgått tid"^^xsd:string , "Lister"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Follow-on"^^xsd:string .
ILAP:FinishToStart_1
rdf:type ILAP:FinishToStart ;
......@@ -221,11 +250,11 @@ ILAP:GuaranteeWork_1
rdf:type ILAP:GuaranteeWork ;
rdfs:label "Guarantee work 1"^^xsd:string .
<http://data.posccaesar.org/ilap/HovedaktivitetForReinertsenToStatoil1.8>
ILAP:HovedaktivitetForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Hovedaktivitet for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasShort "B1M"^^xsd:string , "A2B"^^xsd:string , "A2C"^^xsd:string , "A2D"^^xsd:string , "A1A"^^xsd:string ;
USERFIELDS:hasValue "Familiarisering"^^xsd:string , "Andre disipliner "^^xsd:string , "MTO / Teknisk spec. "^^xsd:string , "Offshore Befaring"^^xsd:string , "Materialkoordinator"^^xsd:string .
rdfs:label "Hovedaktivitet for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasShort "A1A"^^xsd:string , "A2B"^^xsd:string , "A2C"^^xsd:string , "B1M"^^xsd:string , "A2D"^^xsd:string ;
USERFIELDS:hasValue "Familiarisering"^^xsd:string , "Andre disipliner "^^xsd:string , "MTO / Teknisk spec. "^^xsd:string , "Materialkoordinator"^^xsd:string , "Offshore Befaring"^^xsd:string .
ILAP:IncentiveContract_1
rdf:type ILAP:IncentiveContract ;
......@@ -235,15 +264,15 @@ ILAP:IncentiveContract_2
rdf:type ILAP:IncentiveContract ;
rdfs:label "Incentive contract 2"^^xsd:string .
<http://data.posccaesar.org/ilap/IngenioerForReinertsenToStatoil1.8>
ILAP:IngenioerForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasValue "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Andreas Gurk"^^xsd:string , "Lennart Svensson"^^xsd:string .
rdfs:label "Ingenioer for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "Lennart Svensson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Andreas Gurk"^^xsd:string .
<http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8>
ILAP:InndelingForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasValue "6"^^xsd:string , "5"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string , "18"^^xsd:string .
rdfs:label "Inndeling for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "18"^^xsd:string , "6"^^xsd:string , "5"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string .
ILAP:InvoicableWork_1
rdf:type ILAP:InvoicableWork ;
......@@ -253,32 +282,32 @@ ILAP:JohnTravolta
rdf:type ILAP:ResponsiblePerson ;
rdfs:label "John Travolta (Responsible Lead Driller)"^^xsd:string .
<http://data.posccaesar.org/ilap/KPI3TypeForReinertsenToStatoil1.8>
ILAP:KPI3TypeForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasValue "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string , "Studierapport"^^xsd:string .
rdfs:label "KPI 3 Type for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "Studierapport"^^xsd:string , "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string .
<http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8>
ILAP:KontorForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Kontor for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasShort "HFEST"^^xsd:string , "U"^^xsd:string , "BRG"^^xsd:string , "GTB"^^xsd:string , "TRH"^^xsd:string ;
USERFIELDS:hasValue "Bergen"^^xsd:string , "Ufordelt"^^xsd:string , "Trondheim"^^xsd:string , "Goeteborg"^^xsd:string , "Hammerfest"^^xsd:string .
rdfs:label "Kontor for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasShort "HFEST"^^xsd:string , "GTB"^^xsd:string , "U"^^xsd:string , "TRH"^^xsd:string , "BRG"^^xsd:string ;
USERFIELDS:hasValue "Trondheim"^^xsd:string , "Bergen"^^xsd:string , "Goeteborg"^^xsd:string , "Hammerfest"^^xsd:string , "Ufordelt"^^xsd:string .
<http://data.posccaesar.org/ilap/KundeWBS1ForRosenbergToConocoPhilllips2.0>
ILAP:KundeWBS1ForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
rdfs:label "Kunde WBS1 for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "SR"^^xsd:string ;
USERFIELDS:hasValue "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Level Glass"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Steam Blow off preparation"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Comm. Ass. Instrument Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string .
USERFIELDS:hasValue "Comm. Ass. Instrument Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Steam Blow off preparation"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Level Glass"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string .
<http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0>
ILAP:KundeWBS2ForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Kunde WBS2 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "34"^^xsd:string , "42"^^xsd:string , "45"^^xsd:string , "43"^^xsd:string , "22"^^xsd:string , "41"^^xsd:string , "32"^^xsd:string , "33"^^xsd:string , "21"^^xsd:string , "44"^^xsd:string , "31"^^xsd:string .
rdfs:label "Kunde WBS2 for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "41"^^xsd:string , "32"^^xsd:string , "22"^^xsd:string , "33"^^xsd:string , "44"^^xsd:string , "31"^^xsd:string , "42"^^xsd:string , "34"^^xsd:string , "45"^^xsd:string , "43"^^xsd:string , "21"^^xsd:string .
<http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0>
ILAP:KundeWBS3ForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "43"^^xsd:string , "6"^^xsd:string , "4"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "5"^^xsd:string , "12"^^xsd:string , "9"^^xsd:string , "LR"^^xsd:string , "10"^^xsd:string , "2A"^^xsd:string , "11"^^xsd:string , "3"^^xsd:string , "1"^^xsd:string , "42"^^xsd:string , "2B"^^xsd:string , "8"^^xsd:string .
rdfs:label "Kunde WBS3 for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "1"^^xsd:string , "3"^^xsd:string , "9"^^xsd:string , "LR"^^xsd:string , "4"^^xsd:string , "10"^^xsd:string , "5"^^xsd:string , "42"^^xsd:string , "11"^^xsd:string , "6"^^xsd:string , "2A"^^xsd:string , "43"^^xsd:string , "2B"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "12"^^xsd:string , "8"^^xsd:string .
ILAP:LiveSchedule_1
rdf:type ILAP:LiveSchedule ;
......@@ -288,15 +317,15 @@ ILAP:LumpSumContract_1
rdf:type ILAP:LumpSumContract ;
rdfs:label "Lump sum contract 1"^^xsd:string .
<http://data.posccaesar.org/ilap/MCpackageForReinertsenToStatoil1.8>
ILAP:MCpackageForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "MC Package for Reinertsen to Statoil 1.8"^^xsd:string ;
rdfs:label "MC Package for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasShort "MC pakke no"^^xsd:string ;
USERFIELDS:hasValue "Koder kommer"^^xsd:string .
<http://data.posccaesar.org/ilap/MCpacksForRosenbergToConocoPhilllips2.0>
ILAP:MCpacksForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "MC Packs for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
rdfs:label "MC Packs for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "MC pakke No"^^xsd:string ;
USERFIELDS:hasValue "Koder kommer"^^xsd:string .
......@@ -312,11 +341,30 @@ ILAP:NonInvoicableWork_1
rdf:type ILAP:NonInvoicableWork ;
rdfs:label "Non invoicable work 1"^^xsd:string .
<http://data.posccaesar.org/ilap/OppdragslederForReinertsenToStatoil1.8>
ILAP:OperatorBcontractPortfolioPlan
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Operator B Contract Portfolio Plan"^^xsd:string ;
ILAP:hasPlanAsset <http://data.posccaesar.org/npd/facts/Field-43506> ;
ILAP:hasPlanContentType
SCCS:PBS_AA ;
ILAP:hasPlanContractType
ILAP:CostDriven ;
ILAP:hasPlanExpenseType
ILAP:OPEX ;
ILAP:hasPlanGeoArea ILAP:Facility ;
ILAP:hasPlanLevel ILAP:L4_CCS ;
ILAP:hasPlanLifecycleStage
ILAP:Maintenance , ILAP:Operation ;
ILAP:hasPlanObjectiveType
ILAP:BusinessAsUsual ;
ILAP:hasPlanProjectType
ILAP:BrownFieldProject .
ILAP:OppdragslederForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Oppdragsleder for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasShort "OESA"^^xsd:string , "GTR"^^xsd:string , "PLI"^^xsd:string , "ROP"^^xsd:string , "SML"^^xsd:string ;
USERFIELDS:hasValue "Rune Opstad"^^xsd:string , "Oeyvind Sand"^^xsd:string , "Stein Magne Lien"^^xsd:string , "Petter Lied"^^xsd:string , "Georg Trumpy"^^xsd:string .
rdfs:label "Oppdragsleder for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasShort "OESA"^^xsd:string , "GTR"^^xsd:string , "PLI"^^xsd:string , "SML"^^xsd:string , "ROP"^^xsd:string ;
USERFIELDS:hasValue "Georg Trumpy"^^xsd:string , "Petter Lied"^^xsd:string , "Rune Opstad"^^xsd:string , "Oeyvind Sand"^^xsd:string , "Stein Magne Lien"^^xsd:string .
ILAP:PBS_ABB_1
rdf:type SCCS:PBS_ABB ;
......@@ -326,10 +374,10 @@ ILAP:PBS_ACAA_1
rdf:type SCCS:PBS_ACAA ;
rdfs:label "Production wells for Gravity Structure 24-7"^^xsd:string .
<http://data.posccaesar.org/ilap/PlanleggerForReinertsenToStatoil1.8>
ILAP:PlanleggerForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasValue "Gry Helle Nakstad"^^xsd:string , "Mattias Allebert"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string .
rdfs:label "Planlegger for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "Alf Anton Hammerdal"^^xsd:string , "Gry Helle Nakstad"^^xsd:string , "Mattias Allebert"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string .
ILAP:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
......@@ -337,7 +385,7 @@ ILAP:PlannedActivity_1
ILAP:hasActivityActiveStatus
ILAP:Active ;
ILAP:hasActivityPlan
ILAP:ConocoPhillipsContractorPortfolioPlan ;
ILAP:OperatorBcontractPortfolioPlan ;
ILAP:hasActivityRisk
ILAP:Risk_1 ;
ILAP:hasFixedFinish "2015-01-05"^^xsd:date ;
......@@ -345,7 +393,7 @@ ILAP:PlannedActivity_1
ILAP:PlannedActivity_2
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 2"^^xsd:string ;
rdfs:label "Planned Activity 2 in Project by Contractor A for Operator A"^^xsd:string ;
ILAP:hasActivityActualProgressPercent
"50"^^xsd:float ;
ILAP:hasActivityContractor
......@@ -367,7 +415,7 @@ ILAP:PlannedActivity_2
ILAP:hasActivityPhysicalPercentComplete
"50"^^xsd:float ;
ILAP:hasActivityPlan
ILAP:RosenbergFabricationSubplan ;
ILAP:ContractorBFabricationSubplan ;
ILAP:hasActivityPlannedProgressPercent
60 ;
ILAP:hasActivityResource
......@@ -389,78 +437,79 @@ ILAP:PlannedActivity_2
ILAP:hasActivityWorkVolume
"1500"^^xsd:float ;
USERFIELDS:hasUserField
<http://data.posccaesar.org/ilap/UserFieldForReinertsenToStatoil1.8> .
ILAP:UserFieldForContractorAtoOperatorA .
ILAP:PlannedActivity_3
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 3"^^xsd:string ;
ILAP:hasActivityPlan
ILAP:RosenbergFabricationSubplan .
ILAP:ContractorBFabricationSubplan .
ILAP:PlannedActivity_4
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 4"^^xsd:string ;
ILAP:hasActivityPlan
ILAP:RosenbergFabricationSubplan .
ILAP:ContractorBFabricationSubplan .
ILAP:PlannedMilestone_1
rdf:type ILAP:PlannedMilestone ;
rdfs:label "Planned milestone 1"^^xsd:string .
<http://data.posccaesar.org/ilap/ProcPackageForRosenbergToConocoPhilllips2.0>
ILAP:ProcPackageForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Proc Package for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "BY880"^^xsd:string , "ER243"^^xsd:string , "EE041"^^xsd:string , "EE031"^^xsd:string , "ER240"^^xsd:string , "ER351"^^xsd:string , "ER241"^^xsd:string ;
USERFIELDS:hasValue "Ducting/WHRU"^^xsd:string , "Condensing Heating Medium Heater"^^xsd:string , "Chem Injection Skid"^^xsd:string , "CANCELLED - Contactor feeder for Actuator Valve Feed Water Evaporator"^^xsd:string , "Emergency Distr Light Panel"^^xsd:string , "Misc. Pumps"^^xsd:string , "Transportation of Materials"^^xsd:string .
rdfs:label "Proc Package for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "ER241"^^xsd:string , "BY880"^^xsd:string , "ER240"^^xsd:string , "ER351"^^xsd:string , "ER243"^^xsd:string , "EE041"^^xsd:string , "EE031"^^xsd:string ;
USERFIELDS:hasValue "Ducting/WHRU"^^xsd:string , "Emergency Distr Light Panel"^^xsd:string , "Misc. Pumps"^^xsd:string , "Transportation of Materials"^^xsd:string , "Condensing Heating Medium Heater"^^xsd:string , "CANCELLED - Contactor feeder for Actuator Valve Feed Water Evaporator"^^xsd:string , "Chem Injection Skid"^^xsd:string .
ILAP:ProjectByContractorAforOperatorA
rdf:type ILAP:Project ;
rdfs:label "Project by Contractor A for Operator A"^^xsd:string ;
ILAP:hasProjectContract
ILAP:Contract_1 ;
USERFIELDS:hasUserField
ILAP:UserFieldForContractorAtoOperatorA .
ILAP:ProjectByContractorBforOperatorB
rdf:type ILAP:Project ;
rdfs:label "Project by Contractor B for Operator B"^^xsd:string ;
USERFIELDS:hasUserField
ILAP:UserFieldForContractorBtoOperatorB .
<http://data.posccaesar.org/ilap/ProjectTypeForReinertsenToStatoil1.8>
ILAP:ProjectTypeForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Project Type for Reinertsen to Statoil 1.8"^^xsd:string .
rdfs:label "Project Type for Contractor A to Operator A"^^xsd:string .
<http://data.posccaesar.org/ilap/ProsjektlederForReinertsenToStatoil1.8>
ILAP:ProsjektlederForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasValue "Finn Olav Aase"^^xsd:string , "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Gunn Elin Harba"^^xsd:string , "Geir Sve"^^xsd:string .
rdfs:label "Prosjektleder for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "Geir Sve"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Gunn Elin Harba"^^xsd:string .
<http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0>
ILAP:ProsjektstrukturIFSForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Prosjektstruktur i IFS for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "Nedstrm"^^xsd:string , "Package 1"^^xsd:string , "Pilot"^^xsd:string , "Package 2"^^xsd:string , "Package 3"^^xsd:string , "Mlepk"^^xsd:string , "Generell"^^xsd:string ;
USERFIELDS:hasValue "Pilot HMI"^^xsd:string , "General work"^^xsd:string , "Package 3"^^xsd:string , "Nedstrøms 3.trinn seperator (duplex)"^^xsd:string , "Målepakke"^^xsd:string , "Package 1"^^xsd:string , "Package 2"^^xsd:string .
rdfs:label "Prosjektstruktur i IFS for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "Package 3"^^xsd:string , "Package 1"^^xsd:string , "Generell"^^xsd:string , "Pilot"^^xsd:string , "Mlepk"^^xsd:string , "Nedstrm"^^xsd:string , "Package 2"^^xsd:string ;
USERFIELDS:hasValue "Package 1"^^xsd:string , "Pilot HMI"^^xsd:string , "Package 2"^^xsd:string , "General work"^^xsd:string , "Målepakke"^^xsd:string , "Package 3"^^xsd:string , "Nedstrøms 3.trinn seperator (duplex)"^^xsd:string .
<http://data.posccaesar.org/ilap/Reference27ForReinertsenToStatoil1.8>
ILAP:Reference27ForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Reference27 for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasShort "U"^^xsd:string , "B"^^xsd:string , "A"^^xsd:string , "D"^^xsd:string , "C"^^xsd:string ;
USERFIELDS:hasValue "Installasjon av gassløft"^^xsd:string , "Tilpasning av trappetårn"^^xsd:string , "Installasjon av Flowlinje og Manifoil - del 1 (HP, LP og Test)"^^xsd:string , "Installasjon av open drain under modul (inkl. silpot)"^^xsd:string , "Installasjon av trykkutjevning olje"^^xsd:string .
rdfs:label "Reference27 for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasShort "C"^^xsd:string , "D"^^xsd:string , "A"^^xsd:string , "B"^^xsd:string , "U"^^xsd:string ;
USERFIELDS:hasValue "Tilpasning av trappetårn"^^xsd:string , "Installasjon av trykkutjevning olje"^^xsd:string , "Installasjon av Flowlinje og Manifoil - del 1 (HP, LP og Test)"^^xsd:string , "Installasjon av gassløft"^^xsd:string , "Installasjon av open drain under modul (inkl. silpot)"^^xsd:string .
<http://data.posccaesar.org/ilap/Reference30ForReinertsenToStatoil1.8>
ILAP:Reference30ForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Reference30 for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasValue "Administration"^^xsd:string , "Indirect work"^^xsd:string , "Electrical (including HVAC)"^^xsd:string , "Mechanical Completion"^^xsd:string , "Scaffolding"^^xsd:string , "SAS/DCSS "^^xsd:string , "Procurement"^^xsd:string , "HVAC"^^xsd:string , "Instrument"^^xsd:string , "Prosjekter som kjøres i Trondheim"^^xsd:string , "Material Technology"^^xsd:string .
rdfs:label "Reference30 for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "Instrument"^^xsd:string , "HVAC"^^xsd:string , "Mechanical Completion"^^xsd:string , "Administration"^^xsd:string , "Electrical (including HVAC)"^^xsd:string , "Scaffolding"^^xsd:string , "Indirect work"^^xsd:string , "Material Technology"^^xsd:string , "Procurement"^^xsd:string , "SAS/DCSS "^^xsd:string , "Prosjekter som kjøres i Trondheim"^^xsd:string .
ILAP:ReimbursableContract_1
rdf:type ILAP:ReimbursableContract ;
rdfs:label "Reimbursable contract 1"^^xsd:string .
<http://data.posccaesar.org/ilap/ReinertsenToStatoil1.8>
rdf:type ILAP:Project ;
rdfs:label "Reinertsen to Statoil 1.8"^^xsd:string ;
ILAP:hasProjectContract
ILAP:Contract_1 ;
USERFIELDS:hasUserField
<http://data.posccaesar.org/ilap/UserFieldForReinertsenToStatoil1.8> .
ILAP:ReinertsenToStatoilPlan
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Reinertsen to Statoil Plan"^^xsd:string ;
ILAP:hasPlanProject <http://data.posccaesar.org/ilap/ReinertsenToStatoil1.8> .
ILAP:RevisedSchedule_1
rdf:type ILAP:RevisedSchedule ;
rdfs:label "Revised schedule 1"^^xsd:string ;
ILAP:hasSchedulePlan
ILAP:ConocoPhillipsContractorPortfolioPlan .
ILAP:OperatorBcontractPortfolioPlan .
ILAP:Risk_1
rdf:type ILAP:Risk ;
......@@ -482,69 +531,20 @@ ILAP:Risk_3
ILAP:hasRiskCriticality
ILAP:LowCriticality .
ILAP:RosenbergFabricationSubplan
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Rosenberg Fabrication Subplan"^^xsd:string .
<http://data.posccaesar.org/ilap/RosenbergToConocoPhillips2.0>
rdf:type ILAP:Project ;
rdfs:label "Rosenberg to Conoco Phillips 2.0"^^xsd:string ;
USERFIELDS:hasUserField
<http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0> .
ILAP:RosenbergToConocoPhillipsDataExchangePlan
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Rosenberg to ConocoPhillips Data Exchange Plan"^^xsd:string ;
ILAP:hasPlanAsset ILAP:Asset ;
ILAP:hasPlanAssetOwner
ILAP:ResponsibleOrganization ;
ILAP:hasPlanContentType
ILAP:Result ;
ILAP:hasPlanContractType
ILAP:ScheduleDriven ;
ILAP:hasPlanContractor
<http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> , <http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> ;
ILAP:hasPlanExpenseType
ILAP:OPEX ;
ILAP:hasPlanFacility
<http://data.posccaesar.org/npd/facts/Facility-271273> ;
ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ;
ILAP:hasPlanGeoArea ILAP:Field ;
ILAP:hasPlanLevel ILAP:L2_PMS ;
ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-4227659> , <http://data.posccaesar.org/npd/facts/Licence-20756> ;
ILAP:hasPlanLicensePartner
ILAP:ResponsibleOrganization ;
ILAP:hasPlanOperator
<http://data.posccaesar.org/npd/facts/Company-17237817> , <http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> ;
ILAP:hasPlanProject <http://data.posccaesar.org/ilap/RosenbergToConocoPhillips2.0> ;
ILAP:hasPlanProjectType
ILAP:OperationAndMaintenance ;
ILAP:hasPlanRegulator
ILAP:NPD ;
ILAP:hasPlanResponsible
ILAP:ResponsibleOrganization ;
ILAP:hasPlanRollUpPlan
ILAP:ConocoPhillipsContractorPortfolioPlan ;
ILAP:hasPlanShutdown
ILAP:SummerShutdown_UC1 ;
ILAP:hasPlanSubplan ILAP:RosenbergFabricationSubplan ;
ILAP:hasPlanSupplier
ILAP:ResponsibleOrganization .
ILAP:SAB_51_1
rdf:type SCCS:SAB_51 ;
rdfs:label "Prepare drilling equipment for drilling"^^xsd:string .
<http://data.posccaesar.org/ilap/SAPWBSForReinertsenToStatoil1.8>
ILAP:SAPWBSForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "SAP WBS for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasShort "MO085C.8D.S.1015"^^xsd:string , "MO085C.8D.V.1005"^^xsd:string , "T.O169C.GA.20006"^^xsd:string , "MO790CIMX0208"^^xsd:string , "MO085C.09.B.5238"^^xsd:string ;
USERFIELDS:hasValue "Vibration in line CN-22-1040"^^xsd:string , "Task Force Girhavari Grane"^^xsd:string , "Oppgradering av Elfordelinger Troll A"^^xsd:string , "Prøveskap m.avtrekk for produsert vann - M.O085C.09.B.5238"^^xsd:string , "Vurdere VLAN Troll A/ Kollsnes"^^xsd:string .
rdfs:label "SAP WBS for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasShort "MO085C.09.B.5238"^^xsd:string , "T.O169C.GA.20006"^^xsd:string , "MO085C.8D.V.1005"^^xsd:string , "MO085C.8D.S.1015"^^xsd:string , "MO790CIMX0208"^^xsd:string ;
USERFIELDS:hasValue "Prøveskap m.avtrekk for produsert vann - M.O085C.09.B.5238"^^xsd:string , "Vurdere VLAN Troll A/ Kollsnes"^^xsd:string , "Vibration in line CN-22-1040"^^xsd:string , "Task Force Girhavari Grane"^^xsd:string , "Oppgradering av Elfordelinger Troll A"^^xsd:string .
<http://data.posccaesar.org/ilap/SAPnettverkForReinertsenToStatoil1.8>
ILAP:SAPnettverkForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "SAPnettverk for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasValue "Prøveskap m.avtrekk for prod.vann - M.O085C.09.B.5238.A"^^xsd:string , "El. isolering av GI kompressor - M.O085C.09.C.6233.A"^^xsd:string , "Arbeidsluft på C82 [A] - 968863"^^xsd:string , "Ny type pakkboks på 4PA [A] - 968866"^^xsd:string , "Lufttilførsel til vaskevannstank [A] - 968865"^^xsd:string , "G-37 oppkobling - M.O169C.12.C.1016.B"^^xsd:string , "AVLYST STUDIE - Oppgradere løfteinnretning C87 - M.O085C.9I.V.1007.A"^^xsd:string , "SATT PÅ HOLD Mangelfull NAS-integritet til brønnventiler - M.O085C.8I.S.1020.A"^^xsd:string , "Endre logikk for fylling av ballasttanker - M.O085C.09.C.6234.A"^^xsd:string , "Vurdere hvilke barrierer som skal overta - M.O085C.6D.V.1013.B"^^xsd:string .
rdfs:label "SAPnettverk for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasValue "El. isolering av GI kompressor - M.O085C.09.C.6233.A"^^xsd:string , "AVLYST STUDIE - Oppgradere løfteinnretning C87 - M.O085C.9I.V.1007.A"^^xsd:string , "Vurdere hvilke barrierer som skal overta - M.O085C.6D.V.1013.B"^^xsd:string , "Ny type pakkboks på 4PA [A] - 968866"^^xsd:string , "G-37 oppkobling - M.O169C.12.C.1016.B"^^xsd:string , "Arbeidsluft på C82 [A] - 968863"^^xsd:string , "Lufttilførsel til vaskevannstank [A] - 968865"^^xsd:string , "Endre logikk for fylling av ballasttanker - M.O085C.09.C.6234.A"^^xsd:string , "SATT PÅ HOLD Mangelfull NAS-integritet til brønnventiler - M.O085C.8I.S.1020.A"^^xsd:string , "Prøveskap m.avtrekk for prod.vann - M.O085C.09.B.5238.A"^^xsd:string .
ILAP:ScheduledActivity_11
rdf:type ILAP:ScheduledActivity ;
......@@ -586,7 +586,7 @@ ILAP:ScheduledActivity_12
ILAP:hasActivitySchedule
ILAP:CurrentSchedule_1 ;
USERFIELDS:hasUserField
<http://data.posccaesar.org/ilap/UserFieldForReinertsenToStatoil1.8> .
ILAP:UserFieldForContractorAtoOperatorA .
ILAP:ScheduledActivity_13
rdf:type ILAP:ScheduledActivity ;
......@@ -604,15 +604,15 @@ ILAP:ScheduledMilestone_1
ILAP:hasMilestoneType
ILAP:ProcurementMilestone .
<http://data.posccaesar.org/ilap/ShutdownPeriodForReinertsenToStatoil1.8>
ILAP:ShutdownPeriodForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Shutdown Period for Reinertsen to Statoil 1.8"^^xsd:string ;
rdfs:label "Shutdown Period for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasShort "SD2016"^^xsd:string ;
USERFIELDS:hasValue "Shutdown Period 2016"^^xsd:string .
ILAP:StandardFreeWeekendPeriod
ILAP:hasCalendarPeriodFreeHour
ILAP:From16To24 , ILAP:From00To08 ;
ILAP:From00To08 , ILAP:From16To24 ;
ILAP:hasCalendarPeriodHour
ILAP:From08To16 ;
ILAP:hasFreePeriodEndDate
......@@ -624,17 +624,17 @@ ILAP:StandardFreeWeekendPeriod
ILAP:hasFreePeriodStartTime
"08:00:00"^^xsd:time .
<http://data.posccaesar.org/ilap/SubProjectKlasseForRosenbergToConocoPhilllips2.0>
ILAP:SubProjectKlasseForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Sub Project (klasse) for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "1036"^^xsd:string , "1010"^^xsd:string , "1022"^^xsd:string , "1035"^^xsd:string , "1000"^^xsd:string , "4300"^^xsd:string , "1031"^^xsd:string , "1025"^^xsd:string , "1032"^^xsd:string , "1023"^^xsd:string ;
USERFIELDS:hasValue "PRELIMINARIES and FACILITIES"^^xsd:string , "Office Equipment, Telephones e.g"^^xsd:string , "Hazop Procureme"^^xsd:string , "Internal hire Tools&Equipm from RV"^^xsd:string , "Other Prelim - Facilitiescost"^^xsd:string , "Other Prelim. - food etc."^^xsd:string , "Purchased/hired Equipment & Material"^^xsd:string , "WPQ'er - 3.parts kostnader"^^xsd:string , "Finance/Guarantee"^^xsd:string , "IS/IT Lisenser"^^xsd:string .
rdfs:label "Sub Project (klasse) for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "1022"^^xsd:string , "1036"^^xsd:string , "1032"^^xsd:string , "1025"^^xsd:string , "1035"^^xsd:string , "1031"^^xsd:string , "1000"^^xsd:string , "1023"^^xsd:string , "4300"^^xsd:string , "1010"^^xsd:string ;
USERFIELDS:hasValue "Internal hire Tools&Equipm from RV"^^xsd:string , "Other Prelim. - food etc."^^xsd:string , "Other Prelim - Facilitiescost"^^xsd:string , "Finance/Guarantee"^^xsd:string , "IS/IT Lisenser"^^xsd:string , "Hazop Procureme"^^xsd:string , "WPQ'er - 3.parts kostnader"^^xsd:string , "PRELIMINARIES and FACILITIES"^^xsd:string , "Purchased/hired Equipment & Material"^^xsd:string , "Office Equipment, Telephones e.g"^^xsd:string .
<http://data.posccaesar.org/ilap/SubSystemCommPckForRosenbergToConocoPhilllips2.0>
ILAP:SubSystemCommPckForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Sub System Comm Pck. for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "260/03"^^xsd:string , "G00/01"^^xsd:string , "300/03"^^xsd:string , "300/04"^^xsd:string , "300/05"^^xsd:string , "300/01"^^xsd:string , "300/02"^^xsd:string , "300/06"^^xsd:string , "260/01"^^xsd:string ;
USERFIELDS:hasValue "Installation and Hook up MLD 91 XV-31410 to new module"^^xsd:string , "WIP-A Power & Controls MLD 91 XV-31412"^^xsd:string , "New Exhaust of WI Turbines 84-10012 & 84-10011 (A&B)"^^xsd:string , "WIP-B Power & Controls MLD 91 XV-31411"^^xsd:string , "SD 13 New Exhaust of WI Turbines 84-10013 (C)"^^xsd:string , "Spares (if any) installed on the field related to new WHRU Project"^^xsd:string , "WIP-C Power & Controls MLD 91 XV-31413"^^xsd:string , "Modification on Ducting Gas Lift Turbine 84 10001"^^xsd:string , "WIP-D Power & Controls MLD 91 XV-31414"^^xsd:string .
rdfs:label "Sub System Comm Pck. for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "300/01"^^xsd:string , "G00/01"^^xsd:string , "260/01"^^xsd:string , "300/04"^^xsd:string , "300/06"^^xsd:string , "260/03"^^xsd:string , "300/03"^^xsd:string , "300/02"^^xsd:string , "300/05"^^xsd:string ;
USERFIELDS:hasValue "WIP-D Power & Controls MLD 91 XV-31414"^^xsd:string , "WIP-B Power & Controls MLD 91 XV-31411"^^xsd:string , "Modification on Ducting Gas Lift Turbine 84 10001"^^xsd:string , "Spares (if any) installed on the field related to new WHRU Project"^^xsd:string , "New Exhaust of WI Turbines 84-10012 & 84-10011 (A&B)"^^xsd:string , "SD 13 New Exhaust of WI Turbines 84-10013 (C)"^^xsd:string , "Installation and Hook up MLD 91 XV-31410 to new module"^^xsd:string , "WIP-A Power & Controls MLD 91 XV-31412"^^xsd:string , "WIP-C Power & Controls MLD 91 XV-31413"^^xsd:string .
ILAP:SummerShutdown_UC1
rdf:type ILAP:Shutdown ;
......@@ -646,13 +646,13 @@ ILAP:SummerShutdown_UC1
ILAP:hasShutdownPriority
ILAP:NormalPriority ;
ILAP:hasShutdownType
ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown .
ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown .
<http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0>
ILAP:SystemCodeForContractorBtoOperatorB
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasShort "600"^^xsd:string , "740"^^xsd:string , "500"^^xsd:string , "610"^^xsd:string , "260"^^xsd:string , "840"^^xsd:string , "510"^^xsd:string , "G00"^^xsd:string , "630"^^xsd:string , "640"^^xsd:string , "780"^^xsd:string , "530"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "800"^^xsd:string , "300"^^xsd:string , "310"^^xsd:string , "670"^^xsd:string ;
USERFIELDS:hasValue "Non Specific And Across Many Systems"^^xsd:string , "Water Fire Fighting"^^xsd:string , "Navigation And Identification"^^xsd:string , "Temporary Equipment"^^xsd:string , "Mechanical Handling"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "(blank)"^^xsd:string , "Fresh Water"^^xsd:string , "Open Drains"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Gas Lift"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Water Injection System General"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string .
rdfs:label "System Code for Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasShort "300"^^xsd:string , "740"^^xsd:string , "670"^^xsd:string , "610"^^xsd:string , "640"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "840"^^xsd:string , "600"^^xsd:string , "780"^^xsd:string , "630"^^xsd:string , "260"^^xsd:string , "510"^^xsd:string , "500"^^xsd:string , "800"^^xsd:string , "G00"^^xsd:string , "310"^^xsd:string , "530"^^xsd:string ;
USERFIELDS:hasValue "Water Fire Fighting"^^xsd:string , "Water Injection System General"^^xsd:string , "(blank)"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Gas Lift"^^xsd:string , "Mechanical Handling"^^xsd:string , "Navigation And Identification"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Fresh Water"^^xsd:string , "Non Specific And Across Many Systems"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Open Drains"^^xsd:string .
ILAP:TargetBudget_1
rdf:type ILAP:TargetBudget ;
......@@ -670,20 +670,20 @@ ILAP:UseCaseRosenbergToCOPNO
ILAP:hasSourceInformation
ILAP:DataSet_1 ;
ILAP:hasSourceUserField
<http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0> .
ILAP:UserFieldForContractorBtoOperatorB .
ILAP:UserField
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasValue ;
owl:onProperty ILAP:hasValueSource ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasValueSource ;
owl:onProperty ILAP:hasValue ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
......@@ -693,101 +693,101 @@ ILAP:UserFieldClass
rdfs:label "User field class"^^xsd:string ;
rdfs:subClassOf owl:Class .
<http://data.posccaesar.org/ilap/UserFieldForReinertsenToStatoil1.8>
ILAP:UserFieldForContractorAtoOperatorA
rdf:type USERFIELDS:UserField ;
rdfs:label "Userfield for Reinertsen to Statoil 1.8"^^xsd:string ;
rdfs:label "Userfield for data transfer from Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasActivityNetwork
<http://data.posccaesar.org/ilap/SAPnettverkForReinertsenToStatoil1.8> ;
ILAP:SAPnettverkForContractorAtoOperatorA ;
USERFIELDS:hasCategory
SCCS:COR_K , SCCS:COR_H , SCCS:COR_X ;
SCCS:COR_X , SCCS:COR_K , SCCS:COR_H ;
USERFIELDS:hasCommissioningPackage
<http://data.posccaesar.org/ilap/CommPackageForReinertsenToStatoil1.8> ;
ILAP:CommPackageForContractorAtoOperatorA ;
USERFIELDS:hasContractor
<http://data.posccaesar.org/brreg/R-80b9711b-acde-4a41-b882-12ff9d23544e> ;
USERFIELDS:hasDiscipline
SCCS:COR_RH , SCCS:COR_M , SCCS:COR_KD ;
SCCS:COR_KD , SCCS:COR_M , SCCS:COR_RH ;
USERFIELDS:hasEngineeringPhase
<http://data.posccaesar.org/ilap/EngineeringFaseForReinertsenToStatoil1.8> ;
ILAP:EngineeringFaseForContractorAtoOperatorA ;
USERFIELDS:hasExecutionSubDiscipline
<http://data.posccaesar.org/ilap/DisiplinSubfaseForReinertsenToStatoil1.8> ;
ILAP:DisiplinSubfaseForContractorAtoOperatorA ;
USERFIELDS:hasKPIStatus
<http://data.posccaesar.org/ilap/KPI3TypeForReinertsenToStatoil1.8> ;
ILAP:KPI3TypeForContractorAtoOperatorA ;
USERFIELDS:hasLocationOfWork
<http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8> ;
ILAP:KontorForContractorAtoOperatorA ;
USERFIELDS:hasMainActivity
<http://data.posccaesar.org/ilap/HovedaktivitetForReinertsenToStatoil1.8> ;
ILAP:HovedaktivitetForContractorAtoOperatorA ;
USERFIELDS:hasMechanicalCompletionPackage
<http://data.posccaesar.org/ilap/MCpackageForReinertsenToStatoil1.8> ;
ILAP:MCpackageForContractorAtoOperatorA ;
USERFIELDS:hasMilestoneType
ILAP:EngineeringMilestone , ILAP:CommissioningMilestone , ILAP:ProcurementMilestone , ILAP:DG2 ;
ILAP:EngineeringMilestone , ILAP:ProcurementMilestone , ILAP:CommissioningMilestone , ILAP:DG2 ;
USERFIELDS:hasOwnerResponsible
<http://data.posccaesar.org/ilap/OppdragslederForReinertsenToStatoil1.8> ;
ILAP:OppdragslederForContractorAtoOperatorA ;
USERFIELDS:hasPlanResponsible
<http://data.posccaesar.org/ilap/PlanleggerForReinertsenToStatoil1.8> ;
ILAP:PlanleggerForContractorAtoOperatorA ;
USERFIELDS:hasProjectPhaseType
SCCS:SAB_22 , SCCS:SAB_21 , SCCS:SAB_11 ;
USERFIELDS:hasProjectResponsible
<http://data.posccaesar.org/ilap/ProsjektlederForReinertsenToStatoil1.8> ;
ILAP:ProsjektlederForContractorAtoOperatorA ;
USERFIELDS:hasProjectType
<http://data.posccaesar.org/ilap/Reference30ForReinertsenToStatoil1.8> ;
ILAP:Reference30ForContractorAtoOperatorA ;
USERFIELDS:hasSection
<http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> ;
ILAP:InndelingForContractorAtoOperatorA ;
USERFIELDS:hasShutDownPeriod
<http://data.posccaesar.org/ilap/ShutdownPeriodForReinertsenToStatoil1.8> ;
ILAP:ShutdownPeriodForContractorAtoOperatorA ;
USERFIELDS:hasShutdownType
ILAP:EquipmentShutdown , ILAP:HighActivityPeriod , ILAP:DuringShutdown ;
ILAP:EquipmentShutdown , ILAP:DuringShutdown , ILAP:HighActivityPeriod ;
USERFIELDS:hasTaskResponsible
<http://data.posccaesar.org/ilap/IngenioerForReinertsenToStatoil1.8> ;
USERFIELDS:hasWBS <http://data.posccaesar.org/ilap/SAPWBSForReinertsenToStatoil1.8> ;
ILAP:IngenioerForContractorAtoOperatorA ;
USERFIELDS:hasWBS ILAP:SAPWBSForContractorAtoOperatorA ;
USERFIELDS:hasWBSpart1
<http://data.posccaesar.org/ilap/Reference27ForReinertsenToStatoil1.8> ;
ILAP:Reference27ForContractorAtoOperatorA ;
USERFIELDS:hasWorkCenter
<http://data.posccaesar.org/ilap/WorkcenterSAPForReinertsenToStatoil1.8> .
ILAP:WorkcenterSAPForContractorAtoOperatorA .
<http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0>
ILAP:UserFieldForContractorBtoOperatorB
rdf:type USERFIELDS:UserField ;
rdfs:label "Userfield for Project Rosenberg to Conoco Phillips 2.0"^^xsd:string ;
rdfs:label "Userfield for data transfer from Contractor B to Operator B"^^xsd:string ;
USERFIELDS:hasActivityProgress
<http://data.posccaesar.org/ilap/ActivityRoleForRosenbergToConocoPhilllips2.0> ;
ILAP:ActivityRoleForContractorBtoOperatorB ;
USERFIELDS:hasAreaOnFacility
<http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> ;
ILAP:AreaCodeForContractorBtoOperatorB ;
USERFIELDS:hasBuildingBlock
<http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> ;
ILAP:BuidingBlockForContractorBtoOperatorB ;
USERFIELDS:hasCategory
SCCS:COR_K , SCCS:COR_M , SCCS:COR_L ;
SCCS:COR_M , SCCS:COR_K , SCCS:COR_L ;
USERFIELDS:hasCommissioningPackage
<http://data.posccaesar.org/ilap/SubSystemCommPckForRosenbergToConocoPhilllips2.0> ;
ILAP:SubSystemCommPckForContractorBtoOperatorB ;
USERFIELDS:hasContractor
<http://data.posccaesar.org/brreg/R-7f61b6ce-47f7-472b-99de-d5e003030b81> ;
USERFIELDS:hasDiscipline
SCCS:COR_HA , SCCS:COR_HBD , SCCS:COR_KC ;
SCCS:COR_HA , SCCS:COR_KC , SCCS:COR_HBD ;
USERFIELDS:hasExecutionSubDiscipline
<http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0> ;
ILAP:CORForContractorBtoOperatorB ;
USERFIELDS:hasMainActivity
<http://data.posccaesar.org/ilap/CopsasActIDForRosenbergToConocoPhilllips2.0> ;
ILAP:CopsasActIDForContractorBtoOperatorB ;
USERFIELDS:hasMechanicalCompletionPackage
<http://data.posccaesar.org/ilap/MCpacksForRosenbergToConocoPhilllips2.0> ;
ILAP:MCpacksForContractorBtoOperatorB ;
USERFIELDS:hasProcurementPackage
<http://data.posccaesar.org/ilap/ProcPackageForRosenbergToConocoPhilllips2.0> ;
ILAP:ProcPackageForContractorBtoOperatorB ;
USERFIELDS:hasProduct
SCCS:PBS_BAFA , SCCS:COR_BLC , SCCS:PBS_AAH ;
SCCS:PBS_AAH , SCCS:COR_BLC , SCCS:PBS_BAFA ;
USERFIELDS:hasProjectPhaseType
SCCS:SAB_213 , SCCS:SAB_212 , SCCS:SAB_211 ;
SCCS:SAB_213 , SCCS:SAB_211 , SCCS:SAB_212 ;
USERFIELDS:hasProjectType
<http://data.posccaesar.org/ilap/SubProjectKlasseForRosenbergToConocoPhilllips2.0> ;
ILAP:SubProjectKlasseForContractorBtoOperatorB ;
USERFIELDS:hasSystemType
<http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> ;
ILAP:SystemCodeForContractorBtoOperatorB ;
USERFIELDS:hasTaskResponsible
<http://data.posccaesar.org/ilap/BudgetResponsibleForRosenbergToConocoPhilllips2.0> ;
ILAP:BudgetResponsibleForContractorBtoOperatorB ;
USERFIELDS:hasWBSpart1
<http://data.posccaesar.org/ilap/AFEforRosenbergToConocoPhilllips2.0> ;
ILAP:AFEforContractorBtoOperatorB ;
USERFIELDS:hasWorkOrder
<http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0> .
ILAP:ProsjektstrukturIFSForContractorBtoOperatorB .
ILAP:Value_1
rdf:type ILAP:Value ;
rdfs:label "The Value of the Asset (link to value estimates)"^^xsd:string ;
ILAP:hasValueAsset <http://data.posccaesar.org/npd/facts/Field-4350> , ILAP:Asset_1 .
ILAP:hasValueAsset ILAP:Asset_1 , <http://data.posccaesar.org/npd/facts/Field-4350> .
ILAP:WorkOrder_1
rdf:type ILAP:WorkOrder ;
......@@ -821,11 +821,11 @@ ILAP:WorkOrder_4
ILAP:hasWorkTaskActivity
ILAP:PlannedActivity_3 .
<http://data.posccaesar.org/ilap/WorkcenterSAPForReinertsenToStatoil1.8>
ILAP:WorkcenterSAPForContractorAtoOperatorA
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Workcenter SAP for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasShort "C03COS"^^xsd:string , "C03STA"^^xsd:string , "C03ELE"^^xsd:string , "C03HVA "^^xsd:string , "C03ELM"^^xsd:string ;
USERFIELDS:hasValue "Kostkontroll"^^xsd:string , "Elektro"^^xsd:string , "Struktur analyse"^^xsd:string , "HVAC"^^xsd:string , "El. Oppmålin"^^xsd:string .
rdfs:label "Workcenter SAP for Contractor A to Operator A"^^xsd:string ;
USERFIELDS:hasShort "C03COS"^^xsd:string , "C03ELM"^^xsd:string , "C03ELE"^^xsd:string , "C03HVA "^^xsd:string , "C03STA"^^xsd:string ;
USERFIELDS:hasValue "Elektro"^^xsd:string , "Struktur analyse"^^xsd:string , "Kostkontroll"^^xsd:string , "HVAC"^^xsd:string , "El. Oppmålin"^^xsd:string .
ILAP:hasActivityActiveStatus
rdfs:range ILAP:Status .
......@@ -858,20 +858,24 @@ ILAP:hasValueSource
ILAP:hasWorkTaskActivity
rdfs:range ILAP:PlannedActivity .
USERFIELDS:FreeTextField
rdfs:comment "A class that holds the (User Defined) Free Text Field values (xsd:string)"^^xsd:string .
USERFIELDS:UserField
rdfs:comment "A class of Data that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Contractor ;
owl:onProperty USERFIELDS:hasContractor
owl:onClass ILAP:MilestoneType ;
owl:onProperty USERFIELDS:hasMilestoneType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:MilestoneType ;
owl:onProperty USERFIELDS:hasMilestoneType
owl:onClass ILAP:Contractor ;
owl:onProperty USERFIELDS:hasContractor
] .
USERFIELDS:hasCategory
......
......@@ -16,263 +16,263 @@ USERFIELDS:FreeTextField
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty USERFIELDS:hasValue ;
owl:onProperty USERFIELDS:hasShort ;
owl:someValuesFrom xsd:string
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty USERFIELDS:hasShort ;
owl:onProperty USERFIELDS:hasValue ;
owl:someValuesFrom xsd:string
] .
USERFIELDS:UserField
rdf:type owl:Class ;
rdfs:label "User Field"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Data> , <http://posccaesar.org/rdl/RDS13103560> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasMainActivity
owl:onProperty USERFIELDS:hasPortfolio
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasSystemType
owl:onProperty USERFIELDS:hasShutDownPeriod
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasAssignment
owl:onProperty USERFIELDS:hasWBS
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasPortfolio
owl:onProperty USERFIELDS:hasWorkOrder
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasExecutionSubDiscipline
owl:onProperty USERFIELDS:hasGeographicLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasContractType
owl:onProperty USERFIELDS:hasReporting
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasNetwork
owl:onProperty USERFIELDS:hasLocationOfWork
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBSpart5
owl:onProperty USERFIELDS:hasAreaOnFacility
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasProcurementPackage
owl:onProperty USERFIELDS:hasProjectCode
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCommissioningPackage
owl:onProperty USERFIELDS:hasWBSpart4
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasSupplierATS
owl:onProperty USERFIELDS:hasSection
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasOwnerDepartment
owl:onProperty USERFIELDS:hasWBSpart5
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCompletionStatus
owl:onProperty USERFIELDS:hasWBSpart2
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasBuildingBlock
owl:onProperty USERFIELDS:hasOwnerDepartment
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCriticalPath
owl:onProperty USERFIELDS:hasMechanicalCompletionPackage
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasSection
owl:onProperty USERFIELDS:hasKPIStatus
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBS
owl:onProperty USERFIELDS:hasNetwork
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWorkOrder
owl:onProperty USERFIELDS:hasBuildingBlock
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasGeographicLocation
owl:onProperty USERFIELDS:hasMainActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasProjectType
owl:onProperty USERFIELDS:hasCriticalPath
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBSpart4
owl:onProperty USERFIELDS:hasLocationOnFacility
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasActivityProgress
owl:onProperty USERFIELDS:hasWBSpart3
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasJobCardStatus
owl:onProperty USERFIELDS:hasAssignment
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasLocationOnFacility
owl:onProperty USERFIELDS:hasSupplierATS
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasMechanicalCompletionPackage
owl:onProperty USERFIELDS:hasExecutionSubDiscipline
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasReporting
owl:onProperty USERFIELDS:hasContractType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasAreaOnFacility
owl:onProperty USERFIELDS:hasProjectType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasTaskResponsible
owl:onProperty USERFIELDS:hasCompletionStatus
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasShutDownPeriod
owl:onProperty USERFIELDS:hasWBSpart2
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasKPIStatus
owl:onProperty USERFIELDS:hasActivityProgress
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasLocationOfWork
owl:onProperty USERFIELDS:hasJobCardStatus
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasProjectCode
owl:onProperty USERFIELDS:hasSystemType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBSpart2
owl:onProperty USERFIELDS:hasTaskResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBSpart3
owl:onProperty USERFIELDS:hasProcurementPackage
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBSpart2
owl:onProperty USERFIELDS:hasCommissioningPackage
] .
USERFIELDS:hasActivityNetwork
......@@ -490,6 +490,7 @@ USERFIELDS:hasSection
USERFIELDS:hasShort
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the Short name of a Free Text Field."^^xsd:string ;
rdfs:domain USERFIELDS:FreeTextField ;
rdfs:range xsd:string .
......@@ -538,6 +539,7 @@ USERFIELDS:hasUserField
USERFIELDS:hasValue
rdf:type owl:DatatypeProperty ;
rdfs:comment "A Property that holds the Value of a Free Text Field."^^xsd:string ;
rdfs:domain USERFIELDS:FreeTextField ;
rdfs:range xsd:string .
......