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

Changes for version 0.15

  • April 16, 2002
    • parser recognizes and handles xml:base attribute (bug 771)
    • parser bug with rdf:bagID fixed (bug 774)
    • parser bug with rdf:li fixed (bug 776)
    • query results are not returned in array of rows, a callback function is called for each row instead
    • query evaluation speed was improved by applying conditions as soon as possible
    • DB_File storage handles SIGINT to protect data consistency
    • DB_File storage has a new option Sync which says how often it should synchronize cache with disk

Modules

An object oriented Perl modules for handling tasks related to RDF.
an object that provides access to a set of statements
Enumerator in memory
gets a query object that RDF::Core::Query parsed and evaluates the query.
a package of functions for query language.
a literal value for RDF statement
RDF model
interface between model and RDF::Core::Parser
interface between model and RDF::Core::Serializer
RDF model set
an ancestor of RDF::Core::Resource and RDF::Core::Literal
produces literals and resources, generates labels for anonymous resources
RDF Parser
a resource for RDF statement
produce XML code for RDF model
RDF statement
An abstract ancestor of storage implementations
An in-memory implementation of RDF::Core::Storage
PostgreSQL implementation of RDF::Core::Storage