rdf_transcode.pl

RDF Framework for Perl

Install

All systems
curl cmd.cat/rdf_transcode.pl.sh
Debian Debian
apt-get install librdf-trine-perl
Ubuntu
apt-get install librdf-trine-perl
image/svg+xml Kali Linux
apt-get install librdf-trine-perl
Windows (WSL2)
sudo apt-get update sudo apt-get install librdf-trine-perl
Raspbian
apt-get install librdf-trine-perl

librdf-trine-perl

RDF Framework for Perl

Resource Description Framework (RDF) is a standard model for data interchange on the Web. RDF::Trine provides an RDF framework with an emphasis on extensibility, API stability, and the presence of a test suite. The package consists of several components: * RDF::Trine::Model - RDF model providing access to a triple store. * RDF::Trine::Parser - Native RDF parsers (RDF/XML, RDFa, Turtle, RDF/JSON, TriG, N-Triples, and N-Quads). * RDF::Trine::Serializer, a set of native RDF serializers for RDF/XML, Turtle, RDF/JSON, N-Triples, Canonical N-Triples, and N-Quads. * RDF::Trine::Store::DBI - A triple store for MySQL and SQLite, based on the Redland schema. * RDF::Trine::Iterator - Iterator classes for variable bindings and RDF statements, used by RDF::Trine::Store, RDF::Trine::Model, and RDF::Query. * RDF::Trine::Namespace - A convenience class for easily constructing RDF node objects from URI namespaces. RDFa parser requires the package librdf-rdfa-parser-perl. DBI backends other than SQLite require either of packages libdbd-pg-perl libdbd-mysql-perl. Redis store requires the package libredis-perl.