Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicolas Seydoux
edr
Commits
27926f9b
Commit
27926f9b
authored
Jun 30, 2018
by
Nicolas Seydoux
Browse files
Test to fix interest propagation
parent
187312f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
node/queries/productions/get_unadvertised_partial_producers.sparql
View file @
27926f9b
...
...
@@ -3,7 +3,7 @@ PREFIX edr: <http://w3id.org/laas-iot/edr#>
SELECT ?producer
WHERE {
?producer edr:partialDataProvider <{{ interest }}>.
FILTER NOT EXISTS {
?producer edr:interestNotifiedFor <{{ interest }}>.
}
#
FILTER NOT EXISTS {
#
?producer edr:interestNotifiedFor <{{ interest }}>.
#
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment