Skip to content

Commit

Permalink
create new datalog file
Browse files Browse the repository at this point in the history
  • Loading branch information
henriettelienrebnor committed Sep 24, 2024
1 parent 3fd486f commit 6f93682
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions datalog/interactive_boundary.datalog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
prefix data: <https://assetid.equinor.com/plantx/document/12345#>

data:insideBoundary [?new_node] :-
data:insideBoundary [?node] ,
imf:adjacentTo [?node, ?new_node] ,
NOT data:boundary [?node] .
data:insideBoundary [?node],
imf:connectedTo [?node, ?new_node],
dexpi:PipingOrEquipment [?new_node],
NOT data:boundary [?node].
6 changes: 6 additions & 0 deletions datalog/noaka_boundary.datalog
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
prefix data: <https://assetid.equinor.com/plantx/document/12345#>

data:insideBoundary [?new_node] :-
data:insideBoundary [?node] ,
imf:adjacentTo [?node, ?new_node] ,
NOT data:boundary [?node] .

0 comments on commit 6f93682

Please sign in to comment.