The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.