Skip to content

Commit

Permalink
Move first case
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubklimek committed May 13, 2022
1 parent 1079127 commit bef4155
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

1 change: 1 addition & 0 deletions 01/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*/
File renamed without changes.
1 change: 1 addition & 0 deletions 01/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run -i --rm -v $PWD:/usr/src/app -v $PWD/../common:/usr/src/common dataspecer < script.sh
2 changes: 1 addition & 1 deletion script.sh → 01/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rdfdiff data/rdf/input.ttl data/rdf/sparqled.ttl TTL TTL > data/rdf/sparqled-dif
#pygmentize -g data/rdf/sparqled.ttl
riot --output=rdfxml data/rdf/input.ttl > data/rdf/input.rdf
#pygmentize -g data/rdf/input.rdf
xslt3 -xsl:rdf-to-sparql.xsl -s:data/rdf/input.rdf -o:data/xml/sparql-result.xml -t
xslt3 -xsl:../common/rdf-to-sparql.xsl -s:data/rdf/input.rdf -o:data/xml/sparql-result.xml -t
#pygmentize -g data/xml/sparql-result.xml
xslt3 -xsl:$SPEC/$SCHEMA/lowering.xslt -s:data/xml/sparql-result.xml -o:data/xml/lowered.xml -t
#pygmentize -g data/xml/lowered.xml
Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions input.csv

This file was deleted.

2 changes: 0 additions & 2 deletions test.sh

This file was deleted.

0 comments on commit bef4155

Please sign in to comment.