Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
Holger Knublauch
2011-08-10 10:44:39 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
229354569ee7dbecbc8e5606938656291a76225b
22935456
1 parent
647baa40
Removed 1.1 files that were left over in error after renaming
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
0 additions
and
1074 deletions
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ABSTRACT-(v1.1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ACTIVITY-(v1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ACTIVITY-PURPOSE-(v1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ACTIVITY-PURPOSE-(v1.1).ttl.tbc
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-CORE-(v1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-DDR_(v1.1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-EQUIPMENT-(v1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-FACILITY-(v1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-FACILITY-(v1.1).ttl.tbc
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ORGANIZATION-(v1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ORGANIZATION-(v1.1).ttl.tbc
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-REPORT-(v1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-VV-(v1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-WELL-(v1.1).ttl
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ABSTRACT-(v1.1.1).ttl
deleted
100644 → 0
View file @
647baa4
# baseURI: http://www.energistics.org/schemas/abstract
# imports: http://www.linkedmodel.org/schema/dtype
# imports: http://www.linkedmodel.org/schema/vaem
@prefix
abstract:
<http://www.energistics.org/schemas/abstract#>
.
@prefix
dc:
<http://purl.org/dc/elements/1.1/>
.
@prefix
dtype:
<http://www.linkedmodel.org/schema/dtype#>
.
@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
skos:
<http://www.w3.org/2004/02/skos/core#>
.
@prefix
vaem:
<http://www.linkedmodel.org/schema/vaem#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
dc:
description
rdfs:
label
"description"
^^
xsd:
string
.
<http://www.energistics.org/schemas/abstract>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.linkedmodel.org/schema/vaem>
,
<http://www.linkedmodel.org/schema/dtype>
;
owl:
versionInfo
"Created with TopBraid Composer from the XML Schema http://www.energistics.org/schemas/abstract"
^^
xsd:
string
.
abstract:
AbstractContextualObject
rdf:
type
owl:
Class
;
rdfs:
label
"Abstract contextual object"
^^
xsd:
string
;
rdfs:
subClassOf
abstract:
AbstractObject
;
dc:
description
"Substitution group for contextual objects."
^^
xsd:
string
.
abstract:
AbstractDataObject
rdf:
type
owl:
Class
;
rdfs:
label
"Abstract data object"
^^
xsd:
string
;
rdfs:
subClassOf
abstract:
AbstractObject
;
dc:
description
"Substitution group for normative data objects."
^^
xsd:
string
.
abstract:
AbstractObject
rdf:
type
owl:
Class
;
rdfs:
label
"Abstract object"
^^
xsd:
string
;
dc:
description
"""The intended abstract supertype of all schema roots
that may be a member of a substitution group (whether contextual or data).
The type of root global elements should be extended from this type and the
root global element should be declared to be a member of one of the above substitution groups."""
^^
xsd:
string
.
skos:
prefLabel
rdf:
type
owl:
AnnotationProperty
;
rdfs:
label
"pref label"
^^
xsd:
string
.
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ACTIVITY-(v1.1).ttl
deleted
100644 → 0
View file @
647baa4
# Saved by TopBraid on Tue Aug 09 15:23:56 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.linkedmodel.org/1.2/schema/vaem
# imports: http://www.linkedmodel.org/1.1/schema/ordered
# imports: http://www.reportinghub.no/ep/schema/equipment
# imports: http://www.reportinghub.no/ep/schema/1.1/core
# imports: http://www.reportinghub.no/ep/schema/well
@prefix
:
<http://www.reportinghub.no/ep/schema/1.1/activity#>
.
@prefix
ep-activity:
<http://www.reportinghub.no/ep/schema/activity#>
.
@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://www.reportinghub.no/ep/schema/1.1/activity>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/well>
,
<http://www.reportinghub.no/ep/schema/equipment>
,
<http://www.linkedmodel.org/1.1/schema/ordered>
,
<http://www.linkedmodel.org/1.2/schema/vaem>
,
<http://www.reportinghub.no/ep/schema/1.1/core>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-activity:
Activity
rdf:
type
owl:
Class
;
rdfs:
label
"Activity"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#PhysicalThing>
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
finishedAt
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
startedAt
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#after>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#before>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#overlaps>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#during>
]
.
ep-activity:
DailyDrillingActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Daily drilling activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
Activity
;
owl:
onProperty
<http://www.reportinghub.no/ep/schema/core#hasPart>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
DrillingActivity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#first>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#first>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore>
;
owl:
onProperty
ep-activity:
onWellBore
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
DrillingActivity
;
owl:
onProperty
<http://www.linkedmodel.org/schema/ordered#last>
]
.
ep-activity:
DailyDrillingReportFinalisationType
rdf:
type
rdfs:
Class
;
rdfs:
label
"daily drilling report finalisation type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
DailyProductionActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Daily production activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
ProductionActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
ProductionActivity
;
owl:
onProperty
ep-activity:
hasSubActivity
]
.
ep-activity:
Drill-bypass
rdf:
type
ep-activity:
WellBoreDrillingType
;
rdfs:
label
"drill bypass"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
Drill-initial
rdf:
type
ep-activity:
WellBoreDrillingType
;
rdfs:
label
"drill initial"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
Drill-re-entry
rdf:
type
ep-activity:
WellBoreDrillingType
;
rdfs:
label
"drill re-entry"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
Drill-re-spud
rdf:
type
ep-activity:
WellBoreDrillingType
;
rdfs:
label
"drill re-spud"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
Drill-redrill
rdf:
type
ep-activity:
WellBoreDrillingType
;
rdfs:
label
"redrill"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
Drill-sidetrack
rdf:
type
ep-activity:
WellBoreDrillingType
;
rdfs:
label
"drill sidetrack"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
.
ep-activity:
DrillingActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Drilling activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
FormationIntegrityTest
rdf:
type
owl:
Class
,
ep-activity:
PressureTestType
;
rdfs:
label
"formation integrity test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellBorePressureTest
;
owl:
disjointWith
ep-activity:
LeakOffTest
.
ep-activity:
LeakOffTest
rdf:
type
owl:
Class
,
ep-activity:
PressureTestType
;
rdfs:
label
"leak-off test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
WellBorePressureTest
;
owl:
disjointWith
ep-activity:
FormationIntegrityTest
.
ep-activity:
MonthlyDrillingActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Weekly drilling activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
WeeklyDrillingActivity
;
owl:
onProperty
ep-activity:
hasSubActivity
]
.
ep-activity:
MonthlyProductionActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Monthly production activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
ProductionActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
WeeklyProductionActivity
;
owl:
onProperty
ep-activity:
hasSubActivity
]
.
ep-activity:
OffshoreActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Offshore activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
OffshoreWellActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Offshore well activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
OffshoreActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
onWell
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-activity:
onRig
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
<http://www.reportinghub.no/ep/schema/well#Well>
;
owl:
onProperty
ep-activity:
onWell
]
.
ep-activity:
PressureTestType
rdf:
type
rdfs:
Class
;
rdfs:
label
"pressure test type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
ProductionActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Production activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
WeeklyDrillingActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Weekly drilling activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
DrillingActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
DailyDrillingActivity
;
owl:
onProperty
ep-activity:
hasSubActivity
]
.
ep-activity:
WeeklyProductionActivity
rdf:
type
owl:
Class
;
rdfs:
label
"Weekly production activity"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
ProductionActivity
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-activity:
DailyProductionActivity
;
owl:
onProperty
ep-activity:
hasSubActivity
]
.
ep-activity:
WellBoreDrillingType
rdf:
type
rdfs:
Class
;
rdfs:
label
"well bore drilling type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-activity:
WellBorePressureTest
rdf:
type
owl:
Class
;
rdfs:
label
"well bore pressure test"
^^
xsd:
string
;
rdfs:
subClassOf
ep-activity:
Activity
.
ep-activity:
createdAt
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
label
"created at"
^^
xsd:
string
;
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
finishedAt
rdf:
type
owl:
DatatypeProperty
;
rdfs:
label
"finished at"
^^
xsd:
string
;
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
hasSubActivity
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"has sub activity"
^^
xsd:
string
.
ep-activity:
onRig
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"on rig"
^^
xsd:
string
.
ep-activity:
onWell
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"on well"
^^
xsd:
string
.
ep-activity:
onWellBore
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
;
rdfs:
label
"on WellBore"
^^
xsd:
string
.
ep-activity:
reportOn
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"report on"
^^
xsd:
string
.
ep-activity:
startedAt
rdf:
type
owl:
DatatypeProperty
;
rdfs:
label
"started at"
^^
xsd:
string
;
rdfs:
range
<http://www.linkedmodel.org/schema/vaem#dateUnion>
.
ep-activity:
wellBoreDrillingType
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-activity:
DrillingActivity
;
rdfs:
label
"has sub activity"
^^
xsd:
string
;
rdfs:
range
ep-activity:
WellBoreDrillingType
;
rdfs:
subPropertyOf
rdf:
type
.
<http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport>
rdf:
type
ep-activity:
DailyDrillingReportFinalisationType
.
<http://www.reportinghub.no/ep/schema/report#NormalDailyDrillingReport>
rdf:
type
ep-activity:
DailyDrillingReportFinalisationType
.
<http://www.reportinghub.no/ep/schema/report#PreliminaryDailyDrillingReport>
rdf:
type
ep-activity:
DailyDrillingReportFinalisationType
.
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ACTIVITY-PURPOSE-(v1.1).ttl
deleted
100644 → 0
View file @
647baa4
# Saved by TopBraid on Mon Aug 08 15:10:22 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.1/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://purl.org/dc/elements/1.1/
# imports: http://www.w3.org/2004/02/skos/core
# imports: http://spinrdf.org/spin
# imports: http://purl.org/dc/terms/
@prefix
:
<http://www.reportinghub.no/ep/schema/1.1/activity-purpose#>
.
@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
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/1.1/activity-purpose>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://purl.org/dc/elements/1.1/>
,
<http://purl.org/dc/terms/>
,
<http://www.w3.org/2004/02/skos/core>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.1/activity>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
:
DailyDrillingActivityPurposeType
rdf:
type
rdfs:
Class
;
rdfs:
label
"daily drilling activity purpose type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
:
Completion--bopwellheadequipment
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Completion--circulatingconditioning
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Completion--completionstring
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Completion--flow
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Completion--hydraulicworkover
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Completion--mill
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Completion--other
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Completion--perforate
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Completion--rigupdown
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Completion--sandcontrol
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Completion--stimulate
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Completion--testscsssv
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Completion--wait
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Completion--wireline
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--bopactivities
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--bopwellheadequipment
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--casing
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--circulatingconditioning
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--drill
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--drive
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--holeopen
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--mill
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--other
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--pressuredetection
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--ream
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--rigupdown
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--survey
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--trip
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--underream
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Drilling--wait
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Formationevaluation--circulatingconditioning
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Formationevaluation--circulationsamples
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Formationevaluation--core
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Formationevaluation--drillstemtest
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Formationevaluation--log
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Formationevaluation--other
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Formationevaluation--productiontest
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Formationevaluation--rftfit
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Formationevaluation--rigupdown
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Formationevaluation--trip
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Formationevaluation--wait
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Interruption--fish
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Interruption--lostcirculation
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Interruption--maintain
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Interruption--mill
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Interruption--other
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Interruption--repair
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Interruption--rigupdown
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Interruption--sidetrack
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Interruption--wait
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Interruption--waitingonweather
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Interruption--wellcontrol
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Moving--anchor
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Moving--jack
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Moving--position
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Moving--skid
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Moving--transit
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Plugabandon--cementplug
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Plugabandon--circulatingconditioning
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Plugabandon--cut
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Plugabandon--equipmentrecovery
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Plugabandon--mechanicalplug
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Plugabandon--mill
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Plugabandon--other
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Plugabandon--perforate
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Plugabandon--rigupdown
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Plugabandon--squeeze
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Plugabandon--trip
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Plugabandon--wait
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Workover--bopwellheadequipment
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Workover--circulatingconditioning
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Workover--completionstring
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Workover--flow
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Workover--hydraulicworkover
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Workover--mill
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Workover--other
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Workover--perforate
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Workover--rigupdown
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Workover--sandcontrol
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Workover--stimulate
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Workover--testscsssv
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Workover--wait
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
:
Workover--wireline
rdf:
type
:
DailyDrillingActivityPurposeType
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/activity#DrillingActivity>
.
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ACTIVITY-PURPOSE-(v1.1).ttl.tbc
deleted
100644 → 0
View file @
647baa4
# Saved by TopBraid on Mon Aug 08 15:10:22 BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
composite:
index
"0"
^^
xsd:
int
]
.
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-CORE-(v1.1).ttl
deleted
100644 → 0
View file @
647baa4
# Saved by TopBraid on Tue Aug 09 15:02:54 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.1/core
# imports: http://www.linkedmodel.org/1.2/schema/vaem
@prefix
bindEP-NativeOWL:
<http://www.reportinghub.no/iso15926/bindEP-NativeOWL#>
.
@prefix
ep-core:
<http://www.reportinghub.no/ep/schema/core#>
.
@prefix
ep-core-1
.1
:
<http://www.reportinghub.no/ep/schema/1.1/core#>
.
@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://www.reportinghub.no/ep/schema/1.1/core>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.linkedmodel.org/1.2/schema/vaem>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-core:
PhysicalObject
rdf:
type
owl:
Class
;
rdfs:
label
"physical object"
^^
xsd:
string
;
rdfs:
subClassOf
ep-core:
PhysicalThing
.
ep-core:
PhysicalThing
rdf:
type
owl:
Class
;
rdfs:
label
"physical thing"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
.
ep-core:
basisFor
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"basis for"
^^
xsd:
string
.
ep-core:
derivedFrom
rdf:
type
owl:
ObjectProperty
,
owl:
TransitiveProperty
;
rdfs:
label
"derived from"
^^
xsd:
string
.
ep-core:
hasPart
rdf:
type
owl:
TransitiveProperty
;
rdfs:
domain
ep-core:
PhysicalThing
;
rdfs:
label
"has part"
^^
xsd:
string
;
rdfs:
range
ep-core:
PhysicalThing
;
owl:
inverseOf
ep-core:
partOf
.
ep-core:
hasTemporalPart
rdf:
type
owl:
TransitiveProperty
;
rdfs:
domain
ep-core:
PhysicalThing
;
rdfs:
label
"has temporal part"
^^
xsd:
string
;
rdfs:
range
ep-core:
PhysicalThing
;
rdfs:
subPropertyOf
ep-core:
hasPart
;
owl:
inverseOf
ep-core:
partOf
.
ep-core:
name
rdf:
type
owl:
DatatypeProperty
;
rdfs:
label
"name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
ep-core:
partOf
rdf:
type
owl:
TransitiveProperty
;
rdfs:
domain
ep-core:
PhysicalThing
;
rdfs:
label
"part of"
^^
xsd:
string
;
rdfs:
range
ep-core:
PhysicalThing
;
owl:
inverseOf
ep-core:
hasPart
.
ep-core:
temporalPartOf
rdf:
type
owl:
TransitiveProperty
;
rdfs:
domain
ep-core:
PhysicalThing
;
rdfs:
label
"temporal part of"
^^
xsd:
string
;
rdfs:
range
ep-core:
PhysicalThing
;
rdfs:
subPropertyOf
ep-core:
hasPart
;
owl:
inverseOf
ep-core:
hasTemporalPart
.
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-DDR_(v1.1.1).ttl
deleted
100644 → 0
View file @
647baa4
This diff could not be displayed because it is too large.
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-EQUIPMENT-(v1.1).ttl
deleted
100644 → 0
View file @
647baa4
# Saved by TopBraid on Tue Aug 09 15:41:34 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/equipment
# imports: http://www.reportinghub.no/ep/schema/1.1/core
@prefix
:
<http://www.reportinghub.no/ep/schema/equipment#>
.
@prefix
ep-eqt:
<http://www.reportinghub.no/ep/schema/equipment#>
.
@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://www.reportinghub.no/ep/schema/core#PhysicalThing>
rdfs:
comment
"Equivalent to ISO 15926-2 Possible Individual - DL"
^^
xsd:
string
.
<http://www.reportinghub.no/ep/schema/equipment>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.1/core>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-eqt:
Equipment
rdf:
type
owl:
Class
;
rdfs:
label
"Equipment"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
.
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-FACILITY-(v1.1).ttl
deleted
100644 → 0
View file @
647baa4
# Saved by TopBraid on Tue Aug 09 14:35:50 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/facility
# imports: http://purl.org/dc/elements/1.1/
# imports: http://www.reportinghub.no/ep/schema/1.1/core
# imports: http://spinrdf.org/spin
# imports: http://purl.org/dc/terms/
@prefix
:
<http://www.reportinghub.no/ep/schema/facility#>
.
@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
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/facility>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.1/core>
,
<http://purl.org/dc/elements/1.1/>
,
<http://purl.org/dc/terms/>
,
<http://spinrdf.org/spin>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
:
Facility
rdf:
type
owl:
Class
;
rdfs:
label
"facility"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
.
:
FixedFacility
rdf:
type
owl:
DeprecatedClass
;
rdfs:
subClassOf
:
Facility
.
:
MoveableFacility
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
Facility
.
:
Rig
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
Facility
.
:
SubSurfaceFixedFacility
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
FixedFacility
.
:
SurfaceFixedFacility
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
FixedFacility
.
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-FACILITY-(v1.1).ttl.tbc
deleted
100644 → 0
View file @
647baa4
# Saved by TopBraid on Tue Aug 09 14:35:50 BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
composite:
index
"0"
^^
xsd:
int
]
.
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ORGANIZATION-(v1.1).ttl
deleted
100644 → 0
View file @
647baa4
# Saved by TopBraid on Tue Aug 09 15:32:44 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/organization
# imports: http://purl.org/dc/elements/1.1/
# imports: http://www.reportinghub.no/ep/schema/1.1/core
# imports: http://spinrdf.org/spin
@prefix
:
<http://www.reportinghub.no/ep/schema/organization#>
.
@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
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/schema/organization>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.1/core>
,
<http://purl.org/dc/elements/1.1/>
,
<http://spinrdf.org/spin>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
:
Company
rdf:
type
owl:
Class
;
rdfs:
label
"company"
^^
xsd:
string
;
rdfs:
subClassOf
:
Organization
.
:
Organization
rdf:
type
owl:
Class
;
rdfs:
label
"organization"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
.
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ORGANIZATION-(v1.1).ttl.tbc
deleted
100644 → 0
View file @
647baa4
# Saved by TopBraid on Tue Aug 09 15:32:44 BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
@prefix
forms:
<http://www.topbraid.org/2007/01/forms.owl#>
.
@prefix
inference:
<http://www.topbraid.org/2007/06/inference.owl#>
.
@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
visual:
<http://topbraid.org/visual#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
[]
rdf:
type
inference:
Configuration
;
composite:
child
[
rdf:
type
<http://spinrdf.org/spin#TopSPIN>
;
composite:
index
"0"
^^
xsd:
int
]
.
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-REPORT-(v1.1).ttl
deleted
100644 → 0
View file @
647baa4
# Saved by TopBraid on Mon Aug 08 14:39:14 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/report
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.reportinghub.no/ep/schema/1.1/core
@prefix
:
<http://www.reportinghub.no/ep/schema/report#>
.
@prefix
ep-report:
<http://www.reportinghub.no/ep/schema/report#>
.
@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://www.reportinghub.no/ep/schema/report>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.1/activity>
,
<http://www.reportinghub.no/ep/schema/1.1/core>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-report:
DailyDrillingReport
rdf:
type
owl:
Class
;
rdfs:
subClassOf
ep-report:
Report
.
ep-report:
FinalDailyDrillingReport
rdf:
type
owl:
Class
;
rdfs:
subClassOf
ep-report:
DailyDrillingReport
.
ep-report:
NormalDailyDrillingReport
rdf:
type
owl:
Class
;
rdfs:
subClassOf
ep-report:
DailyDrillingReport
.
ep-report:
PreliminaryDailyDrillingReport
rdf:
type
owl:
Class
;
rdfs:
subClassOf
ep-report:
DailyDrillingReport
.
ep-report:
Report
rdf:
type
owl:
Class
;
rdfs:
subClassOf
owl:
Thing
.
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-VV-(v1.1).ttl
deleted
100644 → 0
View file @
647baa4
# Saved by TopBraid on Tue Jul 26 01:03:35 CEST 2011
# baseURI: http://www.reportinghub.no/1.1/schema/epvv
# imports: http://www.linkedmodel.org/1.2/schema/vaem
# imports: http://www.reportinghub.no/1.1/schema/epa
# imports: http://www.linkedmodel.org/1.0/schema/dtype
# imports: http://spinrdf.org/spin
@prefix
dtype:
<http://www.linkedmodel.org/schema/dtype#>
.
@prefix
epvv:
<http://www.reportinghub.no/schema/epvv#>
.
@prefix
epvv-1
.1
:
<http://www.reportinghub.no/1.1/schema/epvv#>
.
@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
sp:
<http://spinrdf.org/sp#>
.
@prefix
spin:
<http://spinrdf.org/spin#>
.
@prefix
spl:
<http://spinrdf.org/spl#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/1.1/schema/epvv>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/1.1/schema/epa>
,
<http://www.linkedmodel.org/1.0/schema/dtype>
,
<http://www.linkedmodel.org/1.2/schema/vaem>
,
<http://spinrdf.org/spin>
;
owl:
versionInfo
"TBD by RH"
^^
xsd:
string
.
epvv:
Discrepancy
rdf:
type
owl:
Class
;
rdfs:
label
"Discrepancy"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
.
epvv:
ET_InvalidAttributeValue
rdf:
type
epvv:
ErrorType
;
rdfs:
label
"invalid attribute value"
^^
xsd:
string
;
dtype:
value
"invalid attribute value"
^^
xsd:
string
.
epvv:
ET_InvalidEndTime
rdf:
type
epvv:
EnumeratedValue
;
rdfs:
label
"Invalid end time"
^^
xsd:
string
.
epvv:
ET_InvalidEnumeratedValue
rdf:
type
epvv:
ErrorType
;
rdfs:
label
"invalid enumerated value"
^^
xsd:
string
;
dtype:
value
"invalid enumerated value"
^^
xsd:
string
.
epvv:
ET_InvalidStartTime
rdf:
type
epvv:
EnumeratedValue
;
rdfs:
label
"Invalid start time"
^^
xsd:
string
.
epvv:
ET_MissingAttribute
rdf:
type
epvv:
ErrorType
;
rdfs:
label
"missing attribute"
^^
xsd:
string
;
dtype:
value
"missing attribute"
^^
xsd:
string
.
epvv:
ET_TotalTimeLessThanReportingPeriod
rdf:
type
epvv:
EnumeratedValue
;
rdfs:
label
"total time is less than reporting period"
^^
xsd:
string
.
epvv:
ET_TotalTimeMoreThanReportingPeriod
rdf:
type
epvv:
EnumeratedValue
;
rdfs:
label
"total time is more than reporting period"
^^
xsd:
string
.
epvv:
EnumeratedValue
rdf:
type
owl:
Class
;
rdfs:
label
"Enumerated value"
^^
xsd:
string
;
rdfs:
subClassOf
dtype:
EnumeratedValue
.
epvv:
ErrorType
rdf:
type
owl:
Class
;
rdfs:
label
"Error type"
^^
xsd:
string
;
rdfs:
subClassOf
epvv:
EnumeratedValue
.
epvv:
Subject
rdf:
type
owl:
Class
;
rdfs:
label
"Source location"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
.
epvv:
WarningType
rdf:
type
owl:
Class
;
rdfs:
label
"Warning type"
^^
xsd:
string
;
rdfs:
subClassOf
epvv:
EnumeratedValue
.
epvv:
hasSubject
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"has subject"
^^
xsd:
string
.
epvv:
lineNumber
rdf:
type
owl:
DatatypeProperty
;
rdfs:
label
"line number"
^^
xsd:
string
;
rdfs:
range
xsd:
integer
.
www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-WELL-(v1.1).ttl
deleted
100644 → 0
View file @
647baa4
# Saved by TopBraid on Tue Aug 09 15:08:18 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/well
# imports: http://www.reportinghub.no/ep/schema/1.1/core
@prefix
:
<http://www.reportinghub.no/ep/schema/well#>
.
@prefix
ep-well:
<http://www.reportinghub.no/ep/schema/well#>
.
@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://www.reportinghub.no/ep/schema/well>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.1/core>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-well:
AllOrPartOfTheLifeOfAWellBore
rdf:
type
owl:
Class
;
rdfs:
label
"all or part of the life of a well bore"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
.
ep-well:
TemporalPartOfAWellBore
rdf:
type
owl:
Class
;
rdfs:
label
"temporal part of a well bore"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
AllOrPartOfTheLifeOfAWellBore
.
ep-well:
Well
rdf:
type
owl:
Class
;
rdfs:
label
"Well"
^^
xsd:
string
;
rdfs:
subClassOf
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-well:
WellBore
;
owl:
onProperty
<http://www.reportinghub.no/ep/schema/core#hasPart>
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.reportinghub.no/ep/schema/core#name>
]
.
ep-well:
WellBore
rdf:
type
owl:
Class
;
rdfs:
label
"well bore"
^^
xsd:
string
;
rdfs:
subClassOf
ep-well:
AllOrPartOfTheLifeOfAWellBore
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
<http://www.reportinghub.no/ep/schema/core#name>
]
.
Please
register
or
login
to post a comment