Skip to content

kasei/perlrdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e7b7363 · Jun 13, 2024
Dec 22, 2020
Mar 30, 2011
Jun 13, 2024
Apr 19, 2016
Mar 30, 2011
Dec 2, 2009
Apr 7, 2015
Oct 13, 2019
Apr 19, 2016
Aug 23, 2017
Jan 14, 2011
Oct 3, 2012

Repository files navigation

The Perl RDF project aims to be a pure-perl RDF framework implementation with an
emphasis on extensibility, API stability, and the presence of a test suite.
Currently, the project includes:

  * RDF::Query, a SPARQL (and RDQL) query engine supporting RDF::Trine,
    and RDF::Redland.
  * RDF::Trine::Parser, a set of native RDF parsers for 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, a triplestore API with DBI-based implementations for
    MySQL, PostgreSQL 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.
  * RDF::Endpoint - A SPARQL endpoint based on RDF::Query.
  * RDF::LinkedData - A mod_perl2 handler for serving linked data from an
    RDF::Trine triplestore.