David Leal

Sorted typo in name of bitRecord transform, and completed the dynamic viscosity UOMs

# 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:FunctionalProperty .
rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty .
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:FunctionalProperty .
rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty .
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:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
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:TransitiveProperty ;
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdfs:label "derived from"^^xsd:string .
ep-core:dtiName
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
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:DatatypeProperty ;
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
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:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
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:DatatypeProperty ;
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
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:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
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:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "NPD code"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subPropertyOf ep-core:name .
ep-core:npdName
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "NPD name"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subPropertyOf ep-core:name .
ep-core:npdNumber
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
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:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
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:DatatypeProperty ;
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
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 .
......
# 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:arg2 ;
spl:predicate sp:arg1 ;
spl:valueType xsd:string
] ;
spin:constraint
[ rdf:type spl:Argument ;
spl:predicate sp:arg1 ;
spl:predicate sp:arg2 ;
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_mPa.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 .
_:b10
sp:varName "uri"^^xsd:string .
_:b79
sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
_:b11
sp:varName "uri"^^xsd:string .
_:b78
sp:varName "wellCementJobCasingRotationType"^^xsd:string .
_:b12
sp:varName "uri"^^xsd:string .
_:b77
sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
_:b13
sp:varName "uri"^^xsd:string .
_:b76
sp:varName "wellCementJobBottomPlugType"^^xsd:string .
_:b14
sp:varName "uri"^^xsd:string .
_:b75
sp:varName "wellBoreTightnessType"^^xsd:string .
_:b15
sp:varName "uri"^^xsd:string .
_:b74
sp:varName "wellBoreHphtType"^^xsd:string .
_:b16
sp:varName "uri"^^xsd:string .
_:b73
sp:varName "wellBoreDrillingType"^^xsd:string .
_:b17
sp:varName "uri"^^xsd:string .
_:b72
sp:varName "volumeScale"^^xsd:string .
_:b18
sp:varName "uri"^^xsd:string .
_:b71
sp:varName "tubeType"^^xsd:string .
_:b19
sp:varName "uri"^^xsd:string .
_:b70
sp:varName "durationScale"^^xsd:string .
_:b20
sp:varName "uri"^^xsd:string .
_:b69
sp:varName "temperatureScale"^^xsd:string .
_:b21
sp:varName "uri"^^xsd:string .
_:b68
sp:varName "strengthScale"^^xsd:string .
_:b22
sp:varName "uri"^^xsd:string .
_:b67
sp:varName "speedScale"^^xsd:string .
_:b23
sp:varName "uri"^^xsd:string .
_:b66
sp:varName "specificVolumeScale"^^xsd:string .
_:b24
sp:varName "uri"^^xsd:string .
_:b65
sp:varName "pressureTestType"^^xsd:string .
_:b27
sp:varName "uri"^^xsd:string .
_:b64
sp:varName "pressureScale"^^xsd:string .
_:b28
sp:varName "uri"^^xsd:string .
_:b63
sp:varName "porePressureDeterminationType"^^xsd:string .
_:b29
sp:varName "uri"^^xsd:string .
_:b61
sp:varName "angleScale"^^xsd:string .
_:b30
sp:varName "uri"^^xsd:string .
_:b60
sp:varName "mudClass"^^xsd:string .
_:b31
sp:varName "uri"^^xsd:string .
_:b59
sp:varName "massPerUnitLengthScale"^^xsd:string .
_:b32
sp:varName "uri"^^xsd:string .
_:b58
sp:varName "lengthScale"^^xsd:string .
_:b33
sp:varName "uri"^^xsd:string .
_:b57
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b34
sp:varName "normalizedStr"^^xsd:string .
_:b56
sp:varName "innerBarrelType"^^xsd:string .
_:b35
sp:varName "s1"^^xsd:string .
_:b55
sp:varName "gasReadingType"^^xsd:string .
_:b36
sp:varName "s2"^^xsd:string .
_:b54
sp:varName "fluidType"^^xsd:string .
_:b37
sp:varName "t0a"^^xsd:string .
_:b53
sp:varName "fixedOrMoveableRigType"^^xsd:string .
_:b38
sp:varName "t0b"^^xsd:string .
_:b52
sp:varName "drillingEquipmentType"^^xsd:string .
_:b39
sp:varName "t1"^^xsd:string .
_:b51
sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
_:b40
sp:varName "t2"^^xsd:string .
_:b50
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b41
sp:varName "t3"^^xsd:string .
_:b49
sp:varName "drillingActivityOutcomeType"^^xsd:string .
_:b42
sp:varName "t4"^^xsd:string .
_:b48
sp:varName "densityScale"^^xsd:string .
_:b43
sp:varName "activitySuccessType"^^xsd:string .
_:b47
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b44
sp:varName "casingRoleType"^^xsd:string .
_:b46
sp:varName "componentType"^^xsd:string .
_:b45
sp:varName "cementingFluidReturnType"^^xsd:string .
_:b46
sp:varName "componentType"^^xsd:string .
_:b44
sp:varName "casingRoleType"^^xsd:string .
_:b47
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b43
sp:varName "activitySuccessType"^^xsd:string .
_:b48
sp:varName "densityScale"^^xsd:string .
_:b42
sp:varName "t4"^^xsd:string .
_:b49
sp:varName "drillingActivityOutcomeType"^^xsd:string .
_:b41
sp:varName "t3"^^xsd:string .
_:b50
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b40
sp:varName "t2"^^xsd:string .
_:b51
sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
_:b39
sp:varName "t1"^^xsd:string .
_:b52
sp:varName "drillingEquipmentType"^^xsd:string .
_:b38
sp:varName "t0b"^^xsd:string .
_:b53
sp:varName "fixedOrMoveableRigType"^^xsd:string .
_:b37
sp:varName "t0a"^^xsd:string .
_:b54
sp:varName "fluidType"^^xsd:string .
_:b36
sp:varName "s2"^^xsd:string .
_:b55
sp:varName "gasReadingType"^^xsd:string .
_:b35
sp:varName "s1"^^xsd:string .
_:b56
sp:varName "innerBarrelType"^^xsd:string .
_:b34
sp:varName "normalizedStr"^^xsd:string .
_:b57
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b33
sp:varName "uri"^^xsd:string .
_:b58
sp:varName "lengthScale"^^xsd:string .
_:b32
sp:varName "uri"^^xsd:string .
_:b59
sp:varName "massPerUnitLengthScale"^^xsd:string .
_:b31
sp:varName "uri"^^xsd:string .
_:b60
sp:varName "mudClass"^^xsd:string .
_:b30
sp:varName "uri"^^xsd:string .
_:b61
sp:varName "angleScale"^^xsd:string .
_:b29
sp:varName "uri"^^xsd:string .
_:b62
sp:varName "plasticViscosityScale"^^xsd:string .
_:b28
sp:varName "uri"^^xsd:string .
_:b63
sp:varName "porePressureDeterminationType"^^xsd:string .
_:b27
sp:varName "uri"^^xsd:string .
_:b64
sp:varName "pressureScale"^^xsd:string .
_:b26
sp:varName "uri"^^xsd:string .
_:b65
sp:varName "pressureTestType"^^xsd:string .
_:b25
sp:varName "uri"^^xsd:string .
_:b66
sp:varName "specificVolumeScale"^^xsd:string .
_:b24
sp:varName "uri"^^xsd:string .
_:b67
sp:varName "speedScale"^^xsd:string .
_:b23
sp:varName "uri"^^xsd:string .
_:b68
sp:varName "strengthScale"^^xsd:string .
_:b22
sp:varName "uri"^^xsd:string .
_:b69
sp:varName "temperatureScale"^^xsd:string .
_:b21
sp:varName "uri"^^xsd:string .
_:b70
sp:varName "durationScale"^^xsd:string .
_:b20
sp:varName "uri"^^xsd:string .
_:b71
sp:varName "tubeType"^^xsd:string .
_:b19
sp:varName "uri"^^xsd:string .
_:b72
sp:varName "volumeScale"^^xsd:string .
_:b18
sp:varName "uri"^^xsd:string .
_:b73
sp:varName "wellBoreDrillingType"^^xsd:string .
_:b17
sp:varName "uri"^^xsd:string .
_:b74
sp:varName "wellBoreHphtType"^^xsd:string .
_:b16
sp:varName "uri"^^xsd:string .
_:b75
sp:varName "wellBoreTightnessType"^^xsd:string .
_:b15
sp:varName "uri"^^xsd:string .
_:b76
sp:varName "wellCementJobBottomPlugType"^^xsd:string .
_:b14
sp:varName "uri"^^xsd:string .
_:b77
sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
_:b13
sp:varName "uri"^^xsd:string .
_:b78
sp:varName "wellCementJobCasingRotationType"^^xsd:string .
_:b12
sp:varName "uri"^^xsd:string .
_:b79
sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
_:b11
sp:varName "uri"^^xsd:string .
_:b80
sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
_:b10
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 .
......
# 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#> .
......