Tore Christiansen

Upgrade structure and content (classes and properties) to version 1.5.3

......@@ -62,7 +62,7 @@ NCS:Exploration
NCS:IndividualInCorClass
rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ;
rdfs:label "Individual in cor class"^^xsd:string ;
rdfs:subClassOf NCS:IndividualInNorsokClass .
rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass .
NCS:IndividualInNorsokClass
rdf:type owl:Class ;
......@@ -127,7 +127,7 @@ ILAP:BusinessArea
rdfs:label "Business area"^^xsd:string .
ILAP:BusinessAsUsual
rdf:type ILAP:PlanValueObjective ;
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Business as usual"^^xsd:string .
ILAP:CAPEX
......@@ -159,7 +159,7 @@ ILAP:Development
rdfs:label "Develop"^^xsd:string .
ILAP:DisasterRecovery
rdf:type ILAP:PlanValueObjective ;
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Disaster recovery"^^xsd:string .
ILAP:Disposal
......@@ -215,11 +215,11 @@ ILAP:GreenFieldProject
rdfs:label "Green field project"^^xsd:string .
ILAP:IncreasedRecovery
rdf:type ILAP:PlanValueObjective ;
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Increased recovery"^^xsd:string .
ILAP:IncrementalImprovement
rdf:type ILAP:PlanValueObjective ;
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Incremental improvement"^^xsd:string .
ILAP:L1_ProgramPortfolioSchedule
......@@ -259,7 +259,7 @@ ILAP:Maintenance
rdfs:label "Maintain"^^xsd:string .
ILAP:ManagedClosedown
rdf:type ILAP:PlanValueObjective ;
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Managed closedown"^^xsd:string .
ILAP:Modification
......@@ -291,7 +291,7 @@ ILAP:Primavera
rdfs:label "Primavera"^^xsd:string .
ILAP:RadicalChange
rdf:type ILAP:PlanValueObjective ;
rdf:type ILAP:PlanObjectiveType ;
rdfs:label "Radical change"^^xsd:string .
ILAP:Regular8To16WorkingDayCalendar
......@@ -381,7 +381,25 @@ ILAP:Wellbore
rdfs:label "Wellbore"^^xsd:string .
ILAP:hasActivityBaselineSchedule
rdfs:range ILAP:NetworkSchedule .
rdfs:range ILAP:Schedule .
ILAP:hasActivityResource
rdfs:domain ILAP:Activity ;
rdfs:range ILAP:Resource .
ILAP:hasActivityResourceProfile
rdfs:domain ILAP:Activity .
ILAP:hasActivityWBS
rdfs:range ILAP:ActivityWBS .
ILAP:hasCalendarPeriodDay
rdfs:domain ILAP:CalendarPeriod ;
rdfs:range ILAP:CalendarDay .
ILAP:hasCalendarPeriodHour
rdfs:domain ILAP:CalendarPeriod ;
rdfs:range ILAP:CalendarHour .
ILAP:hasPlanAsset
rdfs:range <http://data.posccaesar.org/diskos/Asset> .
......
......@@ -14,30 +14,18 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.posccaesar.org/Data/UC2/FinishToStart_1>
ILAP:hasPredecessorActivity
ILAP:PlannedActivity_1 .
<http://data.posccaesar.org/Data/UC2/NetworkSchedule_1>
ILAP:hasSchedulePlan
ILAP:ProjectPlan_1 .
<http://data.posccaesar.org/Data/UC2/PlannedActivity_1>
ILAP:hasActivityPlan
ILAP:ProjectPlan_1 .
ILAP:
rdf:type owl:Ontology ;
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 ILAP:PossibleIndividual ;
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 ;
......@@ -46,19 +34,33 @@ 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:ActivityDependency
rdf:type owl:Class ;
rdfs:label "Activity dependency"^^xsd:string ;
rdfs:subClassOf owl:Thing .
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:hasSuccessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
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 <http://posccaesar.org/rdl/RDS329669> , owl:Thing ;
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
......@@ -66,29 +68,34 @@ ILAP:ActivityPlan
] .
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 owl:Thing , <http://posccaesar.org/rdl/RDS7506263> .
rdfs:subClassOf ILAP:Network .
ILAP:Application
rdf:type owl:Class ;
rdfs:label "Application"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:Asset
rdf:type owl:Class ;
rdfs:label "Asset"^^xsd:string ;
rdfs:subClassOf owl:Thing .
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 owl:Thing .
rdfs:subClassOf ILAP:Network .
ILAP:BaselineSchedule
rdf:type owl:Class ;
rdfs:label "Baseline schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
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
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarWorkPeriod ;
owl:onProperty ILAP:hasCalendarWorkPeriod
] ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarFreePeriod ;
......@@ -96,14 +103,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 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 ;
......@@ -115,68 +122,43 @@ 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 owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing .
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 period"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
] ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
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> ;
rdfs:label "Calendar work period"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasCalendarPeriodWorkHour ;
owl:someValuesFrom ILAP:CalendarHour
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasCalendarPeriodWorkDay ;
owl:someValuesFrom ILAP:CalendarDay
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
] .
ILAP:CalendarWorkPeriodWeekRepeat
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdfs:label "Free day"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarWorkPeriod .
ILAP:ContractControlSchedule
ILAP:Constraint
rdf:type owl:Class ;
rdfs:label "Contract control schedule"^^xsd:string ;
rdfs:subClassOf ILAP:ControlSchedule .
ILAP:ContractorsContractControlSchedule
rdf:type owl:Class ;
rdfs:label "Contractors contract control schedule"^^xsd:string ;
rdfs:subClassOf ILAP:ContractControlSchedule .
ILAP:ContractorsProjectControlSchedule
rdf:type owl:Class ;
rdfs:label "Contractors project control schedule"^^xsd:string ;
rdfs:subClassOf ILAP:ProjectControlSchedule .
rdfs:label "Constraint"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:ControlSchedule
rdf:type owl:Class ;
rdfs:label "Control schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Baseline .
ILAP:Cost
rdf:type owl:Class ;
rdfs:label "Cost"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:CostBased
......@@ -187,22 +169,17 @@ ILAP:CostBased
ILAP:CostEstimate
rdf:type owl:Class ;
rdfs:label "Cost estimate"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:CurrentControlEstimate
rdf:type owl:Class ;
rdfs:label "Current control estimate"^^xsd:string ;
rdfs:subClassOf ILAP:CostEstimate .
rdfs:subClassOf ILAP:ResourceStructure .
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:NetworkSchedule .
rdfs:subClassOf ILAP:Schedule .
ILAP:Data
rdf:type owl:Class ;
rdfs:label "Data"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf ILAP:Information ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Project ;
......@@ -212,9 +189,9 @@ ILAP:Data
] .
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 <http://posccaesar.org/rdl/RDS6811233> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> .
ILAP:ExecutionPlan
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
......@@ -222,42 +199,40 @@ ILAP:ExecutionPlan
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityPlan ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecyclePhase ;
owl:onProperty ILAP:hasPlanLifecyclePhase
owl:allValuesFrom NPD:NPDelement ;
owl:onProperty ILAP:hasPlanNPDelement
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanValueObjective ;
owl:onProperty ILAP:hasPlanValueObjective
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom NPD:NPDelement ;
owl:onProperty ILAP:hasPlanNPDelement
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -266,45 +241,45 @@ ILAP:ExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
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:hasPlanSubplan
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
owl:allValuesFrom ILAP:PlanLifecyclePhase ;
owl:onProperty ILAP:hasPlanLifecycleStage
] .
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 ;
......@@ -313,115 +288,105 @@ 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:ActivityDependency , <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:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
ILAP:Information
rdf:type owl:Class ;
rdfs:label "Information"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:Knowledge
rdf:type owl:Class ;
rdfs:label "Knowledge"^^xsd:string ;
rdfs:subClassOf ILAP:Information .
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:NetworkSchedule .
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: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:NetworkSchedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Scheduled Activity Network"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasSchedulePlan
] .
ILAP:OriginalControlEstimate
ILAP:Network
rdf:type owl:Class ;
rdfs:label "Original control estimate"^^xsd:string ;
rdfs:subClassOf ILAP:CostEstimate .
ILAP:OwnersContractControlSchedule
rdf:type owl:Class ;
rdfs:label "Owners control schedule"^^xsd:string ;
rdfs:subClassOf ILAP:ContractControlSchedule .
rdfs:label "Network"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:OwnersProjectControlSchedule
ILAP:Objective
rdf:type owl:Class ;
rdfs:label "Owners project control schedule"^^xsd:string ;
rdfs:subClassOf ILAP:ProjectControlSchedule .
rdfs:label "Objective"^^xsd:string ;
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 <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 <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:PlanObjectiveType
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> .
ILAP:PlanPhase
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 "Phase"^^xsd:string ;
rdfs:subClassOf 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 <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
ILAP:PlanValueObjective
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
rdfs:label "Plan value objective"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
ILAP:PlanWorkOrderPlan
rdf:type owl:Class ;
rdfs:label "Plan work order plan"^^xsd:string ;
rdfs:subClassOf ILAP:ExecutionPlan .
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
ILAP:PlannedActivity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
......@@ -434,11 +399,6 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBS
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ExecutionPlan ;
......@@ -446,239 +406,157 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivityPredecessor
] ;
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:allValuesFrom ILAP:Successor ;
owl:onProperty ILAP:hasActivitySuccessor
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanPhase ;
owl:onProperty ILAP:hasActivityPhase
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBS
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Profile ;
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Successor ;
owl:onProperty ILAP:hasActivityPredecessor
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
] .
ILAP:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string ;
ILAP:hasActivityActualProgressPercent
"50"^^xsd:float ;
ILAP:hasActivityCalendar
<http://data.posccaesar.org/Data/UC2/Regular8To16WorkingDayCalendar_1> ;
ILAP:hasActivityContractor
BRREG:Subsea7 ;
ILAP:hasActivityDiscipline
<http://data.posccaesar.org/Data/UC2/Discipline_1> ;
ILAP:hasActivityEstimatedWeight
"15000"^^xsd:float ;
ILAP:hasActivityLocation
NPD:StafjordA , <http://data.posccaesar.org/Data/UC2/Location_1> ;
ILAP:hasActivityPartActivity
<http://data.posccaesar.org/Data/UC2/PlannedActivity_2> ;
ILAP:hasActivityPhase
NCS:Operation ;
ILAP:hasActivityPhysicalPercentComplete
"45"^^xsd:float ;
ILAP:hasActivityPlan
ILAP:ProjectPlan_1 ;
ILAP:hasActivityPlannedProgressPercent
55 ;
ILAP:hasActivityRegulator
BRREG:NPD ;
ILAP:hasActivityResponsibleOrganization
<http://data.posccaesar.org/Data/UC2/ResponsibleOrganization_1> ;
ILAP:hasActivityResponsiblePerson
<http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ;
ILAP:hasActivityServiceSupplier
BRREG:Schlumberger ;
ILAP:hasActivityStatus
NCS:Active ;
ILAP:hasActivitySuccessor
<http://data.posccaesar.org/Data/UC2/FinishToStart_1> ;
ILAP:hasActivityTaskLeader
<http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ;
ILAP:hasActivityVendor
BRREG:BakerHughes ;
ILAP:hasActivityWBS <http://data.posccaesar.org/Data/UC2/ActivityWBS_1> ;
ILAP:hasActivityWorkVolume
"550"^^xsd:float .
ILAP:PortfolioPlan
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Portfolio plan"^^xsd:string ;
rdfs:subClassOf ILAP:ExecutionPlan .
ILAP:Profile
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> .
ILAP:ProfilePoint
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdfs:label "Profile point"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
ILAP:PlanningApplication
rdf:type owl:Class ;
rdfs:label "Planning application"^^xsd:string ;
rdfs:subClassOf ILAP:Application .
ILAP:ProgrammePlan
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Programme plan"^^xsd:string ;
rdfs:subClassOf ILAP:ExecutionPlan .
ILAP:PossibleIndividual
rdf:type owl:Class ;
rdfs:label "Possible individual"^^xsd:string ;
rdfs:subClassOf owl:Thing .
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:ProjectControlSchedule
rdf:type owl:Class ;
rdfs:label "Project control schedule"^^xsd:string ;
rdfs:subClassOf ILAP:ControlSchedule .
ILAP:ProjectPlan
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Project plan"^^xsd:string ;
rdfs:subClassOf ILAP:ExecutionPlan .
ILAP:ProjectPlan_1
rdf:type ILAP:ProjectPlan ;
rdfs:label "Project plan 1"^^xsd:string ;
ILAP:hasExternalReference
<http://data.posccaesar.org/Data/UC2/R-1234567890> ;
ILAP:hasPlanAssetOwner
BRREG:EniNorge ;
ILAP:hasPlanContractType
ILAP:ScheduleDriven ;
ILAP:hasPlanContractor
BRREG:Subsea7 ;
ILAP:hasPlanExpenseType
ILAP:CAPEX ;
ILAP:hasPlanGeoArea ILAP:Facility ;
ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ;
ILAP:hasPlanLicensePartner
BRREG:EniNorge ;
ILAP:hasPlanLifecyclePhase
ILAP:Development ;
ILAP:hasPlanNPDelement
NPD:Goliat , <http://data.posccaesar.org/Data/UC2/Location_1> ;
ILAP:hasPlanOperator
BRREG:EniNorge ;
ILAP:hasPlanProject <http://data.posccaesar.org/Data/UC2/Project_1> ;
ILAP:hasPlanProjectType
ILAP:GreenFieldProject ;
ILAP:hasPlanRegulator
BRREG:NPD ;
ILAP:hasPlanResponsible
BRREG:EniNorge ;
ILAP:hasPlanRollUpPlan
<http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ;
ILAP:hasPlanServiceSupplier
BRREG:Schlumberger , BRREG:BakerHughes ;
ILAP:hasPlanSubplan <http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ;
ILAP:hasPlanValueObjective
ILAP:BusinessAsUsual ;
ILAP:hasReferenceID "RDS489590"^^xsd:string .
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 "Regular8To16Working day calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> .
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:ResourceBased
rdf:type owl:Class ;
rdfs:label "Resource based"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
ILAP:ResourceProfile
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> .
ILAP:ResourceProfilePoint
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 owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
ILAP:ResourceStructure
rdf:type owl:Class ;
rdfs:label "Resource structure"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
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 <http://posccaesar.org/rdl/RDS282149> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> .
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"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> .
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 .
ILAP:RevisedSchedule
ILAP:Schedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Revised schedule"^^xsd:string ;
rdfs:subClassOf ILAP:NetworkSchedule .
rdfs:label "Scheduled Activity Network"^^xsd:string ;
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasSchedulePlan
] .
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 "Activity in Network Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:PlannedActivity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:NetworkSchedule ;
owl:onProperty ILAP:hasActivitySchedule
owl:onClass ILAP:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
] ;
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
] .
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:SourceSpecifiedUserField
rdf:type owl:Class ;
......@@ -691,38 +569,24 @@ 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:ActivityDependency , <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:ActivityDependency , <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> ;
rdfs:label "Successor"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityDependency ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:TargetSchedule
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 .
ILAP:Timebased
rdf:type owl:Class ;
......@@ -730,9 +594,9 @@ ILAP:Timebased
rdfs:subClassOf ILAP:Resource .
ILAP:UserField
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
rdfs:label "User field"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13879234> , owl:Thing ;
rdfs:subClassOf ILAP:Data ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
......@@ -742,23 +606,23 @@ ILAP:UserField
] .
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 ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
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:hasActivityActualProgressPercent
......@@ -777,7 +641,8 @@ ILAP:hasActivityActualWeight
ILAP:hasActivityBaselineSchedule
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity baseline schedule"^^xsd:string .
rdfs:label "has activity baseline schedule"^^xsd:string ;
rdfs:range ILAP:ControlSchedule .
ILAP:hasActivityCalendar
rdf:type owl:ObjectProperty ;
......@@ -829,20 +694,14 @@ ILAP:hasActivityPartActivity
rdfs:label "has activity part activity"^^xsd:string ;
rdfs:range ILAP:PlannedActivity .
ILAP:hasActivityPhase
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity phase"^^xsd:string ;
rdfs:range ILAP:PlanPhase .
ILAP:hasActivityPhysicalPercentComplete
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity phyical 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:range ILAP:ExecutionPlan .
......@@ -853,17 +712,11 @@ ILAP:hasActivityPlannedProgressPercent
rdfs:label "has activity planned progress percentage"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasActivityPlannedResource
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity planned resource"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasActivityResource .
ILAP:hasActivityPredecessor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activitypredecessor"^^xsd:string ;
rdfs:range ILAP:Successor ;
rdfs:range ILAP:ActivityDependency ;
owl:inverseOf ILAP:hasSuccessorActivity .
ILAP:hasActivityRegulator
......@@ -879,9 +732,8 @@ ILAP:hasActivityResource
ILAP:hasActivityResourceProfile
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity resource profile"^^xsd:string ;
rdfs:range ILAP:Profile .
rdfs:range ILAP:ResourceProfile .
ILAP:hasActivityResponsibleOrganization
rdf:type owl:ObjectProperty ;
......@@ -890,7 +742,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 .
......@@ -905,20 +757,7 @@ ILAP:hasActivitySchedule
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity schedule"^^xsd:string ;
rdfs:range ILAP:NetworkSchedule .
ILAP:hasActivityScheduledResource
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has activity scheduled resource"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasActivityResource .
ILAP:hasActivityServiceSupplier
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity service supplier"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
rdfs:range ILAP:Schedule .
ILAP:hasActivityStatus
rdf:type owl:ObjectProperty ;
......@@ -927,12 +766,19 @@ 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 ;
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:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
ILAP:hasActivityTaskLeader
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
......@@ -962,6 +808,13 @@ ILAP:hasActivityWorkVolume
rdfs:label "has activity work volume"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasBaselineActivityDuration
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Baseline Activity Duration"^^xsd:string ;
rdfs:range xsd:float ;
rdfs:subPropertyOf ILAP:hasActivityDuration .
ILAP:hasBaselineCreatedDate
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Baseline ;
......@@ -973,7 +826,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 .
......@@ -989,29 +842,23 @@ ILAP:hasCalendarPeriodFreeDay
rdfs:range ILAP:CalendarDay ;
rdfs:subPropertyOf ILAP:hasCalendarPeriodDay .
ILAP:hasCalendarPeriodHour
ILAP:hasCalendarPeriodFreeHour
rdf:type owl:ObjectProperty ;
rdfs:label "has calendar period hour"^^xsd:string .
ILAP:hasCalendarPeriodWorkDay
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:CalendarWorkPeriod ;
rdfs:label "has calendar period work day"^^xsd:string ;
rdfs:range ILAP:CalendarDay ;
rdfs:subPropertyOf ILAP:hasCalendarPeriodDay .
ILAP:hasCalendarPeriodWorkHour
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:CalendarWorkPeriod ;
rdfs:label "has calendar period work hour"^^xsd:string ;
rdfs:domain ILAP:CalendarFreePeriod ;
rdfs:label "has calendar period free hour"^^xsd:string ;
rdfs:range ILAP:CalendarHour ;
rdfs:subPropertyOf ILAP:hasCalendarPeriodHour .
ILAP:hasCalendarWorkPeriod
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:Calendar ;
rdfs:label "has calendarcalendar work period"^^xsd:string ;
rdfs:range ILAP:CalendarWorkPeriod .
ILAP:hasCalendarPeriodHour
rdf:type owl:ObjectProperty ;
rdfs:label "has calendar period hour"^^xsd:string .
ILAP:hasCurrentActivityDuration
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Current Activity Duration"^^xsd:string ;
rdfs:range xsd:float ;
rdfs:subPropertyOf ILAP:hasActivityDuration .
ILAP:hasDataProject
rdf:type owl:ObjectProperty ;
......@@ -1048,6 +895,7 @@ ILAP:hasEarlyStartActual
ILAP:hasExternalReference
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Data ;
rdfs:label "has External Reference"^^xsd:string ;
rdfs:range ILAP:ExternalReference .
......@@ -1123,23 +971,31 @@ ILAP:hasMilestonePredecessor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Milestone ;
rdfs:label "has Milestone Predecessor"^^xsd:string ;
rdfs:range ILAP:Successor .
rdfs:range ILAP:ActivityDependency .
ILAP:hasMilestoneSuccessor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Milestone ;
rdfs:label "has milestone successor"^^xsd:string ;
rdfs:range ILAP:Successor .
rdfs:range ILAP:ActivityDependency .
ILAP:hasName
rdf:type owl:DatatypeProperty ;
rdfs:label "has name"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasOriginalActivityDuration
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Original Activity Duration"^^xsd:string ;
rdfs:range xsd:float ;
rdfs:subPropertyOf ILAP:hasActivityDuration .
ILAP:hasPlanAsset
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan asset"^^xsd:string .
rdfs:label "has plan asset"^^xsd:string ;
rdfs:range ILAP:Asset .
ILAP:hasPlanAssetOwner
rdf:type owl:ObjectProperty ;
......@@ -1192,10 +1048,10 @@ ILAP:hasPlanLicensePartner
rdfs:range BRREG:OilCompany ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanLifecyclePhase
ILAP:hasPlanLifecycleStage
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan lifecycle phase"^^xsd:string ;
rdfs:label "has plan lifecycle stage"^^xsd:string ;
rdfs:range ILAP:PlanLifecyclePhase .
ILAP:hasPlanNPDelement
......@@ -1204,6 +1060,12 @@ ILAP:hasPlanNPDelement
rdfs:label "has plan NPD element"^^xsd:string ;
rdfs:range NPD:NPDelement .
ILAP:hasPlanObjectiveType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan objective type"^^xsd:string ;
rdfs:range ILAP:PlanObjectiveType .
ILAP:hasPlanOperator
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
......@@ -1211,6 +1073,12 @@ ILAP:hasPlanOperator
rdfs:range BRREG:OilCompany ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanPhase
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan phase"^^xsd:string ;
rdfs:range ILAP:PlanPhase .
ILAP:hasPlanProject
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
......@@ -1231,7 +1099,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:hasPlanRollUpPlan
......@@ -1240,60 +1108,55 @@ ILAP:hasPlanRollUpPlan
rdfs:label "has plan roll up plan"^^xsd:string ;
rdfs:range ILAP:ExecutionPlan .
ILAP:hasPlanServiceSupplier
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan service supplier"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanSubplan
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan subplan"^^xsd:string ;
rdfs:range ILAP:ExecutionPlan .
ILAP:hasPlanSupplier
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan supplier"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanUserField
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ActivityPlan ;
rdfs:label "has plan user field"^^xsd:string ;
rdfs:range ILAP:UserField .
ILAP:hasPlanValueObjective
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan value objective"^^xsd:string ;
rdfs:range ILAP:PlanValueObjective .
ILAP:hasPredecessorActivity
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Successor ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has predecessor activity"^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
owl:inverseOf ILAP:hasActivitySuccessor .
ILAP:hasProfilePoint
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Profile ;
rdfs:domain ILAP:ResourceProfile ;
rdfs:label "has profile point"^^xsd:string ;
rdfs:range ILAP:ProfilePoint .
rdfs:range ILAP:ResourceProfilePoint .
ILAP:hasProfilePointXValue
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ProfilePoint ;
rdfs:domain ILAP:ResourceProfilePoint ;
rdfs:label "has Profile Point X Value"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasProfilePointYValue
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ProfilePoint ;
rdfs:domain ILAP:ResourceProfilePoint ;
rdfs:label "has Profile Point Y Value"^^xsd:string ;
rdfs:range xsd:float .
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 ;
......@@ -1318,28 +1181,40 @@ ILAP:hasReferenceSource
rdfs:label "has reference source"^^xsd:string ;
rdfs:range ILAP:Source .
ILAP:hasRemainingActivityDuration
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Remaining Activity Duration"^^xsd:string ;
rdfs:range xsd:float ;
rdfs:subPropertyOf ILAP:hasActivityDuration .
ILAP:hasResourceCalendar
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Resource ;
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:range xsd:float .
ILAP:hasResourceExpendedQuantity
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Resource ;
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:range ILAP:Profile .
rdfs:range ILAP:ResourceProfile .
ILAP:hasResourceRemainingQuantity
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Resource ;
rdfs:label "has resource remaining quantity"^^xsd:string ;
rdfs:range xsd:float .
......@@ -1350,7 +1225,7 @@ ILAP:hasResourceStructure
ILAP:hasScheduleBaseline
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:NetworkSchedule ;
rdfs:domain ILAP:Schedule ;
rdfs:label "has Schedule Baseline"^^xsd:string ;
rdfs:range ILAP:Baseline .
......@@ -1360,7 +1235,7 @@ ILAP:hasScheduleDate
ILAP:hasSchedulePlan
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:NetworkSchedule ;
rdfs:domain ILAP:Schedule ;
rdfs:label "has schedule plan "^^xsd:string ;
rdfs:range ILAP:ExecutionPlan .
......@@ -1379,27 +1254,27 @@ ILAP:hasScheduledStart
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasSuccessorActivity
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:Successor ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has successor activity "^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
owl:inverseOf ILAP:hasActivityPredecessor .
ILAP:hasSuccessorCalendar
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Successor ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has successor calendar"^^xsd:string ;
rdfs:range ILAP:Calendar .
ILAP:hasSuccessorLag
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Successor ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has successor lag"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasSuccessorMilestone
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Successor ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has successor milestone"^^xsd:string ;
rdfs:range ILAP:Milestone .
......@@ -1435,10 +1310,10 @@ ILAP:hasWorkTaskResponsible
rdf:type owl:ObjectProperty ;
rdfs:label "has work task responsible"^^xsd:string .
ILAP:hasWorkTaskServiceSupplier
ILAP:hasWorkTaskSupplier
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:WorkTask ;
rdfs:label "has work task service supplier"^^xsd:string ;
rdfs:label "has work task supplier"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasWorkTaskResponsible .
......
......@@ -65,7 +65,7 @@ UC1:ActivityInSchedule_4
UC1:ActualSchedule_1 .
UC1:ActualSchedule_1
rdf:type ILAP:RevisedSchedule ;
rdf:type ILAP:TargetSchedule ;
rdfs:label "Actual schedule 1"^^xsd:string ;
ILAP:hasPlanUserField
<http://data.posccaesar.org/NCS_PLANNING/UserField_3> ;
......@@ -123,6 +123,47 @@ UC1:Milestone_1
rdf:type ILAP:Milestone ;
rdfs:label "Milestone 1"^^xsd:string .
UC1:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string ;
ILAP:hasActivityActualProgressPercent
"50"^^xsd:float ;
ILAP:hasActivityCalendar
<http://data.posccaesar.org/Data/UC2/Regular8To16WorkingDayCalendar_1> ;
ILAP:hasActivityContractor
<http://data.posccaesar.org/brreg/Subsea7> ;
ILAP:hasActivityDiscipline
<http://data.posccaesar.org/Data/UC2/Discipline_1> ;
ILAP:hasActivityEstimatedWeight
"15000"^^xsd:float ;
ILAP:hasActivityLocation
<http://data.posccaesar.org/npd/StafjordA> , <http://data.posccaesar.org/Data/UC2/Location_1> ;
ILAP:hasActivityPartActivity
<http://data.posccaesar.org/Data/UC2/PlannedActivity_2> ;
ILAP:hasActivityPhase
<http://data.posccaesar.org/NCS_PLANNING/Operation> ;
ILAP:hasActivityPhysicalPercentComplete
"45"^^xsd:float ;
ILAP:hasActivityPlannedProgressPercent
55 ;
ILAP:hasActivityRegulator
<http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasActivityResponsibleOrganization
<http://data.posccaesar.org/Data/UC2/ResponsibleOrganization_1> ;
ILAP:hasActivityResponsiblePerson
<http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ;
ILAP:hasActivityStatus
<http://data.posccaesar.org/NCS_PLANNING/Active> ;
ILAP:hasActivitySupplier
<http://data.posccaesar.org/brreg/Schlumberger> ;
ILAP:hasActivityTaskLeader
<http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ;
ILAP:hasActivityVendor
<http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityWBS <http://data.posccaesar.org/Data/UC2/ActivityWBS_1> ;
ILAP:hasActivityWorkVolume
"550"^^xsd:float .
UC1:PlannedResource_1
rdf:type ILAP:PlannedResource ;
rdfs:label "Planned resource 1"^^xsd:string ;
......@@ -130,7 +171,7 @@ UC1:PlannedResource_1
UC1:Profile_1 .
UC1:ProfilePoint_1
rdf:type ILAP:ProfilePoint ;
rdf:type ILAP:ResourceProfilePoint ;
rdfs:label "Profile point 1"^^xsd:string ;
ILAP:hasProfilePointXValue
"0.1"^^xsd:float ;
......@@ -138,7 +179,7 @@ UC1:ProfilePoint_1
"0.2"^^xsd:float .
UC1:ProfilePoint_2
rdf:type ILAP:ProfilePoint ;
rdf:type ILAP:ResourceProfilePoint ;
rdfs:label "Profile point 2"^^xsd:string ;
ILAP:hasProfilePointXValue
"1.0"^^xsd:float ;
......@@ -146,16 +187,51 @@ UC1:ProfilePoint_2
"0.9"^^xsd:float .
UC1:Profile_1
rdf:type ILAP:Profile ;
rdf:type ILAP:ResourceProfile ;
rdfs:label "Profile 1"^^xsd:string ;
ILAP:hasProfilePoint
ILAP:ProfilePoint_2 , ILAP:ProfilePoint_1 .
ILAP:ProfilePoint_1 , ILAP:ProfilePoint_2 .
UC1:ProjectPlan_1
rdf:type ILAP:ProjectPlan ;
rdfs:label "Project plan 1"^^xsd:string ;
ILAP:hasExternalReference
<http://data.posccaesar.org/Data/UC2/R-1234567890> ;
ILAP:hasPlanAssetOwner
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanContractType
ILAP:ScheduleDriven ;
ILAP:hasPlanContractor
<http://data.posccaesar.org/brreg/Subsea7> ;
ILAP:hasPlanExpenseType
ILAP:CAPEX ;
ILAP:hasPlanGeoArea ILAP:Facility ;
ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ;
ILAP:hasPlanLicensePartner
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanLifecycleStage
ILAP:Development ;
ILAP:hasPlanNPDelement
<http://data.posccaesar.org/Data/UC2/Location_1> , <http://data.posccaesar.org/npd/Goliat> ;
ILAP:hasPlanObjectiveType
ILAP:BusinessAsUsual ;
ILAP:hasPlanOperator
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanProject <http://data.posccaesar.org/Data/UC2/Project_1> ;
ILAP:hasPlanProjectType
ILAP:GreenFieldProject ;
ILAP:hasPlanRegulator
<http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasPlanResponsible
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanRollUpPlan
<http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ;
ILAP:hasPlanSubplan <http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ;
ILAP:hasPlanSupplier
<http://data.posccaesar.org/brreg/BakerHughes> , <http://data.posccaesar.org/brreg/Schlumberger> ;
ILAP:hasPlanUserField
<http://data.posccaesar.org/NCS_PLANNING/UserField_3> , <http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_1> .
<http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_3> , <http://data.posccaesar.org/NCS_PLANNING/UserField_1> ;
ILAP:hasReferenceID "RDS489590"^^xsd:string .
UC1:Project_1
rdf:type ILAP:Project ;
......@@ -187,6 +263,14 @@ UC1:UserField_3
rdf:type ILAP:UserField ;
rdfs:label "User field 3"^^xsd:string .
<http://data.posccaesar.org/Data/UC2/NetworkSchedule_1>
ILAP:hasSchedulePlan
UC1:ProjectPlan_1 .
<http://data.posccaesar.org/Data/UC2/PlannedActivity_1>
ILAP:hasActivityPlan
UC1:ProjectPlan_1 .
<http://data.posccaesar.org/NCS_PLANNING/UserField_1>
ILAP:hasUserFieldName
"Area"^^xsd:string ;
......@@ -208,3 +292,7 @@ UC1:UserField_3
<http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasUserFieldValue
"Explosive Environment"^^xsd:string .
ILAP:PlannedActivity_1
ILAP:hasActivityPlan
UC1:ProjectPlan_1 .
......
......@@ -16,10 +16,6 @@
UC2: rdf:type owl:Ontology ;
owl:imports NCS: .
UC2:ActivityDependency_1
rdf:type ILAP:ActivityDependency ;
rdfs:label "Activity dependency 1"^^xsd:string .
UC2:ActivityWBS_1
rdf:type COR:ADA , ILAP:ActivityWBS , PBS:AC , <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> ;
rdfs:label "Activity WBS 1"^^xsd:string .
......@@ -40,16 +36,6 @@ UC2:Discipline_1
rdf:type COR:BEA , ILAP:Discipline ;
rdfs:label "Discipline 1"^^xsd:string .
UC2:FinishToStart_1
rdf:type ILAP:FinishToStart ;
rdfs:label "Finish to start 1"^^xsd:string ;
ILAP:hasSuccessorActivity
UC2:PlannedActivity_2 ;
ILAP:hasSuccessorCalendar
UC2:Regular8To16WorkingDayCalendar_1 ;
ILAP:hasSuccessorLag
2 .
UC2:Location_1
rdf:type NPD:StatfjordA , ILAP:Location ;
rdfs:label "Location 1"^^xsd:string .
......@@ -59,7 +45,7 @@ UC2:Milestone_1
rdfs:label "Milestone 1"^^xsd:string .
UC2:NetworkSchedule_1
rdf:type ILAP:NetworkSchedule ;
rdf:type ILAP:Schedule ;
rdfs:label "Network schedule 1"^^xsd:string .
UC2:PlannedActivity_2
......@@ -67,7 +53,7 @@ UC2:PlannedActivity_2
rdfs:label "Planned activity 2"^^xsd:string .
UC2:ProfilePoint_1
rdf:type ILAP:ProfilePoint ;
rdf:type ILAP:ResourceProfilePoint ;
rdfs:label "Profile point 1"^^xsd:string ;
ILAP:hasProfilePointXValue
"0"^^xsd:float ;
......@@ -75,7 +61,7 @@ UC2:ProfilePoint_1
"0"^^xsd:float .
UC2:ProfilePoint_2
rdf:type ILAP:ProfilePoint ;
rdf:type ILAP:ResourceProfilePoint ;
rdfs:label "Profile point 2"^^xsd:string ;
ILAP:hasProfilePointXValue
"1"^^xsd:float ;
......@@ -83,10 +69,10 @@ UC2:ProfilePoint_2
"1"^^xsd:float .
UC2:Profile_1
rdf:type ILAP:Profile ;
rdf:type ILAP:ResourceProfile ;
rdfs:label "Profile 1"^^xsd:string ;
ILAP:hasProfilePoint
UC2:ProfilePoint_2 , UC2:ProfilePoint_1 .
UC2:ProfilePoint_1 , UC2:ProfilePoint_2 .
UC2:ProjectPlan_2
rdf:type ILAP:ProjectPlan ;
......