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
David Leal
2011-09-24 12:39:14 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ce7c1cee013066202059f7c3472fb963f7b84df6
ce7c1cee
1 parent
99f65e84
Sorted typo in name of bitRecord transform, and completed the dynamic viscosity UOMs
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
334 additions
and
226 deletions
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-CORE-v1.0.ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_ddr_bitRecord-v1.1.1.ttl → www.reportinghub.no/ep/transform/TRANSFORM_ddr-bitRecord-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_ddr_bitRecord-v1.1.1.ttl.tbc → www.reportinghub.no/ep/transform/TRANSFORM_ddr-bitRecord-v1.1.1.ttl.tbc
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-CORE-v1.0.ttl
View file @
ce7c1ce
# Saved by TopBraid on
Fri Sep 23 16:31:55
BST 2011
# Saved by TopBraid on
Sat Sep 24 12:37:32
BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.linkedmodel.org/1.2/schema/vaem
# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model
# imports: http://www.linkedmodel.org/1.2/schema/vaem
@prefix
ep-core:
<http://www.reportinghub.no/ep/schema/core#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
...
...
@@ -11,26 +11,26 @@
<http://www.reportinghub.no/ep/schema/1.0/core>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://
standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model>
,
<http://www.linkedmodel.org/1.2/schema/vaem
>
;
owl:
imports
<http://
www.linkedmodel.org/1.2/schema/vaem>
,
<http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model
>
;
owl:
versionInfo
"0.1.0"
^^
xsd:
string
.
ep-core:
Class_of_indirect_property
rdf:
type
owl:
Class
;
rdfs:
label
"class of indirect property"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
ObjectProperty
,
owl:
Functional
Property
.
rdfs:
subClassOf
owl:
FunctionalProperty
,
owl:
Object
Property
.
ep-core:
Density
rdf:
type
rdfs:
Class
,
ep-core:
PropertySpace
;
rdf:
type
ep-core:
PropertySpace
,
rdfs:
Class
;
rdfs:
label
"density"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-core:
Length
rdf:
type
rdfs:
Class
,
ep-core:
PropertySpace
;
rdf:
type
ep-core:
PropertySpace
,
rdfs:
Class
;
rdfs:
label
"length"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-core:
MassPerUnitLength
rdf:
type
rdfs:
Class
,
ep-core:
PropertySpace
;
rdf:
type
ep-core:
PropertySpace
,
rdfs:
Class
;
rdfs:
label
"mass per unit length"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
...
...
@@ -45,17 +45,17 @@ ep-core:PhysicalThing
rdfs:
subClassOf
owl:
Thing
.
ep-core:
PlaneAngle
rdf:
type
ep-core:
PropertySpace
,
rdfs:
Class
;
rdf:
type
rdfs:
Class
,
ep-core:
PropertySpace
;
rdfs:
label
"plane angle"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-core:
PlasticViscosity
rdf:
type
ep-core:
PropertySpace
,
rdfs:
Class
;
rdf:
type
rdfs:
Class
,
ep-core:
PropertySpace
;
rdfs:
label
"plastic viscosity"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-core:
Pressure
rdf:
type
rdfs:
Class
,
ep-core:
PropertySpace
;
rdf:
type
ep-core:
PropertySpace
,
rdfs:
Class
;
rdfs:
label
"pressure"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
...
...
@@ -65,58 +65,58 @@ ep-core:PropertySpace
rdfs:
subClassOf
owl:
Class
.
ep-core:
Ratio
rdf:
type
ep-core:
PropertySpace
,
rdfs:
Class
;
rdf:
type
rdfs:
Class
,
ep-core:
PropertySpace
;
rdfs:
label
"ratio"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-core:
Scale
rdf:
type
owl:
Class
;
rdfs:
label
"scale"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
DatatypeProperty
,
owl:
Functional
Property
.
rdfs:
subClassOf
owl:
FunctionalProperty
,
owl:
Datatype
Property
.
ep-core:
SpecificVolume
rdf:
type
ep-core:
PropertySpace
,
rdfs:
Class
;
rdf:
type
rdfs:
Class
,
ep-core:
PropertySpace
;
rdfs:
label
"specific volume"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-core:
Speed
rdf:
type
rdfs:
Class
,
ep-core:
PropertySpace
;
rdf:
type
ep-core:
PropertySpace
,
rdfs:
Class
;
rdfs:
label
"speed"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-core:
StrengthOfRockFormation
rdf:
type
rdfs:
Class
,
ep-core:
PropertySpace
;
rdf:
type
ep-core:
PropertySpace
,
rdfs:
Class
;
rdfs:
label
"strength of rock formation"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-core:
Temperature
rdf:
type
rdfs:
Class
,
ep-core:
PropertySpace
;
rdf:
type
ep-core:
PropertySpace
,
rdfs:
Class
;
rdfs:
label
"temperature"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-core:
TimeDuration
rdf:
type
rdfs:
Class
,
ep-core:
PropertySpace
;
rdf:
type
ep-core:
PropertySpace
,
rdfs:
Class
;
rdfs:
label
"time duration"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-core:
Volume
rdf:
type
rdfs:
Class
,
ep-core:
PropertySpace
;
rdf:
type
ep-core:
PropertySpace
,
rdfs:
Class
;
rdfs:
label
"volume"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-core:
YieldPoint
rdf:
type
ep-core:
PropertySpace
,
rdfs:
Class
;
rdf:
type
rdfs:
Class
,
ep-core:
PropertySpace
;
rdfs:
label
"yield point"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-core:
apiName
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
label
"API name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
rdfs:
subPropertyOf
ep-core:
name
.
ep-core:
bar
rdf:
type
owl:
FunctionalProperty
,
owl:
DatatypeProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-core:
Pressure
;
rdfs:
label
"bar"
^^
xsd:
string
.
...
...
@@ -125,52 +125,62 @@ ep-core:basisFor
rdfs:
label
"basis for"
^^
xsd:
string
.
ep-core:
celsius
rdf:
type
owl:
FunctionalProperty
,
owl:
DatatypeProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-core:
Temperature
;
rdfs:
label
"celsius"
^^
xsd:
string
.
ep-core:
centiPoise
rdf:
type
owl:
FunctionalProperty
,
ep-core:
Scale
,
owl:
DatatypeProperty
;
rdfs:
domain
ep-core:
PlasticViscosity
;
rdfs:
label
"cP"
^^
xsd:
string
.
ep-core:
day
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdfs:
domain
ep-core:
TimeDuration
;
rdfs:
label
"day"
^^
xsd:
string
.
ep-core:
decimetre3
rdf:
type
ep-core:
Scale
,
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdf:
type
owl:
FunctionalProperty
,
owl:
DatatypeProperty
,
ep-core:
Scale
;
rdfs:
domain
ep-core:
Volume
;
rdfs:
label
"decimetre 3"
^^
xsd:
string
.
ep-core:
degreesOfAngle
rdf:
type
owl:
FunctionalProperty
,
owl:
DatatypeProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-core:
PlaneAngle
;
rdfs:
label
"degrees of angle"
^^
xsd:
string
.
ep-core:
derivedFrom
rdf:
type
owl:
ObjectProperty
,
owl:
Transitive
Property
;
rdf:
type
owl:
TransitiveProperty
,
owl:
Object
Property
;
rdfs:
label
"derived from"
^^
xsd:
string
.
ep-core:
dtiName
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdfs:
label
"DTI name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
rdfs:
subPropertyOf
ep-core:
name
.
ep-core:
dyne_second_metre-2
rdf:
type
owl:
FunctionalProperty
,
ep-core:
Scale
,
owl:
DatatypeProperty
;
rdfs:
domain
ep-core:
PlasticViscosity
;
rdfs:
label
"dyne.s.m-2"
^^
xsd:
string
.
ep-core:
foot
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdfs:
domain
ep-core:
Length
;
rdfs:
label
"foot"
^^
xsd:
string
.
ep-core:
foot3_sack94-1
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdfs:
domain
ep-core:
YieldPoint
;
rdfs:
label
"foot3 sack94-1"
^^
xsd:
string
.
ep-core:
footUS
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdfs:
domain
ep-core:
Length
;
rdfs:
label
"foot (US survey)"
^^
xsd:
string
.
ep-core:
gram_cm-3
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdfs:
label
"gram cm-3"
^^
xsd:
string
.
ep-core:
hasPart
...
...
@@ -194,52 +204,57 @@ ep-core:hasVolume
rdfs:
label
"has volume"
^^
xsd:
string
.
ep-core:
hour
rdf:
type
owl:
FunctionalProperty
,
ep-core:
Scale
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
ep-core:
Scale
,
owl:
Functional
Property
;
rdfs:
domain
ep-core:
TimeDuration
;
rdfs:
label
"hour"
^^
xsd:
string
.
ep-core:
inch
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdfs:
domain
ep-core:
Length
;
rdfs:
label
"inch"
^^
xsd:
string
.
ep-core:
inchUS
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdfs:
domain
ep-core:
Length
;
rdfs:
label
"inch (US survey)"
^^
xsd:
string
.
ep-core:
kilogramforce_second_metre-2
rdf:
type
ep-core:
Scale
,
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-core:
PlasticViscosity
;
rdfs:
label
"kgf.s.m-2"
^^
xsd:
string
.
ep-core:
localFieldName
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
label
"local field name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
rdfs:
subPropertyOf
ep-core:
name
.
ep-core:
megaPa
rdf:
type
owl:
FunctionalProperty
,
owl:
DatatypeProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-core:
Pressure
;
rdfs:
label
"MPa"
^^
xsd:
string
.
ep-core:
megaPa_second
rdf:
type
owl:
FunctionalProperty
,
owl:
DatatypeProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-core:
PlasticViscosity
;
rdfs:
label
"MPa.second"
^^
xsd:
string
.
ep-core:
metre
rdf:
type
owl:
FunctionalProperty
,
owl:
DatatypeProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-core:
Length
;
rdfs:
label
"metre"
^^
xsd:
string
.
ep-core:
metre3
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdfs:
label
"metre3"
^^
xsd:
string
.
ep-core:
metre_hour-1
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdfs:
domain
ep-core:
Speed
;
rdfs:
label
"metre hour-1"
^^
xsd:
string
.
ep-core:
minute
rdf:
type
owl:
FunctionalProperty
,
ep-core:
Scale
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
ep-core:
Scale
,
owl:
Functional
Property
;
rdfs:
domain
ep-core:
TimeDuration
;
rdfs:
label
"minute"
^^
xsd:
string
.
...
...
@@ -248,27 +263,32 @@ ep-core:name
rdfs:
label
"name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
ep-core:
newton_second_metre-2
rdf:
type
owl:
FunctionalProperty
,
ep-core:
Scale
,
owl:
DatatypeProperty
;
rdfs:
domain
ep-core:
PlasticViscosity
;
rdfs:
label
"N.s.m-2"
^^
xsd:
string
.
ep-core:
nominallyExistsAt
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
domain
ep-core:
PhysicalThing
;
rdfs:
label
"nominally exists at"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
rdfs:
subPropertyOf
ep-core:
name
.
ep-core:
npdCode
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
label
"NPD code"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
rdfs:
subPropertyOf
ep-core:
name
.
ep-core:
npdName
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
label
"NPD name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
rdfs:
subPropertyOf
ep-core:
name
.
ep-core:
npdNumber
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdfs:
label
"NPD number"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
rdfs:
subPropertyOf
ep-core:
name
.
...
...
@@ -281,43 +301,68 @@ ep-core:partOf
owl:
inverseOf
ep-core:
hasPart
.
ep-core:
partPerMillionByVolume
rdf:
type
ep-core:
Scale
,
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
,
ep-core:
Scale
;
rdfs:
domain
ep-core:
SpecificVolume
;
rdfs:
label
"part per million by volume"
^^
xsd:
string
.
ep-core:
pascal
rdf:
type
owl:
FunctionalProperty
,
owl:
DatatypeProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-core:
Pressure
;
rdfs:
label
"Pascal"
^^
xsd:
string
.
ep-core:
pascal_second
rdf:
type
owl:
FunctionalProperty
,
ep-core:
Scale
,
owl:
DatatypeProperty
;
rdfs:
domain
ep-core:
PlasticViscosity
;
rdfs:
label
"Pa.second"
^^
xsd:
string
.
ep-core:
perCentByVolume
rdf:
type
owl:
FunctionalProperty
,
owl:
DatatypeProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-core:
SpecificVolume
;
rdfs:
label
"per cent by volume"
^^
xsd:
string
.
ep-core:
poise
rdf:
type
ep-core:
Scale
,
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-core:
PlasticViscosity
;
rdfs:
label
"P"
^^
xsd:
string
.
ep-core:
pound_foot-1
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdfs:
domain
ep-core:
MassPerUnitLength
;
rdfs:
label
"pound foot-1"
^^
xsd:
string
.
ep-core:
poundforce_second_foot-2
rdf:
type
ep-core:
Scale
,
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-core:
PlasticViscosity
;
rdfs:
label
"lbf.s.ft-2"
^^
xsd:
string
.
ep-core:
poundforce_second_inch-2
rdf:
type
ep-core:
Scale
,
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-core:
PlasticViscosity
;
rdfs:
label
"lbf.s.in-2"
^^
xsd:
string
.
ep-core:
prospectName
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
label
"prospect name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
rdfs:
subPropertyOf
ep-core:
name
.
ep-core:
psi_second
rdf:
type
owl:
FunctionalProperty
,
ep-core:
Scale
,
owl:
DatatypeProperty
;
rdfs:
domain
ep-core:
PlasticViscosity
;
rdfs:
label
"psi.s"
^^
xsd:
string
.
ep-core:
psig
rdf:
type
owl:
FunctionalProperty
,
owl:
DatatypeProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-core:
Pressure
;
rdfs:
label
"psi gauge"
^^
xsd:
string
.
ep-core:
second
rdf:
type
owl:
FunctionalProperty
,
ep-core:
Scale
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
ep-core:
Scale
,
owl:
Functional
Property
;
rdfs:
domain
ep-core:
TimeDuration
;
rdfs:
label
"second"
^^
xsd:
string
.
ep-core:
specificGravity
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdfs:
label
"specific gravity"
^^
xsd:
string
.
ep-core:
temporalPartOf
...
...
@@ -329,16 +374,16 @@ ep-core:temporalPartOf
owl:
inverseOf
ep-core:
hasTemporalPart
.
ep-core:
undefinedScale
rdf:
type
ep-core:
Scale
,
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
,
ep-core:
Scale
;
rdfs:
domain
owl:
Class
;
rdfs:
label
"undefined scale"
^^
xsd:
string
.
ep-core:
usGallon_sack94-1
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdfs:
domain
ep-core:
SpecificVolume
;
rdfs:
label
"USgallon sack94-1"
^^
xsd:
string
.
ep-core:
week
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
,
ep-core:
Scale
;
rdf:
type
ep-core:
Scale
,
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdfs:
domain
ep-core:
TimeDuration
;
rdfs:
label
"week"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl
View file @
ce7c1ce
# Saved by TopBraid on
Fri Sep 23 19:55:56
BST 2011
# Saved by TopBraid on
Sat Sep 24 12:37:51
BST 2011
# baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.witsml.org/schemas/1series
...
...
@@ -521,12 +521,12 @@ ep-spin-lib:buildURI
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
spl:
predicate
sp:
arg
2
;
spl:
predicate
sp:
arg
1
;
spl:
valueType
xsd:
string
]
;
spin:
constraint
[
rdf:
type
spl:
Argument
;
spl:
predicate
sp:
arg
1
;
spl:
predicate
sp:
arg
2
;
spl:
valueType
xsd:
string
]
.
...
...
@@ -2372,10 +2372,73 @@ ep-spin-lib:selectPlasticViscosityScale
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/1series#DVU_
m
Pa.s>
sp:
arg2
<http://www.witsml.org/schemas/1series#DVU_Pa.s>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#megaPa_second>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#pascal_second>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
ddr:
DVU_cP
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#centiPoise>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
ddr:
DVU_P
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#poise>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/1series#DVU_psi.s>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#psi_second>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/1series#DVU_dyne.scm2>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#dyne_second_metre-2>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/1series#DVU_kgf.sm2>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#kilogramforce_second_metre-2>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/1series#DVU_lbf.sft2>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#poundforce_second_foot-2>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/1series#DVU_lbf.sin2>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#poundforce_second_inch-2>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/1series#DVU_mPa.s>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#megaPa_second>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/1series#DVU_N.sm2>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#newton_second_metre-2>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
]
]
]
]
]
]
]
]
]
;
sp:
variable
_:
b62
])
...
...
@@ -3191,254 +3254,254 @@ ddr:TTUC_Enumeration_1
rdfs:
label
"Enumeration"
^^
xsd:
string
;
dtype:
value
ddr:
TTUC_degC
.
_:
b1
sp:
varName
"uri"
^^
xsd:
string
.
_:
b62
sp:
varName
"plasticViscosityScale"
^^
xsd:
string
.
_:
b2
sp:
varName
"uri"
^^
xsd:
string
.
_:
b87
sp:
varName
"yieldPointScale"
^^
xsd:
string
.
_:
b3
sp:
varName
"uri"
^^
xsd:
string
.
_:
b86
sp:
varName
"wirelineFormationTestGoodnessOfSealType"
^^
xsd:
string
.
_:
b4
sp:
varName
"uri"
^^
xsd:
string
.
_:
b85
sp:
varName
"wellTestType"
^^
xsd:
string
.
_:
b5
sp:
varName
"uri"
^^
xsd:
string
.
_:
b84
sp:
varName
"wellKillingType"
^^
xsd:
string
.
_:
b6
sp:
varName
"uri"
^^
xsd:
string
.
_:
b83
sp:
varName
"wellControlIncidentType"
^^
xsd:
string
.
_:
b7
sp:
varName
"uri"
^^
xsd:
string
.
_:
b82
sp:
varName
"wellCementJobType"
^^
xsd:
string
.
_:
b8
sp:
varName
"uri"
^^
xsd:
string
.
_:
b81
sp:
varName
"wellCementJobTopPlugType"
^^
xsd:
string
.
_:
b9
sp:
varName
"uri"
^^
xsd:
string
.
_:
b80
sp:
varName
"wellCementJobPlugBumpingType"
^^
xsd:
string
.
_:
b
10
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
79
sp:
varName
"
wellCementJobFloatHoldingType
"
^^
xsd:
string
.
_:
b
11
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
78
sp:
varName
"
wellCementJobCasingRotationType
"
^^
xsd:
string
.
_:
b
12
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
77
sp:
varName
"
wellCementJobCasingReciprocationType
"
^^
xsd:
string
.
_:
b
13
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
76
sp:
varName
"
wellCementJobBottomPlugType
"
^^
xsd:
string
.
_:
b
14
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
75
sp:
varName
"
wellBoreTightnessType
"
^^
xsd:
string
.
_:
b
15
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
74
sp:
varName
"
wellBoreHphtType
"
^^
xsd:
string
.
_:
b
16
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
73
sp:
varName
"
wellBoreDrillingType
"
^^
xsd:
string
.
_:
b
17
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
72
sp:
varName
"
volumeScale
"
^^
xsd:
string
.
_:
b
18
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
71
sp:
varName
"
tubeType
"
^^
xsd:
string
.
_:
b
19
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
70
sp:
varName
"
durationScale
"
^^
xsd:
string
.
_:
b
20
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
69
sp:
varName
"
temperatureScale
"
^^
xsd:
string
.
_:
b
21
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
68
sp:
varName
"
strengthScale
"
^^
xsd:
string
.
_:
b
22
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
67
sp:
varName
"
speedScale
"
^^
xsd:
string
.
_:
b
23
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
66
sp:
varName
"
specificVolumeScale
"
^^
xsd:
string
.
_:
b
24
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
65
sp:
varName
"
pressureTestType
"
^^
xsd:
string
.
_:
b
27
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
64
sp:
varName
"
pressureScale
"
^^
xsd:
string
.
_:
b
28
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
63
sp:
varName
"
porePressureDeterminationType
"
^^
xsd:
string
.
_:
b
29
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
61
sp:
varName
"
angleScale
"
^^
xsd:
string
.
_:
b
3
0
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
6
0
sp:
varName
"
mudClass
"
^^
xsd:
string
.
_:
b
31
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
59
sp:
varName
"
massPerUnitLengthScale
"
^^
xsd:
string
.
_:
b
32
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
58
sp:
varName
"
lengthScale
"
^^
xsd:
string
.
_:
b
33
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
57
sp:
varName
"
dailyDrillingReportType
"
^^
xsd:
string
.
_:
b
34
sp:
varName
"
normalizedStr
"
^^
xsd:
string
.
_:
b
56
sp:
varName
"
innerBarrelType
"
^^
xsd:
string
.
_:
b
3
5
sp:
varName
"
s1
"
^^
xsd:
string
.
_:
b
5
5
sp:
varName
"
gasReadingType
"
^^
xsd:
string
.
_:
b
36
sp:
varName
"
s2
"
^^
xsd:
string
.
_:
b
54
sp:
varName
"
fluidType
"
^^
xsd:
string
.
_:
b
37
sp:
varName
"
t0a
"
^^
xsd:
string
.
_:
b
53
sp:
varName
"
fixedOrMoveableRigType
"
^^
xsd:
string
.
_:
b
38
sp:
varName
"
t0b
"
^^
xsd:
string
.
_:
b
52
sp:
varName
"
drillingEquipmentType
"
^^
xsd:
string
.
_:
b
39
sp:
varName
"
t1
"
^^
xsd:
string
.
_:
b
51
sp:
varName
"
drillingActivityTypeAccordingToEquipmentType
"
^^
xsd:
string
.
_:
b
4
0
sp:
varName
"
t2
"
^^
xsd:
string
.
_:
b
5
0
sp:
varName
"
drillingActivityPurposeType
"
^^
xsd:
string
.
_:
b4
1
sp:
varName
"
t3
"
^^
xsd:
string
.
_:
b4
9
sp:
varName
"
drillingActivityOutcomeType
"
^^
xsd:
string
.
_:
b4
2
sp:
varName
"
t4
"
^^
xsd:
string
.
_:
b4
8
sp:
varName
"
densityScale
"
^^
xsd:
string
.
_:
b4
3
sp:
varName
"
activitySuccess
Type"
^^
xsd:
string
.
_:
b4
7
sp:
varName
"
dailyDrillingReport
Type"
^^
xsd:
string
.
_:
b4
4
sp:
varName
"c
asingRole
Type"
^^
xsd:
string
.
_:
b4
6
sp:
varName
"c
omponent
Type"
^^
xsd:
string
.
_:
b45
sp:
varName
"cementingFluidReturnType"
^^
xsd:
string
.
_:
b4
6
sp:
varName
"c
omponent
Type"
^^
xsd:
string
.
_:
b4
4
sp:
varName
"c
asingRole
Type"
^^
xsd:
string
.
_:
b4
7
sp:
varName
"
dailyDrillingReport
Type"
^^
xsd:
string
.
_:
b4
3
sp:
varName
"
activitySuccess
Type"
^^
xsd:
string
.
_:
b4
8
sp:
varName
"
densityScale
"
^^
xsd:
string
.
_:
b4
2
sp:
varName
"
t4
"
^^
xsd:
string
.
_:
b4
9
sp:
varName
"
drillingActivityOutcomeType
"
^^
xsd:
string
.
_:
b4
1
sp:
varName
"
t3
"
^^
xsd:
string
.
_:
b
5
0
sp:
varName
"
drillingActivityPurposeType
"
^^
xsd:
string
.
_:
b
4
0
sp:
varName
"
t2
"
^^
xsd:
string
.
_:
b
51
sp:
varName
"
drillingActivityTypeAccordingToEquipmentType
"
^^
xsd:
string
.
_:
b
39
sp:
varName
"
t1
"
^^
xsd:
string
.
_:
b
52
sp:
varName
"
drillingEquipmentType
"
^^
xsd:
string
.
_:
b
38
sp:
varName
"
t0b
"
^^
xsd:
string
.
_:
b
53
sp:
varName
"
fixedOrMoveableRigType
"
^^
xsd:
string
.
_:
b
37
sp:
varName
"
t0a
"
^^
xsd:
string
.
_:
b
54
sp:
varName
"
fluidType
"
^^
xsd:
string
.
_:
b
36
sp:
varName
"
s2
"
^^
xsd:
string
.
_:
b
5
5
sp:
varName
"
gasReadingType
"
^^
xsd:
string
.
_:
b
3
5
sp:
varName
"
s1
"
^^
xsd:
string
.
_:
b
56
sp:
varName
"
innerBarrelType
"
^^
xsd:
string
.
_:
b
34
sp:
varName
"
normalizedStr
"
^^
xsd:
string
.
_:
b
57
sp:
varName
"
dailyDrillingReportType
"
^^
xsd:
string
.
_:
b
33
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
58
sp:
varName
"
lengthScale
"
^^
xsd:
string
.
_:
b
32
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
59
sp:
varName
"
massPerUnitLengthScale
"
^^
xsd:
string
.
_:
b
31
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
6
0
sp:
varName
"
mudClass
"
^^
xsd:
string
.
_:
b
3
0
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
61
sp:
varName
"
angleScale
"
^^
xsd:
string
.
_:
b
29
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
62
sp:
varName
"
plasticViscosityScale
"
^^
xsd:
string
.
_:
b
28
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
63
sp:
varName
"
porePressureDeterminationType
"
^^
xsd:
string
.
_:
b
27
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
64
sp:
varName
"
pressureScale
"
^^
xsd:
string
.
_:
b
26
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
6
5
sp:
varName
"
pressureTestType
"
^^
xsd:
string
.
_:
b
2
5
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
66
sp:
varName
"
specificVolumeScale
"
^^
xsd:
string
.
_:
b
24
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
67
sp:
varName
"
speedScale
"
^^
xsd:
string
.
_:
b
23
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
68
sp:
varName
"
strengthScale
"
^^
xsd:
string
.
_:
b
22
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
69
sp:
varName
"
temperatureScale
"
^^
xsd:
string
.
_:
b
21
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
7
0
sp:
varName
"
durationScale
"
^^
xsd:
string
.
_:
b
2
0
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
71
sp:
varName
"
tubeType
"
^^
xsd:
string
.
_:
b
19
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
72
sp:
varName
"
volumeScale
"
^^
xsd:
string
.
_:
b
18
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
73
sp:
varName
"
wellBoreDrillingType
"
^^
xsd:
string
.
_:
b
17
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
74
sp:
varName
"
wellBoreHphtType
"
^^
xsd:
string
.
_:
b
16
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
7
5
sp:
varName
"
wellBoreTightnessType
"
^^
xsd:
string
.
_:
b
1
5
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
76
sp:
varName
"
wellCementJobBottomPlugType
"
^^
xsd:
string
.
_:
b
14
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
77
sp:
varName
"
wellCementJobCasingReciprocationType
"
^^
xsd:
string
.
_:
b
13
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
78
sp:
varName
"
wellCementJobCasingRotationType
"
^^
xsd:
string
.
_:
b
12
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
79
sp:
varName
"
wellCementJobFloatHoldingType
"
^^
xsd:
string
.
_:
b
11
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b
8
0
sp:
varName
"
wellCementJobPlugBumpingType
"
^^
xsd:
string
.
_:
b
1
0
sp:
varName
"
uri
"
^^
xsd:
string
.
_:
b81
sp:
varName
"wellCementJobTopPlugType"
^^
xsd:
string
.
_:
b9
sp:
varName
"uri"
^^
xsd:
string
.
_:
b82
sp:
varName
"wellCementJobType"
^^
xsd:
string
.
_:
b8
sp:
varName
"uri"
^^
xsd:
string
.
_:
b83
sp:
varName
"wellControlIncidentType"
^^
xsd:
string
.
_:
b7
sp:
varName
"uri"
^^
xsd:
string
.
_:
b84
sp:
varName
"wellKillingType"
^^
xsd:
string
.
_:
b6
sp:
varName
"uri"
^^
xsd:
string
.
_:
b85
sp:
varName
"wellTestType"
^^
xsd:
string
.
_:
b5
sp:
varName
"uri"
^^
xsd:
string
.
_:
b86
sp:
varName
"wirelineFormationTestGoodnessOfSealType"
^^
xsd:
string
.
_:
b4
sp:
varName
"uri"
^^
xsd:
string
.
_:
b87
sp:
varName
"yieldPointScale"
^^
xsd:
string
.
_:
b3
sp:
varName
"uri"
^^
xsd:
string
.
_:
b26
sp:
varName
"uri"
^^
xsd:
string
.
_:
b2
sp:
varName
"uri"
^^
xsd:
string
.
_:
b25
sp:
varName
"uri"
^^
xsd:
string
.
_:
b1
sp:
varName
"uri"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/spin/SPIN_EPIM-lib-v1.1.spin.ttl.tbc
View file @
ce7c1ce
# Saved by TopBraid on
Fri Sep 23 19:55:56
BST 2011
# Saved by TopBraid on
Sat Sep 24 12:37:52
BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_ddr
_
bitRecord-v1.1.1.ttl
→
www.reportinghub.no/ep/transform/TRANSFORM_ddr
-
bitRecord-v1.1.1.ttl
View file @
ce7c1ce
File moved
www.reportinghub.no/ep/transform/TRANSFORM_ddr
_
bitRecord-v1.1.1.ttl.tbc
→
www.reportinghub.no/ep/transform/TRANSFORM_ddr
-
bitRecord-v1.1.1.ttl.tbc
View file @
ce7c1ce
File moved
Please
register
or
login
to post a comment