Tore Christiansen

Added Rosenberg to ConocoPhillips Use Case

Showing 1 changed file with 40 additions and 0 deletions
......@@ -34,6 +34,13 @@ ILAP:ActivityWBS_1
ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ;
ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 .
ILAP:AreaCode
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Area Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"GLC_Level 2"^^xsd:string ;
USERFIELDS:hasShort "GLC_Level 2"^^xsd:string .
ILAP:Area_Code_Value_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Area code value 1"^^xsd:string ;
......@@ -41,10 +48,24 @@ ILAP:Area_Code_Value_1
"Area Code AA"^^xsd:string ;
USERFIELDS:hasShort "AC AA"^^xsd:string .
ILAP:BuidingBlock
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Modifications of GI ducting system to WHRU"^^xsd:string ;
USERFIELDS:hasShort "D1"^^xsd:string .
ILAP:COR_KD_1
rdf:type SCCS:COR_KD ;
rdfs:label "Standard drill equipment for production wellbores"^^xsd:string .
ILAP:CTR
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
USERFIELDS:hasDescription
"Document Control"^^xsd:string ;
USERFIELDS:hasShort "DDZEG0000"^^xsd:string .
ILAP:Calendar_1
rdf:type ILAP:Calendar ;
rdfs:label "Calendar 1"^^xsd:string .
......@@ -186,6 +207,16 @@ ILAP:RiskFactor_1
rdfs:label "Risk factor 1"^^xsd:string ;
ILAP:hasRiskType ILAP:ShallowGasOperation .
<http://data.posccaesar.org/ilap/RosenbergToConocoPhillips2.0>
rdf:type ILAP:Project ;
rdfs:label "Rosenberg to Conoco Phillips 2.0"^^xsd:string ;
USERFIELDS:hasUserField
<http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0> .
ILAP:RosenbergToConocoPhillipsPlan
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Rosenberg to conoco phillips plan"^^xsd:string .
ILAP:SAB_51_1
rdf:type SCCS:SAB_51 ;
rdfs:label "Prepare drilling equipment for drilling"^^xsd:string .
......@@ -250,6 +281,15 @@ ILAP:UserFieldClass
rdfs:label "User field class"^^xsd:string ;
rdfs:subClassOf owl:Class .
<http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0>
rdf:type USERFIELDS:UserField ;
rdfs:label "User fields for Rosenberg to Conoco Phillips 2.0"^^xsd:string ;
USERFIELDS:hasAreaCode
ILAP:AreaCode ;
USERFIELDS:hasBuildingBlock
ILAP:BuidingBlock ;
USERFIELDS:hasCTR ILAP:CTR .
ILAP:UserField_for_PlannedActivity_2
rdf:type USERFIELDS:UserField ;
rdfs:label "User Field for Planned Activity 2" ;
......