![]() |
| |||||||
| Distribution | RDF-Trine [Download] |
| Author | GWILLIAMS [ Gregory Todd Williams ] |
| Version | 0.135 |
| Abstract | An RDF Framework for Perl |
| Released | 30 Apr 2011 |
| Size | 421.9 KB |
| MD5 Checksum | 343a1a8e452bd31ecd13a0722de43af6 |
| Additional Files | README | META | Changes | Makefile.PL | |
| Links | search.cpan.org | CPAN::Forum | AnnoCPAN | rt.cpan.org | Rating | CPANTS | CPAN testers | Dependencies | Testers matrix | Prerequisites | Data::UUID | DBD::SQLite | DBI | Digest::MD5 | Error | HTTP::Negotiate | JSON | List::MoreUtils | List::Util | Log::Log4perl | LWP::UserAgent | Math::BigInt | Math::Combinatorics | Module::Load::Conditional | Scalar::Util | Set::Scalar | Storable | Text::CSV | Text::Table | Time::HiRes | Unicode::Escape | Unicode::String | URI | XML::CommonNS | XML::LibXML | XML::Namespace | XML::SAX | |
| RDF::Trine [source] [v 0.135] | Framework to parse, serialize and store RDF |
| RDF::Trine::Error [source] [v 0.135] | Error classes for RDF::Trine |
| RDF::Trine::Exporter::CSV [source] [v 0.135] | Export RDF data to CSV |
| RDF::Trine::Graph [source] [v 0.135] | Materialized RDF Graphs for testing isomorphism |
| RDF::Trine::Iterator [source] [v 0.135] | Stream (iterator) class for SPARQL query results |
| RDF::Trine::Iterator::Bindings [source] [v 0.135] | Stream (iterator) class for bindings query results |
| RDF::Trine::Iterator::Bindings::Materialized [source] [v 0.135] | Materialized bindings class |
| RDF::Trine::Iterator::Boolean [source] [v 0.135] | Stream (iterator) class for boolean query results |
| RDF::Trine::Iterator::Graph [source] [v 0.135] | Stream (iterator) class for graph query results |
| RDF::Trine::Iterator::Graph::Materialized [source] [v 0.135] | Materialized graph class |
| RDF::Trine::Iterator::JSONHandler [source] [v 0.135] | JSON Handler for parsing SPARQL JSON Results format |
| RDF::Trine::Iterator::SAXHandler [source] [v 0.135] | SAX Handler for parsing SPARQL XML Results format |
| RDF::Trine::Model [source] [v 0.135] | Model class |
| RDF::Trine::Model::Dataset [source] [v 0.135] | Model for SPARQL datasets |
| RDF::Trine::Model::StatementFilter [source] [v 0.135] | Model for filtering statements based on a user-specified criteria |
| RDF::Trine::Model::Union [source] [v 0.135] | Union models for joining multiple stores together |
| RDF::Trine::Namespace [source] [v 0.135] | Abbreviated syntax for constructing RDF node objects |
| RDF::Trine::NamespaceMap [source] [v 0.135] | Collection of Namespaces |
| RDF::Trine::Node [source] [v 0.135] | Base class for RDF Nodes |
| RDF::Trine::Node::Blank [source] [v 0.135] | RDF Node class for blank nodes |
| RDF::Trine::Node::Literal [source] [v 0.135] | RDF Node class for literals |
| RDF::Trine::Node::Nil [source] [v 0.135] | RDF Node class for the nil node |
| RDF::Trine::Node::Resource [source] [v 0.135] | RDF Node class for resources |
| RDF::Trine::Node::Variable [source] [v 0.135] | RDF Node class for variables |
| RDF::Trine::Parser [source] [v 0.135] | RDF Parser class |
| RDF::Trine::Parser::NQuads [source] [v 0.135] | N-Quads Parser |
| RDF::Trine::Parser::NTriples [source] [v 0.135] | N-Triples Parser |
| RDF::Trine::Parser::RDFa [source] [v 0.135] | RDFa Parser |
| RDF::Trine::Parser::RDFJSON [source] [v 0.135] | RDF/JSON RDF Parser |
| RDF::Trine::Parser::RDFXML [source] [v 0.135] | RDF/XML Parser |
| RDF::Trine::Parser::Redland [source] [v 0.135] | RDFa Parser |
| RDF::Trine::Parser::TriG [source] [v 0.135] | TriG RDF Parser |
| RDF::Trine::Parser::Turtle [source] [v 0.135] | Turtle RDF Parser |
| RDF::Trine::Pattern [source] [v 0.135] | Class for basic graph patterns |
| RDF::Trine::Serializer [source] [v 0.135] | RDF Serializer class |
| RDF::Trine::Serializer::NQuads [source] [v 0.135] | N-Quads Serializer |
| RDF::Trine::Serializer::NTriples [source] [v 0.135] | N-Triples Serializer |
| RDF::Trine::Serializer::NTriples::Canonical [source] [v 0.135] | Canonical representation of an RDF model |
| RDF::Trine::Serializer::RDFJSON [source] [v 0.135] | RDF/JSON Serializer |
| RDF::Trine::Serializer::RDFXML [source] [v 0.135] | RDF/XML Serializer |
| RDF::Trine::Serializer::Turtle [source] [v 0.135] | Turtle Serializer |
| RDF::Trine::Statement [source] [v 0.135] | Class for triples and triple patterns |
| RDF::Trine::Statement::Quad [source] [v 0.135] | Class for quads and quad patterns |
| RDF::Trine::Store [source] [v 0.135] | RDF triplestore base class |
| RDF::Trine::Store::DBI [source] [v 0.135] | Persistent RDF storage based on DBI |
| RDF::Trine::Store::DBI::mysql [source] [v 0.135] | Mysql subclass of DBI store |
| RDF::Trine::Store::DBI::Pg [source] [v 0.135] | PostgreSQL subclass of DBI store |
| RDF::Trine::Store::DBI::SQLite [source] [v 0.135] | SQLite subclass of DBI store |
| RDF::Trine::Store::Hexastore [source] [v 0.135] | RDF store implemented with the hexastore index |
| RDF::Trine::Store::Memory [source] [v 0.135] | Simple in-memory RDF store |
| RDF::Trine::Store::Redland [source] [v 0.135] | Redland-backed RDF store for RDF::Trine |
| RDF::Trine::Store::SPARQL [source] [v 0.135] | RDF Store proxy for a SPARQL endpoint |
| RDF::Trine::VariableBindings [source] [v 0.135] | Variable bindings |
| Test::RDF::Trine::Store [source] | A collection of functions to test RDF::Trine::Stores |
| Development Support >> Test | |
| Data Type Utilities >> RDF | |
| Database Interfaces >> RDF | |
| String Lang Text Proc >> RDF |
| Development Stage (Note: *NO IMPLIED TIMESCALES*) | Released |
| Support Level | Mailing-list |
| Language Used | Perl-only, no compiler needed, should be platform independent |
| Interface Style | Object oriented using blessed references and/or inheritance |
| Public License | Standard-Perl: user may choose between GPL and Artistic |
| ActiveState default Perl 5.10 repository [ v 0.135 ] |
| ActiveState default Perl 5.12 repository [ v 0.123 ] |
| trouchelle.com Perl 5.10 repository [ v 0.124 ] |
| trouchelle.com Perl 5.12 repository [ v 0.124 ] |
| trouchelle.com Perl 5.8 repository [ v 0.111 ] |
| Problems, suggestions, or comments to Randy Kobes. | Questions? Check the FAQ. | |
| Enable installations using PAR::WebStart. |