Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
schaertl_andreas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
supervision
schaertl_andreas
Commits
ea8b305b
Commit
ea8b305b
authored
4 years ago
by
Andreas Schärtl
Browse files
Options
Downloads
Patches
Plain Diff
update isabelle-prepare to fix all characters
parent
fa84e034
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
timeline/week18.txt
+1
-1
1 addition, 1 deletion
timeline/week18.txt
ulo/isabelle-prepare.sh
+3
-0
3 additions, 0 deletions
ulo/isabelle-prepare.sh
with
4 additions
and
1 deletion
timeline/week18.txt
+
1
−
1
View file @
ea8b305b
...
...
@@ -39,7 +39,7 @@ Week 18 (27.04.-03.05.)
-> the IRIs in the Isabelle exports have the following
characters which are (according to automated tool
`iriok' [4]) not valid: '|', '\'
and
' '
`iriok' [4]) not valid: '|', '\'
, '
'
,
'
^'
-> importing the files w/ fixed IRIs I get new errors
from graphDB (sigh)
...
...
This diff is collapsed.
Click to expand it.
ulo/isabelle-prepare.sh
+
3
−
0
View file @
ea8b305b
...
...
@@ -26,5 +26,8 @@ for file in $files; do
# uncompress, fix iris, compress again
unxz
"
$file
"
sed
-i
's/|/%7C/g'
"
$rdf_file
"
sed
-i
's/\\/%5C/g'
"
$rdf_file
"
sed
-i
's/ /%20/g'
"
$rdf_file
"
sed
-i
's/\^/%5E/g'
"
$rdf_file
"
gzip
"
$rdf_file
"
done
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment