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 "rdf"

RDF::KV - Embed RDF linked data in plain old HTML forms River stage zero No dependents

This module provides a reference implementation for the RDF-KV protocol <http://doriantaylor.com/rdf-kv>. The objective of this protocol is to convey RDF linked data from a web browser to a web server using no mechanism beyond conventional "applicati...

DORIAN/RDF-KV-0.14 - 06 Dec 2022 19:15:52 UTC - Search in distribution
  • RDF::KV::Patch - Representation of RDF statements to be added or removed

RDF::NS - Just use popular RDF namespace prefixes from prefix.cc River stage two • 8 direct dependents • 30 total dependents

Hardcoding URI namespaces and prefixes for RDF applications is neither fun nor maintainable. In the end we all use more or less the same prefix definitions, as collected at <http://prefix.cc>. This module includes all these prefixes as defined at spe...

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

RDF::ACL - access control lists for the semantic web River stage zero No dependents

Note that this module provides access control and does not perform authentication! Constructors "$acl->new($input, %args)" Creates a new access control list based on RDF data defined in $input. $input can be a serialised string of RDF, a file name, a...

TOBYINK/RDF-ACL-0.104 - 10 Sep 2014 23:03:58 UTC - Search in distribution

RDF::LDF - Linked Data Fragments client River stage one • 2 direct dependents • 3 total dependents

RDF::LDF implements a basic Linked Data Fragment <http://linkeddatafragments.org/> client. This a low level module to implement the Linked Data Fragment protocol. You probably want to use RDF::Trine::Store::LDF....

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

RDF::Core - An object oriented Perl modules for handling tasks related to RDF. River stage one • 5 direct dependents • 7 total dependents

RDF::Core has these parts: * RDF::Core::Model Model provides interface to store RDF statements, ask about them and retrieve them back. * RDF::Core::Constants Defines usefule constants for the RDF processing like namespaces etc. * RDF::Core::Parser Ge...

DPOKORNY/RDF-Core-0.51 - 19 Feb 2007 13:30:05 UTC - Search in distribution

RDF::Cowl - A lightweight API for working with OWL 2 ontologies River stage zero No dependents

Cowl provides an API for parsing, querying, editing, and writing OWL 2 ontologies. It currently supports processing OWL2 Functional Syntax....

ZMUGHAL/RDF-Cowl-1.0.0 - 15 Feb 2024 03:37:41 UTC - Search in distribution

RDF::DOAP - an object-oriented interface for DOAP (Description of a Project) data River stage one • 1 direct dependent • 3 total dependents

A little sparsely documented right now. The RDF::DOAP class itself is mostly a wrapper for parsing RDF and building objects. Most of the interesting stuff is in the "Bundled Classes". Constructors "new(%attrs)" You don't want to use this. "from_url($...

TOBYINK/RDF-DOAP-0.105 - 18 Jul 2022 08:31:00 UTC - Search in distribution

RDF::EARL - Generate W3C Evaluation and Report Language (EARL) test reports. River stage zero No dependents

RDF::EARL allows generating test reports using the W3C Evaluation and Report Language (EARL) 1.0 RDF vocabulary <http://www.w3.org/TR/EARL10-Schema/>. Test reports are generated by defining a subject (the thing being tested), an assertor (the thing d...

GWILLIAMS/RDF-EARL-0.001 - 26 Aug 2012 19:08:20 UTC - Search in distribution

RDF::Flow - RDF data flow pipeline River stage one • 1 direct dependent • 1 total dependent

RDF::Flow provides a simple framework on top of RDF::Trine to define and connect RDF sources in data flow pipes. In a nutshell, a source is connected to some data (possibly RDF but it could also wrap any other forms) and you can retrieve RDF data fro...

VOJ/RDF-Flow-0.178 - 23 Feb 2012 13:41:10 UTC - Search in distribution

RDF::Lazy - Lazy typing access to RDF data River stage zero No dependents

This module wraps RDF::Trine::Node to provide simple node-centric access to RDF data. It was designed to access RDF within Template Toolkit but the module does not depend on or and can be used independently. Basically, an instance of RDF::Lazy contai...

VOJ/RDF-Lazy-0.09 - 26 Oct 2015 15:32:38 UTC - Search in distribution

RDF::SKOS - SKOS - Simple Knowledge Organization System River stage zero No dependents

!!! DEVELOPER RELEASE (THERE MAY BE DRAGONS) !!! !!! PLEASE SEE THE README FOR LIMITATIONS !!! SKOS is a model for expressing very basic concept schemes, much simpler than Topic Maps or RDF. This includes subject headings, taxonomies, folksonomies. F...

DRRHO/RDF-SKOS-0.03 - 15 Nov 2009 08:51:02 UTC - Search in distribution

RDF::YAML - RDF YAML parser and dumper River stage zero No dependents

This module is a RDF/YAML parser/dumper; it can parse RDF/YAML files or strings, provide results as triples, and dump triples back to RDF/YAML format. It is only a thin wrapper around RDF::Simple::Parser::YAML and RDF::Simple::Serialiser::YAML. Note ...

AUTRIJUS/RDF-YAML-0.11 - 22 Oct 2003 05:23:34 UTC - Search in distribution

RDF::aREF - Another RDF Encoding Form River stage one • 1 direct dependent • 1 total dependent

aREF (another RDF Encoding Form <http://gbv.github.io/aREF/>) is an encoding of RDF graphs in form of arrays, hashes, and Unicode strings. This module provides methods for decoding from aREF data to RDF triples (RDF::aREF::Decoder), for encoding RDF ...

VOJ/RDF-aREF-0.28 - 22 May 2019 06:47:18 UTC - Search in distribution

Test::RDF - Test RDF data for content, validity and equality, etc. River stage two • 12 direct dependents • 17 total dependents

This Perl module, Test::RDF, provides tools for testing code which deals with RDF. It can test RDF for validity, check if two RDF graphs are the same, or subgraphs of each other, if a URI is or is not in a dataset, if it has certain subjects, predica...

KJETILK/Test-RDF-1.22 - 01 Sep 2017 21:57:21 UTC - Search in distribution

Class::RDF - Perl extension for mapping objects to RDF and back River stage zero No dependents

Class::RDF is a perl object layer over an RDF triplestore. It is based on Class::DBI, the perl object / RDBMS package. Thus it works with mysql, postgresql, sqlite etc. Look in the sql/ directory distributed with this module for database schemas. It ...

ZOOLEIKA/Class-RDF-0.20 - 11 Aug 2004 09:55:01 UTC - Search in distribution

RDF::Crypt - semantic cryptography River stage zero No dependents

RDF-Crypt provides a variety of objects and methods for cryptographically manipulating (encrypting, decrypting, signing and verifying) RDF graphs using RSA and WebID. RDF-Crypt uses a role-based architecture. Classes like RDF::Crypt::Encrypter are in...

TOBYINK/RDF-Crypt-0.002 - 25 Jun 2012 14:12:00 UTC - Search in distribution

RDF::Laces - A module to string together RDF statements from Perl syntax River stage zero No dependents

This module provides a healthy dose of syntactic sugar to the expression of RDF statements in Perl. Instead of forcing the mechanics of storage and representation inline with the statements made within a program, you can use a standard syntax for mak...

AWIN/RDF-Laces-0.02 - 26 Aug 2003 04:04:42 UTC - Search in distribution

RDF::Query - A complete SPARQL 1.1 Query and Update implementation for use with RDF::Trine. River stage two • 23 direct dependents • 30 total dependents

RDF::Query allows SPARQL and RDQL queries to be run against an RDF model, returning rows of matching results. See <http://www.w3.org/TR/rdf-sparql-query/> for more information on SPARQL. See <http://www.w3.org/Submission/2004/SUBM-RDQL-20040109/> for...

GWILLIAMS/RDF-Query-2.918 - 04 Jan 2017 17:25:55 UTC - Search in distribution

RDF::TriN3 - notation 3 extensions for RDF::Trine River stage two • 7 direct dependents • 12 total dependents

This module extends RDF::Trine in three ways: * Adds a Notation 3 parser. * Adds a Notation 3 serializer. * Provides a subclass of literals to represent Notation 3 formulae. In addition, a parser is provided for Notation 3 extended with ShorthandRDF ...

TOBYINK/RDF-TriN3-0.206 - 18 Sep 2013 21:38:10 UTC - Search in distribution

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 - Search in distribution
260 results (0.145 seconds)