Skip to content

Commit

Permalink
Delete unused mappings and renaming (#33)
Browse files Browse the repository at this point in the history
## 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
henriettelienrebnor authored Nov 1, 2024
1 parent af7fe42 commit 4fbb84a
Show file tree
Hide file tree
Showing 29 changed files with 6 additions and 994 deletions.
16 changes: 0 additions & 16 deletions datalog/boundary.datalog

This file was deleted.

7 changes: 0 additions & 7 deletions datalog/interactive_boundary.datalog

This file was deleted.

94 changes: 0 additions & 94 deletions doc/boundary.md

This file was deleted.

Binary file removed doc/images/boundary_q_result.png
Binary file not shown.
Binary file removed doc/images/example_boundary.png
Binary file not shown.
169 changes: 0 additions & 169 deletions non-imf-mapping.rml.ttl

This file was deleted.

8 changes: 2 additions & 6 deletions rdfox/dexpi.rdfox
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"
2 changes: 0 additions & 2 deletions rdfox/endpoint.params

This file was deleted.

4 changes: 0 additions & 4 deletions rdfox/noaka.rdfox

This file was deleted.

31 changes: 0 additions & 31 deletions rml/README.md

This file was deleted.

Loading

0 comments on commit 4fbb84a

Please sign in to comment.