Tore Christiansen

Rebuilding the structure based on misc input from Håvard, David, David and others

This diff could not be displayed because it is too large.
# baseURI: http://data.posccaesar.org/NCS_PLANNING/
# imports: http://data.posccaesar.org/ilap/
# imports: http://www.ilap.no/codes/NORSOK/Z-014/CORCoding
@prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix SCCS: <http://data.posccaesar.org/sccs/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix p1: <http://example.org/file1#> .
@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#> .
NCS: rdf:type owl:Ontology ;
owl:imports ILAP: .
owl:imports ILAP: , <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding> .
ILAP:
rdf:type owl:Ontology ;
......@@ -194,13 +197,6 @@ ILAP:Pending
rdf:type ILAP:Status ;
rdfs:label "Pending"^^xsd:string .
ILAP:PlannedActivity
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom SCCS:SCCScode ;
owl:onProperty ILAP:hasActivityILAPWBS
] .
ILAP:Primavera
rdf:type ILAP:Application ;
rdfs:label "Primavera"^^xsd:string .
......@@ -298,8 +294,11 @@ ILAP:Wellbore
ILAP:hasActivityCOR
rdfs:range SCCS:CORcode .
ILAP:hasActivityILAPWBS
rdfs:range SCCS:SCCScode .
ILAP:hasActivityWBS
rdfs:range COR:CORelement .
ILAP:hasPlanAsset
rdfs:range <http://data.posccaesar.org/diskos/Asset> .
COR:CORelement
rdf:type ILAP:NORSOKZ014 , COR:CORClassOfClass .
......
......@@ -14,23 +14,18 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
EPCIS:CBVevent
rdf:type owl:Class ;
rdfs:label "CBVevent"^^xsd:string ;
rdfs:subClassOf ILAP:WorkTask .
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
[ 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 ;
......@@ -39,13 +34,18 @@ 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
ILAP:ActivityDependency
rdf:type owl:Class ;
rdfs:label "Activity dependency"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:ActivityPlan
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Activity Network"^^xsd:string ;
rdfs:label "Activity Plan"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS329669> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -53,10 +53,10 @@ ILAP:ActivityNetwork
owl:onProperty ILAP:hasExternalReference
] .
ILAP:ActualSchedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Actual baseline"^^xsd:string ;
rdfs:subClassOf ILAP:CurrentControlSchedule .
ILAP:ActivityWBS
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
rdfs:label "Activity WBS"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7506263> , owl:Thing .
ILAP:Application
rdf:type owl:Class ;
......@@ -64,39 +64,34 @@ ILAP:Application
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 .
ILAP:BaselineSetting
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:label "Baseline setting"^^xsd:string ;
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 ;
......@@ -108,93 +103,98 @@ 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 owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
] .
ILAP: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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
rdfs:label "Contractor Activity Work Breakdown Structure"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7506263> , owl:Thing .
ILAP:ContractControlSchedule
rdf:type owl:Class ;
rdfs:label "Contract control schedule"^^xsd:string ;
rdfs:subClassOf ILAP:ControlSchedule .
ILAP:CostBased
ILAP:ContractorsContractControlSchedule
rdf:type owl:Class ;
rdfs:label "Cost based"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
rdfs:label "Contractors contract control schedule"^^xsd:string ;
rdfs:subClassOf ILAP:ContractControlSchedule .
ILAP:CostEstimate
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Cost stimate"^^xsd:string ;
rdfs:subClassOf ILAP:ResourceStructure .
ILAP:ContractorsProjectControlSchedule
rdf:type owl:Class ;
rdfs:label "Contractors project control schedule"^^xsd:string ;
rdfs:subClassOf ILAP:ProjectControlSchedule .
ILAP:CurrentControlEstimate
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Current control estimate"^^xsd:string ;
rdfs:subClassOf ILAP:CostEstimate .
ILAP:ControlSchedule
rdf:type owl:Class ;
rdfs:label "Control schedule"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:CurrentControlSchedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "CCS"^^xsd:string ;
rdfs:subClassOf ILAP:NetworkSchedule .
ILAP:CostBased
rdf:type owl:Class ;
rdfs:label "Cost based"^^xsd:string ;
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:CurrentControlSchedule .
rdfs:subClassOf ILAP:NetworkSchedule .
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> ;
rdfs:label "Planned Activity network"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityNetwork ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityPlan ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -210,35 +210,23 @@ ILAP:ExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
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:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
] ;
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:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUp
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
owl:onProperty ILAP:hasPlanGeoArea ;
owl:someValuesFrom ILAP:PlanGeoArea
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -252,30 +240,35 @@ ILAP:ExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUp
owl:allValuesFrom ILAP:PlanValueObjective ;
owl:onProperty ILAP:hasPlanValueObjective
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanValueObjective ;
owl:onProperty ILAP:hasPlanValueObjective
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
] .
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 ;
......@@ -284,38 +277,40 @@ 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 <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:CurrentControlSchedule .
rdfs:subClassOf ILAP:NetworkSchedule .
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 ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Scheduled Activity Network"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:ActivityNetwork ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
......@@ -324,70 +319,70 @@ ILAP:NetworkSchedule
owl:onProperty ILAP:hasSchedulePlan
] .
ILAP:Operation
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:label "Operation"^^xsd:string ;
rdfs:subClassOf ILAP:WorkTask .
ILAP:OriginalControlEstimate
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "original control estimate"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , ILAP:CostEstimate .
ILAP:OwnersContractControlSchedule
rdf:type owl:Class ;
rdfs:label "Owners control schedule"^^xsd:string ;
rdfs:subClassOf ILAP:ContractControlSchedule .
ILAP:OriginalControlSchedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "OCS"^^xsd:string ;
rdfs:subClassOf ILAP:NetworkSchedule .
ILAP:OwnersProjectControlSchedule
rdf:type owl:Class ;
rdfs:label "Owners project control schedule"^^xsd:string ;
rdfs:subClassOf ILAP:ProjectControlSchedule .
ILAP:Phase
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 "Phase"^^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: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:PlanWorkOrderPlan
rdf:type owl:Class ;
rdfs:label "Plan work order plan"^^xsd:string ;
rdfs:subClassOf ILAP:ExecutionPlan .
ILAP:PlannedActivity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
......@@ -395,23 +390,40 @@ ILAP:PlannedActivity
rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Successor ;
owl:onProperty ILAP:hasActivityPredecessor
owl:allValuesFrom ILAP:Profile ;
owl:onProperty ILAP:hasActivityResourceProfile
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Phase ;
owl:onProperty ILAP:hasActivityPhase
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlannedResource ;
owl:onProperty ILAP:hasActivityPlannedResource
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
owl:allValuesFrom ILAP:Successor ;
owl:onProperty ILAP:hasActivityPredecessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Phase ;
owl:onProperty ILAP:hasActivityPhase
] ;
rdfs:subClassOf
[ rdf:type owl:Class ;
owl:intersectionOf ([ rdf:type owl:Restriction ;
owl:allValuesFrom owl:Class ;
owl:onProperty ILAP:hasActivityWBS
] [ rdf:type owl:Restriction ;
owl:onClass owl:Class ;
owl:onProperty ILAP:hasActivityWBS ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
])
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -422,38 +434,28 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Successor ;
owl:onProperty ILAP:hasActivitySuccessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResponsiblePerson ;
owl:onProperty ILAP:hasActivityResponsiblePerson
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasActivityResponsibleOrganization
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:PlannedActivity
owl:allValuesFrom ILAP:Successor ;
owl:onProperty ILAP:hasActivitySuccessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Profile ;
owl:onProperty ILAP:hasActivityResourceProfile
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasActivityResponsibleOrganization
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
owl:allValuesFrom ILAP:PlannedResource ;
owl:onProperty ILAP:hasActivityPlannedResource
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ContractorWBS ;
owl:onProperty ILAP:hasActivityContractorWBS
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] .
ILAP:PlannedResource
......@@ -461,72 +463,72 @@ ILAP:PlannedResource
rdfs:label "Planned resource"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
ILAP:Planning
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:label "Planning"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS9659447> .
ILAP:PortfolioPlan
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 "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> ;
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
rdfs:label "Profile point"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
ILAP:ProgrammePlan
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 "Programme plan"^^xsd:string ;
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: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 ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Project plan"^^xsd:string ;
rdfs:subClassOf ILAP:ExecutionPlan .
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ParticipatingRoleAndDomain> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ParticipatingRoleAndDomain> ;
rdfs:label "Resource"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13875949> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13875949> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Profile ;
......@@ -538,32 +540,42 @@ ILAP:Resource
ILAP:ResourceBased
rdf:type owl:Class ;
rdfs:label "Resource based"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
rdfs:subClassOf ILAP:ResourceStructure .
ILAP:ResourceStructure
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
rdfs:label "Resource structure"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
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
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdfs:label "Revised schedule"^^xsd:string ;
rdfs:subClassOf ILAP:NetworkSchedule .
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 <http://data.posccaesar.org/rdl/RDS3149> , ILAP:Activity ;
rdfs:subClassOf ILAP:PlannedActivity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ScheduledResource ;
owl:onProperty ILAP:hasActivityScheduledResource
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
......@@ -573,11 +585,6 @@ ILAP:ScheduledActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ScheduledResource ;
owl:onProperty ILAP:hasActivityScheduledResource
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlannedActivity ;
......@@ -590,9 +597,9 @@ ILAP:ScheduledResource
rdfs:subClassOf ILAP:Resource .
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 ;
......@@ -605,24 +612,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: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 ILAP:ActivityDependency ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
......@@ -638,20 +645,15 @@ ILAP:Successor
"1"^^xsd:nonNegativeInteger
] .
ILAP:TargetSchedule
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Target baseline"^^xsd:string ;
rdfs:subClassOf ILAP:OriginalControlSchedule .
ILAP:Timebased
rdf:type owl:Class ;
rdfs:label "Timebased"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
rdfs:subClassOf ILAP:ResourceStructure .
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 owl:Thing , <http://posccaesar.org/rdl/RDS13879234> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
......@@ -661,30 +663,31 @@ 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> .
ILAP:WorkOrders
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:label "Work orders"^^xsd:string ;
rdfs:subClassOf ILAP:WorkTask .
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
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Activity Actual Progress Percent"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasActivityActualWeight
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
......@@ -696,7 +699,7 @@ ILAP:hasActivityCOR
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity COR"^^xsd:string ;
rdfs:subPropertyOf ILAP:hasActivityILAPWBS .
rdfs:subPropertyOf ILAP:hasActivityWBS .
ILAP:hasActivityCalendar
rdf:type owl:ObjectProperty ;
......@@ -711,18 +714,6 @@ ILAP:hasActivityContractor
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
ILAP:hasActivityContractorWBS
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity contractorWBS"^^xsd:string ;
rdfs:range ILAP:ContractorWBS .
ILAP:hasActivityCurrentProgressPercent
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity current progress percentage"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasActivityDiscipline
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
......@@ -742,11 +733,6 @@ ILAP:hasActivityEstimatedWeight
rdfs:range xsd:float ;
rdfs:subPropertyOf ILAP:hasActivityWeight .
ILAP:hasActivityILAPWBS
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity ILAP Work Breakdown Structure"^^xsd:string .
ILAP:hasActivityInScheduleActivityInPlan
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ScheduledActivity ;
......@@ -764,7 +750,7 @@ ILAP:hasActivityPBS
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity PBS"^^xsd:string ;
rdfs:range SCCS:PBScode ;
rdfs:subPropertyOf ILAP:hasActivityILAPWBS .
rdfs:subPropertyOf ILAP:hasActivityWBS .
ILAP:hasActivityPartActivity
rdf:type owl:ObjectProperty ;
......@@ -772,24 +758,30 @@ ILAP:hasActivityPartActivity
rdfs:label "has activity part activity"^^xsd:string ;
rdfs:range ILAP:PlannedActivity .
ILAP:hasActivityPercentComplete
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity percent complete"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasActivityPhase
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity phase"^^xsd:string ;
rdfs:range ILAP:Phase .
ILAP:hasActivityPhysicalPercentComplete
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity phyical 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 .
ILAP:hasActivityPlannedProgressPercent
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity planned progress percentage"^^xsd:string ;
rdfs:range xsd:integer .
ILAP:hasActivityPlannedResource
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
......@@ -828,7 +820,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 .
......@@ -844,7 +836,7 @@ ILAP:hasActivitySAB
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity SAB"^^xsd:string ;
rdfs:range SCCS:SABcode ;
rdfs:subPropertyOf ILAP:hasActivityILAPWBS .
rdfs:subPropertyOf ILAP:hasActivityWBS .
ILAP:hasActivitySchedule
rdf:type owl:ObjectProperty ;
......@@ -873,7 +865,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 ;
......@@ -893,6 +885,11 @@ ILAP:hasActivityVendor
rdfs:range BRREG:Contractor ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
ILAP:hasActivityWBS
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity Work Breakdown Structure"^^xsd:string .
ILAP:hasActivityWeight
rdf:type owl:DatatypeProperty ;
rdfs:label "has activity weight"^^xsd:string .
......@@ -903,12 +900,6 @@ ILAP:hasActivityWorkVolume
rdfs:label "has activity work volume"^^xsd:string ;
rdfs:range xsd:float .
ILAP:hasBaseline
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:BaselineSetting ;
rdfs:label "has baseline"^^xsd:string ;
rdfs:range ILAP:NetworkSchedule .
ILAP:hasBaselineCreatedDate
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:Baseline ;
......@@ -920,7 +911,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 .
......@@ -955,17 +946,11 @@ 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 .
ILAP:hasContractorWBSelement
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ContractorWBS ;
rdfs:label "has contractor WBSelement"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasDescription
rdf:type owl:DatatypeProperty ;
rdfs:domain owl:Thing ;
......@@ -976,21 +961,14 @@ ILAP:hasEarlyFinish
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has early finish"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasEarlyStart
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has early start"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasEarlyStartActual
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has Early Start Actual"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasExternalReference
......@@ -1002,14 +980,14 @@ ILAP:hasFixedFinish
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has fixed finish"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasFixedStart
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has Fixed start"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:label "has fixed start"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasFreePeriodEndDate
......@@ -1044,14 +1022,14 @@ ILAP:hasLateFinish
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has late finish"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasLateStart
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has late start"^^xsd:string ;
rdfs:range xsd:dateTime ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasLatitude
......@@ -1178,7 +1156,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
......@@ -1202,7 +1180,7 @@ ILAP:hasPlanSubplan
ILAP:hasPlanUserField
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ActivityNetwork ;
rdfs:domain ILAP:ActivityPlan ;
rdfs:label "has plan user field"^^xsd:string ;
rdfs:range ILAP:UserField .
......@@ -1311,8 +1289,22 @@ ILAP:hasSchedulePlan
rdfs:label "has schedule plan "^^xsd:string ;
rdfs:range ILAP:ExecutionPlan .
ILAP:hasScheduledFinish
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has scheduled finish"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasScheduledStart
rdf:type owl:DatatypeProperty ;
rdfs:domain ILAP:ScheduledActivity ;
rdfs:label "has scheduled start"^^xsd:string ;
rdfs:range xsd:date ;
rdfs:subPropertyOf ILAP:hasScheduleDate .
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/UC1/
# imports: http://data.posccaesar.org/NCS_PLANNING/
# c14n-version: 3
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix UC1: <http://data.posccaesar.org/Data/UC1/> .
@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#> .
UC1:
rdf:type owl:Ontology ;
UC1: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
UC1:ActivityInPlan_1
rdf:type ILAP:PlannedActivity ;
ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ;
ILAP:hasActivityPlan UC1:ProjectPlan_1 ;
ILAP:hasActivityPlannedResource UC1:PlannedResource_1 ;
rdfs:label "Activity in plan 1"^^xsd:string ;
.
ILAP:hasActivityEstimatedWeight
"10500"^^xsd:float ;
ILAP:hasActivityPlan
UC1:ProjectPlan_1 ;
ILAP:hasActivityPlannedResource
UC1:PlannedResource_1 .
UC1:ActivityInPlan_2
rdf:type ILAP:PlannedActivity ;
ILAP:hasActivityPlan UC1:ProjectPlan_1 ;
rdfs:label "Activity in plan 2"^^xsd:string ;
.
ILAP:hasActivityPlan
UC1:ProjectPlan_1 .
UC1:ActivityInSchedule_1
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityActualWeight "100750"^^xsd:float ;
ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ;
ILAP:hasActivitySchedule UC1:TargetSchedule_1 ;
ILAP:hasActivityScheduledResource UC1:ScheduledResource_1 ;
rdfs:label "Activity in schedule 1"^^xsd:string ;
.
ILAP:hasActivityActualWeight
"100750"^^xsd:float ;
ILAP:hasActivityInScheduleActivityInPlan
UC1:ActivityInPlan_1 ;
ILAP:hasActivitySchedule
UC1:TargetSchedule_1 ;
ILAP:hasActivityScheduledResource
UC1:ScheduledResource_1 .
UC1:ActivityInSchedule_2
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ;
ILAP:hasActivitySchedule UC1:ActualSchedule_1 ;
rdfs:label "Activity in schedule 2"^^xsd:string ;
.
ILAP:hasActivityInScheduleActivityInPlan
UC1:ActivityInPlan_1 ;
ILAP:hasActivitySchedule
UC1:ActualSchedule_1 .
UC1:ActivityInSchedule_3
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ;
ILAP:hasActivitySchedule UC1:TargetSchedule_1 ;
rdfs:label "Activity in schedule 3"^^xsd:string ;
.
ILAP:hasActivityInScheduleActivityInPlan
UC1:ActivityInPlan_2 ;
ILAP:hasActivitySchedule
UC1:TargetSchedule_1 .
UC1:ActivityInSchedule_4
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ;
ILAP:hasActivitySchedule UC1:ActualSchedule_1 ;
rdfs:label "Activity in schedule 4"^^xsd:string ;
.
ILAP:hasActivityInScheduleActivityInPlan
UC1:ActivityInPlan_2 ;
ILAP:hasActivitySchedule
UC1:ActualSchedule_1 .
UC1:ActualSchedule_1
rdf:type ILAP:ActualSchedule ;
ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ;
ILAP:hasScheduleBaseline UC1:Baseline_1 ;
ILAP:hasSchedulePlan UC1:ProjectPlan_1 ;
rdf:type ILAP:RevisedSchedule ;
rdfs:label "Actual schedule 1"^^xsd:string ;
.
ILAP:hasPlanUserField
<http://data.posccaesar.org/NCS_PLANNING/UserField_3> ;
ILAP:hasScheduleBaseline
UC1:Baseline_1 ;
ILAP:hasSchedulePlan
UC1:ProjectPlan_1 .
UC1:Baseline_1
rdf:type ILAP:Baseline ;
ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ;
rdfs:label "Baseline 1"^^xsd:string ;
.
ILAP:hasBaselineCreatedDate
"2014-03-25"^^xsd:date .
UC1:Baseline_2
rdf:type ILAP:Baseline ;
ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ;
rdfs:label "Baseline 2"^^xsd:string ;
.
ILAP:hasBaselineCreatedDate
"2014-03-25"^^xsd:date .
UC1:Baseline_3
rdf:type ILAP:Baseline ;
ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ;
rdfs:label "Baseline 3"^^xsd:string ;
.
ILAP:hasBaselineCreatedDate
"2014-03-25"^^xsd:date .
UC1:Baseline_4
rdf:type ILAP:Baseline ;
ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ;
rdfs:label "Baseline 4"^^xsd:string ;
.
ILAP:hasBaselineCreatedDate
"2014-03-25"^^xsd:date .
UC1:CurrentSchedule_1
rdf:type ILAP:CurrentSchedule ;
ILAP:hasScheduleBaseline UC1:Baseline_2 ;
ILAP:hasSchedulePlan UC1:ProjectPlan_1 ;
rdfs:label "Current schedule 1"^^xsd:string ;
.
ILAP:hasScheduleBaseline
UC1:Baseline_2 ;
ILAP:hasSchedulePlan
UC1:ProjectPlan_1 .
UC1:LiveSchedule_1
rdf:type ILAP:LiveSchedule ;
ILAP:hasScheduleBaseline UC1:Baseline_3 ;
rdfs:label "Live schedule 1"^^xsd:string ;
.
ILAP:hasScheduleBaseline
UC1:Baseline_3 .
UC1:Milestone_1
rdf:type ILAP:Milestone ;
rdfs:label "Milestone 1"^^xsd:string ;
.
rdfs:label "Milestone 1"^^xsd:string .
UC1:PlannedResource_1
rdf:type ILAP:PlannedResource ;
ILAP:hasResourceProfile UC1:Profile_1 ;
rdfs:label "Planned resource 1"^^xsd:string ;
.
ILAP:hasResourceProfile
UC1:Profile_1 .
UC1:ProfilePoint_1
rdf:type ILAP:ProfilePoint ;
ILAP:hasProfilePointXValue "0.1"^^xsd:float ;
ILAP:hasProfilePointYValue "0.2"^^xsd:float ;
rdfs:label "Profile point 1"^^xsd:string ;
.
ILAP:hasProfilePointXValue
"0.1"^^xsd:float ;
ILAP:hasProfilePointYValue
"0.2"^^xsd:float .
UC1:ProfilePoint_2
rdf:type ILAP:ProfilePoint ;
ILAP:hasProfilePointXValue "1.0"^^xsd:float ;
ILAP:hasProfilePointYValue "0.9"^^xsd:float ;
rdfs:label "Profile point 2"^^xsd:string ;
.
ILAP:hasProfilePointXValue
"1.0"^^xsd:float ;
ILAP:hasProfilePointYValue
"0.9"^^xsd:float .
UC1:Profile_1
rdf:type ILAP:Profile ;
ILAP:hasProfilePoint ILAP:ProfilePoint_1 ;
ILAP:hasProfilePoint ILAP:ProfilePoint_2 ;
rdfs:label "Profile 1"^^xsd:string ;
.
ILAP:hasProfilePoint
ILAP:ProfilePoint_2 , ILAP:ProfilePoint_1 .
UC1:ProjectPlan_1
rdf:type ILAP:ProjectPlan ;
ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_1> ;
ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_2> ;
ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ;
rdfs:label "Project plan 1"^^xsd:string ;
.
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> .
UC1:Project_1
rdf:type ILAP:Project ;
rdfs:label "Project 1"^^xsd:string ;
.
rdfs:label "Project 1"^^xsd:string .
UC1:ScheduledResource_1
rdf:type ILAP:ScheduledResource ;
ILAP:hasResourceProfile UC1:Profile_1 ;
rdfs:label "Scheduled resource 1"^^xsd:string ;
.
ILAP:hasResourceProfile
UC1:Profile_1 .
UC1:TargetSchedule_1
rdf:type ILAP:TargetSchedule ;
ILAP:hasScheduleBaseline UC1:Baseline_4 ;
ILAP:hasSchedulePlan UC1:ProjectPlan_1 ;
rdfs:label "Target schedule 1"^^xsd:string ;
.
ILAP:hasScheduleBaseline
UC1:Baseline_4 ;
ILAP:hasSchedulePlan
UC1:ProjectPlan_1 .
UC1:UserField_1
rdf:type ILAP:UserField ;
rdfs:label "User field 1"^^xsd:string ;
.
rdfs:label "User field 1"^^xsd:string .
UC1:UserField_2
rdf:type ILAP:UserField ;
rdfs:label "User field 2"^^xsd:string ;
.
rdfs:label "User field 2"^^xsd:string .
UC1:UserField_3
rdf:type ILAP:UserField ;
rdfs:label "User field 3"^^xsd:string ;
.
rdfs:label "User field 3"^^xsd:string .
<http://data.posccaesar.org/NCS_PLANNING/UserField_1>
ILAP:hasUserFieldName "Area"^^xsd:string ;
ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasUserFieldValue "Processing System"^^xsd:string ;
.
ILAP:hasUserFieldName
"Area"^^xsd:string ;
ILAP:hasUserFieldSource
<http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasUserFieldValue
"Processing System"^^xsd:string .
<http://data.posccaesar.org/NCS_PLANNING/UserField_2>
ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasUserFieldValue "SAP-WO-101-3"^^xsd:string ;
.
ILAP:hasUserFieldSource
<http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasUserFieldValue
"SAP-WO-101-3"^^xsd:string .
<http://data.posccaesar.org/NCS_PLANNING/UserField_3>
ILAP:hasUserFieldName "Risk Factor"^^xsd:string ;
ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasUserFieldValue "Explosive Environment"^^xsd:string ;
.
ILAP:hasUserFieldName
"Risk Factor"^^xsd:string ;
ILAP:hasUserFieldSource
<http://data.posccaesar.org/brreg/Sevan> ;
ILAP:hasUserFieldValue
"Explosive Environment"^^xsd:string .
......
......@@ -27,8 +27,6 @@ ILAP:ActivityInPlan_1
<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> ;
......@@ -57,6 +55,7 @@ ILAP:ActivityInPlan_1
ILAP:Successor_1 ;
ILAP:hasActivityVendor
<http://data.posccaesar.org/brreg/SumitomoMetal> ;
ILAP:hasActivityWBS <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_E_Equipment> , <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ;
ILAP:hasActivityWorkTask
<http://data.posccaesar.org/epcis/DepartingEvent_1> , <http://data.posccaesar.org/epcis/ArrivingEvent_1> , ILAP:WorkTask_1 ;
ILAP:hasActivityWorkVolume
......@@ -157,7 +156,7 @@ ILAP:ActivityInSchedule_6
ILAP:Scheduled .
ILAP:ActualSchedule_1
rdf:type ILAP:ActualSchedule ;
rdf:type ILAP:RevisedSchedule ;
rdfs:label "Actual schedule 1"^^xsd:string ;
ILAP:hasBaselineCreatedDate
"2014-03-15"^^xsd:date ;
......@@ -170,7 +169,7 @@ ILAP:ContractorWBS_1
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 1"^^xsd:string ;
ILAP:hasContractorWBSelement
"Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string .
"Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string .
ILAP:ExternalReference_1
rdf:type ILAP:ExternalReference ;
......
# baseURI: http://data.posccaesar.org/Data/UC3/
# imports: http://data.posccaesar.org/NCS_PLANNING/
# c14n-version: 3
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix UC3: <http://data.posccaesar.org/Data/UC3/> .
@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#> .
UC3:
rdf:type owl:Ontology ;
UC3: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
UC3:ActualSchedule_1
rdf:type ILAP:ActualSchedule ;
rdfs:label "Actual schedule 1"^^xsd:string ;
.
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
UC3:Asset_1
rdf:type <http://ILAP_1.5/diskos#Asset> ;
rdfs:label "Asset 1"^^xsd:string ;
.
rdfs:label "Asset 1"^^xsd:string .
UC3:ContractorWBS_1
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 1"^^xsd:string ;
.
rdfs:label "Contractor WBS 1"^^xsd:string .
UC3:ContractorWBS_2
rdf:type ILAP:ContractorWBS ;
rdfs:label "Contractor WBS 2"^^xsd:string ;
.
UC3:ExternalReference_1
rdf:type ILAP:ExternalReference ;
rdfs:label "External reference 1"^^xsd:string ;
.
UC3:Plan_1
rdf:type ILAP:ExecutionPlan ;
rdfs:label "Plan 1"^^xsd:string ;
.
UC3:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_E_Equipment> ;
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/BakerHughes> ;
ILAP:hasActivityContractorWBS UC3:ContractorWBS_2 ;
ILAP:hasActivityCurrentProgressPercent 0 ;
ILAP:hasActivityDescription "Activity description text"^^xsd:string ;
ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_X_Marine_Operations_and_Logistics> ;
ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ;
ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_4_Construction> ;
ILAP:hasActivityLocation <http://data.posccaesar.org/brreg/Tananger> ;
ILAP:hasActivityLocation <http://data.posccaesar.org/npd/EldfiskC> ;
ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
ILAP:hasActivityPartActivity UC3:PlannedActivity_2 ;
ILAP:hasActivityPercentComplete "10"^^xsd:float ;
ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
ILAP:hasActivityPlan UC3:ProjectPlan_1 ;
ILAP:hasActivityPlannedResource UC3:PlannedResource_1 ;
ILAP:hasActivityPredecessor UC3:Successor_1 ;
ILAP:hasActivityRegulator <http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasActivityResourceProfile UC3:Profile_1 ;
ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ;
ILAP:hasActivityResponsiblePerson <http://data.posccaesar.org/pob/RolfHansen> ;
ILAP:hasActivityResult <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
ILAP:hasActivityServiceSupplier <http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ;
ILAP:hasActivitySuccessor UC3:Successor_2 ;
ILAP:hasActivityTaskLeader <http://data.posccaesar.org/pob/NiloErdal> ;
ILAP:hasActivityVendor <http://data.posccaesar.org/brreg/SumitomoMetal> ;
ILAP:hasActivityWorkVolume "500"^^xsd:float ;
ILAP:hasExternalReference UC3:ExternalReference_1 ;
rdfs:label "Planned activity 1"^^xsd:string ;
.
UC3:PlannedActivity_2
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 2"^^xsd:string ;
.
UC3:PlannedResource_1
rdf:type ILAP:PlannedResource ;
rdfs:label "Planned resource 1"^^xsd:string ;
.
UC3:PortfolioPlan_1
rdf:type ILAP:PortfolioPlan ;
rdfs:label "Portfolio plan 1"^^xsd:string ;
.
UC3:Profile_1
rdf:type ILAP:Profile ;
rdfs:label "Profile 1"^^xsd:string ;
.
UC3:ProjectPlan_1
rdf:type ILAP:ProjectPlan ;
ILAP:hasExternalReference UC3:ExternalReference_1 ;
ILAP:hasPlanAsset UC3:Asset_1 ;
ILAP:hasPlanAssetOwner <http://data.posccaesar.org/brreg/ConocoPhillips> ;
ILAP:hasPlanContentType <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
ILAP:hasPlanContractType <http://data.posccaesar.org/NCS_PLANNING/ScheduleDriven> ;
ILAP:hasPlanContractor <http://data.posccaesar.org/brreg/BakerHughes> ;
ILAP:hasPlanExpenseType <http://data.posccaesar.org/NCS_PLANNING/OPEX> ;
ILAP:hasPlanGeoArea <http://data.posccaesar.org/NCS_PLANNING/Facility> ;
ILAP:hasPlanLevel <http://data.posccaesar.org/NCS_PLANNING/L4_ContractControlNetworkSchedule> ;
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 UC3:Project_1 ;
ILAP:hasPlanProjectType <http://data.posccaesar.org/NCS_PLANNING/BrownFieldProject> ;
ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NEA> ;
ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NPD> ;
ILAP:hasPlanResponsible <http://data.posccaesar.org/brreg/ConocoPhillips> ;
ILAP:hasPlanRollUp UC3:PortfolioPlan_1 ;
ILAP:hasPlanServiceSupplier <http://data.posccaesar.org/brreg/Subsea7> ;
ILAP:hasPlanSubplan UC3:ProjectPlan_2 ;
ILAP:hasPlanUserField UC3:UserField_1 ;
ILAP:hasPlanValueObjective <http://data.posccaesar.org/NCS_PLANNING/IncreasedRecovery> ;
rdfs:label "Project plan 1"^^xsd:string ;
.
UC3:ProjectPlan_2
rdf:type ILAP:ProjectPlan ;
rdfs:label "Project plan 2"^^xsd:string ;
.
UC3:Project_1
rdf:type ILAP:Project ;
rdfs:label "Project 1"^^xsd:string ;
.
UC3:ScheduledActivity_1
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityActualWeight "11000"^^xsd:float ;
ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ;
ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ;
ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ;
ILAP:hasActivitySchedule UC3:TargetSchedule_1 ;
ILAP:hasActivityScheduledResource UC3:ScheduledResource_1 ;
ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ;
ILAP:hasExternalReference UC3:ExternalReference_1 ;
rdfs:label "Scheduled activity 1"^^xsd:string ;
.
UC3:ScheduledActivity_2
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ;
ILAP:hasActivitySchedule UC3:TargetSchedule_1 ;
rdfs:label "Scheduled activity 2"^^xsd:string ;
.
UC3:ScheduledActivity_3
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ;
ILAP:hasActivitySchedule UC3:ActualSchedule_1 ;
rdfs:label "Scheduled activity 3"^^xsd:string ;
.
UC3:ScheduledActivity_4
rdf:type ILAP:ScheduledActivity ;
ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ;
ILAP:hasActivitySchedule UC3:ActualSchedule_1 ;
rdfs:label "Scheduled activity 4"^^xsd:string ;
.
UC3:ScheduledResource_1
rdf:type ILAP:ScheduledResource ;
rdfs:label "Scheduled resource 1"^^xsd:string ;
.
UC3:Successor_1
rdf:type ILAP:Successor ;
rdfs:label "Successor 1"^^xsd:string ;
.
UC3:Successor_2
rdf:type ILAP:Successor ;
rdfs:label "Successor 2"^^xsd:string ;
.
rdfs:label "Contractor WBS 2"^^xsd:string .
UC3:TargetSchedule_1
rdf:type ILAP:TargetSchedule ;
rdfs:label "Target schedule 1"^^xsd:string ;
.
UC3:UserField_1
rdf:type ILAP:UserField ;
rdfs:label "User field 1"^^xsd:string ;
.
rdfs:label "Target schedule 1"^^xsd:string .
<http://data.posccaesar.org/brreg/LegalEntity>
rdfs:subClassOf ILAP:ResponsibleOrganization ;
.
rdfs:subClassOf ILAP:ResponsibleOrganization .
......
# baseURI: http://data.posccaesar.org/Data/UC4/
# imports: http://data.posccaesar.org/NCS_PLANNING/
# c14n-version: 3
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix UC4: <http://data.posccaesar.org/Data/UC4/> .
@prefix lci: <http://data.posccaesar.org/15926/tech/ontology/> .
......@@ -9,22 +8,16 @@
@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#> .
UC4:
rdf:type owl:Ontology ;
UC4: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
UC4:BaselineSetting_1
rdf:type ILAP:BaselineSetting ;
ILAP:hasBaseline UC4:ScheduledPlan_1 ;
rdfs:label "Baseline setting 1"^^xsd:string ;
.
rdfs:label "Baseline setting 1"^^xsd:string .
UC4:Planning_1
rdf:type ILAP:Planning ;
lci:hasPart UC4:BaselineSetting_1 ;
rdfs:label "Planning 1"^^xsd:string ;
.
UC4:ScheduledPlan_1
rdf:type ILAP:NetworkSchedule ;
rdfs:label "Scheduled plan 1"^^xsd:string ;
.
lci:hasPart UC4:BaselineSetting_1 .
......