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

Search results for "module:RDF::Trine"

RDF::Trine - An RDF Framework for Perl River stage two • 67 direct dependents • 86 total dependents

RDF::Trine provides an Resource Descriptive Framework (RDF) 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 s...

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC

RDF::NS::Trine - Popular RDF namespace prefixes from prefix.cc as RDF::Trine nodes River stage two • 8 direct dependents • 30 total dependents

RDF::NS::Trine works like RDF::NS but it returns instances of RDF::Trine::Node::Resource (or RDF::Trine::Node::Blank) instead of strings. Before using this module, make sure to install RDF::Trine, which is not installed automatically together with RD...

VOJ/RDF-NS-20230619 - 19 Jun 2023 08:57:19 UTC

RDF::Trine::Node - Base class for RDF Nodes River stage two • 67 direct dependents • 86 total dependents

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC

RDF::Trine::Store - RDF triplestore base class River stage two • 67 direct dependents • 86 total dependents

RDF::Trine::Store provides a base class and common API for implementations of triple/quadstores for use with the RDF::Trine framework. In general, it should be used only be people implementing new stores. For interacting with stores (e.g. to read, in...

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC

RDF::Trine::Graph - Materialized RDF Graphs for testing isomorphism River stage two • 67 direct dependents • 86 total dependents

RDF::Trine::Graph provdes a mechanism for testing graph isomorphism based on graph triples from either a RDF::Trine::Model or a RDF::Trine::Iterator. Isomorphism testing requires materializing all of a graph's triples in memory, and so should be used...

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC

RDF::Trine::Model - Model class River stage two • 67 direct dependents • 86 total dependents

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC

RDF::Trine::Parser - RDF Parser class River stage two • 67 direct dependents • 86 total dependents

RDF::Trine::Parser is a base class for RDF parsers. It may be used as a factory class for constructing parser objects by name or media type with the "new" method, or used to abstract away the logic of choosing a parser based on the media type of RDF ...

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC

RDF::Trine::Pattern - Class for basic graph patterns River stage two • 67 direct dependents • 86 total dependents

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC

RDF::Trine::Iterator - Iterator class for SPARQL query results River stage two • 67 direct dependents • 86 total dependents

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC

RDF::Trine::Namespace - Abbreviated syntax for constructing RDF node objects River stage two • 67 direct dependents • 86 total dependents

This module provides an abbreviated syntax for creating RDF::Trine::Node objects for URIs sharing common namespaces. The module provides a constructor for creating namespace objects which may be used for constructing Node objects. Calling any method ...

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC

RDF::Trine::Statement - Class for triples and triple patterns River stage two • 67 direct dependents • 86 total dependents

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC

RDF::Trine::Node::Nil - RDF Node class for the nil node River stage two • 67 direct dependents • 86 total dependents

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC

RDF::Trine::Store::DBI - Persistent RDF storage based on DBI River stage two • 67 direct dependents • 86 total dependents

RDF::Trine::Store::DBI provides a persistent triple-store using the DBI module....

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC

RDF::Trine::Store::LDF - RDF Store proxy for a Linked Data Fragment endpoint River stage one • 2 direct dependents • 3 total dependents

RDF::Trine::Store::LDF provides a RDF::Trine::Store API to interact with a remote Linked Data Fragment endpoint. For details see: <http://linkeddatafragments.org/>....

HOCHSTEN/rdf-ldf-0.251 - 30 Nov 2020 09:27:26 UTC

RDF::SIO::Utils::Trine - Things that make RDF::Trine work the way I think it should River stage zero No dependents

Typing in $node = RDF::Trine::iri("http://blah.com/") every time was driving me insane. Wanted it to be a bit more... lazy......

MARKW/RDF-SIO-Utils-0.003 - 28 Oct 2013 11:58:38 UTC

RDF::Trine::Store::File - Using a file with N-Triples as triplestore River stage zero No dependents

KJETILK/RDF-Trine-Store-File-0.1 - 22 Dec 2011 22:24:09 UTC

Test::RDF::Trine::Store - A collection of functions to test RDF::Trine::Stores River stage two • 67 direct dependents • 86 total dependents

This module packages a few functions that you can call to test a RDF::Trine::Store, also if it is outside of the main RDF-Trine distribution. There are different functions that will test different parts of the functionality, but you should run them a...

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC

RDF::Trine::Node::Blank - RDF Node class for blank nodes River stage two • 67 direct dependents • 86 total dependents

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC

RDF::Trine::Error - Error classes for RDF::Trine River stage two • 67 direct dependents • 86 total dependents

RDF::Trine::Error provides a class hierarchy of errors that other RDF::Trine classes may throw using the Error API. See Error for more information....

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC

RDF::Trine::NamespaceMap - Collection of Namespaces River stage two • 67 direct dependents • 86 total dependents

This module provides an object to manage multiple namespaces for creating RDF::Trine::Node::Resource objects and for serializing....

GWILLIAMS/RDF-Trine-1.019 - 05 Jan 2018 05:05:19 UTC
175 results (0.046 seconds)