Tore Christiansen

Commited updates to get namespaces right for ILAP 1.5 demo

# baseURI: http://data.posccaesar.org/ilap/
# imports: http://data.posccaesar.org/15926/tech/ontology/core/v-1
@prefix BRREG: <http://data.posccaesar.org/brreg/> .
@prefix CCU: <http://data.posccaesar.org/ccu/> .
......@@ -22,17 +21,16 @@ EPCIS:CBVevent
ILAP:
rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/15926/tech/ontology/core/v-1> ;
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 <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
owl:onProperty ILAP:hasExternalReference ;
owl:someValuesFrom ILAP:ExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -41,14 +39,14 @@ ILAP:Activity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasExternalReference ;
owl:someValuesFrom ILAP:ExternalReference
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
] .
ILAP:ActivityNetwork
rdf:type owl:Class ;
rdfs:label "Activity network"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS329669> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS329669> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
......@@ -76,29 +74,29 @@ ILAP:BaselineSetting
rdfs:subClassOf ILAP:Planning .
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:CalendarWorkPeriod ;
owl:onProperty ILAP:hasCalendarWorkPeriod
owl:allValuesFrom ILAP:CalendarFreePeriod ;
owl:onProperty ILAP:hasCalendarFreePeriod
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarFreePeriod ;
owl:onProperty ILAP:hasCalendarFreePeriod
owl:allValuesFrom ILAP:CalendarWorkPeriod ;
owl:onProperty ILAP:hasCalendarWorkPeriod
] .
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 owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
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 ;
......@@ -110,49 +108,49 @@ 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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> , owl:Class ;
rdfs:label "calendar hour"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , owl:Thing .
ILAP:CalendarPeriod
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 period"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS356215271> ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , 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:CalendarWorkPeriod
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 work 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:onProperty ILAP:hasCalendarPeriodWorkHour ;
owl:someValuesFrom ILAP:CalendarHour
owl:onProperty ILAP:hasCalendarPeriodWorkDay ;
owl:someValuesFrom ILAP:CalendarDay
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasCalendarPeriodWorkDay ;
owl:someValuesFrom ILAP:CalendarDay
owl:onProperty ILAP:hasCalendarPeriodWorkHour ;
owl:someValuesFrom ILAP:CalendarHour
] .
ILAP:CalendarWorkPeriodWeekRepeat
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:CalendarWorkPeriod .
rdfs:subClassOf ILAP:CalendarWorkPeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
ILAP:ContractorWBS
rdf:type owl:Class ;
......@@ -175,7 +173,7 @@ ILAP:CurrentControlEstimate
rdfs:subClassOf ILAP:CostEstimate .
ILAP:CurrentControlSchedule
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 "CCS"^^xsd:string ;
rdfs:subClassOf ILAP:NetworkSchedule .
......@@ -195,8 +193,18 @@ ILAP:ExecutionPlan
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityNetwork ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom NPD:NPDelement ;
owl:onProperty ILAP:hasPlanNPDelement
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -205,30 +213,28 @@ ILAP:ExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanValueObjective ;
owl:onProperty ILAP:hasPlanValueObjective
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -239,45 +245,35 @@ ILAP:ExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUp
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom NPD:NPDelement ;
owl:onProperty ILAP:hasPlanNPDelement
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
owl:onProperty ILAP:hasPlanRollUp
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
owl:allValuesFrom ILAP:PlanValueObjective ;
owl:onProperty ILAP:hasPlanValueObjective
] .
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:hasReferenceID ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
owl:allValuesFrom ILAP:Application ;
owl:onProperty ILAP:hasReferenceApplication
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -286,19 +282,21 @@ ILAP:ExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Application ;
owl:onProperty ILAP:hasReferenceApplication
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasReferenceID ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
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 <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> .
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 <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> .
ILAP:LiveSchedule
rdf:type owl:Class ;
......@@ -306,18 +304,18 @@ ILAP:LiveSchedule
rdfs:subClassOf ILAP:CurrentControlSchedule .
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:Milestone
rdf:type owl:Class ;
rdfs:label "Milestone"^^xsd:string .
ILAP:NetworkSchedule
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 "Scheduled Activity Network"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:ActivityNetwork ;
rdfs:subClassOf ILAP:ActivityNetwork , <http://posccaesar.org/rdl/RDS333764> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
......@@ -347,14 +345,14 @@ ILAP:Phase
rdfs:subClassOf owl:Thing .
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 owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
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 "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 owl:Class ;
......@@ -367,29 +365,29 @@ ILAP:PlanExpenseType
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 <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
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 <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
ILAP:PlanLifecyclePhase
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 "Plan lifecycle phase"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
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 <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
ILAP:PlanValueObjective
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:label "Plan value objective"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
ILAP:PlannedActivity
rdf:type owl:Class ;
......@@ -397,8 +395,8 @@ ILAP:PlannedActivity
rdfs:subClassOf ILAP:Activity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasActivityResponsibleOrganization
owl:allValuesFrom ILAP:ContractorWBS ;
owl:onProperty ILAP:hasActivityContractorWBS
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -407,18 +405,18 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
owl:allValuesFrom ILAP:Successor ;
owl:onProperty ILAP:hasActivityPredecessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasActivityResponsibleOrganization
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Successor ;
owl:onProperty ILAP:hasActivityPredecessor
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -427,10 +425,8 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -439,23 +435,25 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Successor ;
owl:onProperty ILAP:hasActivitySuccessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ContractorWBS ;
owl:onProperty ILAP:hasActivityContractorWBS
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Phase ;
owl:onProperty ILAP:hasActivityPhase
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Successor ;
owl:onProperty ILAP:hasActivitySuccessor
] .
ILAP:PlannedResource
......@@ -474,9 +472,9 @@ ILAP:PortfolioPlan
rdfs:subClassOf ILAP:ExecutionPlan .
ILAP:Profile
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:label "Resource profile"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
ILAP:ProfilePoint
rdf:type owl:Class ;
......@@ -489,30 +487,30 @@ ILAP:ProgrammePlan
rdfs:subClassOf ILAP:ExecutionPlan .
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:label "Project"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS9629> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9629> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasName ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasName ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:ProjectPlan
......@@ -521,12 +519,12 @@ ILAP:ProjectPlan
rdfs:subClassOf ILAP:ExecutionPlan .
ILAP:Regular8To16WorkingDayCalendar
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 "Regular8To16Working day calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar .
rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .
ILAP:Resource
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 "Resource"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
......@@ -553,12 +551,12 @@ ILAP:ResponsibleOrganization
rdfs:subClassOf owl:Thing .
ILAP:ResponsiblePerson
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Class> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Class> , owl:Class ;
rdfs:label "Responsible"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS1001138391> .
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS1001138391> , owl:Thing .
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 .
......@@ -568,10 +566,8 @@ ILAP:ScheduledActivity
rdfs:subClassOf ILAP:Activity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
owl:allValuesFrom ILAP:ScheduledResource ;
owl:onProperty ILAP:hasActivityScheduledResource
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -582,8 +578,10 @@ ILAP:ScheduledActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ScheduledResource ;
owl:onProperty ILAP:hasActivityScheduledResource
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
] .
ILAP:ScheduledResource
......@@ -607,35 +605,35 @@ ILAP:SpecifiedUserField
rdfs:subClassOf ILAP:UserField .
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 <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> .
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 <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor .
rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> .
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:Successor
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 "Successor"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS44294438194> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , owl:Thing ;
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
] .
......@@ -663,9 +661,9 @@ ILAP:UserField
] .
ILAP:WeekendsFreeCalendar
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 "Weekends free calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
ILAP:WorkOrders
rdf:type owl:Class ;
......@@ -673,18 +671,18 @@ ILAP:WorkOrders
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:onProperty ILAP:hasWorkTaskActivity ;
owl:someValuesFrom ILAP:Activity
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasWorkTaskResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasWorkTaskResponsible
owl:onProperty ILAP:hasWorkTaskActivity ;
owl:someValuesFrom ILAP:Activity
] .
ILAP:hasActivityActualWeight
......@@ -787,7 +785,7 @@ ILAP:hasActivityPhase
rdfs:range ILAP:Phase .
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:range ILAP:ExecutionPlan .
......@@ -830,7 +828,7 @@ ILAP:hasActivityResponsibleOrganization
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:range ILAP:ResponsiblePerson .
......@@ -875,7 +873,7 @@ ILAP:hasActivityStatus
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:range ILAP:Successor ;
......@@ -922,7 +920,7 @@ ILAP:hasCalendarDate
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:range ILAP:CalendarFreePeriod .
......@@ -957,7 +955,7 @@ ILAP:hasCalendarPeriodWorkHour
rdfs:subPropertyOf ILAP:hasCalendarPeriodHour .
ILAP:hasCalendarWorkPeriod
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:Calendar ;
rdfs:label "has calendarcalendar work period"^^xsd:string ;
rdfs:range ILAP:CalendarWorkPeriod .
......@@ -1180,7 +1178,7 @@ ILAP:hasPlanRegulator
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanResponsible
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:label "has plan responsible"^^xsd:string .
ILAP:hasPlanRollUp
......@@ -1314,7 +1312,7 @@ ILAP:hasSchedulePlan
rdfs:range ILAP:ExecutionPlan .
ILAP:hasSuccessorActivity
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:Successor ;
rdfs:label "has successor activity "^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
......
# baseURI: http://data.posccaesar.org/Data/UC2/
# imports: http://data.posccaesar.org/NCS_PLANNING/
# c14n-version: 3
@prefix : <http://data.posccaesar.org/Data/UC2/> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix UC2: <http://data.posccaesar.org/Data/UC2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ILAP:
rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
@prefix : <http://data.posccaesar.org/Data/UC2/> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix NCS_PLANNING: <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix UC2: <http://data.posccaesar.org/Data/UC2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
UC2: rdf:type owl:Ontology .
ILAP:ActivityInPlan_1
rdf:type ILAP:PlannedActivity ;
ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ;
ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> ;
ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ;
ILAP:hasActivityContractor <http://data.posccaesar.org/brreg/Technip> ;
ILAP:hasActivityContractorWBS ILAP:ContractorWBS_1 ;
ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ;
ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ;
ILAP:hasActivityDuration "P0Y0M10D"^^xsd:duration ;
ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> ;
ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/COR_E_Equipment> ;
ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ;
ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ;
ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ;
ILAP:hasActivityLocation <http://data.posccaesar.org/npd/EldfiskC> ;
ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ;
ILAP:hasActivityPlan ILAP:Plan_1 ;
ILAP:hasActivityRegulator <http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasActivityResource <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ;
ILAP:hasActivityResource <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ;
ILAP:hasActivityResourceProfile ILAP:Profile_1 ;
ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasActivityResponsiblePerson <http://data.posccaesar.org/pob/RolfHansen> ;
ILAP:hasActivityResult <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ;
ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ;
ILAP:hasActivityServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ;
ILAP:hasActivitySuccessor ILAP:Successor_1 ;
ILAP:hasActivityVendor <http://data.posccaesar.org/brreg/SumitomoMetal> ;
ILAP:hasActivityWorkTask ILAP:WorkTask_1 ;
ILAP:hasActivityWorkTask <http://data.posccaesar.org/epcis/ArrivingEvent_1> ;
ILAP:hasActivityWorkTask <http://data.posccaesar.org/epcis/DepartingEvent_1> ;
ILAP:hasActivityWorkVolume "1000"^^xsd:float ;
ILAP:hasExternalReference ILAP:ExternalReference_1 ;
ILAP:hasFixedFinish "2014-04-15T09:00:00"^^xsd:dateTime ;
ILAP:hasFixedStart "2014-04-01T09:00:00"^^xsd:dateTime ;
rdfs:label "Activity in plan 1"^^xsd:string ;
.
rdf:type ILAP:PlannedActivity ;
rdfs:label "Activity in plan 1"^^xsd:string ;
ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ;
ILAP:hasActivityCalendar
NCS_PLANNING:Regular8To16WorkingDayCalendar ;
ILAP:hasActivityContractor
<http://data.posccaesar.org/brreg/Technip> ;
ILAP:hasActivityContractorWBS
ILAP:ContractorWBS_1 ;
ILAP:hasActivityDiscipline
<http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ;
ILAP:hasActivityDuration
"P0Y0M10D"^^xsd:duration ;
ILAP:hasActivityILAPWBS
<http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/COR_E_Equipment> ;
ILAP:hasActivityLocation
<http://data.posccaesar.org/npd/EldfiskC> ;
ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
ILAP:hasActivityPhase
<http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
ILAP:hasActivityPlan
ILAP:Plan_1 ;
ILAP:hasActivityRegulator
<http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasActivityResource
<http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ;
ILAP:hasActivityResourceProfile
ILAP:Profile_1 ;
ILAP:hasActivityResponsibleOrganization
<http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasActivityResponsiblePerson
<http://data.posccaesar.org/pob/RolfHansen> ;
ILAP:hasActivityResult
<http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ;
ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ;
ILAP:hasActivityServiceSupplier
<http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasActivityStatus
NCS_PLANNING:Active ;
ILAP:hasActivitySuccessor
ILAP:Successor_1 ;
ILAP:hasActivityVendor
<http://data.posccaesar.org/brreg/SumitomoMetal> ;
ILAP:hasActivityWorkTask
<http://data.posccaesar.org/epcis/DepartingEvent_1> , <http://data.posccaesar.org/epcis/ArrivingEvent_1> , ILAP:WorkTask_1 ;
ILAP:hasActivityWorkVolume
"1000"^^xsd:float ;
ILAP:hasExternalReference
ILAP:ExternalReference_1 ;
ILAP:hasFixedFinish "2014-04-15T09:00:00"^^xsd:dateTime ;
ILAP:hasFixedStart "2014-04-01T09:00:00"^^xsd:dateTime .
ILAP:ActivityInPlan_2
rdf:type ILAP:PlannedActivity ;
ILAP:hasActivityPlan ILAP:Plan_1 ;
ILAP:hasActivityPredecessor ILAP:Successor_1 ;
ILAP:hasActivitySuccessor ILAP:Successor_2 ;
rdfs:label "Activity in plan 2"^^xsd:string ;
.
rdf:type ILAP:PlannedActivity ;
rdfs:label "Activity in plan 2"^^xsd:string ;
ILAP:hasActivityPlan
ILAP:Plan_1 ;
ILAP:hasActivityPredecessor
ILAP:Successor_1 ;
ILAP:hasActivitySuccessor
ILAP:Successor_2 .
ILAP:ActivityInPlan_3
rdf:type ILAP:PlannedActivity ;
ILAP:hasActivityPlan ILAP:Plan_1 ;
ILAP:hasActivityPredecessor ILAP:Successor_2 ;
rdfs:label "Activity in plan 3"^^xsd:string ;
.
rdf:type ILAP:PlannedActivity ;
rdfs:label "Activity in plan 3"^^xsd:string ;
ILAP:hasActivityPlan
ILAP:Plan_1 ;
ILAP:hasActivityPredecessor
ILAP:Successor_2 .
ILAP:ActivityInSchedule_1
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ;
ILAP:hasActivityDuration "P0Y0M10D"^^xsd:duration ;
ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_1 ;
ILAP:hasActivitySchedule ILAP:TargetSchedule_1 ;
ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ;
ILAP:hasActivityWorkVolume "30"^^xsd:float ;
ILAP:hasEarlyFinish "2014-04-15T09:00:00"^^xsd:dateTime ;
ILAP:hasEarlyStart "2014-04-01T09:00:00"^^xsd:dateTime ;
ILAP:hasExternalReference ILAP:ExternalReference_4 ;
ILAP:hasLateFinish "2014-04-20T09:00:00"^^xsd:dateTime ;
ILAP:hasLateStart "2014-04-01T09:00:00"^^xsd:dateTime ;
rdfs:label "Activity in schedule 1"^^xsd:string ;
.
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Activity in schedule 1"^^xsd:string ;
ILAP:hasActivityCalendar
NCS_PLANNING:Regular8To16WorkingDayCalendar ;
ILAP:hasActivityDuration
"P0Y0M10D"^^xsd:duration ;
ILAP:hasActivityInScheduleActivityInPlan
ILAP:ActivityInPlan_1 ;
ILAP:hasActivitySchedule
ILAP:TargetSchedule_1 ;
ILAP:hasActivityStatus
NCS_PLANNING:Scheduled ;
ILAP:hasActivityWorkVolume
"30"^^xsd:float ;
ILAP:hasEarlyFinish "2014-04-15T09:00:00"^^xsd:dateTime ;
ILAP:hasEarlyStart "2014-04-01T09:00:00"^^xsd:dateTime ;
ILAP:hasExternalReference
ILAP:ExternalReference_4 ;
ILAP:hasLateFinish "2014-04-20T09:00:00"^^xsd:dateTime ;
ILAP:hasLateStart "2014-04-01T09:00:00"^^xsd:dateTime .
ILAP:ActivityInSchedule_2
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_2 ;
ILAP:hasActivitySchedule ILAP:TargetSchedule_1 ;
ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ;
rdfs:label "Activity in schedule 2"^^xsd:string ;
.
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Activity in schedule 2"^^xsd:string ;
ILAP:hasActivityInScheduleActivityInPlan
ILAP:ActivityInPlan_2 ;
ILAP:hasActivitySchedule
ILAP:TargetSchedule_1 ;
ILAP:hasActivityStatus
NCS_PLANNING:Active .
ILAP:ActivityInSchedule_3
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_3 ;
ILAP:hasActivitySchedule ILAP:TargetSchedule_1 ;
ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ;
rdfs:label "Activity in schedule 3"^^xsd:string ;
.
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Activity in schedule 3"^^xsd:string ;
ILAP:hasActivityInScheduleActivityInPlan
ILAP:ActivityInPlan_3 ;
ILAP:hasActivitySchedule
ILAP:TargetSchedule_1 ;
ILAP:hasActivityStatus
NCS_PLANNING:Scheduled .
ILAP:ActivityInSchedule_4
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_1 ;
ILAP:hasActivitySchedule ILAP:ActualSchedule_1 ;
ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ;
rdfs:label "Activity in schedule 4"^^xsd:string ;
.
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Activity in schedule 4"^^xsd:string ;
ILAP:hasActivityInScheduleActivityInPlan
ILAP:ActivityInPlan_1 ;
ILAP:hasActivitySchedule
ILAP:ActualSchedule_1 ;
ILAP:hasActivityStatus
NCS_PLANNING:Scheduled .
ILAP:ActivityInSchedule_5
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_2 ;
ILAP:hasActivitySchedule ILAP:ActualSchedule_1 ;
ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ;
rdfs:label "Activity in schedule 5"^^xsd:string ;
.
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Activity in schedule 5"^^xsd:string ;
ILAP:hasActivityInScheduleActivityInPlan
ILAP:ActivityInPlan_2 ;
ILAP:hasActivitySchedule
ILAP:ActualSchedule_1 ;
ILAP:hasActivityStatus
NCS_PLANNING:Scheduled .
ILAP:ActivityInSchedule_6
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_3 ;
ILAP:hasActivitySchedule ILAP:ActualSchedule_1 ;
ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ;
rdfs:label "Activity in schedule 6"^^xsd:string ;
.
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Activity in schedule 6"^^xsd:string ;
ILAP:hasActivityInScheduleActivityInPlan
ILAP:ActivityInPlan_3 ;
ILAP:hasActivitySchedule
ILAP:ActualSchedule_1 ;
ILAP:hasActivityStatus
NCS_PLANNING:Scheduled .
ILAP:ActualSchedule_1
rdf:type ILAP:ActualSchedule ;
ILAP:hasBaselineCreatedDate "2014-03-15"^^xsd:date ;
ILAP:hasExternalReference ILAP:ExternalReference_1 ;
ILAP:hasSchedulePlan ILAP:Plan_1 ;
rdfs:label "Actual schedule 1"^^xsd:string ;
.
rdf:type ILAP:ActualSchedule ;
rdfs:label "Actual schedule 1"^^xsd:string ;
ILAP:hasBaselineCreatedDate
"2014-03-15"^^xsd:date ;
ILAP:hasExternalReference
ILAP:ExternalReference_1 ;
ILAP:hasSchedulePlan
ILAP:Plan_1 .
ILAP:ContractorWBS_1
rdf:type ILAP:ContractorWBS ;
ILAP:hasContractorWBSelement "Installation activity"^^xsd:string ;
ILAP:hasContractorWBSelement "Installing pump"^^xsd:string ;
ILAP:hasContractorWBSelement "Pump engineer"^^xsd:string ;
rdfs:label "Contractor WBS 1"^^xsd:string ;
.
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 1"^^xsd:string ;
ILAP:hasContractorWBSelement
"Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string .
ILAP:ExternalReference_1
rdf:type ILAP:ExternalReference ;
ILAP:hasReferenceApplication <http://data.posccaesar.org/NCS_PLANNING/Safran> ;
ILAP:hasReferenceID "UC2-Ex1-Safran-101"^^xsd:string ;
ILAP:hasReferenceSource <http://data.posccaesar.org/brreg/Sevan> ;
rdfs:label "External reference 1"^^xsd:string ;
.
rdf:type ILAP:ExternalReference ;
rdfs:label "External reference 1"^^xsd:string ;
ILAP:hasReferenceApplication
NCS_PLANNING:Safran ;
ILAP:hasReferenceID "UC2-Ex1-Safran-101"^^xsd:string ;
ILAP:hasReferenceSource
<http://data.posccaesar.org/brreg/Sevan> .
ILAP:ExternalReference_2
rdf:type ILAP:ExternalReference ;
ILAP:hasReferenceApplication <http://data.posccaesar.org/NCS_PLANNING/Primavera> ;
ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string ;
ILAP:hasReferenceSource <http://data.posccaesar.org/brreg/Schlumberger> ;
rdfs:label "External reference 2"^^xsd:string ;
.
rdf:type ILAP:ExternalReference ;
rdfs:label "External reference 2"^^xsd:string ;
ILAP:hasReferenceApplication
NCS_PLANNING:Primavera ;
ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string ;
ILAP:hasReferenceSource
<http://data.posccaesar.org/brreg/Schlumberger> .
ILAP:ExternalReference_3
rdf:type ILAP:ExternalReference ;
rdfs:label "External reference 3"^^xsd:string ;
.
rdf:type ILAP:ExternalReference ;
rdfs:label "External reference 3"^^xsd:string .
ILAP:ExternalReference_4
rdf:type ILAP:ExternalReference ;
rdfs:label "External reference 4"^^xsd:string ;
.
rdf:type ILAP:ExternalReference ;
rdfs:label "External reference 4"^^xsd:string .
ILAP:Milestone_1
rdf:type ILAP:Milestone ;
rdfs:label "Milestone 1"^^xsd:string ;
.
rdf:type ILAP:Milestone ;
rdfs:label "Milestone 1"^^xsd:string .
ILAP:Plan_1
rdf:type ILAP:ExecutionPlan ;
ILAP:hasExternalReference ILAP:ExternalReference_3 ;
ILAP:hasPlanAsset <http://data.posccaesar.org/diskos/EkofiskField> ;
ILAP:hasPlanAssetOwner <http://data.posccaesar.org/brreg/ConocoPhillips> ;
ILAP:hasPlanContentType <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ;
ILAP:hasPlanContractType <http://data.posccaesar.org/NCS_PLANNING/ScheduleDriven> ;
ILAP:hasPlanContractor <http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasPlanGeoArea <http://data.posccaesar.org/NCS_PLANNING/Facility> ;
ILAP:hasPlanLevel <http://data.posccaesar.org/NCS_PLANNING/L3_ProjectControlNetworkSchedule> ;
ILAP:hasPlanLicensePartner <http://data.posccaesar.org/brreg/Lundin> ;
ILAP:hasPlanLifecyclePhase <http://data.posccaesar.org/NCS_PLANNING/Maintenance> ;
ILAP:hasPlanNPDelement <http://data.posccaesar.org/npd/EldfiskC> ;
ILAP:hasPlanOperator <http://data.posccaesar.org/brreg/ConocoPhillips> ;
ILAP:hasPlanProject ILAP:Project_1 ;
ILAP:hasPlanProjectType <http://data.posccaesar.org/NCS_PLANNING/BrownFieldProject> ;
ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasPlanResponsible <http://data.posccaesar.org/brreg/Lundin> ;
ILAP:hasPlanRollUp ILAP:Plan_2 ;
ILAP:hasPlanServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasPlanSubplan ILAP:Plan_3 ;
ILAP:hasPlanValueObjective <http://data.posccaesar.org/NCS_PLANNING/BusinessAsUsual> ;
rdfs:label "Plan 1"^^xsd:string ;
.
rdf:type ILAP:ExecutionPlan ;
rdfs:label "Plan 1"^^xsd:string ;
ILAP:hasExternalReference
ILAP:ExternalReference_3 ;
ILAP:hasPlanAsset <http://data.posccaesar.org/diskos/EkofiskField> ;
ILAP:hasPlanAssetOwner
<http://data.posccaesar.org/brreg/ConocoPhillips> ;
ILAP:hasPlanContentType
<http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ;
ILAP:hasPlanContractType
NCS_PLANNING:ScheduleDriven ;
ILAP:hasPlanContractor
<http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasPlanGeoArea NCS_PLANNING:Facility ;
ILAP:hasPlanLevel NCS_PLANNING:L3_ProjectControlNetworkSchedule ;
ILAP:hasPlanLicensePartner
<http://data.posccaesar.org/brreg/Lundin> ;
ILAP:hasPlanLifecyclePhase
NCS_PLANNING:Maintenance ;
ILAP:hasPlanNPDelement
<http://data.posccaesar.org/npd/EldfiskC> ;
ILAP:hasPlanOperator
<http://data.posccaesar.org/brreg/ConocoPhillips> ;
ILAP:hasPlanProject ILAP:Project_1 ;
ILAP:hasPlanProjectType
NCS_PLANNING:BrownFieldProject ;
ILAP:hasPlanRegulator
<http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasPlanResponsible
<http://data.posccaesar.org/brreg/Lundin> ;
ILAP:hasPlanRollUp ILAP:Plan_2 ;
ILAP:hasPlanServiceSupplier
<http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasPlanSubplan ILAP:Plan_3 ;
ILAP:hasPlanValueObjective
NCS_PLANNING:BusinessAsUsual .
ILAP:Plan_2
rdf:type ILAP:ExecutionPlan ;
rdfs:label "Plan 2"^^xsd:string ;
.
rdf:type ILAP:ExecutionPlan ;
rdfs:label "Plan 2"^^xsd:string .
ILAP:Plan_3
rdf:type ILAP:ExecutionPlan ;
rdfs:label "Plan 3"^^xsd:string ;
.
rdf:type ILAP:ExecutionPlan ;
rdfs:label "Plan 3"^^xsd:string .
ILAP:Profile_1
rdf:type ILAP:Profile ;
rdfs:label "Profile 1"^^xsd:string ;
.
rdf:type ILAP:Profile ;
rdfs:label "Profile 1"^^xsd:string .
ILAP:Project_1
rdf:type ILAP:Project ;
ILAP:hasExternalReference ILAP:ExternalReference_1 ;
ILAP:hasName "Use Case 2 Project 1"^^xsd:string ;
ILAP:hasProjectResponsible <http://data.posccaesar.org/brreg/ConocoPhillips> ;
ILAP:hasProjectSubproject ILAP:Project_2 ;
rdfs:label "Project 1"^^xsd:string ;
.
rdf:type ILAP:Project ;
rdfs:label "Project 1"^^xsd:string ;
ILAP:hasExternalReference
ILAP:ExternalReference_1 ;
ILAP:hasName "Use Case 2 Project 1"^^xsd:string ;
ILAP:hasProjectResponsible
<http://data.posccaesar.org/brreg/ConocoPhillips> ;
ILAP:hasProjectSubproject
ILAP:Project_2 .
ILAP:Project_2
rdf:type ILAP:Project ;
rdfs:label "Project 2"^^xsd:string ;
.
rdf:type ILAP:Project ;
rdfs:label "Project 2"^^xsd:string .
ILAP:Successor_1
rdf:type ILAP:Successor ;
ILAP:hasPredecessorActivity ILAP:ActivityInPlan_1 ;
ILAP:hasSuccessorActivity ILAP:ActivityInPlan_2 ;
ILAP:hasSuccessorLag 5 ;
ILAP:hasSuccessorMilestone ILAP:Milestone_1 ;
rdfs:label "Successor 1"^^xsd:string ;
.
rdf:type ILAP:Successor ;
rdfs:label "Successor 1"^^xsd:string ;
ILAP:hasPredecessorActivity
ILAP:ActivityInPlan_1 ;
ILAP:hasSuccessorActivity
ILAP:ActivityInPlan_2 ;
ILAP:hasSuccessorLag
5 ;
ILAP:hasSuccessorMilestone
ILAP:Milestone_1 .
ILAP:Successor_2
rdf:type ILAP:Successor ;
ILAP:hasPredecessorActivity ILAP:ActivityInPlan_2 ;
ILAP:hasSuccessorActivity ILAP:ActivityInPlan_3 ;
ILAP:hasSuccessorLag 2 ;
rdfs:label "Successor 2"^^xsd:string ;
.
rdf:type ILAP:Successor ;
rdfs:label "Successor 2"^^xsd:string ;
ILAP:hasPredecessorActivity
ILAP:ActivityInPlan_2 ;
ILAP:hasSuccessorActivity
ILAP:ActivityInPlan_3 ;
ILAP:hasSuccessorLag
2 .
ILAP:TargetSchedule_1
rdf:type ILAP:TargetSchedule ;
ILAP:hasBaselineCreatedDate "2014-03-01"^^xsd:date ;
ILAP:hasExternalReference ILAP:ExternalReference_2 ;
ILAP:hasSchedulePlan ILAP:Plan_1 ;
rdfs:label "Target schedule 1"^^xsd:string ;
.
rdf:type ILAP:TargetSchedule ;
rdfs:label "Target schedule 1"^^xsd:string ;
ILAP:hasBaselineCreatedDate
"2014-03-01"^^xsd:date ;
ILAP:hasExternalReference
ILAP:ExternalReference_2 ;
ILAP:hasSchedulePlan
ILAP:Plan_1 .
ILAP:UC2_ActivityInSchedule_1-hasActivityInScheduleActivityInPlan-UC2_ActivityInPlan_1
rdf:type rdf:Statement ;
rdf:object ILAP:ActivityInPlan_1 ;
rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ;
rdf:subject ILAP:ActivityInSchedule_1 ;
rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string ;
.
rdf:type rdf:Statement ;
rdf:object ILAP:ActivityInPlan_1 ;
rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ;
rdf:subject ILAP:ActivityInSchedule_1 ;
rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string .
ILAP:UserField_1
rdf:type ILAP:UserField ;
ILAP:hasUserFieldContractor <http://data.posccaesar.org/brreg/SumitomoMetal> ;
ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/ConocoPhillips> ;
rdfs:label "User field 1"^^xsd:string ;
.
rdf:type ILAP:UserField ;
rdfs:label "User field 1"^^xsd:string ;
ILAP:hasUserFieldContractor
<http://data.posccaesar.org/brreg/SumitomoMetal> ;
ILAP:hasUserFieldSource
<http://data.posccaesar.org/brreg/ConocoPhillips> .
ILAP:WorkTask_1
rdf:type ILAP:WorkTask ;
ILAP:hasWorkTaskActivity ILAP:ActivityInPlan_1 ;
ILAP:hasWorkTaskResponsible <http://data.posccaesar.org/brreg/Subsea7> ;
ILAP:hasWorkTaskServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasWorkTaskVendor <http://data.posccaesar.org/brreg/Sevan> ;
rdfs:label "Work task 1"^^xsd:string ;
.
rdf:type ILAP:WorkTask ;
rdfs:label "Work task 1"^^xsd:string ;
ILAP:hasWorkTaskActivity
ILAP:ActivityInPlan_1 ;
ILAP:hasWorkTaskResponsible
<http://data.posccaesar.org/brreg/Subsea7> ;
ILAP:hasWorkTaskServiceSupplier
<http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasWorkTaskVendor
<http://data.posccaesar.org/brreg/Sevan> .
ILAP:hasReferenceID
rdfs:domain owl:Thing ;
.
rdfs:domain owl:Thing .
......