Tore Christiansen

Updated relationship and Label text

......@@ -14,13 +14,13 @@ ILAP:
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ILAP:Activity
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 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:Status ;
owl:onProperty ILAP:hasActivityStatus
owl:allValuesFrom ILAP:Discipline ;
owl:onProperty ILAP:hasActivityDiscipline
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -29,39 +29,34 @@ ILAP:Activity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Discipline ;
owl:onProperty ILAP:hasActivityDiscipline
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
] .
ILAP:ActivityDependency
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 "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:hasSuccessorActivity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:ActivityPlan
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 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:label "Activity Plan (Planned Activity Network)"^^xsd:string ;
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -76,7 +71,7 @@ ILAP:ActivityStatus
rdfs:subClassOf ILAP:Status .
ILAP:ActivityWBS
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
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 .
......@@ -85,16 +80,16 @@ ILAP:Application
rdf:type owl:Class ;
rdfs:comment "A Thing that is a software program that creates, manipulates, stores and retrieves Data (adapted from eHow.com)."^^xsd:string ;
rdfs:label "Application"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
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 owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
ILAP:Baseline
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 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 .
......@@ -115,10 +110,10 @@ ILAP:COR
rdfs:subClassOf ILAP:CommissioningMilestone .
ILAP:Calendar
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 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 <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarFreePeriod ;
......@@ -126,16 +121,16 @@ ILAP:Calendar
] .
ILAP:CalendarDay
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) day in a given Calendar."^^xsd:string ;
rdfs:label "Calendar Day"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
ILAP:CalendarFreePeriod
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ;
rdfs:label "Calendar Free Period"^^xsd:string ;
rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Calendar ;
......@@ -147,31 +142,31 @@ ILAP:CalendarFreePeriod
] .
ILAP:CalendarFreePeriodWeekRepeat
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
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 <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
ILAP:CalendarHour
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) hour in a given Calendar."^^xsd:string ;
rdfs:label "Calendar Hour"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> , owl:Thing .
ILAP:CalendarPeriod
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
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 owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
] .
ILAP:Category
......@@ -189,7 +184,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 owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
ILAP:ConstructionMilestone
rdf:type owl:Class ;
......@@ -200,7 +195,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 owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
ILAP:ContractMilestone
rdf:type owl:Class ;
......@@ -228,7 +223,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 owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
ILAP:CostBased
rdf:type owl:Class ;
......@@ -243,7 +238,7 @@ ILAP:Criticality
rdfs:subClassOf owl:Thing .
ILAP:CurrentSchedule
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 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 .
......@@ -252,7 +247,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 ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Project ;
......@@ -328,7 +323,7 @@ ILAP:DesignMilestone
rdfs:subClassOf ILAP:MilestoneType .
ILAP:Discipline
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
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 .
......@@ -349,14 +344,16 @@ ILAP:EngineeringMilestone
rdfs:subClassOf ILAP:MilestoneType .
ILAP:ExternalReference
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
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 <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
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
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -365,10 +362,8 @@ ILAP:ExternalReference
] ;
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
] .
ILAP:Facility
......@@ -384,16 +379,16 @@ ILAP:Field
rdfs:subClassOf ILAP:Asset .
ILAP:FinishToFinish
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 "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 <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
ILAP:FinishToStart
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 "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 <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
ILAP:FunctionalLocation
rdf:type owl:Class ;
......@@ -423,7 +418,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 owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
ILAP:Knowledge
rdf:type owl:Class ;
......@@ -444,16 +439,16 @@ ILAP:LifecyclePhase
rdfs:subClassOf ILAP:Phase .
ILAP:LiveSchedule
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 mitigates any delays discovered in the Current Schedule."^^xsd:string ;
rdfs:label "Live Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
ILAP:Location
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
rdfs:comment "A Thing that is the location (position) of an Asset."^^xsd:string ;
rdfs:label "Location"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
ILAP:LowCriticality
rdf:type owl:Class ;
......@@ -480,7 +475,7 @@ ILAP:MaterialOrderStatus
rdfs:subClassOf ILAP:Status .
ILAP:Milestone
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
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 .
......@@ -493,7 +488,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 owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
ILAP:NormalCriticality
rdf:type owl:Class ;
......@@ -558,66 +553,81 @@ ILAP:PhysicalLocation
rdfs:subClassOf ILAP:Location .
ILAP:PlanClassifier
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
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 owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
ILAP:PlanContentType
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 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 ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
ILAP:PlanContractType
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 Contract that governs execution."^^xsd:string ;
rdfs:label "Plan Contract Type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier .
ILAP:PlanExpenseType
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 Expense it incurrs."^^xsd:string ;
rdfs:label "Plan Expense Type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier .
ILAP:PlanGeoArea
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
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 <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
ILAP:PlanLevel
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
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 <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
ILAP:PlanLifecycleStage
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 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:LifecyclePhase , <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> , ILAP:LifecyclePhase .
ILAP:PlanObjectiveType
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
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 <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
ILAP:PlanProjectType
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 prooject used to execute it."^^xsd:string ;
rdfs:label "Plan Project Type"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
ILAP:PlannedActivity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:comment "An Activity that is part of an Execution Plan, and for which the scope of work is defined."^^xsd:string ;
rdfs:label "Planned Activity (Activity in Execution Plan)"^^xsd:string ;
rdfs:label "Planned Activity (Activity in Activity Plan)"^^xsd:string ;
rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ProjectExecutionPlan ;
......@@ -625,8 +635,8 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBSelement
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -637,38 +647,28 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivityPredecessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBSelement
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivityPredecessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
] .
ILAP:PlannedMilestone
......@@ -685,9 +685,9 @@ ILAP:PlanningApplication
ILAP:Portfolio
rdf:type owl:Class ;
rdfs:comment "A collection of Projects and Programmes (Portfolio components) grouped together to facilitate their management to meet strategic objectives (ISO 21502)."^^xsd:string ;
rdfs:comment "An Activity that is a collection of Projects and Programmes (Portfolio components) grouped together to facilitate their management to meet strategic objectives (from ISO 21502)."^^xsd:string ;
rdfs:label "Portfolio"^^xsd:string ;
rdfs:subClassOf ILAP:Project .
rdfs:subClassOf ILAP:Activity .
ILAP:Priority
rdf:type owl:Class ;
......@@ -707,20 +707,24 @@ ILAP:ProductionMilestone
ILAP:Programme
rdf:type owl:Class ;
rdfs:comment """A group of related Projects, Programmes, and other related Activity components.
(ISO 21500)."""^^xsd:string ;
rdfs:comment "An Activity that is a group of related Projects and related Activities (from ISO 21500)."^^xsd:string ;
rdfs:label "Programme"^^xsd:string ;
rdfs:subClassOf ILAP:Project .
rdfs:subClassOf ILAP:Activity .
ILAP:Project
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 "An Activity that is a temporary endeavor (in contrast with ongoing operations) with a defined beginning and end, constrained by available time, funding and resources, undertaken to achieve an objective conforming to specific requirements, meet unique objectives, and bring about beneficial change or added value (adapted from BSI and Wikipedia)."^^xsd:string ;
rdfs:label "Project"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -731,71 +735,63 @@ ILAP:Project
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
] .
ILAP:ProjectExecutionPlan
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:comment "An early and general form of Network that describes a Project - including design basis, construction philosophy and contracting strategy - used as basis for preparing (first) an Activity Plan and (then) a (specific) BaselineSchedule."^^xsd:string ;
rdfs:label "Project Execution Plan (Planned Activity Network)"^^xsd:string ;
rdfs:label "Project Execution Plan"^^xsd:string ;
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
] ;
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:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -804,15 +800,18 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
] .
ILAP:ProjectMilestone
......@@ -845,10 +844,10 @@ ILAP:RFOCissued
rdfs:subClassOf ILAP:CommissioningMilestone .
ILAP:Regular8To16WorkingDayCalendar
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 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 ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar .
ILAP:Regulator
rdf:type owl:Class ;
......@@ -857,10 +856,10 @@ ILAP:Regulator
rdfs:subClassOf ILAP:ResponsibleOrganization .
ILAP:Resource
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
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 owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
ILAP:ResourceEstimate
rdf:type owl:Class ;
......@@ -868,16 +867,16 @@ ILAP:ResourceEstimate
rdfs:label "Resource Estimate"^^xsd:string .
ILAP:ResourceProfile
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ;
rdfs:label "Resource Profile"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
ILAP:ResourceProfilePoint
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ;
rdfs:label "Resource Profile Point"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
ILAP:ResourceType
rdf:type owl:Class ;
......@@ -891,19 +890,19 @@ ILAP:ResponsibleActor
rdfs:subClassOf owl:Thing .
ILAP:ResponsibleOrganization
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdfs:comment "A Responsible Actor that is an organizational entity (according to the regulations of an official company register)"^^xsd:string ;
rdfs:label "Responsible Organization"^^xsd:string ;
rdfs:subClassOf ILAP:ResponsibleActor .
ILAP:ResponsiblePerson
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
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 .
......@@ -938,10 +937,10 @@ ILAP:SACissued
rdfs:subClassOf ILAP:CommissioningMilestone .
ILAP:Schedule
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 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 ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
......@@ -951,9 +950,9 @@ ILAP:Schedule
] .
ILAP:ScheduledActivity
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 Planned Activity that is part of a Schedule, with defined time, effort, duration and resources."^^xsd:string ;
rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ;
rdfs:label "Scheduled Activity (Activity in Schedule)"^^xsd:string ;
rdfs:subClassOf ILAP:PlannedActivity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -995,10 +994,10 @@ ILAP:ShutdownType
rdfs:subClassOf owl:Thing .
ILAP:Source
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 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 owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
ILAP:StartMilestone
rdf:type owl:Class ;
......@@ -1006,25 +1005,25 @@ ILAP:StartMilestone
rdfs:subClassOf ILAP:MilestoneType .
ILAP:StartToFinish
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 "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 <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
ILAP:StartToStart
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 "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 <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
ILAP:Status
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
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 <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
ILAP:TargetSchedule
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 reflects the current target start and finish Dates."^^xsd:string ;
rdfs:label "Target Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
......@@ -1050,13 +1049,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 owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
ILAP:WeekendsFreeCalendar
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 Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ;
rdfs:label "Weekends Free Calendar"^^xsd:string ;
rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
ILAP:WorkOrder
rdf:type owl:Class ;
......@@ -1065,10 +1064,10 @@ ILAP:WorkOrder
rdfs:subClassOf ILAP:Network .
ILAP:WorkTask
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:comment "An type of Activity 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 ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:comment "A type of Activity which holds a description of the work content of (part of) the Activity. Typically, there are more than one Work Task related to an Activity, and for each Work Task there are start and end dates as well as clear assignments to a Responsible Actor."^^xsd:string ;
rdfs:label "Work Task"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , ILAP:Activity ;
rdfs:subClassOf ILAP:Activity , <http://posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
......@@ -1157,9 +1156,9 @@ ILAP:hasActivityFacility
ILAP:hasActivityInScheduleActivityInPlan
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Scheduled Activity and the corresponding Planned Activity (note that in general a plan will be scheduled many times during execution, and thus a Planned Activity will have a set of Scheduled Activities)."^^xsd:string ;
rdfs:comment "A Relationship between a Scheduled Activity and the corresponding Planned Activity (note that in general a plan will be scheduled many times during execution, and thus a Planned Activity will typically have a set of Scheduled Activities)."^^xsd:string ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity in schedule activity in plan"^^xsd:string ;
rdfs:label "has Activity in Schedule Activity in Plan"^^xsd:string ;
rdfs:range ILAP:PlannedActivity .
ILAP:hasActivityLocation
......@@ -1219,7 +1218,7 @@ ILAP:hasActivityPhysicalPercentComplete
rdfs:range xsd:float .
ILAP:hasActivityPlan
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
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 ;
......@@ -1277,7 +1276,7 @@ ILAP:hasActivityResponsibleOrganization
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasActivityResponsiblePerson
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
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 ;
......@@ -1318,7 +1317,7 @@ ILAP:hasActivityStatus
rdfs:range ILAP:Status .
ILAP:hasActivitySuccessor
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
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 ;
......@@ -1389,7 +1388,7 @@ ILAP:hasCalendarDate
rdfs:label "has Calendar Date"^^xsd:string .
ILAP:hasCalendarPeriod
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:comment "A Relationship between a Calendar and its Free Period."^^xsd:string ;
rdfs:domain ILAP:Calendar ;
rdfs:label "has Calendar Period"^^xsd:string ;
......@@ -1456,7 +1455,7 @@ 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:label "has Early Finish"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
......@@ -1464,7 +1463,7 @@ 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:label "has Early Start"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
......@@ -1472,7 +1471,7 @@ 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:label "has Early Start Actual "^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
......@@ -1487,7 +1486,7 @@ 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:label "has Fixed Finish"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
......@@ -1495,7 +1494,7 @@ 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:label "has Fixed Start"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
......@@ -1535,7 +1534,7 @@ 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:label "has Late Finish"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
......@@ -1543,7 +1542,7 @@ 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:label "has Late Start"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
......@@ -1606,7 +1605,7 @@ ILAP:hasObjectReferenceID
ILAP:hasOperationWorkOrder
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Operation ;
rdfs:label "has operation work order"^^xsd:string ;
rdfs:label "has Operation Work Order"^^xsd:string ;
rdfs:range ILAP:WorkOrder .
ILAP:hasOriginalActivityDuration
......@@ -1635,7 +1634,7 @@ 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:label "has Asset Plan Owner"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanContentType
......@@ -1656,7 +1655,7 @@ 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:label "has Plan Contractor"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanExpenseType
......@@ -1684,7 +1683,7 @@ 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:label "has Plan Geographic Area"^^xsd:string ;
rdfs:range ILAP:PlanGeoArea .
ILAP:hasPlanLevel
......@@ -1705,7 +1704,7 @@ 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:label "has Plan License Partner"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanLifecycleStage
......@@ -1726,7 +1725,7 @@ 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:label "has Plan Operator"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanProject
......@@ -1747,11 +1746,11 @@ 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:label "has Plan Regulator"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanResponsible
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
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 ;
......@@ -1768,7 +1767,7 @@ 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:label "has Plan Shutdown"^^xsd:string ;
rdfs:range ILAP:Shutdown .
ILAP:hasPlanSubplan
......@@ -1782,7 +1781,7 @@ 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:label "has Plan Supplier"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPredecessorActivity
......@@ -1944,7 +1943,7 @@ 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:label "has Scheduled Finish"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
......@@ -1952,7 +1951,7 @@ 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:label "has Scheduled Start"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
......@@ -1960,7 +1959,7 @@ 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:label "has Shutdown Activity"^^xsd:string ;
rdfs:range ILAP:PlannedActivity .
ILAP:hasShutdownPeriod
......@@ -1994,7 +1993,7 @@ ILAP:hasSourceApplication
ILAP:hasSourceData
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Source ;
rdfs:label "has source data"^^xsd:string ;
rdfs:label "has Source Data"^^xsd:string ;
rdfs:range ILAP:Data .
ILAP:hasSourceInformation
......@@ -2011,7 +2010,7 @@ ILAP:hasSourceUserField
rdfs:label "has Source User Field"^^xsd:string .
ILAP:hasSuccessorActivity
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
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 ;
......@@ -2044,13 +2043,13 @@ ILAP:hasTimeNow
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:dateTime , xsd:date .
rdfs:range xsd:date , xsd:dateTime .
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:label "has Value Asset"^^xsd:string ;
rdfs:range ILAP:Asset .
ILAP:hasWBScomponent
......
......@@ -16,12 +16,12 @@ USERFIELDS:FreeTextField
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty USERFIELDS:hasShort ;
owl:onProperty USERFIELDS:hasValue ;
owl:someValuesFrom xsd:string
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty USERFIELDS:hasValue ;
owl:onProperty USERFIELDS:hasShort ;
owl:someValuesFrom xsd:string
] .
......@@ -34,245 +34,245 @@ USERFIELDS:UserField
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasPortfolio
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:hasExecutionSubDiscipline
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBS
owl:onProperty USERFIELDS:hasCriticalPath
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWorkOrder
owl:onProperty USERFIELDS:hasLocationOfWork
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasGeographicLocation
owl:onProperty USERFIELDS:hasTaskResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasReporting
owl:onProperty USERFIELDS:hasShutDownPeriod
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasLocationOfWork
owl:onProperty USERFIELDS:hasReporting
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasAreaOnFacility
owl:onProperty USERFIELDS:hasSystemType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasProjectCode
owl:onProperty USERFIELDS:hasMainActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBSpart4
owl:onProperty USERFIELDS:hasOwnerDepartment
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasSection
owl:onProperty USERFIELDS:hasSupplierATS
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBSpart5
owl:onProperty USERFIELDS:hasPortfolio
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBSpart2
owl:onProperty USERFIELDS:hasAssignment
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasOwnerDepartment
owl:onProperty USERFIELDS:hasWBSpart4
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasMechanicalCompletionPackage
owl:onProperty USERFIELDS:hasWBS
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasKPIStatus
owl:onProperty USERFIELDS:hasWorkOrder
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasNetwork
owl:onProperty USERFIELDS:hasGeographicLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasBuildingBlock
owl:onProperty USERFIELDS:hasActivityProgress
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasMainActivity
owl:onProperty USERFIELDS:hasNetwork
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCriticalPath
owl:onProperty USERFIELDS:hasJobCardStatus
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasLocationOnFacility
owl:onProperty USERFIELDS:hasBuildingBlock
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBSpart3
owl:onProperty USERFIELDS:hasWBSpart5
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasAssignment
owl:onProperty USERFIELDS:hasWBSpart2
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasSupplierATS
owl:onProperty USERFIELDS:hasProjectType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasExecutionSubDiscipline
owl:onProperty USERFIELDS:hasWBSpart2
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasContractType
owl:onProperty USERFIELDS:hasLocationOnFacility
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasProjectType
owl:onProperty USERFIELDS:hasAreaOnFacility
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCompletionStatus
owl:onProperty USERFIELDS:hasWBSpart3
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasWBSpart2
owl:onProperty USERFIELDS:hasProjectCode
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasActivityProgress
owl:onProperty USERFIELDS:hasProcurementPackage
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasJobCardStatus
owl:onProperty USERFIELDS:hasCommissioningPackage
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasSystemType
owl:onProperty USERFIELDS:hasKPIStatus
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasTaskResponsible
owl:onProperty USERFIELDS:hasSection
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasProcurementPackage
owl:onProperty USERFIELDS:hasContractType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass USERFIELDS:FreeTextField ;
owl:onProperty USERFIELDS:hasCommissioningPackage
owl:onProperty USERFIELDS:hasMechanicalCompletionPackage
] .
USERFIELDS:hasActivityNetwork
......@@ -308,7 +308,7 @@ USERFIELDS:hasBuildingBlock
USERFIELDS:hasCategory
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "has category"^^xsd:string .
rdfs:label "has Category"^^xsd:string .
USERFIELDS:hasCommissioningPackage
rdf:type owl:ObjectProperty ;
......@@ -331,7 +331,7 @@ USERFIELDS:hasContractType
USERFIELDS:hasContractor
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "has contractor"^^xsd:string .
rdfs:label "has Contractor"^^xsd:string .
USERFIELDS:hasCriticalPath
rdf:type owl:ObjectProperty ;
......@@ -342,7 +342,7 @@ USERFIELDS:hasCriticalPath
USERFIELDS:hasDiscipline
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "has discipline"^^xsd:string .
rdfs:label "has Discipline"^^xsd:string .
USERFIELDS:hasEngineeringPhase
rdf:type owl:ObjectProperty ;
......@@ -359,7 +359,7 @@ USERFIELDS:hasExecutionSubDiscipline
USERFIELDS:hasFacility
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "has facility"^^xsd:string .
rdfs:label "has Facility"^^xsd:string .
USERFIELDS:hasGeographicLocation
rdf:type owl:ObjectProperty ;
......@@ -415,7 +415,7 @@ USERFIELDS:hasMilestoneType
USERFIELDS:hasNetwork
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Network" ;
rdfs:label "has Network"^^xsd:string ;
rdfs:range USERFIELDS:FreeTextField .
USERFIELDS:hasOwnerDepartment
......@@ -433,13 +433,13 @@ USERFIELDS:hasOwnerResponsible
USERFIELDS:hasPlanResponsible
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "has plan responsible"^^xsd:string ;
rdfs:label "has Plan Responsible"^^xsd:string ;
rdfs:range USERFIELDS:FreeTextField .
USERFIELDS:hasPortfolio
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Portfolio" ;
rdfs:label "has Portfolio"^^xsd:string ;
rdfs:range USERFIELDS:FreeTextField .
USERFIELDS:hasProcurementPackage
......@@ -456,7 +456,7 @@ USERFIELDS:hasProduct
USERFIELDS:hasProjectCode
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "Project code" ;
rdfs:label "has Project Code"^^xsd:string ;
rdfs:range USERFIELDS:FreeTextField .
USERFIELDS:hasProjectPhaseType
......@@ -467,7 +467,7 @@ USERFIELDS:hasProjectPhaseType
USERFIELDS:hasProjectResponsible
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "has project responsible"^^xsd:string ;
rdfs:label "has Project Responsible"^^xsd:string ;
rdfs:range USERFIELDS:FreeTextField .
USERFIELDS:hasProjectType
......@@ -508,7 +508,7 @@ USERFIELDS:hasShutdownType
USERFIELDS:hasSource
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "has source"^^xsd:string ;
rdfs:label "has Source"^^xsd:string ;
rdfs:range USERFIELDS:FreeTextField .
USERFIELDS:hasSupplierATS
......@@ -582,7 +582,7 @@ USERFIELDS:hasWBSpart5
USERFIELDS:hasWorkCenter
rdf:type owl:ObjectProperty ;
rdfs:domain USERFIELDS:UserField ;
rdfs:label "has work center"^^xsd:string ;
rdfs:label "has Work Center"^^xsd:string ;
rdfs:range USERFIELDS:FreeTextField .
USERFIELDS:hasWorkOrder
......