Tore Christiansen

Added three more milestone type subclasses to planning core

This diff is collapsed. Click to expand it.
......@@ -30,9 +30,9 @@ ILAP:ActivityWBS_1
rdf:type ILAP:ActivityWBS ;
rdfs:label "Activity WBS 1"^^xsd:string ;
ILAP:hasWBScomponent
SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ;
ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ;
ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 .
ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ;
ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ;
ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
ILAP:AreaCode
rdf:type USERFIELDS:FreeTextField ;
......@@ -60,6 +60,10 @@ ILAP:CostCenter
"COST CENTER B"^^xsd:string ;
USERFIELDS:hasShort "CCB"^^xsd:string .
ILAP:FinishToStart_1_2
rdf:type ILAP:FinishToStart ;
rdfs:label "Finish to start 1 2"^^xsd:string .
ILAP:Index_Code_Value
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Index Code" ;
......@@ -79,6 +83,10 @@ ILAP:PBS_ACAA_1
rdf:type SCCS:PBS_ACAA ;
rdfs:label "Production wells for Gravity Structure 24-7"^^xsd:string .
ILAP:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string .
ILAP:PlannedActivity_2
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 2"^^xsd:string ;
......@@ -123,10 +131,6 @@ ILAP:PlannedActivity_2
USERFIELDS:hasUserField
ILAP:UserField_for_PlannedActivity_2 .
ILAP:ProjectExecutionPlan_1
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Project execution plan 1"^^xsd:string .
ILAP:ProjectExecutionPlan_UC1
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Project execution plan UC1"^^xsd:string ;
......@@ -162,9 +166,9 @@ ILAP:ProjectExecutionPlan_UC1
ILAP:hasPlanSupplier
ILAP:ResponsibleOrganization .
ILAP:ProjectExecutionSubPlan_1
ILAP:ProjectExecutionSubPlan_UC1
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Project execution sub plan 1"^^xsd:string .
rdfs:label "Project execution sub plan UC1"^^xsd:string .
ILAP:Project_1
rdf:type ILAP:Project ;
......@@ -192,6 +196,10 @@ ILAP:ScheduledActivity_1
USERFIELDS:hasUserField
ILAP:UserField_for_Scheduled_Activity_1 .
ILAP:ScheduledActivity_2
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Scheduled activity 1"^^xsd:string .
ILAP:ScheduledMilestone_1
rdf:type ILAP:ScheduledMilestone ;
rdfs:label "Scheduled milestone 1"^^xsd:string .
......@@ -213,7 +221,7 @@ ILAP:SummerShutdown_UC1
ILAP:hasShutdownPriority
ILAP:NormalPriority ;
ILAP:hasShutdownType
ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown .
ILAP:ProductionShutdown , ILAP:ScheduledShutdown , ILAP:SystemShutdown .
ILAP:UseCaseAibelToCOPNO
rdf:type ILAP:Source ;
......@@ -225,14 +233,14 @@ ILAP:UserField
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasValueSource ;
owl:onProperty ILAP:hasValue ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty ILAP:hasValue ;
owl:onProperty ILAP:hasValueSource ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
] .
......