The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

turtle_parse.pl - Parse Turtle files and output N-Triples

USAGE

 turtle_parse.pl [-v] FILE [LIMIT]

Parses the input Turtle FILE and prints the resulting RDF as N-Triples. If LIMIT is specified, exits after LIMIT triples have been output. If the -v flag is used, the output will end with a summary of the parsing process as an N-Triples comment.