Tore Christiansen

many updates to classes, individuals and labels

......@@ -14,50 +14,50 @@ 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: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: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:label "Activity Plan"^^xsd:string ;
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
......@@ -72,22 +72,22 @@ 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:label "Activity WBS"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
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: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:label "Baseline"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
......@@ -100,9 +100,9 @@ ILAP:CAPEX
rdfs:label "CAPEX"^^xsd:string .
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: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 ;
......@@ -110,14 +110,14 @@ 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: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: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 ;
......@@ -129,28 +129,28 @@ 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:label "Free day"^^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 <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:label "calendar Hour"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , owl:Thing , <http://posccaesar.org/rdl/RDS380969> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , owl:Thing , <http://posccaesar.org/rdl/RDS1326734> .
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:label "Calendar Priod"^^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: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
......@@ -166,7 +166,7 @@ ILAP:CommissioningMilestone
ILAP:Constraint
rdf:type owl:Class ;
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 ;
......@@ -176,7 +176,7 @@ ILAP:ConstructionMilestone
ILAP:Contract
rdf:type owl:Class ;
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 ;
......@@ -201,7 +201,7 @@ ILAP:ControlSchedule
ILAP:Cost
rdf:type owl:Class ;
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 ;
......@@ -214,14 +214,14 @@ 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:label "Current Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
ILAP:Data
rdf:type owl:Class ;
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 ;
......@@ -296,7 +296,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:label "Discipline"^^xsd:string ;
rdfs:subClassOf owl:Thing .
......@@ -316,15 +316,13 @@ 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: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 ;
......@@ -333,8 +331,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
......@@ -348,14 +348,14 @@ ILAP:Field
rdfs:subClassOf owl:Thing .
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: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: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 ;
......@@ -380,7 +380,7 @@ ILAP:HighPriority
ILAP:Information
rdf:type owl:Class ;
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 ;
......@@ -398,14 +398,14 @@ 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: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: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 ;
......@@ -423,7 +423,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:label "Milestone"^^xsd:string .
ILAP:MilestoneType
......@@ -434,7 +434,7 @@ ILAP:MilestoneType
ILAP:Network
rdf:type owl:Class ;
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 ;
......@@ -480,49 +480,49 @@ 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: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: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: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: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: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: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:label "Plan Lifecycle Stage"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
rdfs:subClassOf <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: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: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 ;
......@@ -530,13 +530,15 @@ ILAP:PlannedActivity
rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivityPredecessor
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -547,8 +549,8 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -557,30 +559,28 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivityPredecessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
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:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
] .
ILAP:PlannedMilestone
......@@ -619,18 +619,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 ;
......@@ -641,8 +636,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:ProjectEffectiveness
......@@ -661,20 +661,13 @@ ILAP:ProjectExecutionPlan
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -683,8 +676,8 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -693,13 +686,23 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -708,18 +711,15 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -740,9 +740,9 @@ ILAP:ProjectPhase
rdfs:subClassOf ILAP:Phase .
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: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 ;
......@@ -750,9 +750,9 @@ 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: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 ;
......@@ -760,32 +760,37 @@ ILAP:ResourceEstimate
rdfs:subClassOf ILAP:ResourceStructure .
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: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: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:ResourceStructure
rdf:type owl:Class ;
rdfs:label "Resource Structure"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
ILAP:ResponsibleActor
rdf:type owl:Class ;
rdfs:label "Responsible Actor"^^xsd:string ;
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 owl:Thing , <http://posccaesar.org/rdl/RDS282149> .
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:label "Responsible Person"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> .
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:label "Result"^^xsd:string ;
rdfs:subClassOf owl:Thing .
......@@ -805,9 +810,9 @@ ILAP:RiskType
rdfs:subClassOf owl:Thing .
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: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
......@@ -817,22 +822,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
......@@ -856,9 +861,9 @@ 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: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 ;
......@@ -866,22 +871,22 @@ 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: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: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: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:label "Target Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
......@@ -903,12 +908,12 @@ ILAP:UnitBased
ILAP:Value
rdf:type owl:Class ;
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: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 ;
......@@ -916,18 +921,18 @@ 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: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
......@@ -938,7 +943,7 @@ ILAP:WorkTaskStatus
ILAP:hasActivityActiveStatus
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Activity ;
rdfs:label "has activity active status"^^xsd:string ;
rdfs:label "has Activity Active Status"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasActivityStatus .
ILAP:hasActivityActualProgressPercent
......@@ -950,7 +955,7 @@ ILAP:hasActivityActualProgressPercent
ILAP:hasActivityActualWeight
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity actual weight"^^xsd:string ;
rdfs:label "has Activity Actual Weight"^^xsd:string ;
rdfs:range xsd:float ;
rdfs:subPropertyOf ILAP:hasActivityWeight .
......@@ -963,36 +968,36 @@ ILAP:hasActivityBaselineSchedule
ILAP:hasActivityCalendar
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Activity ;
rdfs:label "has activity calendar"^^xsd:string ;
rdfs:label "has Activity Calendar"^^xsd:string ;
rdfs:range ILAP:Calendar .
ILAP:hasActivityContractor
rdf:type owl:ObjectProperty ;
rdfs:label "has activity contractor"^^xsd:string ;
rdfs:label "has Activity Contractor"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
ILAP:hasActivityDiscipline
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity discipline"^^xsd:string ;
rdfs:label "has Activity Discipline"^^xsd:string ;
rdfs:range ILAP:Discipline .
ILAP:hasActivityDuration
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity duration"^^xsd:string ;
rdfs:label "has Activity Duration"^^xsd:string ;
rdfs:range xsd:duration .
ILAP:hasActivityEstimatedWeight
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity estimated weight"^^xsd:string ;
rdfs:label "has Activity Estimated Weight"^^xsd:string ;
rdfs:range xsd:float ;
rdfs:subPropertyOf ILAP:hasActivityWeight .
ILAP:hasActivityFacility
rdf:type owl:ObjectProperty ;
rdfs:label "has activity facility"^^xsd:string ;
rdfs:label "has Activity Facility"^^xsd:string ;
rdfs:range ILAP:Facility .
ILAP:hasActivityInScheduleActivityInPlan
......@@ -1004,37 +1009,37 @@ ILAP:hasActivityInScheduleActivityInPlan
ILAP:hasActivityLocation
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has location"^^xsd:string ;
rdfs:label "has Activity Location"^^xsd:string ;
rdfs:range ILAP:Location .
ILAP:hasActivityMaterialActualArrivalTime
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity actual ariival time"^^xsd:string ;
rdfs:label "has Activity Actual Arrival Time"^^xsd:string ;
rdfs:range xsd:dateTime .
ILAP:hasActivityMaterialEstimatedArrivalTime
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity material estimated arrival time"^^xsd:string ;
rdfs:label "has Activity Material Estimated Arrival Time"^^xsd:string ;
rdfs:range xsd:dateTime .
ILAP:hasActivityMaterialOrderStatus
rdf:type owl:ObjectProperty ;
rdfs:label "has Activity Material order status"^^xsd:string ;
rdfs:label "has Activity Material Order Status"^^xsd:string ;
rdfs:range ILAP:MaterialOrderStatus .
ILAP:hasActivityOperator
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity operator"^^xsd:string ;
rdfs:label "has Activity Operator"^^xsd:string ;
rdfs:range ILAP:Operator ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
ILAP:hasActivityPartActivity
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity part activity"^^xsd:string ;
rdfs:label "has Activity Part Activity"^^xsd:string ;
rdfs:range ILAP:PlannedActivity .
ILAP:hasActivityPhase
......@@ -1046,136 +1051,136 @@ ILAP:hasActivityPhase
ILAP:hasActivityPhysicalPercentComplete
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity physical percent complete"^^xsd:string ;
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:domain ILAP:PlannedActivity ;
rdfs:label "has activity plan"^^xsd:string ;
rdfs:label "has Activity Plan"^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
ILAP:hasActivityPlannedProgressPercent
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity planned progress percentage"^^xsd:string ;
rdfs:label "has Activity Planned Progress Percentage"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasActivityPredecessor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activitypredecessor"^^xsd:string ;
rdfs:label "has Activity Predecessor"^^xsd:string ;
rdfs:range ILAP:ActivityDependency ;
owl:inverseOf ILAP:hasSuccessorActivity .
ILAP:hasActivityPreviousStatus
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Activity ;
rdfs:label "has activity previous status"^^xsd:string ;
rdfs:label "has Activity Previous Status"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasActivityStatus .
ILAP:hasActivityRegulator
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity regulator"^^xsd:string ;
rdfs:label "has Activity Regulator"^^xsd:string ;
rdfs:range ILAP:ResponsibleOrganization ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
ILAP:hasActivityResource
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Activity ;
rdfs:label "has activity resource"^^xsd:string ;
rdfs:label "has Activity Resource"^^xsd:string ;
rdfs:range ILAP:Resource .
ILAP:hasActivityResourceProfile
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Activity ;
rdfs:label "has activity resource profile"^^xsd:string ;
rdfs:label "has Activity Resource Profile"^^xsd:string ;
rdfs:range ILAP:ResourceProfile .
ILAP:hasActivityResponsibleOrganization
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Activity ;
rdfs:label "has activity participant"^^xsd:string ;
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:domain ILAP:PlannedActivity ;
rdfs:label "has activity responsible"^^xsd:string ;
rdfs:label "has Activity Responsible Actor"^^xsd:string ;
rdfs:range ILAP:ResponsiblePerson .
ILAP:hasActivityResult
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity result"^^xsd:string ;
rdfs:label "has Activity Result"^^xsd:string ;
rdfs:range ILAP:Result .
ILAP:hasActivityRisk
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Activity ;
rdfs:label "has activity risk"^^xsd:string ;
rdfs:label "has Activity Risk"^^xsd:string ;
rdfs:range ILAP:Risk .
ILAP:hasActivitySchedule
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity schedule"^^xsd:string ;
rdfs:label "has Activity Schedule"^^xsd:string ;
rdfs:range ILAP:Schedule .
ILAP:hasActivityShutdown
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity shutdown"^^xsd:string ;
rdfs:label "has Activity Shutdown"^^xsd:string ;
rdfs:range ILAP:Shutdown .
ILAP:hasActivityStatus
rdf:type owl:ObjectProperty ;
rdfs:label "has activity status"^^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:domain ILAP:PlannedActivity ;
rdfs:label "has activity successor"^^xsd:string ;
rdfs:label "has Activity Successor"^^xsd:string ;
rdfs:range ILAP:ActivityDependency ;
owl:inverseOf ILAP:hasPredecessorActivity .
ILAP:hasActivitySupplier
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity supplier"^^xsd:string ;
rdfs:label "has Activity Supplier"^^xsd:string ;
rdfs:range ILAP:ResponsibleOrganization ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
ILAP:hasActivityTaskLeader
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity task leader"^^xsd:string ;
rdfs:label "has Activity Task Leader"^^xsd:string ;
rdfs:range ILAP:ResponsiblePerson ;
rdfs:subPropertyOf ILAP:hasActivityResponsiblePerson .
ILAP:hasActivityVendor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity vendor"^^xsd:string ;
rdfs:label "has Activity Vendor"^^xsd:string ;
rdfs:range ILAP:ResponsibleOrganization ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
ILAP:hasActivityWBSelement
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Work Breakdown Structure"^^xsd:string ;
rdfs:label "has Activity WBS Element"^^xsd:string ;
rdfs:range ILAP:ActivityWBS .
ILAP:hasActivityWeight
rdf:type owl:DatatypeProperty ;
rdfs:label "has activity weight"^^xsd:string .
rdfs:label "has Activity Weight"^^xsd:string .
ILAP:hasActivityWorkVolume
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity work volume"^^xsd:string ;
rdfs:label "has Activity Work Volume"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasBaselineActivityDuration
......@@ -1188,53 +1193,53 @@ ILAP:hasBaselineActivityDuration
ILAP:hasBaselineCreatedDate
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Baseline ;
rdfs:label "has baseline created date"^^xsd:string ;
rdfs:label "has Baseline Created Date"^^xsd:string ;
rdfs:range xsd:date .
ILAP:hasCalendarDate
rdf:type owl:DatatypeProperty ;
rdfs:label "has calendar date"^^xsd:string .
rdfs:label "has Calendar Date"^^xsd:string .
ILAP:hasCalendarFreePeriod
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:Calendar ;
rdfs:label "has calendarcalendar free period"^^xsd:string ;
rdfs:label "has Calendar Free Period"^^xsd:string ;
rdfs:range ILAP:CalendarFreePeriod .
ILAP:hasCalendarPeriodDay
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:CalendarPeriod ;
rdfs:label "has calendar period day"^^xsd:string ;
rdfs:label "has Calendar Period Day"^^xsd:string ;
rdfs:range ILAP:CalendarDay .
ILAP:hasCalendarPeriodFreeDay
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has calendar period free day"^^xsd:string ;
rdfs:label "has Calendar Period Free Day"^^xsd:string ;
rdfs:range ILAP:CalendarDay ;
rdfs:subPropertyOf ILAP:hasCalendarPeriodDay .
ILAP:hasCalendarPeriodFreeHour
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has calendar period free hour"^^xsd:string ;
rdfs:label "has Calendar Period Free Hour"^^xsd:string ;
rdfs:range ILAP:CalendarHour ;
rdfs:subPropertyOf ILAP:hasCalendarPeriodHour .
ILAP:hasCalendarPeriodHour
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:CalendarPeriod ;
rdfs:label "has calendar period hour"^^xsd:string ;
rdfs:label "has Calendar Period Hour"^^xsd:string ;
rdfs:range ILAP:CalendarHour .
ILAP:hasCalendarTime
rdf:type owl:DatatypeProperty ;
rdfs:label "has calendar time"^^xsd:string .
rdfs:label "has Calendar Time"^^xsd:string .
ILAP:hasContractType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Contract ;
rdfs:label "has contract type"^^xsd:string ;
rdfs:label "has Contract Type"^^xsd:string ;
rdfs:range ILAP:ContractType .
ILAP:hasCurrentActivityDuration
......@@ -1247,7 +1252,7 @@ ILAP:hasCurrentActivityDuration
ILAP:hasDataProject
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Data ;
rdfs:label "has data project"^^xsd:string ;
rdfs:label "has Data Project"^^xsd:string ;
rdfs:range ILAP:Project .
ILAP:hasEarlyFinish
......@@ -1294,28 +1299,28 @@ ILAP:hasFixedStart
ILAP:hasFreePeriodEndDate
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has free period end date"^^xsd:string ;
rdfs:label "has Free Period End Date"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasCalendarDate .
ILAP:hasFreePeriodEndTime
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has free period end time"^^xsd:string ;
rdfs:label "has Free Period End Time"^^xsd:string ;
rdfs:range xsd:time ;
rdfs:subPropertyOf ILAP:hasCalendarTime .
ILAP:hasFreePeriodStartDate
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has free period start date"^^xsd:string ;
rdfs:label "has Free Period Start Date"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasCalendarDate .
ILAP:hasFreePeriodStartTime
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has free period start time"^^xsd:string ;
rdfs:label "has Free Period Start Time"^^xsd:string ;
rdfs:range xsd:time ;
rdfs:subPropertyOf ILAP:hasCalendarTime .
......@@ -1336,49 +1341,49 @@ ILAP:hasLateStart
ILAP:hasLocationLatitude
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Location ;
rdfs:label "has location latitude"^^xsd:string ;
rdfs:label "has Location Latitude"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasLocationLongitude
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Location ;
rdfs:label "has location longitude"^^xsd:string ;
rdfs:label "has Location Longitude"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasMilestonePredecessor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Milestone ;
rdfs:label "has milestone predecessor"^^xsd:string ;
rdfs:label "has Milestone Predecessor"^^xsd:string ;
rdfs:range ILAP:ActivityDependency .
ILAP:hasMilestoneSuccessor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Milestone ;
rdfs:label "has milestone successor"^^xsd:string ;
rdfs:label "has Milestone Successor"^^xsd:string ;
rdfs:range ILAP:ActivityDependency .
ILAP:hasMilestoneType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Milestone ;
rdfs:label "has milestone type"^^xsd:string ;
rdfs:label "has Milestone Type"^^xsd:string ;
rdfs:range ILAP:MilestoneType .
ILAP:hasObjectDescription
rdf:type owl:DatatypeProperty ;
rdfs:domain owl:Thing ;
rdfs:label "has object description"^^xsd:string ;
rdfs:label "has Object Description"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasObjectName
rdf:type owl:DatatypeProperty ;
rdfs:domain owl:Thing ;
rdfs:label "has object name"^^xsd:string ;
rdfs:label "has Object Name"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasObjectReferenceID
rdf:type owl:DatatypeProperty ;
rdfs:domain owl:Thing ;
rdfs:label "has object reference ID"^^xsd:string ;
rdfs:label "has Object Reference ID"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasOriginalActivityDuration
......@@ -1391,13 +1396,13 @@ ILAP:hasOriginalActivityDuration
ILAP:hasPhaseDecisionGate
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Phase ;
rdfs:label "has phase decision gate"^^xsd:string ;
rdfs:label "has Phase Decision Gate"^^xsd:string ;
rdfs:range ILAP:DecisionGate .
ILAP:hasPlanAsset
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan asset"^^xsd:string ;
rdfs:label "has Plan Asset"^^xsd:string ;
rdfs:range ILAP:Asset .
ILAP:hasPlanAssetOwner
......@@ -1409,13 +1414,13 @@ ILAP:hasPlanAssetOwner
ILAP:hasPlanContentType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan content type"^^xsd:string ;
rdfs:label "has Plan Content Type"^^xsd:string ;
rdfs:range ILAP:PlanContentType .
ILAP:hasPlanContractType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has contract form"^^xsd:string ;
rdfs:label "has Plan Contract Form"^^xsd:string ;
rdfs:range ILAP:PlanContractType .
ILAP:hasPlanContractor
......@@ -1427,37 +1432,37 @@ ILAP:hasPlanContractor
ILAP:hasPlanExpenseType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan expense type"^^xsd:string ;
rdfs:label "has Plan Expense Type"^^xsd:string ;
rdfs:range ILAP:PlanExpenseType .
ILAP:hasPlanFacility
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan facility"^^xsd:string ;
rdfs:label "has Plan Facility"^^xsd:string ;
rdfs:range ILAP:Facility .
ILAP:hasPlanField
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan field"^^xsd:string ;
rdfs:label "has Plan Field"^^xsd:string ;
rdfs:range ILAP:Field .
ILAP:hasPlanGeoArea
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan focus area"^^xsd:string ;
rdfs:label "has Plan Geo Area"^^xsd:string ;
rdfs:range ILAP:PlanGeoArea .
ILAP:hasPlanLevel
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan level"^^xsd:string ;
rdfs:label "has Plan Level"^^xsd:string ;
rdfs:range ILAP:PlanLevel .
ILAP:hasPlanLicense
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan license"^^xsd:string ;
rdfs:label "has Plan License"^^xsd:string ;
rdfs:range ILAP:License .
ILAP:hasPlanLicensePartner
......@@ -1469,13 +1474,13 @@ ILAP:hasPlanLicensePartner
ILAP:hasPlanLifecycleStage
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan lifecycle stage"^^xsd:string ;
rdfs:label "has Plan Lifecycle Stage"^^xsd:string ;
rdfs:range ILAP:PlanLifecycleStage .
ILAP:hasPlanObjectiveType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan objective type"^^xsd:string ;
rdfs:label "has Plan Objective Type"^^xsd:string ;
rdfs:range ILAP:PlanObjectiveType .
ILAP:hasPlanOperator
......@@ -1493,7 +1498,7 @@ ILAP:hasPlanProject
ILAP:hasPlanProjectType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has project type"^^xsd:string ;
rdfs:label "has Plan Project Type"^^xsd:string ;
rdfs:range ILAP:PlanProjectType .
ILAP:hasPlanRegulator
......@@ -1503,15 +1508,15 @@ ILAP:hasPlanRegulator
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanResponsible
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan responsible"^^xsd:string ;
rdfs:label "has Plan Responsible"^^xsd:string ;
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasPlanRollUpPlan
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan roll up plan"^^xsd:string ;
rdfs:label "has Plan Roll Up Plan"^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
ILAP:hasPlanShutdown
......@@ -1523,7 +1528,7 @@ ILAP:hasPlanShutdown
ILAP:hasPlanSubplan
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ProjectExecutionPlan ;
rdfs:label "has plan subplan"^^xsd:string ;
rdfs:label "has Plan Subplan"^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
ILAP:hasPlanSupplier
......@@ -1535,20 +1540,20 @@ ILAP:hasPlanSupplier
ILAP:hasPredecessorActivity
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has predecessor activity"^^xsd:string ;
rdfs:label "has Predecessor Activity"^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
owl:inverseOf ILAP:hasActivitySuccessor .
ILAP:hasPredecessorMilestone
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has predecessor milestone"^^xsd:string ;
rdfs:label "has Predecessor Milestone"^^xsd:string ;
rdfs:range ILAP:Milestone .
ILAP:hasProfilePoint
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ResourceProfile ;
rdfs:label "has profile point"^^xsd:string ;
rdfs:label "has Profile Point"^^xsd:string ;
rdfs:range ILAP:ResourceProfilePoint .
ILAP:hasProfilePointXValue
......@@ -1563,28 +1568,34 @@ ILAP:hasProfilePointYValue
rdfs:label "has Profile Point Y Value"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasProjectContract
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Project ;
rdfs:label "has Project Contract"^^xsd:string ;
rdfs:range ILAP:Contract .
ILAP:hasProjectResponsible
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Project ;
rdfs:label "has project responsible"^^xsd:string ;
rdfs:label "has Project Responsible"^^xsd:string ;
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasProjectSubproject
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Project ;
rdfs:label "has project subproject"^^xsd:string ;
rdfs:label "has Project Subproject"^^xsd:string ;
rdfs:range ILAP:Project .
ILAP:hasReferenceApplication
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExternalReference ;
rdfs:label "has reference application"^^xsd:string ;
rdfs:label "has Reference Application"^^xsd:string ;
rdfs:range ILAP:Application .
ILAP:hasReferenceSource
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExternalReference ;
rdfs:label "has reference source"^^xsd:string ;
rdfs:label "has Reference Source"^^xsd:string ;
rdfs:range ILAP:Source .
ILAP:hasRemainingActivityDuration
......@@ -1597,49 +1608,49 @@ ILAP:hasRemainingActivityDuration
ILAP:hasResourceCalendar
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource calendar"^^xsd:string ;
rdfs:label "has Resource Calendar"^^xsd:string ;
rdfs:range ILAP:Calendar .
ILAP:hasResourceEarnedQuantity
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource earned quantity"^^xsd:string ;
rdfs:label "has Resource Earned Quantity"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasResourceExpendedQuantity
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource expended quantity"^^xsd:string ;
rdfs:label "has Resource Expended Quantity"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasResourceProfile
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource profile"^^xsd:string ;
rdfs:label "has Resource Profile"^^xsd:string ;
rdfs:range ILAP:ResourceProfile .
ILAP:hasResourceRemainingQuantity
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource remaining quantity"^^xsd:string ;
rdfs:label "has Resource Remaining Quantity"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasResourceStructure
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource structure"^^xsd:string ;
rdfs:label "has Resource Structure"^^xsd:string ;
rdfs:range ILAP:ResourceStructure .
ILAP:hasRiskCriticality
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Risk ;
rdfs:label "has risk criticality"^^xsd:string ;
rdfs:label "has Risk Criticality"^^xsd:string ;
rdfs:range ILAP:Criticality .
ILAP:hasRiskType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Risk ;
rdfs:label "has risk type"^^xsd:string ;
rdfs:label "has Risk Type"^^xsd:string ;
rdfs:range ILAP:RiskType .
ILAP:hasScheduleBaseline
......@@ -1651,12 +1662,12 @@ ILAP:hasScheduleBaseline
ILAP:hasScheduleDate
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has schedule date"^^xsd:string .
rdfs:label "has Schedule Date"^^xsd:string .
ILAP:hasSchedulePlan
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Schedule ;
rdfs:label "has schedule plan "^^xsd:string ;
rdfs:label "has Schedule Plan "^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
ILAP:hasScheduledFinish
......@@ -1700,26 +1711,26 @@ ILAP:hasShutdownType
ILAP:hasSourceApplicaton
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Source ;
rdfs:label "has source applicaton"^^xsd:string ;
rdfs:label "has Source Applicaton"^^xsd:string ;
rdfs:range ILAP:Application .
ILAP:hasSuccessorActivity
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has successor activity "^^xsd:string ;
rdfs:label "has Successor Activity "^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
owl:inverseOf ILAP:hasActivityPredecessor .
ILAP:hasSuccessorCalendar
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has successor calendar"^^xsd:string ;
rdfs:label "has Successor Calendar"^^xsd:string ;
rdfs:range ILAP:Calendar .
ILAP:hasSuccessorLag
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has successor lag"^^xsd:string ;
rdfs:label "has Successor Lag"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasSuccessorMilestone
......@@ -1731,7 +1742,7 @@ ILAP:hasSuccessorMilestone
ILAP:hasTimeNow
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Schedule ;
rdfs:label "has time now"^^xsd:string ;
rdfs:label "has Time Now"^^xsd:string ;
rdfs:range xsd:dateTime , xsd:date .
ILAP:hasWBScomponent
......
......@@ -15,7 +15,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
: rdf:type owl:Ontology ;
owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , USERFIELDS: .
owl:imports USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
ILAP:
rdf:type owl:Ontology ;
......@@ -28,7 +28,7 @@ ILAP:ABEX
ILAP:AccruedTimeContract
rdf:type owl:Class ;
rdfs:label "Accrued time contract"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:Active
rdf:type ILAP:Status ;
......@@ -147,7 +147,7 @@ ILAP:DependentOnShutdown
ILAP:Development
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
ILAP:DisasterRecovery
rdf:type ILAP:PlanObjectiveType ;
......@@ -174,8 +174,8 @@ ILAP:DuringNormalOperation
rdfs:label "During Normal Operation"^^xsd:string .
ILAP:DuringShutdown
rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ;
rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string .
rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string .
ILAP:EIS
rdf:type ILAP:Application ;
......@@ -220,7 +220,7 @@ ILAP:FourD_E_and_I
ILAP:FrameAgreement
rdf:type owl:Class ;
rdfs:label "Frame agreement"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:Friday
rdf:type ILAP:CalendarDay ;
......@@ -265,7 +265,7 @@ ILAP:GreenFieldProject
ILAP:GuaranteeWork
rdf:type owl:Class ;
rdfs:label "Guarantee work"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:HC_systemsWork
rdf:type owl:Class ;
......@@ -300,7 +300,7 @@ ILAP:IFS
ILAP:IncentiveContract
rdf:type owl:Class ;
rdfs:label "Incentive contract"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:IncreasedRecovery
rdf:type ILAP:PlanObjectiveType ;
......@@ -317,7 +317,7 @@ ILAP:IndependentOfOperation
ILAP:InvoicableWork
rdf:type owl:Class ;
rdfs:label "Invoicable work"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:L1_ProgramPortfolioSchedule
rdf:type ILAP:PlanLevel ;
......@@ -370,7 +370,7 @@ ILAP:LowPriority
ILAP:LumpSumContract
rdf:type owl:Class ;
rdfs:label "Lump sum contract"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:MS_Project
rdf:type ILAP:Application ;
......@@ -411,7 +411,7 @@ ILAP:MaterialOnOrder
ILAP:MeasuredProgressContract
rdf:type owl:Class ;
rdfs:label "Measured progress contract"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:MiniShutdown
rdf:type ILAP:ShutdownType ;
......@@ -436,7 +436,7 @@ ILAP:New
ILAP:NonInvoicableWork
rdf:type owl:Class ;
rdfs:label "Non invoicable work"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:NonScheduledShutdown
rdf:type ILAP:ShutdownType ;
......@@ -520,7 +520,7 @@ ILAP:Regular8To16WorkingDayCalendar
ILAP:ReimbursableContract
rdf:type owl:Class ;
rdfs:label "Reimbursable contract"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:Released
rdf:type ILAP:Status ;
......@@ -605,7 +605,7 @@ ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string ;
ILAP:hasCalendarPeriodFreeDay
ILAP:Saturday , ILAP:Sunday .
ILAP:Sunday , ILAP:Saturday .
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......@@ -630,7 +630,7 @@ ILAP:TIMEX
ILAP:TargetBudget
rdf:type owl:Class ;
rdfs:label "Target budget"^^xsd:string ;
rdfs:subClassOf ILAP:Contract .
rdfs:subClassOf ILAP:ContractType .
ILAP:Thursday
rdf:type ILAP:CalendarDay ;
......@@ -768,10 +768,10 @@ ILAP:hasWorkTaskResponsible
rdfs:range ILAP:ResponsiblePerson .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource .
rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
rdfs:subClassOf ILAP:Asset , ILAP:Result .
rdfs:subClassOf ILAP:Result , ILAP:Asset .
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
rdfs:subClassOf ILAP:Phase .
......@@ -781,63 +781,63 @@ USERFIELDS:UserField
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ShutdownType ;
owl:onProperty USERFIELDS:hasShutdownType
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasDiscipline
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Result ;
owl:onProperty USERFIELDS:hasProduct
owl:onClass ILAP:MilestoneType ;
owl:onProperty USERFIELDS:hasMilestone
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Phase ;
owl:onProperty USERFIELDS:hasProjectPhase
owl:onClass ILAP:Contractor ;
owl:onProperty USERFIELDS:hasContractor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasCategory
owl:onClass ILAP:Facility ;
owl:onProperty USERFIELDS:hasFacility
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Facility ;
owl:onProperty USERFIELDS:hasFacility
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasCategory
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Contractor ;
owl:onProperty USERFIELDS:hasContractor
owl:onClass ILAP:Phase ;
owl:onProperty USERFIELDS:hasProjectPhase
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:MilestoneType ;
owl:onProperty USERFIELDS:hasMilestone
owl:onClass ILAP:Result ;
owl:onProperty USERFIELDS:hasProduct
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Discipline ;
owl:onProperty USERFIELDS:hasDiscipline
owl:onClass ILAP:ShutdownType ;
owl:onProperty USERFIELDS:hasShutdownType
] .
<http://data.posccaesar.org/npd/ontology/OperatingCompany>
rdf:type owl:Class ;
rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ;
rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator .
rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ;
rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor .
<http://data.posccaesar.org/npd/ontology/productionFacility>
rdf:type owl:Class ;
......@@ -847,7 +847,7 @@ USERFIELDS:UserField
rdl:RDS282149
rdf:type owl:Class ;
rdfs:label "RDS282149"^^xsd:string ;
rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
<http://data.posccaesar.orgnpd/ontology/License>
rdf:type owl:Class ;
......
......@@ -22,7 +22,7 @@ UC1:Schedule_1
<http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0>
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 .
USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "H373-DUCT"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string .
ILAP:AccruedTimeContract_1
rdf:type ILAP:AccruedTimeContract ;
......@@ -43,15 +43,15 @@ ILAP:ActivityPlan_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Manual progress, Mhr Carrier"^^xsd:string , "Control object manula progress"^^xsd:string , "Procurement Milestone"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Document, Manual progres"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Control object progress"^^xsd:string , "Manual progress"^^xsd:string , "Document progress"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Job progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string .
"Manual progress, Mhr Carrier"^^xsd:string , "Control object manula progress"^^xsd:string , "Procurement Milestone"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Document, Manual progres"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Control object progress"^^xsd:string , "Manual progress"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Document progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Job progress"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string .
ILAP:ActivityWBS_1
rdf:type ILAP:ActivityWBS ;
rdfs:label "Activity WBS 1"^^xsd:string ;
ILAP:hasWBScomponent
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:PBS_ACAA_1 , SCCS:PBS_ACAA ;
ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ;
ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
<http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
......@@ -64,28 +64,28 @@ ILAP:ActivityWBS_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string ;
USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string .
"Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string ;
USERFIELDS:hasShort "JL"^^xsd:string , "VK"^^xsd:string .
<http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Contract General Milestones"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "X-Over"^^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 , "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 , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string ;
USERFIELDS:hasShort "G0"^^xsd:string , "D2"^^xsd:string , "W5"^^xsd:string , "AG"^^xsd:string , "W2"^^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:hasShort "G0"^^xsd:string , "D2"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W2"^^xsd:string , "AG"^^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 .
<http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Not CM-oppdrag"^^xsd:string , "CM-oppdrag"^^xsd:string .
"CM-oppdrag"^^xsd:string , "Not CM-oppdrag"^^xsd:string .
<http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"First Steam North System"^^xsd:string , "Full Steam Generation"^^xsd:string , "Steam Blowing"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string , "Utilities SAS Dependant"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string , "Safety Systems"^^xsd:string , "WIP A/B/C By pass exhaust ducting"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Buildingblock CA"^^xsd:string , "First Steam South System"^^xsd:string ;
USERFIELDS:hasShort "COR 7"^^xsd:string , "COR CA"^^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: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 .
ILAP:COR_KD_1
rdf:type SCCS:COR_KD ;
......@@ -107,8 +107,8 @@ ILAP:COR_KX_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Hotwork and Platform SD"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Document Control"^^xsd:string ;
USERFIELDS:hasShort "X"^^xsd:string , "HA09AD-TH"^^xsd:string , "DDZEG0000"^^xsd:string .
"Document Control"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string ;
USERFIELDS:hasShort "DDZEG0000"^^xsd:string , "HA09AD-TH"^^xsd:string , "X"^^xsd:string .
ILAP:Calendar_1
rdf:type ILAP:Calendar ;
......@@ -122,7 +122,9 @@ ILAP:Calendar_1
ILAP:Contract_1
rdf:type ILAP:Contract ;
rdfs:label "Contract 1"^^xsd:string .
rdfs:label "Contract 1"^^xsd:string ;
ILAP:hasContractType
ILAP:LumpSumContract .
<http://data.posccaesar.org/ilap/CopsasActIDForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
......@@ -152,7 +154,7 @@ ILAP:Contract_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "Follow-on"^^xsd:string , "MCC Støtte"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Offshore"^^xsd:string , "Medgått tid"^^xsd:string .
"Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "MCC Støtte"^^xsd:string , "Follow-on"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Medgått tid"^^xsd:string , "Offshore"^^xsd:string .
ILAP:FinishToStart_1_2
rdf:type ILAP:FinishToStart ;
......@@ -189,13 +191,13 @@ ILAP:IncentiveContract_2
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Andreas Gurk"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Lennart Svensson"^^xsd:string .
"Lennart Svensson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Christer Andersson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Andreas Gurk"^^xsd:string .
<http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasDescription
"6"^^xsd:string , "5"^^xsd:string , "4"^^xsd:string , "3"^^xsd:string , "2"^^xsd:string , "1"^^xsd:string , "18"^^xsd:string .
"18"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string , "5"^^xsd:string , "6"^^xsd:string .
ILAP:InvoicableWork_1
rdf:type ILAP:InvoicableWork ;
......@@ -205,7 +207,7 @@ ILAP:InvoicableWork_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Sluttrapport"^^xsd:string , "RFOC"^^xsd:string , "Studierapport"^^xsd:string .
"Studierapport"^^xsd:string , "RFOC"^^xsd:string , "Sluttrapport"^^xsd:string .
<http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8>
rdf:type USERFIELDS:FreeTextField ;
......@@ -218,7 +220,7 @@ ILAP:InvoicableWork_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Steam Blow off preparation"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Instrument Direct"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Painting 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 , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Level Glass"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string ;
"Steam Blow off preparation"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Instrument Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Level Glass"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string ;
USERFIELDS:hasShort "SR"^^xsd:string .
<http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0>
......@@ -229,7 +231,7 @@ ILAP:InvoicableWork_1
<http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0>
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 , "LR"^^xsd:string , "9"^^xsd:string , "12"^^xsd:string , "2A"^^xsd:string , "10"^^xsd:string , "2B"^^xsd:string , "3"^^xsd:string , "42"^^xsd:string , "1"^^xsd:string , "11"^^xsd:string , "8"^^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 .
ILAP:LumpSumContract_1
rdf:type ILAP:LumpSumContract ;
......@@ -280,7 +282,7 @@ ILAP:PBS_ACAA_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Gry Helle Nakstad"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Mattias Allebert"^^xsd:string .
"Mattias Allebert"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Erik Havnes"^^xsd:string , "Gry Helle Nakstad"^^xsd:string .
ILAP:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
......@@ -386,7 +388,7 @@ ILAP:ProjectExecutionSubPlan_UC1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ;
USERFIELDS:hasDescription
"Gunn Elin Harba"^^xsd:string , "Geir Sve"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Ove Løberg"^^xsd:string .
"Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Geir Sve"^^xsd:string , "Gunn Elin Harba"^^xsd:string .
<http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
......@@ -415,6 +417,8 @@ ILAP:ReimbursableContract_1
<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/UserFieldsForScheduledActivity2inILAPuseCaseReinertsenToStatoil1.8> .
......@@ -514,14 +518,14 @@ ILAP:SummerShutdown_UC1
ILAP:hasShutdownPriority
ILAP:NormalPriority ;
ILAP:hasShutdownType
ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown .
ILAP:ProductionShutdown , ILAP:ScheduledShutdown , ILAP:SystemShutdown .
<http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0>
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Non Specific And Across Many Systems"^^xsd:string , "Water Injection System General"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Mechanical Handling"^^xsd:string , "Open Drains"^^xsd:string , "Gas Lift"^^xsd:string , "Water Fire Fighting"^^xsd:string , "(blank)"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Navigation And Identification"^^xsd:string , "Fresh Water"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string ;
USERFIELDS:hasShort "600"^^xsd:string , "740"^^xsd:string , "610"^^xsd:string , "500"^^xsd:string , "260"^^xsd:string , "840"^^xsd:string , "G00"^^xsd:string , "510"^^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 .
"Non Specific And Across Many Systems"^^xsd:string , "Water Injection System General"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Mechanical Handling"^^xsd:string , "Open Drains"^^xsd:string , "Gas Lift"^^xsd:string , "Water Fire Fighting"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "(blank)"^^xsd:string , "Navigation And Identification"^^xsd:string , "Fresh Water"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Temporary Equipment"^^xsd:string , "Instrument and Utility Air"^^xsd:string ;
USERFIELDS:hasShort "600"^^xsd:string , "740"^^xsd:string , "260"^^xsd:string , "500"^^xsd:string , "610"^^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 .
ILAP:TargetBudget_1
rdf:type ILAP:TargetBudget ;
......@@ -537,14 +541,14 @@ ILAP:UserField
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasValueSource ;
owl:onProperty ILAP:hasValue ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasValue ;
owl:onProperty ILAP:hasValueSource ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
......@@ -699,15 +703,15 @@ USERFIELDS:UserField
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:MilestoneType ;
owl:onProperty USERFIELDS:hasMilestone
owl:onClass ILAP:Contractor ;
owl:onProperty USERFIELDS:hasContractor
] ;
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:hasMilestone
] .
USERFIELDS:hasCategory
......@@ -716,6 +720,9 @@ USERFIELDS:hasCategory
USERFIELDS:hasContractor
rdfs:range ILAP:ResponsibleOrganization .
USERFIELDS:hasDescription
rdfs:label "has Userfield Description"^^xsd:string .
USERFIELDS:hasDiscipline
rdfs:range ILAP:Discipline .
......@@ -735,6 +742,9 @@ USERFIELDS:hasProduct
USERFIELDS:hasProjectPhase
rdfs:range ILAP:Phase .
USERFIELDS:hasShort
rdfs:label "has Userfield Short"^^xsd:string .
USERFIELDS:hasShutdownType
rdfs:range ILAP:ShutdownType .
......