Ralph Hodgson

Optimized DDR ingest rules with ?this - removing duplicate 'basisOf'

traces.
# Saved by TopBraid on Fri Aug 05 18:05:47 PDT 2011
# Saved by TopBraid on Fri Aug 05 18:46:24 PDT 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr
# imports: http://spinrdf.org/spin
......@@ -20,10 +20,19 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ddr:Cs_activity
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 030 - Construct ep-activity type statements"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> ;
sp:predicate rdf:type ;
sp:subject spin:_this
]) ;
sp:where ()
] ;
sxml:element "witsml:activity"^^xsd:string .
ddr:Cs_alias
sxml:element "witsml:alias" , "witsml:rigAlias"^^xsd:string .
sxml:element "witsml:rigAlias"^^xsd:string , "witsml:alias" .
ddr:Cs_bitRecord
sxml:element "witsml:bitRecord" .
......@@ -71,7 +80,7 @@ ddr:Cs_drillReportPorePressure
sxml:element "witsml:drillReportPorePressure" .
ddr:Cs_drillReportStatusInfo
sxml:element "witsml:drillReportStatusInfo" , "witsml:statusInfo"^^xsd:string .
sxml:element "witsml:statusInfo"^^xsd:string , "witsml:drillReportStatusInfo" .
ddr:Cs_drillReportStratInfo
sxml:element "witsml:drillReportStratInfo" .
......@@ -107,7 +116,7 @@ ddr:Cs_refWellWellboreRig
sxml:element "witsml:refWellWellboreRig" .
ddr:Cs_wellAlias
sxml:element "witsml:wellboreAlias"^^xsd:string , "witsml:wellAlias" .
sxml:element "witsml:wellAlias" , "witsml:wellboreAlias"^^xsd:string .
ddr:Cs_wellCRS
sxml:element "witsml:wellCRS" .
......@@ -124,265 +133,300 @@ ddr:Obj_drillReport
ddr:Thing
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 004 - Construct UOM values"^^xsd:string ;
rdfs:comment "STEP 020 - Construct all other object properties - WIP"^^xsd:string ;
sp:templates ([ sp:object _:b1 ;
sp:predicate _:b2 ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b2
sp:subject _:b3
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b3
] [ sp:object _:b2 ;
sp:predicate rdf:predicate ;
sp:subject _:b3
] [ sp:object _:b1 ;
sp:predicate rdf:object ;
sp:subject _:b3
] [ sp:object _:b3 ;
sp:predicate ddr:uom ;
sp:subject _:b2
] [ sp:object _:b4 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b2
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b1
]) ;
sp:where ([ sp:object _:b4 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b5
] [ sp:object _:b2 ;
sp:predicate _:b5 ;
sp:predicate owl:onProperty ;
sp:subject _:b5
] [ sp:object _:b4 ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b1 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject spin:_this
] [ sp:object _:b6 ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ sp:object _:b5 ;
sp:predicate rdfs:subClassOf ;
sp:subject _:b6
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 004 - Construct UOM values"^^xsd:string ;
sp:templates ([ sp:object _:b7 ;
sp:predicate rdf:type ;
sp:subject _:b8
] [ sp:object _:b9 ;
sp:predicate ddr:uom ;
sp:subject _:b8
] [ sp:object _:b10 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b8
] [ sp:object _:b8 ;
sp:predicate _:b11 ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b7
] [ sp:object _:b6 ;
sp:subject _:b12
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b7
] [ sp:object _:b5 ;
sp:subject _:b12
] [ sp:object _:b11 ;
sp:predicate rdf:predicate ;
sp:subject _:b7
] [ sp:object _:b4 ;
sp:subject _:b12
] [ sp:object _:b10 ;
sp:predicate rdf:object ;
sp:subject _:b7
] [ sp:object _:b7 ;
sp:subject _:b12
] [ sp:object _:b12 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b8
sp:subject _:b13
]) ;
sp:where ([ sp:object _:b8 ;
sp:where ([ sp:object _:b13 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b6
] [ sp:object _:b9 ;
sp:subject spin:_this
] [ sp:object _:b14 ;
sp:predicate rdf:type ;
sp:subject _:b8
] [ sp:object _:b3 ;
sp:subject _:b13
] [ sp:object _:b9 ;
sp:predicate ddr:uom ;
sp:subject _:b8
sp:subject _:b13
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "aNode"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b8
sp:subject _:b13
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b9
sp:arg1 _:b14
] ;
sp:variable _:b10
sp:variable _:b15
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:buildURI ;
sp:arg1 [ rdf:type fn:concat ;
sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ;
sp:arg2 [ rdf:type smf:titleCase ;
sp:arg1 _:b10
sp:arg1 _:b15
]
]
] ;
sp:variable _:b5
sp:variable _:b11
] [ sp:object owl:ObjectProperty ;
sp:predicate rdf:type ;
sp:subject _:b5
] [ sp:object _:b5 ;
sp:predicate owl:onProperty ;
sp:subject _:b11
] [ sp:object _:b1 ;
] [ sp:object _:b11 ;
sp:predicate owl:onProperty ;
sp:subject _:b16
] [ sp:object _:b7 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b11
] [ sp:object _:b12 ;
sp:subject _:b16
] [ sp:object _:b17 ;
sp:predicate rdf:type ;
sp:subject _:b6
sp:subject spin:_this
] [ rdf:type sp:TriplePath ;
sp:object _:b11 ;
sp:object _:b16 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b12
] [ sp:object _:b13 ;
sp:subject _:b17
] [ sp:object _:b18 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b8
sp:subject _:b13
] [ sp:object sxml:TextNode ;
sp:predicate rdf:type ;
sp:subject _:b13
] [ sp:object _:b14 ;
sp:subject _:b18
] [ sp:object _:b19 ;
sp:predicate sxml:text ;
sp:subject _:b13
sp:subject _:b18
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type xsd:double ;
sp:arg1 _:b14
sp:arg1 _:b19
] ;
sp:variable _:b4
sp:variable _:b10
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 003 - Construct datatype string values"^^xsd:string ;
sp:templates ([ sp:object _:b15 ;
sp:predicate _:b16 ;
sp:subject _:b17
rdfs:comment "STEP 006 - Construct Enumerated Values"^^xsd:string ;
sp:templates ([ sp:object _:b20 ;
sp:predicate _:b21 ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b18
] [ sp:object _:b17 ;
sp:subject _:b22
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b18
] [ sp:object _:b16 ;
sp:subject _:b22
] [ sp:object _:b21 ;
sp:predicate rdf:predicate ;
sp:subject _:b18
] [ sp:object _:b15 ;
sp:subject _:b22
] [ sp:object _:b20 ;
sp:predicate rdf:object ;
sp:subject _:b18
] [ sp:object _:b18 ;
sp:subject _:b22
] [ sp:object _:b22 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b19
sp:subject _:b23
]) ;
sp:where ([ sp:object _:b19 ;
sp:where ([ sp:object _:b23 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b17
] [ sp:object _:b20 ;
sp:subject
[ sp:varName "inst"^^xsd:string
]
] [ sp:object _:b24 ;
sp:predicate rdf:type ;
sp:subject _:b19
sp:subject _:b23
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "uom"^^xsd:string
] ;
sp:predicate ddr:uom ;
sp:subject _:b19
sp:subject _:b23
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b20
[ rdf:type smf:titleCase ;
sp:arg1 [ rdf:type afn:localname ;
sp:arg1 _:b24
]
] ;
sp:variable _:b21
sp:variable _:b25
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:buildURI ;
sp:arg1 [ rdf:type fn:concat ;
sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
sp:arg2 _:b21
sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ;
sp:arg2 _:b25
]
] ;
sp:variable _:b16
] [ sp:object owl:DatatypeProperty ;
sp:variable _:b21
] [ sp:object owl:ObjectProperty ;
sp:predicate rdf:type ;
sp:subject _:b16
] [ sp:object _:b16 ;
sp:subject _:b21
] [ sp:object _:b21 ;
sp:predicate owl:onProperty ;
sp:subject _:b22
] [ sp:object _:b23 ;
sp:subject _:b26
] [ sp:object _:b27 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b22
sp:subject _:b26
] [ sp:object _:b28 ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ sp:object _:b26 ;
sp:predicate rdfs:subClassOf ;
sp:subject _:b28
] [ rdf:type sp:TriplePath ;
sp:object xsd:string ;
sp:object <http://www.linkedmodel.org/schema/dtype#EnumeratedValue> ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b23
] [ sp:object _:b24 ;
sp:subject _:b27
] [ sp:object _:b29 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b19
sp:subject _:b23
] [ sp:object sxml:TextNode ;
sp:predicate rdf:type ;
sp:subject _:b24
] [ sp:object _:b15 ;
sp:subject _:b29
] [ sp:object _:b30 ;
sp:predicate sxml:text ;
sp:subject _:b24
] [ sp:object _:b25 ;
sp:predicate rdf:type ;
sp:subject _:b17
] [ rdf:type sp:TriplePath ;
sp:object _:b22 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b25
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 030 - Construct ep-activity type statements"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> ;
sp:predicate rdf:type ;
sp:subject _:b26
]) ;
sp:where ([ sp:object ddr:Cs_activity ;
sp:subject _:b29
] [ sp:object _:b27 ;
sp:predicate rdf:type ;
sp:subject _:b26
sp:subject _:b20
] [ sp:object _:b30 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b20
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 002 - Construct datatype datetime values"^^xsd:string ;
sp:templates ([ sp:object _:b27 ;
sp:predicate _:b28 ;
sp:subject _:b29
sp:templates ([ sp:object _:b31 ;
sp:predicate _:b32 ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b30
] [ sp:object _:b29 ;
sp:subject _:b33
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b30
] [ sp:object _:b28 ;
sp:subject _:b33
] [ sp:object _:b32 ;
sp:predicate rdf:predicate ;
sp:subject _:b30
] [ sp:object _:b27 ;
sp:subject _:b33
] [ sp:object _:b31 ;
sp:predicate rdf:object ;
sp:subject _:b30
] [ sp:object _:b30 ;
sp:subject _:b33
] [ sp:object _:b33 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b31
sp:subject _:b34
]) ;
sp:where ([ sp:object _:b31 ;
sp:where ([ sp:object _:b34 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b29
] [ sp:object _:b32 ;
sp:subject spin:_this
] [ sp:object _:b35 ;
sp:predicate rdf:type ;
sp:subject _:b31
sp:subject _:b34
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "uom"^^xsd:string
] ;
sp:predicate ddr:uom ;
sp:subject _:b31
sp:subject _:b34
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b32
sp:arg1 _:b35
] ;
sp:variable _:b33
sp:variable _:b36
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:buildURI ;
sp:arg1 [ rdf:type fn:concat ;
sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
sp:arg2 _:b33
sp:arg2 _:b36
]
] ;
sp:variable _:b28
sp:variable _:b32
] [ sp:object owl:DatatypeProperty ;
sp:predicate rdf:type ;
sp:subject _:b28
] [ sp:object _:b28 ;
sp:subject _:b32
] [ sp:object _:b32 ;
sp:predicate owl:onProperty ;
sp:subject _:b34
] [ sp:object _:b35 ;
sp:subject _:b37
] [ sp:object _:b38 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b34
sp:subject _:b37
] [ rdf:type sp:TriplePath ;
sp:object xsd:dateTime ;
sp:path [ rdf:type sp:ModPath ;
......@@ -390,167 +434,122 @@ ddr:Thing
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b35
] [ sp:object _:b36 ;
sp:subject _:b38
] [ sp:object _:b39 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b31
sp:subject _:b34
] [ sp:object sxml:TextNode ;
sp:predicate rdf:type ;
sp:subject _:b36
] [ sp:object _:b37 ;
sp:subject _:b39
] [ sp:object _:b40 ;
sp:predicate sxml:text ;
sp:subject _:b36
] [ sp:object _:b38 ;
sp:subject _:b39
] [ sp:object _:b41 ;
sp:predicate rdf:type ;
sp:subject _:b29
sp:subject spin:_this
] [ rdf:type sp:TriplePath ;
sp:object _:b34 ;
sp:object _:b37 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b38
sp:subject _:b41
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type xsd:dateTime ;
sp:arg1 _:b37
sp:arg1 _:b40
] ;
sp:variable _:b27
sp:variable _:b31
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 006 - Construct Enumerated Values"^^xsd:string ;
sp:templates ([ sp:object _:b39 ;
sp:predicate _:b40 ;
sp:subject _:b41
rdfs:comment "STEP 003 - Construct datatype string values"^^xsd:string ;
sp:templates ([ sp:object _:b42 ;
sp:predicate _:b43 ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b42
] [ sp:object _:b41 ;
sp:subject _:b44
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b42
] [ sp:object _:b40 ;
sp:subject _:b44
] [ sp:object _:b43 ;
sp:predicate rdf:predicate ;
sp:subject _:b42
] [ sp:object _:b39 ;
sp:predicate rdf:object ;
sp:subject _:b42
sp:subject _:b44
] [ sp:object _:b42 ;
sp:predicate rdf:object ;
sp:subject _:b44
] [ sp:object _:b44 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b43
sp:subject _:b45
]) ;
sp:where ([ sp:object _:b43 ;
sp:where ([ sp:object _:b45 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b41
] [ sp:object _:b44 ;
sp:subject spin:_this
] [ sp:object _:b46 ;
sp:predicate rdf:type ;
sp:subject _:b43
sp:subject _:b45
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "uom"^^xsd:string
] ;
sp:predicate ddr:uom ;
sp:subject _:b43
sp:subject _:b45
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:titleCase ;
sp:arg1 [ rdf:type afn:localname ;
sp:arg1 _:b44
]
[ rdf:type afn:localname ;
sp:arg1 _:b46
] ;
sp:variable _:b45
sp:variable _:b47
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:buildURI ;
sp:arg1 [ rdf:type fn:concat ;
sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ;
sp:arg2 _:b45
sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
sp:arg2 _:b47
]
] ;
sp:variable _:b40
] [ sp:object owl:ObjectProperty ;
sp:variable _:b43
] [ sp:object owl:DatatypeProperty ;
sp:predicate rdf:type ;
sp:subject _:b40
] [ sp:object _:b40 ;
sp:subject _:b43
] [ sp:object _:b43 ;
sp:predicate owl:onProperty ;
sp:subject _:b46
] [ sp:object _:b47 ;
sp:subject _:b48
] [ sp:object _:b49 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b46
] [ sp:object _:b48 ;
sp:predicate rdf:type ;
sp:subject _:b41
] [ sp:object _:b46 ;
sp:predicate rdfs:subClassOf ;
sp:subject _:b48
] [ rdf:type sp:TriplePath ;
sp:object <http://www.linkedmodel.org/schema/dtype#EnumeratedValue> ;
sp:object xsd:string ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b47
] [ sp:object _:b49 ;
sp:subject _:b49
] [ sp:object _:b50 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b43
sp:subject _:b45
] [ sp:object sxml:TextNode ;
sp:predicate rdf:type ;
sp:subject _:b49
] [ sp:object _:b50 ;
sp:subject _:b50
] [ sp:object _:b42 ;
sp:predicate sxml:text ;
sp:subject _:b49
] [ sp:object _:b47 ;
sp:predicate rdf:type ;
sp:subject _:b39
] [ sp:object _:b50 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b39
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 020 - Construct all other object properties - WIP"^^xsd:string ;
sp:templates ([ sp:object _:b51 ;
sp:predicate _:b52 ;
sp:subject _:b53
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b54
] [ sp:object _:b53 ;
sp:predicate rdf:subject ;
sp:subject _:b54
] [ sp:object _:b52 ;
sp:predicate rdf:predicate ;
sp:subject _:b54
sp:subject _:b50
] [ sp:object _:b51 ;
sp:predicate rdf:object ;
sp:subject _:b54
] [ sp:object _:b54 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b51
]) ;
sp:where ([ sp:object _:b55 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b56
] [ sp:object _:b52 ;
sp:predicate owl:onProperty ;
sp:subject _:b56
] [ sp:object _:b55 ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ rdf:type sp:TriplePath ;
sp:object _:b48 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b51
] [ sp:object _:b51 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b53
] [ sp:object _:b57 ;
sp:predicate rdf:type ;
sp:subject _:b53
] [ sp:object _:b56 ;
sp:predicate rdfs:subClassOf ;
sp:subject _:b57
])
] .
......@@ -567,284 +566,266 @@ ddr:version
<http://www.reportinghub.no/ep/transform/1.1/ddr>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://topbraid.org/sxml> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://topbraid.org/sxml> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
owl:Thing
spin:query
[ rdf:type sp:Select ;
sp:resultVariables (_:b58 _:b59 _:b60 _:b61) ;
sp:where ([ sp:object _:b61 ;
sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
sp:subject _:b60
] [ sp:object _:b60 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b59
] [ rdf:type sp:Union ;
sp:elements (([ sp:object <http://topbraid.org/sxsd#Sequence> ;
sp:predicate rdf:type ;
sp:subject _:b59
]) ([ sp:object <http://topbraid.org/sxsd#Choice> ;
sp:predicate rdf:type ;
sp:subject _:b59
]))
] [ sp:object _:b59 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b58
])
] ;
spin:query
[ rdf:type sp:Select ;
sp:resultVariables (_:b62 _:b63 _:b64 _:b65) ;
sp:resultVariables (_:b52 _:b53 _:b54 _:b55) ;
sp:where ([ sp:object <http://topbraid.org/sxsd#ComplexType> ;
sp:predicate rdf:type ;
sp:subject _:b66
sp:subject _:b56
] [ rdf:type sp:TriplePath ;
sp:object _:b67 ;
sp:object _:b57 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath <http://www.topbraid.org/2007/05/composite.owl#child>
] ;
sp:subject _:b66
] [ sp:object _:b68 ;
sp:subject _:b56
] [ sp:object _:b58 ;
sp:predicate <http://topbraid.org/sxsd#name> ;
sp:subject _:b66
] [ sp:object _:b65 ;
sp:subject _:b56
] [ sp:object _:b55 ;
sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
sp:subject _:b67
] [ sp:object _:b69 ;
sp:subject _:b57
] [ sp:object _:b59 ;
sp:predicate <http://topbraid.org/sxsd#name> ;
sp:subject _:b67
sp:subject _:b57
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:titleCase ;
sp:arg1 _:b69
sp:arg1 _:b59
] ;
sp:variable _:b70
sp:variable _:b60
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:buildURI ;
sp:arg1 [ rdf:type fn:concat ;
sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ;
sp:arg2 _:b70
sp:arg2 _:b60
]
] ;
sp:variable _:b64
sp:variable _:b54
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:titleCase ;
sp:arg1 _:b68 ;
sp:arg1 _:b58 ;
sp:arg2 "[a-z]s"
] ;
sp:variable _:b71
sp:variable _:b61
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:buildURI ;
sp:arg1 [ rdf:type fn:concat ;
sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
sp:arg2 _:b71
sp:arg2 _:b61
]
] ;
sp:variable _:b63
sp:variable _:b53
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:buildURI ;
sp:arg1 [ rdf:type fn:concat ;
sp:arg1 "http://www.reportinghub.no/map/ddr#" ;
sp:arg2 _:b71 ;
sp:arg2 _:b61 ;
sp:arg3 "-has" ;
sp:arg4 _:b70
sp:arg4 _:b60
]
] ;
sp:variable _:b62
sp:variable _:b52
])
] ;
spin:query
[ rdf:type sp:Select ;
sp:resultVariables (_:b62 _:b63 _:b64 _:b65) ;
sp:where ([ sp:object _:b65 ;
sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
sp:subject _:b64
] [ sp:object _:b64 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b63
] [ rdf:type sp:Union ;
sp:elements (([ sp:object <http://topbraid.org/sxsd#Sequence> ;
sp:predicate rdf:type ;
sp:subject _:b63
]) ([ sp:object <http://topbraid.org/sxsd#Choice> ;
sp:predicate rdf:type ;
sp:subject _:b63
]))
] [ sp:object _:b63 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b62
])
] .
_:b51
sp:varName "child"^^xsd:string .
_:b62
sp:varName "pp"^^xsd:string .
_:b63
sp:varName "p"^^xsd:string .
_:b64
sp:varName "s"^^xsd:string .
_:b65
sp:varName "e"^^xsd:string .
_:b52
sp:varName "formalProperty"^^xsd:string .
sp:varName "ddrCPU"^^xsd:string .
_:b53
sp:varName "inst"^^xsd:string .
sp:varName "ddrCU"^^xsd:string .
_:b54
sp:varName "ddrPU"^^xsd:string .
_:b55
sp:varName "childType"^^xsd:string .
sp:varName "mre"^^xsd:string .
_:b56
sp:varName "valuesRestriction"^^xsd:string .
sp:varName "s"^^xsd:string .
_:b57
sp:varName "instType"^^xsd:string .
sp:varName "c"^^xsd:string .
_:b39
sp:varName "enumeratedValue"^^xsd:string .
_:b58
sp:varName "name"^^xsd:string .
_:b40
sp:varName "opnameU"^^xsd:string .
_:b59
sp:varName "pname"^^xsd:string .
_:b41
sp:varName "inst"^^xsd:string .
_:b60
sp:varName "tcpname"^^xsd:string .
_:b43
_:b61
sp:varName "tcname"^^xsd:string .
_:b34
sp:varName "child"^^xsd:string .
_:b44
_:b35
sp:varName "childType"^^xsd:string .
_:b45
_:b36
sp:varName "childLocalName"^^xsd:string .
_:b46
sp:varName "valuesRestriction"^^xsd:string .
_:b32
sp:varName "dtpnameU"^^xsd:string .
_:b47
sp:varName "rangeU"^^xsd:string .
_:b37
sp:varName "valuesRestriction"^^xsd:string .
_:b48
sp:varName "instType"^^xsd:string .
_:b38
sp:varName "rangeType"^^xsd:string .
_:b49
_:b39
sp:varName "textNode"^^xsd:string .
_:b50
_:b40
sp:varName "text"^^xsd:string .
_:b27
sp:varName "dateTime"^^xsd:string .
_:b28
sp:varName "dtpnameU"^^xsd:string .
_:b29
sp:varName "inst"^^xsd:string .
_:b41
sp:varName "instType"^^xsd:string .
_:b31
sp:varName "dateTime"^^xsd:string .
_:b45
sp:varName "child"^^xsd:string .
_:b32
_:b46
sp:varName "childType"^^xsd:string .
_:b33
_:b47
sp:varName "childLocalName"^^xsd:string .
_:b34
_:b43
sp:varName "dtpnameU"^^xsd:string .
_:b48
sp:varName "valuesRestriction"^^xsd:string .
_:b35
_:b49
sp:varName "rangeType"^^xsd:string .
_:b36
_:b50
sp:varName "textNode"^^xsd:string .
_:b37
_:b42
sp:varName "text"^^xsd:string .
_:b38
_:b51
sp:varName "instType"^^xsd:string .
_:b1 sp:varName "rangeU"^^xsd:string .
_:b3 sp:varName "uom"^^xsd:string .
_:b4 sp:varName "value"^^xsd:string .
_:b5 sp:varName "opnameU"^^xsd:string .
_:b6 sp:varName "inst"^^xsd:string .
_:b13
sp:varName "child"^^xsd:string .
_:b8 sp:varName "child"^^xsd:string .
_:b14
sp:varName "childType"^^xsd:string .
_:b9 sp:varName "childType"^^xsd:string .
_:b9 sp:varName "uom"^^xsd:string .
_:b10
_:b15
sp:varName "childLocalName"^^xsd:string .
_:b11
sp:varName "opnameU"^^xsd:string .
_:b16
sp:varName "allValuesRestriction"^^xsd:string .
_:b12
_:b7 sp:varName "rangeU"^^xsd:string .
_:b17
sp:varName "instType"^^xsd:string .
_:b13
_:b18
sp:varName "textNode"^^xsd:string .
_:b14
sp:varName "text"^^xsd:string .
_:b15
_:b19
sp:varName "text"^^xsd:string .
_:b16
sp:varName "dtpnameU"^^xsd:string .
_:b17
sp:varName "inst"^^xsd:string .
_:b10
sp:varName "value"^^xsd:string .
_:b19
_:b23
sp:varName "child"^^xsd:string .
_:b20
_:b24
sp:varName "childType"^^xsd:string .
_:b21
_:b25
sp:varName "childLocalName"^^xsd:string .
_:b22
sp:varName "valuesRestriction"^^xsd:string .
_:b23
sp:varName "rangeType"^^xsd:string .
_:b24
sp:varName "textNode"^^xsd:string .
_:b25
sp:varName "instType"^^xsd:string .
_:b21
sp:varName "opnameU"^^xsd:string .
_:b26
sp:varName "activity"^^xsd:string .
_:b62
sp:varName "ddrCPU"^^xsd:string .
_:b63
sp:varName "ddrCU"^^xsd:string .
_:b64
sp:varName "ddrPU"^^xsd:string .
_:b65
sp:varName "mre"^^xsd:string .
sp:varName "valuesRestriction"^^xsd:string .
_:b66
sp:varName "s"^^xsd:string .
_:b27
sp:varName "rangeU"^^xsd:string .
_:b67
sp:varName "c"^^xsd:string .
_:b28
sp:varName "instType"^^xsd:string .
_:b68
sp:varName "name"^^xsd:string .
_:b29
sp:varName "textNode"^^xsd:string .
_:b69
sp:varName "pname"^^xsd:string .
_:b30
sp:varName "text"^^xsd:string .
_:b70
sp:varName "tcpname"^^xsd:string .
_:b20
sp:varName "enumeratedValue"^^xsd:string .
_:b71
sp:varName "tcname"^^xsd:string .
_:b5 sp:varName "valuesRestriction"^^xsd:string .
_:b58
sp:varName "pp"^^xsd:string .
_:b4 sp:varName "childType"^^xsd:string .
_:b59
sp:varName "p"^^xsd:string .
_:b2 sp:varName "formalProperty"^^xsd:string .
_:b60
sp:varName "s"^^xsd:string .
_:b1 sp:varName "child"^^xsd:string .
_:b61
sp:varName "e"^^xsd:string .
_:b6 sp:varName "instType"^^xsd:string .
......