rpgoldman/turtlestar2turtle

By rpgoldman

Updated over 5 years ago

Provides translation from Turtle* RDF files to conventional Turtle. From RDFstarTools.

Image
0

434

rpgoldman/turtlestar2turtle repository overview

Based on the RDFTools GitHub project by Olaf Hartig, this image provides a command to read an RDF file in Turtle* notation, and write a translation to normal Turtle -- by reifying statements -- to standard output.

To invoke the container, do something like this:

docker run  -v "$PWD:$PWD" -w $PWD  turtlestar2turtle:latest my_turtlestar_file.ttls

Notes:

  1. The input file must use .ttls as its extension, or the parser will not function correctly.

  2. Typically, you will want to save the output somewhere like so:

docker run  -v "$PWD:$PWD" -w $PWD  turtlestar2turtle:latest my_turtlestar_file.ttls > my_turtle_file.ttl

Tag summary

Content type

Image

Digest

Size

69.3 MB

Last updated

over 5 years ago

docker pull rpgoldman/turtlestar2turtle