Ralph Hodgson

Fixed WellboreAlias and WellAlias issue with rule 018

# Saved by TopBraid on Wed Aug 10 08:36:25 PDT 2011
# Saved by TopBraid on Wed Aug 10 18:50:05 PDT 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
# imports: http://www.reportinghub.no/ep/schema/1.0/report
......@@ -26,6 +26,15 @@
@prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
NPD_1104121247071:r-0-7
sxml:element "witsml:wellAlias"^^xsd:string .
NPD_1104121247071:r-0-8
sxml:element "witsml:wellboreAlias"^^xsd:string .
NPD_1104121247071:r-0-9
sxml:element "witsml:wellboreAlias"^^xsd:string .
ddr:Cs_activity
spin:rule
[ rdf:type sp:Construct ;
......@@ -39,7 +48,7 @@ ddr:Cs_activity
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" .
......@@ -87,7 +96,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" .
......@@ -123,7 +132,7 @@ ddr:Cs_refWellWellboreRig
sxml:element "witsml:refWellWellboreRig" .
ddr:Cs_wellAlias
sxml:element "witsml:wellAlias"^^xsd:string , "witsml:wellboreAlias"^^xsd:string .
sxml:element "witsml:wellboreAlias"^^xsd:string , "witsml:wellAlias"^^xsd:string .
ddr:Cs_wellCRS
sxml:element "witsml:wellCRS" .
......@@ -140,7 +149,7 @@ ddr:Obj_drillReport
ddr:Thing
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 003 - Construct datatype string values"^^xsd:string ;
rdfs:comment "STEP 018 - Construct all other object properties - WIP"^^xsd:string ;
sp:templates ([ sp:object _:b1 ;
sp:predicate _:b2 ;
sp:subject spin:_this
......@@ -158,289 +167,227 @@ ddr:Thing
sp:subject _:b3
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b4
sp:subject _:b1
]) ;
sp:where ([ sp:object _:b4 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject spin:_this
] [ sp:object _:b5 ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "uom"^^xsd:string
] ;
sp:predicate ddr:uom ;
sp:subject _:b4
])
sp:predicate owl:allValuesFrom ;
sp:subject _:b5
] [ sp:object _:b2 ;
sp:predicate owl:onProperty ;
sp:subject _:b5
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b5
sp:arg1 _:b2
] ;
sp:variable _:b6
] [ 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 _:b7 ;
sp:predicate sxml:instanceElement ;
sp:subject _:b1
] [ 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#" ;
[ rdf:type smf:regex ;
sp:arg1 _:b7 ;
sp:arg2 "(.*):(.*)" ;
sp:arg3 "$2"
] ;
sp:variable _:b8
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:eq ;
sp:arg1 _:b8 ;
sp:arg2 _:b6
]
] ;
sp:variable _:b2
] [ sp:object owl:DatatypeProperty ;
sp:predicate rdf:type ;
sp:subject _:b2
] [ sp:object _:b2 ;
sp:predicate owl:onProperty ;
sp:subject _:b7
] [ sp:object _:b8 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b7
] [ rdf:type sp:TriplePath ;
sp:object xsd:string ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b8
] [ sp:object _:b9 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b4
] [ sp:object sxml:TextNode ;
sp:predicate rdf:type ;
sp:subject _:b9
] [ sp:object _:b1 ;
sp:predicate sxml:text ;
sp:subject _:b9
] [ sp:object _:b10 ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ rdf:type sp:TriplePath ;
sp:object _:b7 ;
sp:object _:b5 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b10
sp:subject _:b9
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 002 - Construct datatype datetime values"^^xsd:string ;
sp:templates ([ sp:object _:b11 ;
sp:predicate _:b12 ;
rdfs:comment "STEP 004 - Construct UOM values"^^xsd:string ;
sp:templates ([ sp:object _:b10 ;
sp:predicate rdf:type ;
sp:subject _:b11
] [ sp:object _:b12 ;
sp:predicate ddr:uom ;
sp:subject _:b11
] [ sp:object _:b13 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b11
] [ sp:object _:b11 ;
sp:predicate _:b14 ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b13
sp:subject _:b15
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b13
] [ sp:object _:b12 ;
sp:subject _:b15
] [ sp:object _:b14 ;
sp:predicate rdf:predicate ;
sp:subject _:b13
] [ sp:object _:b11 ;
sp:predicate rdf:object ;
sp:subject _:b13
sp:subject _:b15
] [ sp:object _:b13 ;
sp:predicate rdf:object ;
sp:subject _:b15
] [ sp:object _:b15 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b14
sp:subject _:b16
]) ;
sp:where ([ sp:object _:b14 ;
sp:where ([ sp:object _:b16 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject spin:_this
] [ sp:object _:b15 ;
] [ sp:object _:b17 ;
sp:predicate rdf:type ;
sp:subject _:b14
sp:subject _:b16
] [ sp:object _:b12 ;
sp:predicate ddr:uom ;
sp:subject _:b16
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "uom"^^xsd:string
[ sp:varName "aNode"^^xsd:string
] ;
sp:predicate ddr:uom ;
sp:subject _:b14
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b16
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b15
sp:arg1 _:b17
] ;
sp:variable _:b16
sp:variable _:b18
] [ 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 _:b16
sp:arg2 _:b18
]
] ;
sp:variable _:b12
] [ sp:object owl:DatatypeProperty ;
sp:variable _:b14
] [ sp:object owl:ObjectProperty ;
sp:predicate rdf:type ;
sp:subject _:b12
] [ sp:object _:b12 ;
sp:subject _:b14
] [ sp:object _:b14 ;
sp:predicate owl:onProperty ;
sp:subject _:b17
] [ sp:object _:b18 ;
sp:subject _:b19
] [ sp:object _:b10 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b17
] [ rdf:type sp:TriplePath ;
sp:object xsd:dateTime ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b18
] [ sp:object _:b19 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b14
] [ sp:object sxml:TextNode ;
sp:predicate rdf:type ;
sp:subject _:b19
] [ sp:object _:b20 ;
sp:predicate sxml:text ;
sp:subject _:b19
] [ sp:object _:b21 ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ rdf:type sp:TriplePath ;
sp:object _:b17 ;
sp:object _:b19 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b20
] [ sp:object _:b21 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b16
] [ sp:object sxml:TextNode ;
sp:predicate rdf:type ;
sp:subject _:b21
] [ sp:object _:b22 ;
sp:predicate sxml:text ;
sp:subject _:b21
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type xsd:dateTime ;
sp:arg1 _:b20
] ;
sp:variable _:b11
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 020 - Construct all other object properties - WIP"^^xsd:string ;
sp:templates ([ sp:object _:b22 ;
sp:predicate _:b23 ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b24
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b24
] [ sp:object _:b23 ;
sp:predicate rdf:predicate ;
sp:subject _:b24
] [ sp:object _:b22 ;
sp:predicate rdf:object ;
sp:subject _:b24
] [ sp:object _:b24 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b22
]) ;
sp:where ([ sp:object _:b25 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b26
] [ sp:object _:b23 ;
sp:predicate owl:onProperty ;
sp:subject _:b26
] [ sp:object _:b25 ;
sp:predicate rdf:type ;
sp:subject _:b22
] [ sp:object _:b22 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject spin:_this
] [ sp:object _:b27 ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ rdf:type sp:TriplePath ;
sp:object _:b26 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
[ rdf:type xsd:double ;
sp:arg1 _:b22
] ;
sp:subject _:b27
sp:variable _:b13
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 006 - Construct Enumerated Values"^^xsd:string ;
sp:templates ([ sp:object _:b28 ;
sp:predicate _:b29 ;
sp:templates ([ sp:object _:b23 ;
sp:predicate _:b24 ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b30
sp:subject _:b25
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b30
] [ sp:object _:b29 ;
sp:subject _:b25
] [ sp:object _:b24 ;
sp:predicate rdf:predicate ;
sp:subject _:b30
] [ sp:object _:b28 ;
sp:subject _:b25
] [ sp:object _:b23 ;
sp:predicate rdf:object ;
sp:subject _:b30
] [ sp:object _:b30 ;
sp:subject _:b25
] [ sp:object _:b25 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b31
sp:subject _:b26
]) ;
sp:where ([ sp:object _:b31 ;
sp:where ([ sp:object _:b26 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject spin:_this
] [ sp:object _:b32 ;
] [ sp:object _:b27 ;
sp:predicate rdf:type ;
sp:subject _:b31
sp:subject _:b26
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "uom"^^xsd:string
] ;
sp:predicate ddr:uom ;
sp:subject _:b31
sp:subject _:b26
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:titleCase ;
sp:arg1 [ rdf:type afn:localname ;
sp:arg1 _:b32
sp:arg1 _:b27
]
] ;
sp:variable _:b33
sp:variable _:b28
] [ 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#enum" ;
sp:arg2 _:b33
sp:arg2 _:b28
]
] ;
sp:variable _:b29
sp:variable _:b24
] [ sp:object owl:ObjectProperty ;
sp:predicate rdf:type ;
sp:subject _:b29
] [ sp:object _:b29 ;
sp:subject _:b24
] [ sp:object _:b24 ;
sp:predicate owl:onProperty ;
sp:subject _:b34
] [ sp:object _:b35 ;
sp:subject _:b29
] [ sp:object _:b30 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b34
] [ sp:object _:b36 ;
sp:subject _:b29
] [ sp:object _:b31 ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ rdf:type sp:TriplePath ;
sp:object _:b34 ;
sp:object _:b29 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b36
sp:subject _:b31
] [ rdf:type sp:TriplePath ;
sp:object <http://www.linkedmodel.org/schema/dtype#EnumeratedValue> ;
sp:path [ rdf:type sp:ModPath ;
......@@ -448,121 +395,260 @@ ddr:Thing
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b35
] [ sp:object _:b37 ;
sp:subject _:b30
] [ sp:object _:b32 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b31
sp:subject _:b26
] [ sp:object sxml:TextNode ;
sp:predicate rdf:type ;
sp:subject _:b37
] [ sp:object _:b38 ;
sp:subject _:b32
] [ sp:object _:b33 ;
sp:predicate sxml:text ;
sp:subject _:b37
] [ sp:object _:b35 ;
sp:subject _:b32
] [ sp:object _:b30 ;
sp:predicate rdf:type ;
sp:subject _:b28
] [ sp:object _:b38 ;
sp:subject _:b23
] [ sp:object _:b33 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b28
sp:subject _:b23
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 004 - Construct UOM values"^^xsd:string ;
sp:templates ([ sp:object _:b39 ;
sp:predicate rdf:type ;
sp:subject _:b40
] [ sp:object _:b41 ;
sp:predicate ddr:uom ;
sp:subject _:b40
] [ sp:object _:b42 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b40
] [ sp:object _:b40 ;
sp:predicate _:b43 ;
rdfs:comment "STEP 020 - Construct all other object properties - WIP"^^xsd:string ;
sp:templates ([ sp:object _:b34 ;
sp:predicate _:b35 ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b44
sp:subject _:b36
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b44
] [ sp:object _:b43 ;
sp:subject _:b36
] [ sp:object _:b35 ;
sp:predicate rdf:predicate ;
sp:subject _:b44
] [ sp:object _:b42 ;
sp:subject _:b36
] [ sp:object _:b34 ;
sp:predicate rdf:object ;
sp:subject _:b44
] [ sp:object _:b44 ;
sp:subject _:b36
] [ sp:object _:b36 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b45
sp:subject _:b34
]) ;
sp:where ([ sp:object _:b45 ;
sp:where ([ sp:object _:b37 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b38
] [ sp:object _:b35 ;
sp:predicate owl:onProperty ;
sp:subject _:b38
] [ sp:object _:b37 ;
sp:predicate rdf:type ;
sp:subject _:b34
] [ sp:object _:b34 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject spin:_this
] [ sp:object _:b46 ;
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "xmlTag"^^xsd:string
] ;
sp:predicate sxml:instanceElement ;
sp:subject _:b34
])
] [ sp:object _:b39 ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ rdf:type sp:TriplePath ;
sp:object _:b38 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b39
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 002 - Construct datatype datetime values"^^xsd:string ;
sp:templates ([ sp:object _:b40 ;
sp:predicate _:b41 ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b45
sp:subject _:b42
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b42
] [ sp:object _:b41 ;
sp:predicate ddr:uom ;
sp:subject _:b45
sp:predicate rdf:predicate ;
sp:subject _:b42
] [ sp:object _:b40 ;
sp:predicate rdf:object ;
sp:subject _:b42
] [ sp:object _:b42 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b43
]) ;
sp:where ([ sp:object _:b43 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject spin:_this
] [ sp:object _:b44 ;
sp:predicate rdf:type ;
sp:subject _:b43
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "aNode"^^xsd:string
[ sp:varName "uom"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b45
sp:predicate ddr:uom ;
sp:subject _:b43
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b46
sp:arg1 _:b44
] ;
sp:variable _:b47
sp:variable _:b45
] [ 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 _:b47
sp:arg2 _:b45
]
] ;
sp:variable _:b43
] [ sp:object owl:ObjectProperty ;
sp:variable _:b41
] [ sp:object owl:DatatypeProperty ;
sp:predicate rdf:type ;
sp:subject _:b43
] [ sp:object _:b43 ;
sp:subject _:b41
] [ sp:object _:b41 ;
sp:predicate owl:onProperty ;
sp:subject _:b48
] [ sp:object _:b39 ;
sp:subject _:b46
] [ sp:object _:b47 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b48
] [ sp:object _:b49 ;
sp:predicate rdf:type ;
sp:subject spin:_this
sp:subject _:b46
] [ rdf:type sp:TriplePath ;
sp:object _:b48 ;
sp:object xsd:dateTime ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b49
] [ sp:object _:b50 ;
sp:subject _:b47
] [ sp:object _:b48 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b45
sp:subject _:b43
] [ sp:object sxml:TextNode ;
sp:predicate rdf:type ;
sp:subject _:b50
] [ sp:object _:b51 ;
sp:subject _:b48
] [ sp:object _:b49 ;
sp:predicate sxml:text ;
sp:subject _:b48
] [ sp:object _:b50 ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ rdf:type sp:TriplePath ;
sp:object _:b46 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b50
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type xsd:double ;
sp:arg1 _:b51
[ rdf:type xsd:dateTime ;
sp:arg1 _:b49
] ;
sp:variable _:b40
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 003 - Construct datatype string values"^^xsd:string ;
sp:templates ([ sp:object _:b51 ;
sp:predicate _:b52 ;
sp:subject spin:_this
] [ sp:object rdf:Statement ;
sp:predicate rdf:type ;
sp:subject _:b53
] [ sp:object spin:_this ;
sp:predicate rdf:subject ;
sp:subject _:b53
] [ sp:object _:b52 ;
sp:predicate rdf:predicate ;
sp:subject _:b53
] [ sp:object _:b51 ;
sp:predicate rdf:object ;
sp:subject _:b53
] [ sp:object _:b53 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b54
]) ;
sp:where ([ sp:object _:b54 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject spin:_this
] [ sp:object _:b55 ;
sp:predicate rdf:type ;
sp:subject _:b54
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "uom"^^xsd:string
] ;
sp:predicate ddr:uom ;
sp:subject _:b54
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b55
] ;
sp:variable _:b56
] [ 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 _:b56
]
] ;
sp:variable _:b52
] [ sp:object owl:DatatypeProperty ;
sp:predicate rdf:type ;
sp:subject _:b52
] [ sp:object _:b52 ;
sp:predicate owl:onProperty ;
sp:subject _:b57
] [ sp:object _:b58 ;
sp:predicate owl:allValuesFrom ;
sp:subject _:b57
] [ rdf:type sp:TriplePath ;
sp:object xsd:string ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:subject _:b58
] [ sp:object _:b59 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b54
] [ sp:object sxml:TextNode ;
sp:predicate rdf:type ;
sp:subject _:b59
] [ sp:object _:b51 ;
sp:predicate sxml:text ;
sp:subject _:b59
] [ sp:object _:b60 ;
sp:predicate rdf:type ;
sp:subject spin:_this
] [ rdf:type sp:TriplePath ;
sp:object _:b57 ;
sp:path [ rdf:type sp:ModPath ;
sp:modMax -2 ;
sp:modMin 0 ;
sp:subPath rdfs:subClassOf
] ;
sp:variable _:b42
sp:subject _:b60
])
] .
......@@ -585,323 +671,347 @@ ddr:version
owl:Thing
spin:query
[ rdf:type sp:Select ;
sp:where ([ sp:object
[ sp:varName "p"^^xsd:string
] ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b52
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "b"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b52
])
])
] ;
spin:query
[ rdf:type sp:Select ;
sp:resultVariables (_:b53 _:b54 _:b55 _:b56) ;
sp:where ([ sp:object _:b56 ;
sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
sp:subject _:b55
] [ sp:object _:b55 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b54
] [ rdf:type sp:Union ;
sp:elements (([ sp:object <http://topbraid.org/sxsd#Sequence> ;
sp:predicate rdf:type ;
sp:subject _:b54
]) ([ sp:object <http://topbraid.org/sxsd#Choice> ;
sp:predicate rdf:type ;
sp:subject _:b54
]))
] [ sp:object _:b54 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b53
])
] ;
spin:query
[ rdf:type sp:Select ;
sp:resultVariables (_:b57 _:b58 _:b59 _:b60) ;
sp:resultVariables (_:b61 _:b62 _:b63 _:b64) ;
sp:where ([ sp:object <http://topbraid.org/sxsd#ComplexType> ;
sp:predicate rdf:type ;
sp:subject _:b61
sp:subject _:b65
] [ rdf:type sp:TriplePath ;
sp:object _:b62 ;
sp:object _:b66 ;
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 _:b61
] [ sp:object _:b63 ;
sp:subject _:b65
] [ sp:object _:b67 ;
sp:predicate <http://topbraid.org/sxsd#name> ;
sp:subject _:b61
] [ sp:object _:b60 ;
sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
sp:subject _:b62
sp:subject _:b65
] [ sp:object _:b64 ;
sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
sp:subject _:b66
] [ sp:object _:b68 ;
sp:predicate <http://topbraid.org/sxsd#name> ;
sp:subject _:b62
sp:subject _:b66
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:titleCase ;
sp:arg1 _:b64
sp:arg1 _:b68
] ;
sp:variable _:b65
sp:variable _:b69
] [ 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 _:b65
sp:arg2 _:b69
]
] ;
sp:variable _:b59
sp:variable _:b63
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:titleCase ;
sp:arg1 _:b63 ;
sp:arg1 _:b67 ;
sp:arg2 "[a-z]s"
] ;
sp:variable _:b66
sp:variable _:b70
] [ 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 _:b66
sp:arg2 _:b70
]
] ;
sp:variable _:b58
sp:variable _:b62
] [ 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 _:b66 ;
sp:arg2 _:b70 ;
sp:arg3 "-has" ;
sp:arg4 _:b65
sp:arg4 _:b69
]
] ;
sp:variable _:b57
sp:variable _:b61
])
] ;
spin:query
[ rdf:type sp:Select ;
sp:resultVariables (_:b71 _:b72 _:b73 _:b74) ;
sp:where ([ sp:object _:b74 ;
sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
sp:subject _:b73
] [ sp:object _:b73 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b72
] [ rdf:type sp:Union ;
sp:elements (([ sp:object <http://topbraid.org/sxsd#Sequence> ;
sp:predicate rdf:type ;
sp:subject _:b72
]) ([ sp:object <http://topbraid.org/sxsd#Choice> ;
sp:predicate rdf:type ;
sp:subject _:b72
]))
] [ sp:object _:b72 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b71
])
] ;
spin:query
[ rdf:type sp:Select ;
sp:where ([ sp:object
[ sp:varName "p"^^xsd:string
] ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b75
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object
[ sp:varName "b"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
sp:subject _:b75
])
])
] ;
spin:update
[ rdf:type sp:Modify ;
sp:deletePattern ([ sp:object _:b67 ;
sp:deletePattern ([ sp:object _:b76 ;
sp:predicate rdfs:label ;
sp:subject _:b68
sp:subject _:b77
]) ;
sp:insertPattern ([ sp:object _:b69 ;
sp:insertPattern ([ sp:object _:b78 ;
sp:predicate rdfs:label ;
sp:subject _:b68
sp:subject _:b77
]) ;
sp:where ([ sp:object _:b68 ;
sp:where ([ sp:object _:b77 ;
sp:predicate owl:onProperty ;
sp:subject
[ sp:varName "r"^^xsd:string
]
] [ sp:object _:b67 ;
] [ sp:object _:b76 ;
sp:predicate rdfs:label ;
sp:subject _:b68
sp:subject _:b77
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type fn:starts-with ;
sp:arg1 _:b67 ;
sp:arg1 _:b76 ;
sp:arg2 "has"
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:trim ;
sp:arg1 [ rdf:type smf:regex ;
sp:arg1 _:b67 ;
sp:arg1 _:b76 ;
sp:arg2 "has(.*)" ;
sp:arg3 "$1"
]
] ;
sp:variable _:b69
sp:variable _:b78
])
] .
_:b39
sp:varName "rangeU"^^xsd:string .
_:b41
sp:varName "uom"^^xsd:string .
_:b42
sp:varName "value"^^xsd:string .
_:b51
sp:varName "text"^^xsd:string .
_:b43
sp:varName "opnameU"^^xsd:string .
_:b52
sp:varName "dtpnameU"^^xsd:string .
_:b45
_:b54
sp:varName "child"^^xsd:string .
_:b46
_:b55
sp:varName "childType"^^xsd:string .
_:b47
_:b56
sp:varName "childLocalName"^^xsd:string .
_:b48
sp:varName "allValuesRestriction"^^xsd:string .
_:b57
sp:varName "valuesRestriction"^^xsd:string .
_:b49
sp:varName "instType"^^xsd:string .
_:b58
sp:varName "rangeType"^^xsd:string .
_:b50
_:b59
sp:varName "textNode"^^xsd:string .
_:b51
sp:varName "text"^^xsd:string .
_:b60
sp:varName "instType"^^xsd:string .
_:b28
sp:varName "enumeratedValue"^^xsd:string .
_:b40
sp:varName "dateTime"^^xsd:string .
_:b29
sp:varName "opnameU"^^xsd:string .
_:b41
sp:varName "dtpnameU"^^xsd:string .
_:b31
_:b43
sp:varName "child"^^xsd:string .
_:b32
_:b44
sp:varName "childType"^^xsd:string .
_:b33
_:b45
sp:varName "childLocalName"^^xsd:string .
_:b34
_:b46
sp:varName "valuesRestriction"^^xsd:string .
_:b35
sp:varName "rangeU"^^xsd:string .
_:b36
sp:varName "instType"^^xsd:string .
_:b47
sp:varName "rangeType"^^xsd:string .
_:b37
_:b48
sp:varName "textNode"^^xsd:string .
_:b38
_:b49
sp:varName "text"^^xsd:string .
_:b22
sp:varName "child"^^xsd:string .
_:b50
sp:varName "instType"^^xsd:string .
_:b23
sp:varName "formalProperty"^^xsd:string .
sp:varName "enumeratedValue"^^xsd:string .
_:b25
sp:varName "childType"^^xsd:string .
_:b24
sp:varName "opnameU"^^xsd:string .
_:b26
sp:varName "valuesRestriction"^^xsd:string .
sp:varName "child"^^xsd:string .
_:b27
sp:varName "childType"^^xsd:string .
_:b28
sp:varName "childLocalName"^^xsd:string .
_:b29
sp:varName "valuesRestriction"^^xsd:string .
_:b30
sp:varName "rangeU"^^xsd:string .
_:b31
sp:varName "instType"^^xsd:string .
_:b11
sp:varName "dateTime"^^xsd:string .
_:b32
sp:varName "textNode"^^xsd:string .
_:b33
sp:varName "text"^^xsd:string .
_:b10
sp:varName "rangeU"^^xsd:string .
_:b12
sp:varName "dtpnameU"^^xsd:string .
sp:varName "uom"^^xsd:string .
_:b14
sp:varName "child"^^xsd:string .
_:b13
sp:varName "value"^^xsd:string .
_:b15
sp:varName "childType"^^xsd:string .
_:b14
sp:varName "opnameU"^^xsd:string .
_:b16
sp:varName "childLocalName"^^xsd:string .
sp:varName "child"^^xsd:string .
_:b17
sp:varName "valuesRestriction"^^xsd:string .
sp:varName "childType"^^xsd:string .
_:b18
sp:varName "rangeType"^^xsd:string .
sp:varName "childLocalName"^^xsd:string .
_:b19
sp:varName "textNode"^^xsd:string .
sp:varName "allValuesRestriction"^^xsd:string .
_:b20
sp:varName "text"^^xsd:string .
_:b21
sp:varName "instType"^^xsd:string .
_:b1 sp:varName "text"^^xsd:string .
_:b2 sp:varName "dtpnameU"^^xsd:string .
_:b4 sp:varName "child"^^xsd:string .
_:b21
sp:varName "textNode"^^xsd:string .
_:b5 sp:varName "childType"^^xsd:string .
_:b22
sp:varName "text"^^xsd:string .
_:b6 sp:varName "childLocalName"^^xsd:string .
_:b75
sp:varName "c"^^xsd:string .
_:b7 sp:varName "valuesRestriction"^^xsd:string .
_:b71
sp:varName "pp"^^xsd:string .
_:b8 sp:varName "rangeType"^^xsd:string .
_:b72
sp:varName "p"^^xsd:string .
_:b9 sp:varName "textNode"^^xsd:string .
_:b73
sp:varName "s"^^xsd:string .
_:b10
sp:varName "instType"^^xsd:string .
_:b74
sp:varName "e"^^xsd:string .
_:b57
_:b61
sp:varName "ddrCPU"^^xsd:string .
_:b58
_:b62
sp:varName "ddrCU"^^xsd:string .
_:b59
_:b63
sp:varName "ddrPU"^^xsd:string .
_:b60
_:b64
sp:varName "mre"^^xsd:string .
_:b61
_:b65
sp:varName "s"^^xsd:string .
_:b62
_:b66
sp:varName "c"^^xsd:string .
_:b63
_:b67
sp:varName "name"^^xsd:string .
_:b64
_:b68
sp:varName "pname"^^xsd:string .
_:b65
_:b69
sp:varName "tcpname"^^xsd:string .
_:b66
_:b70
sp:varName "tcname"^^xsd:string .
_:b53
sp:varName "pp"^^xsd:string .
_:b76
sp:varName "oldLabel"^^xsd:string .
_:b54
_:b77
sp:varName "p"^^xsd:string .
_:b55
sp:varName "s"^^xsd:string .
_:b78
sp:varName "newLabel"^^xsd:string .
_:b56
sp:varName "e"^^xsd:string .
_:b38
sp:varName "valuesRestriction"^^xsd:string .
_:b52
sp:varName "c"^^xsd:string .
_:b37
sp:varName "childType"^^xsd:string .
_:b67
sp:varName "oldLabel"^^xsd:string .
_:b35
sp:varName "formalProperty"^^xsd:string .
_:b68
sp:varName "p"^^xsd:string .
_:b34
sp:varName "child"^^xsd:string .
_:b69
sp:varName "newLabel"^^xsd:string .
_:b39
sp:varName "instType"^^xsd:string .
_:b5 sp:varName "valuesRestriction"^^xsd:string .
_:b4 sp:varName "childType"^^xsd:string .
_:b2 sp:varName "formalProperty"^^xsd:string .
_:b6 sp:varName "propertyName"^^xsd:string .
_:b1 sp:varName "child"^^xsd:string .
_:b7 sp:varName "xmlTag"^^xsd:string .
_:b8 sp:varName "tagName"^^xsd:string .
_:b9 sp:varName "instType"^^xsd:string .
......
# Saved by TopBraid on Wed Aug 10 08:36:26 PDT 2011
# Saved by TopBraid on Wed Aug 10 18:50:05 PDT 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......