UC1.ttl
4.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# baseURI: http://data.posccaesar.org/Data/UC1/
# imports: http://data.posccaesar.org/NCS_PLANNING/
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> .
@prefix UC1: <http://data.posccaesar.org/Data/UC1/> .
@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#> .
UC1: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
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 ILAP:SAB_51_1 , SCCS:SAB_51 ;
ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 .
ILAP:COR_KD_1
rdf:type SCCS:COR_KD ;
rdfs:label "Standard drill equipment for production wellbores"^^xsd:string .
ILAP:PBS_ABB_1
rdf:type SCCS:PBS_ABB ;
rdfs:label "Gravity Base with three shafts and domes"^^xsd:string .
ILAP:PBS_ACAA_1
rdf:type SCCS:PBS_ACAA ;
rdfs:label "Production wells for Gravity Structure 24-7"^^xsd:string .
ILAP:PlannedActivity_2
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 2"^^xsd:string ;
ILAP:hasActivityActualProgressPercent
"50"^^xsd:float ;
ILAP:hasActivityContractor
<http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ;
ILAP:hasActivityDiscipline
ILAP:COR_KD_1 ;
ILAP:hasActivityEstimatedWeight
"55000"^^xsd:float ;
ILAP:hasActivityFacility
<http://staging.data.posccaesar.org/npd/facts/Facility-278329> ;
ILAP:hasActivityLocation
<http://staging.data.posccaesar.org/npd/facts/Field-46437> ;
ILAP:hasActivityOperator
<http://staging.data.posccaesar.org/npd/facts/Company-2410696> ;
ILAP:hasActivityPhase
ILAP:SAB_51_1 ;
ILAP:hasActivityResource
ILAP:COR_KD_1 ;
ILAP:hasActivityResult
ILAP:PBS_ABB_1 ;
ILAP:hasActivityRiskFactor
ILAP:RiskFactor_1 ;
ILAP:hasActivityShutdown
ILAP:SummerShutdown_UC1 ;
ILAP:hasActivityStatus
ILAP:Active ;
ILAP:hasActivityWBSelement
ILAP:ActivityWBS_1 ;
ILAP:hasActivityWeight
"55000"^^xsd:float ;
ILAP:hasActivityWorkVolume
"1500"^^xsd:float .
ILAP:ProjectExecutionPlan_UC1
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Project execution plan UC1"^^xsd:string ;
ILAP:hasPlanContractor
<http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> , <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ;
ILAP:hasPlanShutdown
ILAP:SummerShutdown_UC1 ;
ILAP:hasPlanUserField
ILAP:hasContract .
ILAP:RiskFactor_1
rdf:type ILAP:RiskFactor ;
rdfs:label "Risk factor 1"^^xsd:string ;
ILAP:hasRiskType ILAP:ShallowGasOperation .
ILAP:SAB_51_1
rdf:type SCCS:SAB_51 ;
rdfs:label "Prepare drilling equipment for drilling"^^xsd:string .
ILAP:SummerShutdown_UC1
rdf:type ILAP:Shutdown ;
rdfs:label "Summer shutdown UC1"^^xsd:string ;
ILAP:hasShutdownContent
ILAP:Equipment_Shutdown ;
ILAP:hasShutdownPeriod
"SD2016"^^xsd:string ;
ILAP:hasShutdownPriority
ILAP:NormalPriority ;
ILAP:hasShutdownType
ILAP:Scheduled_Shutdown .
ILAP:WorkOrder_1
rdf:type ILAP:WorkOrder ;
rdfs:label "Work order 1"^^xsd:string .
ILAP:hasContract
rdf:type ILAP:SourceSpecifiedUserField ;
rdfs:label "has contract"^^xsd:string ;
ILAP:hasUserFieldName
"Comp.Format"^^xsd:string ;
ILAP:hasUserFieldSource
ILAP:SafranConocoPhillips ;
ILAP:hasUserFieldValue
"Reimbbursement"^^xsd:string .
ILAP:hasPlanUserField
rdfs:domain ILAP:ProjectExecutionPlan .