Tore Christiansen

Corrected path for UC1 data values

Showing 1 changed file with 55 additions and 55 deletions
......@@ -15,59 +15,6 @@ UC1: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
UC1:AreaCode
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Area code"^^xsd:string ;
USERFIELDS:hasDescription
"Area Code AA"^^xsd:string ;
USERFIELDS:hasShort "AC AA"^^xsd:string .
UC1:CostCenter
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Cost center"^^xsd:string ;
USERFIELDS:hasDescription
"COST CENTER B"^^xsd:string ;
USERFIELDS:hasShort "CCB"^^xsd:string .
UC1:Index_Code_Value
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Index Code" ;
USERFIELDS:hasDescription
"Index A"^^xsd:string ;
USERFIELDS:hasShort "EXA"^^xsd:string .
UC1:Quality_Descriptor_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Quality Level" ;
USERFIELDS:hasDescription
"High Quality"^^xsd:string ;
USERFIELDS:hasShort "HQ"^^xsd:string .
UC1:ShutdownPeriod_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Shutdown period 1"^^xsd:string ;
USERFIELDS:hasDescription
"Shutdown period 2016"^^xsd:string ;
USERFIELDS:hasShort "SD2016"^^xsd:string .
UC1:UserField_for_PlannedActivity_2
rdf:type USERFIELDS:UserField ;
rdfs:label "User Field for Planned Activity 2" ;
USERFIELDS:hasIndexCode
UC1:Index_Code_Value ;
USERFIELDS:hasQuality
UC1:Quality_Descriptor_1 ;
USERFIELDS:hasShutDownPeriod
UC1:ShutdownPeriod_1 .
UC1:UserField_for_Scheduled_Activity_1
rdf:type USERFIELDS:UserField ;
rdfs:label "User field for Scheduled Activity 1"^^xsd:string ;
USERFIELDS:hasAreaCode
UC1:AreaCode ;
USERFIELDS:hasCostCenter
UC1:CostCenter .
ILAP:Activity
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -87,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"^^xsd:string ;
USERFIELDS:hasDescription
"Area Code AA"^^xsd:string ;
USERFIELDS:hasShort "AC AA"^^xsd:string .
ILAP:COR_KD_1
rdf:type SCCS:COR_KD ;
rdfs:label "Standard drill equipment for production wellbores"^^xsd:string .
......@@ -99,6 +53,20 @@ ILAP:Contract_1
rdf:type ILAP:Contract ;
rdfs:label "Contract 1"^^xsd:string .
ILAP:CostCenter
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Cost center"^^xsd:string ;
USERFIELDS:hasDescription
"COST CENTER B"^^xsd:string ;
USERFIELDS:hasShort "CCB"^^xsd:string .
ILAP:Index_Code_Value
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Index Code" ;
USERFIELDS:hasDescription
"Index A"^^xsd:string ;
USERFIELDS:hasShort "EXA"^^xsd:string .
ILAP:NPD
rdf:type ILAP:ResponsibleOrganization ;
rdfs:label "NPD"^^xsd:string .
......@@ -153,7 +121,7 @@ ILAP:PlannedActivity_2
ILAP:hasActivityWorkVolume
"1500"^^xsd:float ;
USERFIELDS:hasUserField
UC1:UserField_for_PlannedActivity_2 .
ILAP:UserField_for_PlannedActivity_2 .
ILAP:ProjectExecutionPlan_1
rdf:type ILAP:ProjectExecutionPlan ;
......@@ -202,6 +170,13 @@ ILAP:Project_1
rdf:type ILAP:Project ;
rdfs:label "Project 1"^^xsd:string .
ILAP:Quality_Descriptor_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Quality Level" ;
USERFIELDS:hasDescription
"High Quality"^^xsd:string ;
USERFIELDS:hasShort "HQ"^^xsd:string .
ILAP:RiskFactor_1
rdf:type ILAP:RiskFactor ;
rdfs:label "Risk factor 1"^^xsd:string ;
......@@ -215,12 +190,19 @@ ILAP:ScheduledActivity_1
rdf:type ILAP:ScheduledActivity ;
rdfs:label "Scheduled activity 1"^^xsd:string ;
USERFIELDS:hasUserField
UC1:UserField_for_Scheduled_Activity_1 .
ILAP:UserField_for_Scheduled_Activity_1 .
ILAP:ScheduledMilestone_1
rdf:type ILAP:ScheduledMilestone ;
rdfs:label "Scheduled milestone 1"^^xsd:string .
ILAP:ShutdownPeriod_1
rdf:type USERFIELDS:FreeTextField ;
rdfs:label "Shutdown period 1"^^xsd:string ;
USERFIELDS:hasDescription
"Shutdown period 2016"^^xsd:string ;
USERFIELDS:hasShort "SD2016"^^xsd:string .
ILAP:SummerShutdown_UC1
rdf:type ILAP:Shutdown ;
rdfs:label "Summer shutdown UC1"^^xsd:string ;
......@@ -260,6 +242,24 @@ ILAP:UserFieldClass
rdfs:label "User field class"^^xsd:string ;
rdfs:subClassOf owl:Class .
ILAP:UserField_for_PlannedActivity_2
rdf:type USERFIELDS:UserField ;
rdfs:label "User Field for Planned Activity 2" ;
USERFIELDS:hasIndexCode
ILAP:Index_Code_Value ;
USERFIELDS:hasQuality
ILAP:Quality_Descriptor_1 ;
USERFIELDS:hasShutDownPeriod
ILAP:ShutdownPeriod_1 .
ILAP:UserField_for_Scheduled_Activity_1
rdf:type USERFIELDS:UserField ;
rdfs:label "User field for Scheduled Activity 1"^^xsd:string ;
USERFIELDS:hasAreaCode
ILAP:AreaCode ;
USERFIELDS:hasCostCenter
ILAP:CostCenter .
ILAP:WorkOrder_1
rdf:type ILAP:WorkOrder ;
rdfs:label "Work order 1"^^xsd:string .
......