Tore Christiansen

Cleaned up non-working URIs

# baseURI: http://data.posccaesar.org/NCS_PLANNING/
# imports: http://ILAP_1.5_(git)/StandardData
# imports: http:///data.posccaesar.org/ilap/PLANNING_STANDARD
# imports: http://data.posccaesar.org/brreg/
# imports: http://data.posccaesar.org/ccu/
# imports: http://data.posccaesar.org/diskos/
......@@ -14,6 +14,7 @@
@prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix PLANNING_STANDARD: <http:///data.posccaesar.org/ilap/PLANNING_STANDARD#> .
@prefix StandardData: <http://ILAP_1.5_(git)/StandardData#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix p1: <http://example.org/file1#> .
......@@ -24,15 +25,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
NCS: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http://ILAP_1.5_(git)/StandardData> , shutdown: .
NCS:ABEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "ABEX"^^xsd:string .
NCS:Active
rdf:type ILAP:Status ;
rdfs:label "Active"^^xsd:string .
owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: .
NCS:ClassInNorsok
rdf:type owl:Class ;
......@@ -55,7 +48,7 @@ NCS:ClassificationStructureForNorsok
rdfs:subClassOf NCS:ClassOfClassOfIndividual .
NCS:CorClass
rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
rdfs:label "Cor class"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
......@@ -76,9 +69,9 @@ NCS:HighPriority
rdfs:label "High priority"^^xsd:string .
NCS:IndividualInCorClass
rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ;
rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ;
rdfs:label "Individual in cor class"^^xsd:string ;
rdfs:subClassOf NCS:IndividualInNorsokClass , ILAP:Discipline .
rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass .
NCS:IndividualInNorsokClass
rdf:type owl:Class ;
......@@ -116,14 +109,10 @@ NCS:Operation
rdfs:label "Operation"^^xsd:string .
NCS:PbsClass
rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
rdfs:label "PbsClass"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
NCS:Planned
rdf:type ILAP:Status ;
rdfs:label "Planned"^^xsd:string .
NCS:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string ;
......@@ -139,20 +128,12 @@ NCS:PossibleIndividual
rdfs:label "Possible individual"^^xsd:string ;
rdfs:subClassOf owl:Thing .
NCS:Released
rdf:type ILAP:Status ;
rdfs:label "Released"^^xsd:string .
NCS:Removal
rdf:type ILAP:PlanPhase ;
rdfs:label "Removal"^^xsd:string .
NCS:Revised
rdf:type ILAP:Status ;
rdfs:label "Revised"^^xsd:string .
NCS:SabClass
rdf:type owl:Class , NCS:ClassificationStructureForNorsok ;
rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
rdfs:label "Sab class"^^xsd:string ;
rdfs:subClassOf NCS:ClassInNorsok .
......@@ -164,6 +145,14 @@ ILAP:
rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ILAP:ABEX
rdf:type ILAP:PlanExpenseType ;
rdfs:label "ABEX"^^xsd:string .
ILAP:Active
rdf:type ILAP:Status ;
rdfs:label "Active"^^xsd:string .
ILAP:ActivityWBS_1
ILAP:hasWBSProjectType
ILAP:CAPEX ;
......@@ -344,6 +333,10 @@ ILAP:Pending
rdf:type ILAP:Status ;
rdfs:label "Pending"^^xsd:string .
ILAP:Planned
rdf:type ILAP:Status ;
rdfs:label "Planned"^^xsd:string .
ILAP:Primavera
rdf:type ILAP:Application ;
rdfs:label "Primavera"^^xsd:string .
......@@ -364,6 +357,10 @@ ILAP:Regular8To16WorkingDayCalendar
owl:onProperty ILAP:hasCalendarFreePeriod
] .
ILAP:Released
rdf:type ILAP:Status ;
rdfs:label "Released"^^xsd:string .
ILAP:Renewal
rdf:type ILAP:PlanLifecycleStage ;
rdfs:label "Renew"^^xsd:string .
......@@ -372,6 +369,10 @@ ILAP:ResourceDriven
rdf:type ILAP:PlanContractType ;
rdfs:label "Resource driven"^^xsd:string .
ILAP:Revised
rdf:type ILAP:Status ;
rdfs:label "Revised"^^xsd:string .
ILAP:SAP
rdf:type ILAP:Application ;
rdfs:label "SAP"^^xsd:string .
......@@ -396,7 +397,7 @@ ILAP:StandardFreeWeekendPeriod
rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
rdfs:label "Standard free weekend period"^^xsd:string ;
ILAP:hasCalendarPeriodFreeDay
ILAP:Saturday , ILAP:Sunday .
ILAP:Sunday , ILAP:Saturday .
ILAP:StandardWorkWeekdayPeriod
rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......
......@@ -18,50 +18,50 @@ ILAP:
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ILAP:Activity
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"^^xsd:string ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
owl:allValuesFrom ILAP:Discipline ;
owl:onProperty ILAP:hasActivityDiscipline
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasExternalReference ;
owl:someValuesFrom ILAP:ExternalReference
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Calendar ;
owl:onProperty ILAP:hasActivityCalendar
owl:onProperty ILAP:hasExternalReference ;
owl:someValuesFrom ILAP:ExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Discipline ;
owl:onProperty ILAP:hasActivityDiscipline
owl:allValuesFrom ILAP:Status ;
owl:onProperty ILAP:hasActivityStatus
] .
ILAP:ActivityDependency
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 "Activity Dependency"^^xsd:string ;
rdfs:subClassOf ILAP:Constraint ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Activity ;
owl:onProperty ILAP:hasPredecessorActivity ;
owl:onProperty ILAP:hasSuccessorActivity ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
ILAP:ActivityPlan
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 "Activity Plan"^^xsd:string ;
rdfs:subClassOf ILAP:Network ;
rdfs:subClassOf
......@@ -76,7 +76,7 @@ ILAP:ActivityStatus
rdfs:subClassOf ILAP:Status .
ILAP:ActivityWBS
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 "Activity WBS"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
......@@ -87,15 +87,15 @@ ILAP:ActivityWBS_1
ILAP:Application
rdf:type owl:Class ;
rdfs:label "Application"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
ILAP:Asset
rdf:type owl:Class ;
rdfs:label "Asset"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
ILAP:Baseline
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 "Baseline"^^xsd:string ;
rdfs:subClassOf ILAP:Network .
......@@ -109,9 +109,9 @@ ILAP:CAPEX
rdfs:label "CAPEX"^^xsd:string .
ILAP:Calendar
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 "Calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarFreePeriod ;
......@@ -119,14 +119,14 @@ ILAP:Calendar
] .
ILAP:CalendarDay
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 day"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
ILAP:CalendarFreePeriod
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdfs:label "Calendar free period"^^xsd:string ;
rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Calendar ;
......@@ -138,39 +138,39 @@ ILAP:CalendarFreePeriod
] .
ILAP:CalendarFreePeriodWeekRepeat
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
rdfs:label "Free day"^^xsd:string ;
rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
ILAP:CalendarHour
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 hour"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> .
ILAP:CalendarPeriod
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
rdfs:label "Calendar period"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:CalendarDay ;
owl:onProperty ILAP:hasCalendarPeriodDay
owl:allValuesFrom ILAP:CalendarHour ;
owl:onProperty ILAP:hasCalendarPeriodHour
] .
ILAP:Constraint
rdf:type owl:Class ;
rdfs:label "Constraint"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
ILAP:Contract
rdf:type owl:Class ;
rdfs:label "Contract"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
ILAP:ControlSchedule
rdf:type owl:Class ;
......@@ -180,22 +180,27 @@ ILAP:ControlSchedule
ILAP:Cost
rdf:type owl:Class ;
rdfs:label "Cost"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
ILAP:CostBased
rdf:type owl:Class ;
rdfs:label "Cost based"^^xsd:string ;
rdfs:subClassOf ILAP:Resource .
ILAP:Criticality
rdf:type owl:Class ;
rdfs:label "Criticality"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:CurrentSchedule
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 "Current schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
ILAP:Data
rdf:type owl:Class ;
rdfs:label "Data"^^xsd:string ;
rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onClass ILAP:Project ;
......@@ -205,18 +210,20 @@ ILAP:Data
] .
ILAP:Discipline
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdfs:label "Discipline"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing .
ILAP:ExternalReference
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
rdfs:label "External Reference"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Application ;
owl:onProperty ILAP:hasReferenceApplication
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasObjectReferenceID ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -225,21 +232,19 @@ ILAP:ExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasObjectReferenceID ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
owl:allValuesFrom ILAP:Application ;
owl:onProperty ILAP:hasReferenceApplication
] .
ILAP:FinishToFinish
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 "Finish to finish"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:FinishToStart
rdf:type <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 "Finish to start"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:FunctionalLocation
rdf:type owl:Class ;
......@@ -250,6 +255,14 @@ ILAP:HCSystemsWork
rdf:type ILAP:RiskFactor ;
rdfs:label "HC Systems Work"^^xsd:string .
ILAP:HighCriticality
rdf:type ILAP:Criticality ;
rdfs:label "High criticality"^^xsd:string .
ILAP:HighPriority
rdf:type ILAP:Priority ;
rdfs:label "High priority"^^xsd:string .
ILAP:Hot_Work
rdf:type ILAP:RiskFactor ;
rdfs:label "Hot Work"^^xsd:string .
......@@ -257,7 +270,7 @@ ILAP:Hot_Work
ILAP:Information
rdf:type owl:Class ;
rdfs:label "Information"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
ILAP:Knowledge
rdf:type owl:Class ;
......@@ -269,17 +282,25 @@ ILAP:Lifting_Operation
rdfs:label "Lifting Operation"^^xsd:string .
ILAP:LiveSchedule
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 "Live schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
ILAP:Location
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
rdfs:label "Location"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
ILAP:LowCriticality
rdf:type ILAP:Criticality ;
rdfs:label "Low criticality"^^xsd:string .
ILAP:LowPriority
rdf:type ILAP:Priority ;
rdfs:label "Low priority"^^xsd:string .
ILAP:Milestone
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
rdfs:label "Milestone"^^xsd:string .
ILAP:Missing_Barriers
......@@ -289,7 +310,15 @@ ILAP:Missing_Barriers
ILAP:Network
rdf:type owl:Class ;
rdfs:label "Network"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
ILAP:NormalCriticality
rdf:type ILAP:Criticality ;
rdfs:label "Normal criticality"^^xsd:string .
ILAP:NormalPriority
rdf:type ILAP:Priority ;
rdfs:label "Normal priority"^^xsd:string .
ILAP:OPEX
rdf:type ILAP:ProjectType ;
......@@ -316,49 +345,49 @@ ILAP:PhysicalLocation
rdfs:subClassOf ILAP:Location .
ILAP:PlanClassifier
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdfs:label "Plan classifier"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
ILAP:PlanContentType
rdf:type <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 "Content type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
ILAP:PlanContractType
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 contract type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier .
ILAP:PlanExpenseType
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 expense type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier .
ILAP:PlanGeoArea
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
rdfs:label "Plan geographic area"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
ILAP:PlanLevel
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdfs:label "Plan level"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
ILAP:PlanLifecycleStage
rdf:type 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 stage"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
ILAP:PlanObjectiveType
rdf:type 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 objective type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
ILAP:PlanProjectType
rdf:type <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 project type"^^xsd:string ;
rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
ILAP:PlannedActivity
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
......@@ -366,18 +395,18 @@ ILAP:PlannedActivity
rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivityPredecessor
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBSelement
owl:allValuesFrom ILAP:ResourceProfile ;
owl:onProperty ILAP:hasActivityResourceProfile
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -386,8 +415,8 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
owl:allValuesFrom ILAP:Result ;
owl:onProperty ILAP:hasActivityResult
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -396,8 +425,8 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ActivityDependency ;
owl:onProperty ILAP:hasActivityPredecessor
owl:allValuesFrom ILAP:ActivityWBS ;
owl:onProperty ILAP:hasActivityWBSelement
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -408,8 +437,8 @@ ILAP:PlannedActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasActivityDiscipline ;
owl:someValuesFrom ILAP:Discipline
owl:allValuesFrom ILAP:Location ;
owl:onProperty ILAP:hasActivityLocation
] .
ILAP:PlannedMilestone
......@@ -427,19 +456,29 @@ ILAP:Portfolio
rdfs:label "Portfolio"^^xsd:string ;
rdfs:subClassOf ILAP:Project .
ILAP:Priority
rdf:type owl:Class ;
rdfs:label "Priority"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:Programme
rdf:type owl:Class ;
rdfs:label "Programme"^^xsd:string ;
rdfs:subClassOf ILAP:Project .
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 ILAP:Activity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -450,13 +489,8 @@ ILAP:Project
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ExternalReference ;
owl:onProperty ILAP:hasExternalReference
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:Project ;
owl:onProperty ILAP:hasProjectSubproject
owl:allValuesFrom BRREG:OilCompany ;
owl:onProperty ILAP:hasProjectResponsible
] .
ILAP:ProjectExecutionPlan
......@@ -470,8 +504,8 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -480,23 +514,13 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
owl:onProperty ILAP:hasPlanSubplan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -507,6 +531,11 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasPlanResponsible
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlanLevel ;
......@@ -514,8 +543,8 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanLifecycleStage ;
owl:onProperty ILAP:hasPlanLifecycleStage
owl:onProperty ILAP:hasPlanContentType ;
owl:someValuesFrom ILAP:PlanContentType
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -524,13 +553,18 @@ ILAP:ProjectExecutionPlan
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanSubplan
owl:onProperty ILAP:hasPlanLevel ;
owl:someValuesFrom ILAP:PlanLevel
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:PlanObjectiveType ;
owl:onProperty ILAP:hasPlanObjectiveType
owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
owl:onProperty ILAP:hasPlanAsset
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ILAP:ProjectExecutionPlan ;
owl:onProperty ILAP:hasPlanRollUpPlan
] .
ILAP:ProjectType
......@@ -539,18 +573,18 @@ ILAP:ProjectType
rdfs:subClassOf owl:Thing .
ILAP:Regular8To16WorkingDayCalendar
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 "Regular8To16Working day calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .
ILAP:Reservoir_Drilling
rdf:type ILAP:RiskFactor ;
rdfs:label "Reservoir Drilling"^^xsd:string .
ILAP:Resource
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"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
ILAP:ResourceEstimate
rdf:type owl:Class ;
......@@ -558,14 +592,14 @@ ILAP:ResourceEstimate
rdfs:subClassOf ILAP:ResourceStructure .
ILAP:ResourceProfile
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:ResourceProfilePoint
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 Profile point"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
ILAP:ResourceStructure
rdf:type owl:Class ;
......@@ -573,17 +607,17 @@ ILAP:ResourceStructure
rdfs:subClassOf ILAP:Network .
ILAP:ResponsibleOrganization
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
rdfs:label "Responsible organization"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing .
ILAP:ResponsiblePerson
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
rdfs:label "Responsible"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .
ILAP:Result
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
rdfs:label "Result"^^xsd:string ;
rdfs:subClassOf owl:Thing .
......@@ -598,9 +632,9 @@ ILAP:RiskFactor
rdfs:subClassOf owl:Thing .
ILAP:Schedule
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 ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
......@@ -610,22 +644,22 @@ ILAP:Schedule
] .
ILAP:ScheduledActivity
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 in Network Schedule"^^xsd:string ;
rdfs:subClassOf ILAP:PlannedActivity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
owl:onClass ILAP:Schedule ;
owl:onProperty ILAP:hasActivitySchedule
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxQualifiedCardinality
"1"^^xsd:nonNegativeInteger ;
owl:onClass ILAP:Schedule ;
owl:onProperty ILAP:hasActivitySchedule
owl:onClass ILAP:PlannedActivity ;
owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
] .
ILAP:ScheduledMilestone
......@@ -638,9 +672,9 @@ ILAP:Shallow_Gas
rdfs:label "Shallow Gas"^^xsd:string .
ILAP:Source
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 "Source"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
ILAP:SourceSpecifiedUserField
rdf:type owl:Class ;
......@@ -653,22 +687,22 @@ ILAP:SpecifiedUserField
rdfs:subClassOf ILAP:UserField .
ILAP:StartToFinish
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 "Start to finish"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:StartToStart
rdf:type <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 "Start to start"^^xsd:string ;
rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
ILAP:Status
rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
rdfs:label "Status"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
ILAP:TargetSchedule
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 "Target schedule"^^xsd:string ;
rdfs:subClassOf ILAP:Schedule .
......@@ -683,7 +717,7 @@ ILAP:UnitBased
rdfs:subClassOf ILAP:Resource .
ILAP:UserField
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 "User field"^^xsd:string ;
rdfs:subClassOf ILAP:Data ;
rdfs:subClassOf
......@@ -697,16 +731,16 @@ ILAP:UserField
ILAP:Value
rdf:type owl:Class ;
rdfs:label "Value"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
ILAP:Vessel_Operation
rdf:type ILAP:RiskFactor ;
rdfs:label "Vessel Operation"^^xsd:string .
ILAP:WeekendsFreeCalendar
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 "Weekends free calendar"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
ILAP:WorkOrder
rdf:type owl:Class ;
......@@ -714,18 +748,18 @@ ILAP:WorkOrder
rdfs:subClassOf ILAP:WorkTask .
ILAP:WorkTask
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 "Work task"^^xsd:string ;
rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasWorkTaskResponsible
owl:onProperty ILAP:hasWorkTaskActivity ;
owl:someValuesFrom ILAP:Activity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onProperty ILAP:hasWorkTaskActivity ;
owl:someValuesFrom ILAP:Activity
owl:allValuesFrom BRREG:LegalEntity ;
owl:onProperty ILAP:hasWorkTaskResponsible
] .
ILAP:WorkTaskStatus
......@@ -825,7 +859,7 @@ ILAP:hasActivityPhysicalPercentComplete
rdfs:range xsd:float .
ILAP:hasActivityPlan
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity plan"^^xsd:string ;
rdfs:range ILAP:ProjectExecutionPlan .
......@@ -873,7 +907,7 @@ ILAP:hasActivityResponsibleOrganization
rdfs:range ILAP:ResponsibleOrganization .
ILAP:hasActivityResponsiblePerson
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity responsible"^^xsd:string ;
rdfs:range ILAP:ResponsiblePerson .
......@@ -908,7 +942,7 @@ ILAP:hasActivityStatus
rdfs:range ILAP:Status .
ILAP:hasActivitySuccessor
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity successor"^^xsd:string ;
rdfs:range ILAP:ActivityDependency ;
......@@ -969,7 +1003,7 @@ ILAP:hasCalendarDate
rdfs:label "has calendar date"^^xsd:string .
ILAP:hasCalendarFreePeriod
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:Calendar ;
rdfs:label "has calendarcalendar free period"^^xsd:string ;
rdfs:range ILAP:CalendarFreePeriod .
......@@ -1246,7 +1280,7 @@ ILAP:hasPlanRegulator
rdfs:subPropertyOf ILAP:hasPlanResponsible .
ILAP:hasPlanResponsible
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:ResponsibleOrganization ;
rdfs:label "has plan responsible"^^xsd:string .
......@@ -1405,7 +1439,7 @@ ILAP:hasScheduledStart
rdfs:subPropertyOf ILAP:hasScheduleDate .
ILAP:hasSuccessorActivity
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:domain ILAP:ActivityDependency ;
rdfs:label "has successor activity "^^xsd:string ;
rdfs:range ILAP:PlannedActivity ;
......
# baseURI: http://ILAP_1.5_(git)/StandardData
@prefix : <http://ILAP_1.5_(git)/StandardData#> .
@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#> .
<http://ILAP_1.5_(git)/StandardData>
rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:Criticality
rdf:type owl:Class ;
rdfs:label "Criticality"^^xsd:string ;
rdfs:subClassOf owl:Thing .
:Priority
rdf:type owl:Class ;
rdfs:label "Priority"^^xsd:string ;
rdfs:subClassOf owl:Thing .