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 "distribution:Attean GWILLIAMS"

Attean - A Semantic Web Framework River stage two • 15 direct dependents • 27 total dependents

Attean provides APIs for parsing, storing, querying, and serializing Semantic Web (RDF and SPARQL) data....

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::API - Utility package for loading all Attean role packages. River stage two • 15 direct dependents • 27 total dependents

This is a utility package that will load all the Attean-related Moo roles in the Attean::API namespace....

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::IRI - RDF Internationalized Resource Identifiers (IRIs) River stage two • 15 direct dependents • 27 total dependents

The Attean::IRI class represents RDF IRIs. It conforms to the Attean::API::IRI role and extends the IRI class....

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::RDF - Utility package for exporting shorthand functions for constructing RDF objects River stage two • 15 direct dependents • 27 total dependents

This is a utility package for exporting shorthand functions for constructing RDF objects such as IRIs, Literals, Blanks, Triples, etc....

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::Quad - RDF Quads River stage two • 15 direct dependents • 27 total dependents

The Attean::Quad class represents an RDF quad. It conforms to the Attean::API::Quad role....

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::Blank - RDF blank nodes River stage two • 15 direct dependents • 27 total dependents

The Attean::Blank class represents RDF blank nodes. It conforms to the Attean::API::Blank role....

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::Triple - RDF Triples River stage two • 15 direct dependents • 27 total dependents

The Attean::Triple class represents an RDF triple. It conforms to the Attean::API::Triple role....

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::Result - SPARQL Result River stage two • 15 direct dependents • 27 total dependents

The Attean::Result class represents a SPARQL result (a set of bindings from variable names to terms). It conforms to the Attean::API::Result role....

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::Literal - RDF Literals River stage two • 15 direct dependents • 27 total dependents

The Attean::Literal class represents RDF literals. It conforms to the Attean::API::Literal role....

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::TermMap - Mapping terms to new terms River stage two • 15 direct dependents • 27 total dependents

The Attean::TermMap class represents a one-way mapping process from and to Attean::API::Term objects. This mapping may rename the blank identifiers, skolemize nodes, or map the nodes in some other, custom way. It conforms to the Attean::API::Mapper r...

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::Variable - Pattern matching variables River stage two • 15 direct dependents • 27 total dependents

The Attean::Variable class represents variables for use in pattern matching. It conforms to the Attean::API::TermOrVariable role....

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::API::IRI - Role representing RDF IRI terms River stage two • 15 direct dependents • 27 total dependents

This is a Moo role that IRI RDF terms consume....

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::API::Quad - Role representing quads River stage two • 15 direct dependents • 27 total dependents

This is a Moo role representing quads....

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::API::Term - RDF Terms River stage two • 15 direct dependents • 27 total dependents

The Attean::API::Term role defines a common API for all RDF terms....

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::API::Plan - Query plan River stage two • 15 direct dependents • 27 total dependents

The Attean::API::Plan role defines a common API for all query plans....

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::QuadModel - RDF model backed by a quad-store River stage two • 15 direct dependents • 27 total dependents

The Attean::QuadModel class represents a model that is backed by a single Attean::API::QuadStore object. It conforms to the Attean::API::Model role. The Attean::QuadModel constructor requires one named argument: store A Attean::API::QuadStore object ...

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::API::Store - Triple/quad store role River stage two • 15 direct dependents • 27 total dependents

The Attean::Store role is an empty role that more specialized roles conform to: * Attean::API::TripleStore * Attean::API::MutableTripleStore * Attean::API::ETagCacheableTripleStore * Attean::API::TimeCacheableTripleStore * Attean::API::QuadStore * At...

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::API::Blank - Role representing RDF blank terms River stage two • 15 direct dependents • 27 total dependents

This is a Moo role that Blank RDF terms consume....

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::Plan::Quad - Representation of SPARQL query plan operators River stage two • 15 direct dependents • 27 total dependents

This is a utility package that defines all the Attean query plan classes in the Attean::Plan namespace: POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 6: =over is the last thing in the document?!...

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC

Attean::API::Model - RDF Model River stage two • 15 direct dependents • 27 total dependents

The Attean::API::Model role defines a common API for all RDF models to conform to. It is provides a consistent interface for probing, counting, and retrieving Attean::API::Quads matching a pattern, as well as related functionality such as enumerating...

GWILLIAMS/Attean-0.033 - 02 Oct 2022 21:13:58 UTC
105 results (0.075 seconds)