Skip to content

Commit

Permalink
scig readme, have i mentioned by undying hatred of xml lately? no?
Browse files Browse the repository at this point in the history
let's make our parsers fail if for whatever reason there is some byte
that we believe is unworthy of our utopian dream of angle bracket
enabled universal semantics

this is going to be wrecking random peoples' random days until someone
decides that the internet was a bad idea and we should burn it all
down and start over, or just burn it all down

so this random person has shoved a call to sed in the middle of an
otherwise already pretty bad munging pipeline that was supposed to
protect from a broken turtle parser and instead we have accidentally
found ourselves back in the land of eternal screaming that we went to
turtle to escape in the first place
  • Loading branch information
tgbugs committed Aug 4, 2023
1 parent 6ec7a3d commit d47ca2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nifstd/scigraph/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ cp -a data/*.ttl <<&path-build-sparc-sckan()>>/
popd

pushd <<&path-build-sparc-sckan()>>
cat curation-export-published.ttl | \
cat curation-export-published.ttl | sed 's,\x00,^@,g' | \
${PY_X} -m ttlser.ttlfmt -f ttl -t xml -o <<&path-build-sparc-sckan()>>/curation-export-published.owl || exit 1
cat protcur.ttl | \
${PY_X} -m ttlser.ttlfmt -f ttl -t xml -o <<&path-build-sparc-sckan()>>/protcur.owl || exit 2
Expand Down

0 comments on commit d47ca2b

Please sign in to comment.