Tore Christiansen

Another small name change

......@@ -19,13 +19,13 @@ ILAP:
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ILAP:Activity
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdfs:label "Activity"^^xsd:string ;
rdfs:subClassOf 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 ;
......@@ -34,31 +34,31 @@ 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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdfs:label "Activity Dependency"^^xsd:string ;
rdfs:subClassOf ILAP:Constraint ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:ActivityPlan
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Activity Plan"^^xsd:string ;
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
......@@ -68,7 +68,7 @@ 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 ILAP:Network .
......@@ -83,7 +83,7 @@ ILAP:Asset
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 ILAP:Network .
......@@ -93,9 +93,9 @@ ILAP:BaselineSchedule
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 <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarFreePeriod ;
......@@ -103,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 ;
......@@ -122,28 +122,28 @@ ILAP:CalendarFreePeriod
] .
ILAP:CalendarFreePeriodWeekRepeat
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdfs:label "Free day"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
ILAP:CalendarHour
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
rdfs:label "calendar hour"^^xsd:string ;
rdfs:subClassOf 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:Constraint
......@@ -172,7 +172,7 @@ 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:Schedule .
......@@ -189,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> ;
......@@ -199,38 +199,37 @@ ILAP:ExecutionPlan
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityPlan ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom NPD:NPDelement ;
owl:onProperty ILAP:hasPlanNPDelement
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
owl:onProperty ILAP:hasPlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanContractType ;
owl:onProperty ILAP:hasPlanContractType
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -239,15 +238,13 @@ ILAP:ExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Project ;
owl:onProperty ILAP:hasPlanProject
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -256,32 +253,33 @@ ILAP:ExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanProjectType ;
owl:someValuesFrom ILAP:PlanProjectType
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 ILAP:PlanLifecyclePhase ;
owl:onProperty ILAP:hasPlanLifecycleStage
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecyclePhase ;
owl:onProperty ILAP:hasPlanLifecycleStage
owl:allValuesFrom ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom NPD:NPDelement ;
owl:onProperty ILAP:hasPlanNPDelement
] .
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 ;
......@@ -290,19 +288,21 @@ ILAP:ExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Application ;
owl:onProperty ILAP:hasReferenceApplication
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasReferenceID ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:FinishToFinish
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
rdfs:label "Finish to finish"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
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:ActivityDependency .
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
ILAP:Information
rdf:type owl:Class ;
......@@ -315,17 +315,17 @@ ILAP:Knowledge
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: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:Network
......@@ -339,54 +339,54 @@ ILAP:Objective
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
rdfs:label "Plan objective type"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
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 .
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 ;
......@@ -394,8 +394,13 @@ ILAP:PlannedActivity
rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivityPredecessor
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBS
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -404,8 +409,10 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -414,30 +421,23 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBS
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivityPredecessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:ExecutionPlan ;
owl:onProperty ILAP:hasActivityPlan
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivitySuccessor
] .
ILAP:PlanningApplication
......@@ -451,41 +451,41 @@ ILAP:PossibleIndividual
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: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 ;
......@@ -493,14 +493,14 @@ ILAP:ResourceBased
rdfs:subClassOf ILAP:Resource .
ILAP:ResourceProfile
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
rdfs:label "Resource profile"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
ILAP:ResourceProfilePoint
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
rdfs:label "resource Profile point"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
ILAP:ResourceStructure
rdf:type owl:Class ;
......@@ -508,22 +508,22 @@ ILAP:ResourceStructure
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:Schedule
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Scheduled Activity Network"^^xsd:string ;
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
......@@ -535,28 +535,28 @@ ILAP:Schedule
] .
ILAP:ScheduledActivity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
rdfs:label "Activity in Network Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:PlannedActivity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Schedule ;
owl:onProperty ILAP:hasActivitySchedule
owl:onClass ILAP:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
] ;
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 ;
......@@ -569,22 +569,22 @@ 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:ActivityDependency .
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:ActivityDependency .
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:TargetSchedule
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
rdfs:label "Target schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
......@@ -594,7 +594,7 @@ 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 ILAP:Data ;
rdfs:subClassOf
......@@ -606,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
......@@ -701,7 +701,7 @@ ILAP:hasActivityPhysicalPercentComplete
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 .
......@@ -742,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 .
......@@ -766,7 +766,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:ActivityDependency ;
......@@ -826,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 .
......@@ -1041,6 +1041,13 @@ ILAP:hasPlanLevel
rdfs:label "has plan level"^^xsd:string ;
rdfs:range ILAP:PlanLevel .
ILAP:hasPlanLicenseOperator
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan license operator"^^xsd:string ;
rdfs:range BRREG:OilCompany ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanLicensePartner
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
......@@ -1066,13 +1073,6 @@ ILAP:hasPlanObjectiveType
rdfs:label "has plan objective type"^^xsd:string ;
rdfs:range ILAP:PlanObjectiveType .
ILAP:hasPlanOperator
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
rdfs:label "has plan operator"^^xsd:string ;
rdfs:range BRREG:OilCompany ;
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanPhase
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:ExecutionPlan ;
......@@ -1099,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
......@@ -1254,7 +1254,7 @@ ILAP:hasScheduledStart
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasSuccessorActivity
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has successor activity "^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
......
......@@ -190,7 +190,7 @@ UC1:Profile_1
rdf:type ILAP:ResourceProfile ;
rdfs:label "Profile 1"^^xsd:string ;
ILAP:hasProfilePoint
ILAP:ProfilePoint_1 , ILAP:ProfilePoint_2 .
ILAP:ProfilePoint_2 , ILAP:ProfilePoint_1 .
UC1:ProjectPlan_1
rdf:type ILAP:ProjectPlan ;
......@@ -207,6 +207,8 @@ UC1:ProjectPlan_1
ILAP:CAPEX ;
ILAP:hasPlanGeoArea ILAP:Facility ;
ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ;
ILAP:hasPlanLicenseOperator
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanLicensePartner
<http://data.posccaesar.org/brreg/EniNorge> ;
ILAP:hasPlanLifecycleStage
......@@ -215,8 +217,6 @@ UC1:ProjectPlan_1
<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 ;
......