Provides translation from Turtle* RDF files to conventional Turtle. From RDFstarTools.
434
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:
The input file must use .ttls as its extension, or the parser will not function correctly.
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
Content type
Image
Digest
Size
69.3 MB
Last updated
over 5 years ago
docker pull rpgoldman/turtlestar2turtle