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
e4e0f9f6
Commit
e4e0f9f6
authored
Jul 05, 2018
by
Nicolas Seydoux
Browse files
Fixed interest propagation for cir
parent
5e2049a2
Changes
1
Show whitespace changes
Inline
Side-by-side
node/queries/interests/get_interests.sparql
View file @
e4e0f9f6
...
...
@@ -5,5 +5,12 @@ PREFIX lmu: <http://w3id.org/laas-iot/lmu#>
SELECT ?interest
WHERE {
?node edr:isInterestedIn ?interest;
a lmu:HostNode.
{
?node a lmu:HostNode.
} UNION {
?host a lmu:HostNode;
lmu:hasUpstreamNode ?node.
}
}
Write
Preview
Markdown
is supported
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