Skip to content

Commit

Permalink
Changed sparql query dfor inside boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesETelle committed Oct 17, 2024
1 parent 7018acf commit 3a9eefe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion www/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,12 @@ async function updateInCommissioningPackage() {
let queryInside = `
SELECT * WHERE {
?node a data:insideBoundary .
?node <http://sandbox.dexpi.org/rdl/TagNameAssignmentClass> ?o .
?node <http://noaka.org/rdl/SequenceAssignmentClass> ?o .
{ ?node <http://sandbox.dexpi.org/rdl/TagNameAssignmentClass> ?tagNr. }
UNION
{ ?node <http://noaka.org/rdl/ItemTagAssignmentClass> ?tagNr. }
FILTER NOT EXISTS { ?node a imf:Terminal . }
}
`;
let queryBoundary = `
Expand Down

0 comments on commit 3a9eefe

Please sign in to comment.