Skip to content

Commit

Permalink
Update README with correct triples
Browse files Browse the repository at this point in the history
  • Loading branch information
NoraKri committed Dec 12, 2024
1 parent 1f4241f commit d899391
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions www/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
3) Use the *Select Boundaries* tool from the tool selector on the left to set boundaries for your commissioning package. Click again to deselect.
1) If the selected node is not already a boundary:
- Add the node as a boundary
- Update rdfox with the following triple :nodeId a :boundary .
- Update rdfox with the following triple :nodeId <https://rdf.equinor.com/completion#isBoundaryOf> :commissioningPackage .
2) If the selected node is already a boundary:
- Remove the node as a boundary
- Update rdfox, delete the following triple :nodeId a :boundary .
- Update rdfox, delete the following triple :nodeId <https://rdf.equinor.com/completion#isBoundaryOf> :commissioningPackage .
3) If the selected node is not a boundary, but is an internal node:
- Remove the node as an internal node, then add it as a boundary node.
- Update rdfox, insert the following triple :nodeId a :boundary .
- Update rdfox, delete the following triple :nodeId a :insideBoundary .
- Update rdfox, insert the following triple :nodeId <https://rdf.equinor.com/completion#isBoundaryOf> :commissioningPackage .
- Update rdfox, delete the following triple :nodeId <https://rdf.equinor.com/completion#isInPackage> :commissioningPackage .
4) Use the *Select Inside of Boundary* tool to select the inside of your boundary. Click again to deselect.
1) If the selected node is not an internal node:
- Add the node as an internal node.
- Update rdfox with the following triple :nodeId a :insideBoundary .
- Update rdfox with the following triple :nodeId <https://rdf.equinor.com/completion#isInPackage> :commissioningPackage .
2) If the node is an internal node:
- Remove the node as an internal node.
- Update rdfox, delete the following triple :nodeId a :insideBoundary .
- Update rdfox, delete the following triple :nodeId <https://rdf.equinor.com/completion#isInPackage> :commissioningPackage .
3) If the selected node is not an internal node, but is a boundary node:
- Remove the node as a boundary.
- Add the node as an internal node.
- Update rdfox, insert the following triple :nodeId a :insideBoundary .
- Update rdfox, delete the following triple :nodeId a :boundary .
- Update rdfox, insert the following triple :nodeId <https://rdf.equinor.com/completion#isInPackage> :commissioningPackage .
- Update rdfox, delete the following triple :nodeId <https://rdf.equinor.com/completion#isBoundaryOf> :commissioningPackage .
5) Use the *Create new Commissioning Package* button to open the commissioning package creation window. Define a display name, ID and color for your package.
- All package IDs are automatically prefixed with "asset:".
6) Define boundaries and internals for the new package as you did with the first package.
Expand Down

0 comments on commit d899391

Please sign in to comment.