David Leal

Used ep-core:humanRecognizableName for Well as well as WellBore; made it clear i…

…n the property name which properties are ppm by volume as opposed to ppm by mass.
# Saved by TopBraid on Sun Sep 25 12:02:02 BST 2011
# Saved by TopBraid on Sun Sep 25 18:55:19 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/core
# 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
# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model
@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://www.linkedmodel.org/1.2/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ;
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: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:FunctionalProperty , owl:ObjectProperty .
rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty .
ep-core:Density
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "density"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:Length
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "length"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:MassPerUnitLength
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
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 rdfs:Class , ep-core:PropertySpace ;
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "plane angle"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:PlasticViscosity
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "plastic viscosity"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:Pressure
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "pressure"^^xsd:string ;
rdfs:subClassOf owl:Class .
......@@ -65,68 +65,68 @@ ep-core:PropertySpace
rdfs:subClassOf owl:Class .
ep-core:Ratio
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "ratio"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:Scale
rdf:type owl:Class ;
rdfs:label "scale"^^xsd:string ;
rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty .
rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty .
ep-core:SpecificMass
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "specific mass"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:SpecificVolume
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "specific volume"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:Speed
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "speed"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:StrengthOfRockFormation
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "strength of rock formation"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:Temperature
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "temperature"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:TimeDuration
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "time duration"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:Volume
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "volume"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:VolumetricFlowRate
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "volumetric flow rate"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:YieldPoint
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdfs:label "yield point"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:apiName
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "API name"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subPropertyOf ep-core:name .
ep-core:bar
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Pressure ;
rdfs:label "bar"^^xsd:string .
......@@ -135,67 +135,67 @@ ep-core:basisFor
rdfs:label "basis for"^^xsd:string .
ep-core:celsius
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Temperature ;
rdfs:label "celsius"^^xsd:string .
ep-core:centiPoise
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "cP"^^xsd:string .
ep-core:day
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:TimeDuration ;
rdfs:label "day"^^xsd:string .
ep-core:decimetre3
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:Volume ;
rdfs:label "decimetre 3"^^xsd:string .
ep-core:degreesOfAngle
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:PlaneAngle ;
rdfs:label "degrees of angle"^^xsd:string .
ep-core:derivedFrom
rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:label "derived from"^^xsd:string .
ep-core:dtiName
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
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 ;
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "dyne.s.m-2"^^xsd:string .
ep-core:foot
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "foot"^^xsd:string .
ep-core:foot3_sack94-1
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:YieldPoint ;
rdfs:label "foot3 sack94-1"^^xsd:string .
ep-core:footUS
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "foot (US survey)"^^xsd:string .
ep-core:fractionByVolume
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 "fraction by volume"^^xsd:string .
ep-core:gram_cm-3
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "gram cm-3"^^xsd:string .
ep-core:hasPart
......@@ -219,7 +219,7 @@ ep-core:hasVolume
rdfs:label "has volume"^^xsd:string .
ep-core:hour
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:domain ep-core:TimeDuration ;
rdfs:label "hour"^^xsd:string .
......@@ -230,66 +230,66 @@ ep-core:humanRecognizableName
rdfs:subPropertyOf ep-core:name .
ep-core:inch
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "inch"^^xsd:string .
ep-core:inchUS
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
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 ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "kgf.s.m-2"^^xsd:string .
ep-core:localFieldName
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "local field name"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subPropertyOf ep-core:name .
ep-core:megaPa
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Pressure ;
rdfs:label "MPa"^^xsd:string .
ep-core:megaPa_second
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "MPa.second"^^xsd:string .
ep-core:metre
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "metre"^^xsd:string .
ep-core:metre3
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "metre3"^^xsd:string .
ep-core:metre_hour-1
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:Speed ;
rdfs:label "metre hour-1"^^xsd:string .
ep-core:millimeter
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 "millimetre"^^xsd:string .
ep-core:million_metre3
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "million metre3"^^xsd:string .
ep-core:million_metre3_day-1
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:VolumetricFlowRate ;
rdfs:label "million metre3 day-1"^^xsd:string .
ep-core:minute
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:domain ep-core:TimeDuration ;
rdfs:label "minute"^^xsd:string .
......@@ -299,31 +299,31 @@ ep-core:name
rdfs:range xsd:string .
ep-core:newton_second_metre-2
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "N.s.m-2"^^xsd:string .
ep-core:nominallyExistsAt
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
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:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "NPD code"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subPropertyOf ep-core:name .
ep-core:npdName
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:label "NPD name"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subPropertyOf ep-core:name .
ep-core:npdNumber
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:label "NPD number"^^xsd:string ;
rdfs:range xsd:string ;
rdfs:subPropertyOf ep-core:name .
......@@ -335,74 +335,74 @@ ep-core:partOf
rdfs:range ep-core:PhysicalThing ;
owl:inverseOf ep-core:hasPart .
ep-core:partPerMillion
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
ep-core:partPerMillionByMass
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:SpecificMass ;
rdfs:label "ppm"^^xsd:string .
rdfs:label "part per million (by mass)"^^xsd:string .
ep-core:partPerMillionByVolume
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 "part per million by volume"^^xsd:string .
rdfs:label "part per million (by volume)"^^xsd:string .
ep-core:pascal
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Pressure ;
rdfs:label "Pascal"^^xsd:string .
ep-core:pascal_second
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "Pa.second"^^xsd:string .
ep-core:perCentByVolume
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
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 ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "P"^^xsd:string .
ep-core:pound_foot-1
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
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 ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
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 ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "lbf.s.in-2"^^xsd:string .
ep-core:prospectName
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
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 ;
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdfs:domain ep-core:PlasticViscosity ;
rdfs:label "psi.s"^^xsd:string .
ep-core:psig
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Pressure ;
rdfs:label "psi gauge"^^xsd:string .
ep-core:second
rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ;
rdfs:domain ep-core:TimeDuration ;
rdfs:label "second"^^xsd:string .
ep-core:specificGravity
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:label "specific gravity"^^xsd:string .
ep-core:temporalPartOf
......@@ -414,16 +414,16 @@ ep-core:temporalPartOf
owl:inverseOf ep-core:hasTemporalPart .
ep-core:undefinedScale
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain owl:Class ;
rdfs:label "undefined scale"^^xsd:string .
ep-core:usGallon_sack94-1
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 "USgallon sack94-1"^^xsd:string .
ep-core:week
rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ;
rdfs:domain ep-core:TimeDuration ;
rdfs:label "week"^^xsd:string .
......
# Saved by TopBraid on Sat Sep 24 18:13:56 BST 2011
# Saved by TopBraid on Sun Sep 25 18:53:17 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
] .
......@@ -2570,7 +2570,7 @@ ep-spin-lib:selectSpecificMassScale
sp:arg1 spin:_arg1 ;
sp:arg2 ddr:UPPM_ppm
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillion> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillionByMass> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b66
......@@ -3317,12 +3317,18 @@ ddr:TTUC_Enumeration_1
rdfs:label "Enumeration"^^xsd:string ;
dtype:value ddr:TTUC_degC .
_:b66
sp:varName "specificMassScale"^^xsd:string .
_:b89
sp:varName "yieldPointScale"^^xsd:string .
_:b88
sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
_:b87
sp:varName "wellTestType"^^xsd:string .
_:b86
sp:varName "wellKillingType"^^xsd:string .
......@@ -3359,6 +3365,12 @@ _:b76
_:b75
sp:varName "wellBoreDrillingType"^^xsd:string .
_:b74
sp:varName "volumetricFlowRateScale"^^xsd:string .
_:b73
sp:varName "volumeScale"^^xsd:string .
_:b72
sp:varName "tubeType"^^xsd:string .
......@@ -3374,6 +3386,9 @@ _:b69
_:b68
sp:varName "speedScale"^^xsd:string .
_:b67
sp:varName "specificVolumeScale"^^xsd:string .
_:b65
sp:varName "pressureTestType"^^xsd:string .
......@@ -3395,6 +3410,9 @@ _:b60
_:b59
sp:varName "massPerUnitLengthScale"^^xsd:string .
_:b58
sp:varName "lengthScale"^^xsd:string .
_:b57
sp:varName "dailyDrillingReportType"^^xsd:string .
......@@ -3556,21 +3574,3 @@ _:b3 sp:varName "uri"^^xsd:string .
_:b2 sp:varName "uri"^^xsd:string .
_:b1 sp:varName "uri"^^xsd:string .
_:b87
sp:varName "wellTestType"^^xsd:string .
_:b66
sp:varName "specificMassScale"^^xsd:string .
_:b74
sp:varName "volumetricFlowRateScale"^^xsd:string .
_:b58
sp:varName "lengthScale"^^xsd:string .
_:b73
sp:varName "volumeScale"^^xsd:string .
_:b67
sp:varName "specificVolumeScale"^^xsd:string .
......
# Saved by TopBraid on Sat Sep 24 18:13:56 BST 2011
# Saved by TopBraid on Sun Sep 25 18:53:17 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Sep 25 12:02:12 BST 2011
# Saved by TopBraid on Sun Sep 25 18:41:25 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
......@@ -31,382 +31,382 @@
ddr:Obj_drillReport
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 103 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore
Minimum data - createDate, dTimStart, dTimEnd, nameWellBore
Optional data - extendedReport
replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) ."""^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ;
rdfs:comment "STEP 106 Create Well"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ;
sp:predicate rdf:type ;
sp:subject _:b2
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#humanRecognizableName> ;
sp:subject _:b1
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ;
sp:subject _:b1
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b5
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b6
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ;
sp:subject _:b4
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b5
] [ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#humanRecognizableName> ;
sp:subject _:b6
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b2
] [ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#descriptionOfActivitiesFollowingTheDailyReportingPeriod> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ;
sp:subject _:b3
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> ;
sp:predicate rdf:type ;
sp:subject _:b8
] [ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#hasContent> ;
sp:subject _:b8
] [ sp:object _:b10 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ;
sp:subject _:b8
sp:subject _:b3
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b1
]) ;
sp:where ([ sp:object _:b7 ;
sp:where ([ sp:object _:b6 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b4 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b11 ;
sp:predicate ddr:dTimEnd ;
sp:subject spin:_this
] [ sp:object _:b3 ;
sp:predicate ddr:createDate ;
] [ sp:object _:b2 ;
sp:predicate ddr:nameWell ;
sp:subject spin:_this
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b12 ;
sp:predicate ddr:extendedReportRef ;
] [ sp:object _:b7 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b9 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b12
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b10 ;
sp:predicate ddr:dTim ;
sp:subject _:b12
])
])
] [ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b8
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b5
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b7
sp:arg1 _:b6
] ;
sp:variable _:b13
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b13 ;
sp:arg2 _:b3
] ;
sp:variable _:b1
sp:variable _:b9
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b13 ;
sp:arg2 _:b4
sp:arg1 _:b9 ;
sp:arg2 _:b7
] ;
sp:variable _:b2
sp:variable _:b4
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ;
sp:arg1 _:b13 ;
sp:arg2 _:b4 ;
sp:arg3 _:b11
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b2
] ;
sp:variable _:b5
sp:variable _:b10
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildTemporaryWellBoreURI ;
sp:arg1 _:b13
[ rdf:type rhspin:wellByName ;
arg:wellName _:b10
] ;
sp:variable _:b6
sp:variable _:b1
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 103a Set name of DailyDrillingReport as label
Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ;
sp:templates ([ sp:object _:b14 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
sp:subject _:b15
rdfs:comment "STEP 104 Transfer dTimEnd"^^xsd:string ;
sp:templates ([ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b12
]) ;
sp:where ([ sp:object _:b16 ;
sp:where ([ sp:object _:b13 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b14 ;
sp:predicate ddr:name ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b17 ;
sp:predicate ddr:createDate ;
] [ sp:object _:b11 ;
sp:predicate ddr:dTimEnd ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b16
sp:arg1 _:b13
] ;
sp:variable _:b18
sp:variable _:b15
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b18 ;
sp:arg2 _:b17
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b15 ;
sp:arg2 _:b14
] ;
sp:variable _:b15
sp:variable _:b12
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 105
Classify a DailyDrillingReport"""^^xsd:string ;
sp:templates ([ sp:object _:b19 ;
sp:templates ([ sp:object _:b16 ;
sp:predicate rdf:type ;
sp:subject _:b20
sp:subject _:b17
]) ;
sp:where ([ sp:object _:b21 ;
sp:where ([ sp:object _:b18 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b22 ;
] [ sp:object _:b19 ;
sp:predicate ddr:createDate ;
sp:subject spin:_this
] [ sp:object _:b23 ;
] [ sp:object _:b20 ;
sp:predicate ddr:versionKindRef ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDailyDrillingReportType ;
sp:arg1 _:b23
sp:arg1 _:b20
] ;
sp:variable _:b19
sp:variable _:b16
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b21
sp:arg1 _:b18
] ;
sp:variable _:b24
sp:variable _:b21
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b24 ;
sp:arg2 _:b22
sp:arg1 _:b21 ;
sp:arg2 _:b19
] ;
sp:variable _:b20
sp:variable _:b17
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 104 Transfer dTimEnd"^^xsd:string ;
sp:templates ([ sp:object _:b25 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b26
rdfs:comment """STEP 103a Set name of DailyDrillingReport as label
Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ;
sp:templates ([ sp:object _:b22 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
sp:subject _:b23
]) ;
sp:where ([ sp:object _:b27 ;
sp:where ([ sp:object _:b24 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b28 ;
sp:predicate ddr:dTimStart ;
] [ sp:object _:b22 ;
sp:predicate ddr:name ;
sp:subject spin:_this
] [ sp:object _:b25 ;
sp:predicate ddr:dTimEnd ;
sp:predicate ddr:createDate ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b27
sp:arg1 _:b24
] ;
sp:variable _:b29
sp:variable _:b26
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b29 ;
sp:arg2 _:b28
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b26 ;
sp:arg2 _:b25
] ;
sp:variable _:b26
sp:variable _:b23
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 106 Create Well"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ;
rdfs:comment """STEP 103 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore
Minimum data - createDate, dTimStart, dTimEnd, nameWellBore
Optional data - extendedReport
replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) ."""^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ;
sp:predicate rdf:type ;
sp:subject _:b30
] [ sp:object _:b31 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
sp:subject _:b30
] [ sp:object _:b32 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ;
sp:subject _:b33
sp:subject _:b27
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ;
sp:predicate rdf:type ;
sp:subject _:b28
] [ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject _:b27
] [ sp:object _:b29 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ;
sp:subject _:b27
] [ sp:object _:b30 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b32
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b28
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b31
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b32
] [ sp:object _:b32 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b31
] [ sp:object _:b33 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#humanRecognizableName> ;
sp:subject _:b32
] [ sp:object _:b31 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b28
] [ sp:object _:b34 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b30
sp:predicate <http://www.reportinghub.no/ep/schema/activity#descriptionOfActivitiesFollowingTheDailyReportingPeriod> ;
sp:subject _:b28
] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ;
sp:predicate rdf:type ;
sp:subject _:b34
] [ sp:object _:b35 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#hasContent> ;
sp:subject _:b34
] [ sp:object _:b36 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ;
sp:subject _:b34
]) ;
sp:where ([ sp:object _:b35 ;
sp:where ([ sp:object _:b33 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b31 ;
sp:predicate ddr:nameWell ;
sp:subject spin:_this
] [ sp:object _:b36 ;
] [ sp:object _:b30 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b37 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b33
] [ sp:object _:b34 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b37
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b34
sp:predicate ddr:dTimEnd ;
sp:subject spin:_this
] [ sp:object _:b29 ;
sp:predicate ddr:createDate ;
sp:subject spin:_this
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b38 ;
sp:predicate ddr:extendedReportRef ;
sp:subject spin:_this
] [ sp:object _:b35 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b38
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b36 ;
sp:predicate ddr:dTim ;
sp:subject _:b38
])
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b35
sp:arg1 _:b33
] ;
sp:variable _:b39
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b39 ;
sp:arg2 _:b29
] ;
sp:variable _:b38
sp:variable _:b27
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b38 ;
sp:arg2 _:b36
sp:arg1 _:b39 ;
sp:arg2 _:b30
] ;
sp:variable _:b33
sp:variable _:b28
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b31
[ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ;
sp:arg1 _:b39 ;
sp:arg2 _:b30 ;
sp:arg3 _:b37
] ;
sp:variable _:b39
sp:variable _:b31
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellByName ;
arg:wellName _:b39
[ rdf:type ep-spin-lib:buildTemporaryWellBoreURI ;
sp:arg1 _:b39
] ;
sp:variable _:b30
sp:variable _:b32
])
] .
_:b6 sp:varName "wellBore"^^xsd:string .
_:b5 sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b1 sp:varName "dailyDrillingReport"^^xsd:string .
_:b13
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b1 sp:varName "well"^^xsd:string .
_:b10
sp:varName "dTimExtendedReport"^^xsd:string .
sp:varName "normalizedWellName"^^xsd:string .
_:b9 sp:varName "extendedReportContent"^^xsd:string .
_:b9 sp:varName "normalizedWellBoreName"^^xsd:string .
_:b12
sp:varName "extendedReport"^^xsd:string .
_:b5 sp:varName "wellBore"^^xsd:string .
_:b3 sp:varName "createDate"^^xsd:string .
_:b8 sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b11
sp:varName "dTimEnd"^^xsd:string .
_:b4 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b4 sp:varName "dTimStart"^^xsd:string .
_:b7 sp:varName "dTimStart"^^xsd:string .
_:b7 sp:varName "nameWellBore"^^xsd:string .
_:b2 sp:varName "nameWell"^^xsd:string .
_:b18
_:b6 sp:varName "nameWellBore"^^xsd:string .
_:b15
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b17
sp:varName "createDate"^^xsd:string .
_:b14
sp:varName "dTimStart"^^xsd:string .
_:b16
_:b13
sp:varName "nameWellBore"^^xsd:string .
_:b15
sp:varName "dailyDrillingReport"^^xsd:string .
_:b12
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b14
sp:varName "nameDailyDrillingReport"^^xsd:string .
_:b11
sp:varName "dTimEnd"^^xsd:string .
_:b24
_:b21
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b23
_:b20
sp:varName "versionKind"^^xsd:string .
_:b22
_:b19
sp:varName "createDate"^^xsd:string .
_:b21
_:b18
sp:varName "nameWellBore"^^xsd:string .
_:b20
_:b17
sp:varName "dailyDrillingReport"^^xsd:string .
_:b19
_:b16
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b29
_:b26
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b28
sp:varName "dTimStart"^^xsd:string .
_:b25
sp:varName "createDate"^^xsd:string .
_:b27
_:b24
sp:varName "nameWellBore"^^xsd:string .
_:b26
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b23
sp:varName "dailyDrillingReport"^^xsd:string .
_:b25
sp:varName "dTimEnd"^^xsd:string .
_:b22
sp:varName "nameDailyDrillingReport"^^xsd:string .
_:b39
sp:varName "normalizedWellName"^^xsd:string .
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b38
sp:varName "normalizedWellBoreName"^^xsd:string .
sp:varName "extendedReport"^^xsd:string .
_:b37
sp:varName "temporalPartOfAWellBore"^^xsd:string .
sp:varName "dTimEnd"^^xsd:string .
_:b36
sp:varName "dTimStart"^^xsd:string .
sp:varName "dTimExtendedReport"^^xsd:string .
_:b35
sp:varName "extendedReportContent"^^xsd:string .
_:b33
sp:varName "nameWellBore"^^xsd:string .
_:b34
_:b32
sp:varName "wellBore"^^xsd:string .
_:b33
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b31
sp:varName "nameWell"^^xsd:string .
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b30
sp:varName "well"^^xsd:string .
sp:varName "dTimStart"^^xsd:string .
_:b29
sp:varName "createDate"^^xsd:string .
_:b28
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b27
sp:varName "dailyDrillingReport"^^xsd:string .
......
# Saved by TopBraid on Sun Sep 25 12:02:12 BST 2011
# Saved by TopBraid on Sun Sep 25 18:41:25 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......