-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete unused mappings and renaming (#33)
## Clean up ### datalog Some of the datalog rules was outdated, hence deleted. ### doc Deleted boundary.md and the corresponding images used in that document as they are based on an old DEXPI example. ### rdfox Deleted the rdfox script used on the old DEXPI example. I also renamed the noaka.rdfox script to dexpi.rdfox. ### rml Deleted the rml folder. This folder contained all rml mappings used on the old DEXPI example. ### noaka_rml - Renamed this folder to rml_mappings - There is something weird in the git diff, it says that the attrbutes-map.rml.ttl is deleted from the noaka_rml folder, however the attributes map is still present in the renamed folder rml_mappings! - Removed pytesting.py -> pushed by accident ### www - Deleted the old dexpi xslt mappings named dexpiOld.xslt - Renamed dexpisvgNoaka.xslt to dexpisvg.xslt ## Documentaton I did not update any of the documentation on how to run the demo. This is because we have a user story on removing the manual steps, this will be prioritized in the upcoming sprints. Consequently, any updates to the documentation would be rendered obsolete in the near future, making the effort unnecessary.
- Loading branch information
1 parent
af7fe42
commit 4fbb84a
Showing
29 changed files
with
6 additions
and
994 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
boundaries.rdfox | ||
|
||
import ../datalog/boundary.datalog | ||
import ../datalog/interactive_boundary.datalog | ||
import +p "../rml/pandid.trig" | ||
|
||
set output out | ||
select * where {?s a data:insideBoundaryX} | ||
import ../datalog/noaka_boundary.datalog | ||
import +p "../rml_mappings/pandid.trig" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.