File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
dqgen/resources/query_templates Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ WHERE {
6969 }
7070 # get all deleted property values
7171 GRAPH ?deletionsGraph {
72- ?instance ?property [] .
72+ ?instance ?property ?value .
7373 }
7474 # ... which were not attached to some (other) instance now
7575 FILTER NOT EXISTS {
7676 GRAPH ?insertionsGraph {
77- ?instance ?property [] .
77+ ?instance ?property ?value .
7878 }
7979 }
8080 GRAPH ?oldVersionGraph {
Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ WHERE {
7171 # get all deleted reified structures
7272 GRAPH ?deletionsGraph {
7373 ?instance ?property ?object .
74- ?object ?objProperty [] .
74+ ?object ?objProperty ?value .
7575 }
7676 # ... which were not attached to some (other) instance now
7777 FILTER NOT EXISTS {
7878 GRAPH ?insertionsGraph {
7979 ?instance ?property ?object .
80- ?object ?objProperty [] .
80+ ?object ?objProperty ?value .
8181 }
8282 }
8383 FILTER NOT EXISTS {
Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ WHERE {
6969 }
7070 # get all deleted property values
7171 GRAPH ?deletionsGraph {
72- ?instance ?property [] .
72+ ?instance ?property ?value .
7373 }
7474 # ... which were not attached to some (other) instance now
7575 FILTER NOT EXISTS {
7676 GRAPH ?insertionsGraph {
77- ?instance ?property [] .
77+ ?instance ?property ?value .
7878 }
7979 }
8080 GRAPH ?oldVersionGraph {
Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ WHERE {
7171 # get all deleted reified structures
7272 GRAPH ?deletionsGraph {
7373 ?instance ?property ?object .
74- ?object ?objProperty [] .
74+ ?object ?objProperty ?value .
7575 }
7676 # ... which were not attached to some (other) instance now
7777 FILTER NOT EXISTS {
7878 GRAPH ?insertionsGraph {
7979 ?instance ?property ?object .
80- ?object ?objProperty [] .
80+ ?object ?objProperty ?value .
8181 }
8282 }
8383 FILTER NOT EXISTS {
You can’t perform that action at this time.
0 commit comments