Ralph Hodgson

Deleted unused 'has' properties

This diff could not be displayed because it is too large.
# Saved by TopBraid on Sun Aug 07 17:32:11 PDT 2011
# Saved by TopBraid on Sun Aug 07 17:50:15 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://www.reportinghub.no/ep/schema/1.1/activity
......@@ -683,6 +683,42 @@ owl:Thing
] ;
sp:variable _:b57
])
] ;
spin:update
[ rdf:type sp:Modify ;
sp:deletePattern ([ sp:object _:b67 ;
sp:predicate rdfs:label ;
sp:subject _:b68
]) ;
sp:insertPattern ([ sp:object _:b69 ;
sp:predicate rdfs:label ;
sp:subject _:b68
]) ;
sp:where ([ sp:object _:b68 ;
sp:predicate owl:onProperty ;
sp:subject
[ sp:varName "r"^^xsd:string
]
] [ sp:object _:b67 ;
sp:predicate rdfs:label ;
sp:subject _:b68
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type fn:starts-with ;
sp:arg1 _:b67 ;
sp:arg2 "has"
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:trim ;
sp:arg1 [ rdf:type smf:regex ;
sp:arg1 _:b67 ;
sp:arg2 "has(.*)" ;
sp:arg3 "$1"
]
] ;
sp:variable _:b69
])
] .
_:b25
......@@ -857,3 +893,12 @@ _:b13
sp:varName "text"^^xsd:string .
_:b4 sp:varName "value"^^xsd:string .
_:b68
sp:varName "p"^^xsd:string .
_:b67
sp:varName "oldLabel"^^xsd:string .
_:b69
sp:varName "newLabel"^^xsd:string .
......
# Saved by TopBraid on Sun Aug 07 17:32:11 PDT 2011
# Saved by TopBraid on Sun Aug 07 17:50:15 PDT 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Aug 07 17:28:32 PDT 2011
# Saved by TopBraid on Sun Aug 07 17:45:34 PDT 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
......@@ -9,9 +9,11 @@
# imports: http://www.reportinghub.no/ep/schema/well
@prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> .
@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix smf: <http://topbraid.org/sparqlmotionfunctions#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
......@@ -21,3 +23,47 @@
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/schema/equipment> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
owl:Thing
spin:update
[ rdf:type sp:Modify ;
sp:deletePattern ([ sp:object _:b1 ;
sp:predicate rdfs:label ;
sp:subject _:b2
]) ;
sp:insertPattern ([ sp:object _:b3 ;
sp:predicate rdfs:label ;
sp:subject _:b2
]) ;
sp:where ([ sp:object _:b2 ;
sp:predicate owl:onProperty ;
sp:subject
[ sp:varName "r"^^xsd:string
]
] [ sp:object _:b1 ;
sp:predicate rdfs:label ;
sp:subject _:b2
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type fn:starts-with ;
sp:arg1 _:b1 ;
sp:arg2 "has"
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:trim ;
sp:arg1 [ rdf:type smf:regex ;
sp:arg1 _:b1 ;
sp:arg2 "has(.*)" ;
sp:arg3 "$1"
]
] ;
sp:variable _:b3
])
] .
_:b2 sp:varName "p"^^xsd:string .
_:b1 sp:varName "oldLabel"^^xsd:string .
_:b3 sp:varName "newLabel"^^xsd:string .
......
# Saved by TopBraid on Sun Aug 07 17:28:32 PDT 2011
# Saved by TopBraid on Sun Aug 07 17:45:34 PDT 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......