Search results for "rdf"
RDF::KV - Embed RDF linked data in plain old HTML forms
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
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::SN - Short names for URIs with prefixes from prefix.cc
- RDF::NS::URIS - Popular RDF namespace prefixes from prefix.cc as URI objects
- RDF::NS::Trine - Popular RDF namespace prefixes from prefix.cc as RDF::Trine nodes
- 1 more result from RDF-NS »
RDF::Server::Semantic::RDF - RDF semantic for the RDF::Server framework
The RDF semantic is the simplest semantic, associating a complete RDF document with each URL. Onle RDF models are supported....
JSMITH/RDF-Server-0.08 - 18 Mar 2008 19:03:54 UTC - Search in distribution- RDF::Server::Formatter::RDF - Work with RDF/RSS documents
- RDF::Server - toolkit for building RDF servers
- RDF::Server::Types - Moose types used by the RDF::Server framework
- 32 more results from RDF-Server »
RDF::ACL - access control lists for the semantic web
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
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::Trine::Store::LDF - RDF Store proxy for a Linked Data Fragment endpoint
- lib/RDF/LDF/Error.pm
RDF::Core - An object oriented Perl modules for handling tasks related to RDF.
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::Core::Node - an ancestor of RDF::Core::Resource and RDF::Core::Literal
- RDF::Core::Model - RDF model
- RDF::Core::Query - Implementation of query language
- 21 more results from RDF-Core »
RDF::DOAP - an object-oriented interface for DOAP (Description of a Project) data
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.
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
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::Flow::Dummy - Dummy source that always returns one trivial triple
- RDF::Flow::Union - Returns the union of multiple sources
- RDF::Flow::Cached - Caches a source
- 4 more results from RDF-Flow »
RDF::Lazy - Lazy typing access to RDF data
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::Lazy::Node - A node in a lazy RDF graph
- RDF::Lazy::Blank - Blank node in a RDF::Lazy graph
- RDF::Lazy::Literal - Literal node in a RDF::Lazy graph
- 2 more results from RDF-Lazy »
RDF::SKOS - SKOS - Simple Knowledge Organization System
!!! 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::SKOS::STW - SKOS - STW Classification Data
- RDF::SKOS::Scheme - SKOS - Concept Scheme Class
- RDF::SKOS::OeNACE - SKOS - OeNACE Classification Data
- 2 more results from RDF-SKOS »
RDF::YAML - RDF YAML parser and dumper
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::Simple::Parser::YAML - Simple RDF/YAML parser
- RDF::Simple::Serialiser::YAML - Simple RDF/YAML serialiser
RDF::aREF - Another RDF Encoding Form
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- RDF::aREF::Query - aREF query expression
- RDF::aREF::Encoder - encode RDF to another RDF Encoding Form
- RDF::aREF::Decoder - decode another RDF Encoding Form (to RDF triples)
Test::RDF - Test RDF data for content, validity and equality, etc.
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
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
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::Crypt::Signer - signs RDF graphs with RSA
- RDF::Crypt::Verifier - verifies signed RDF graphs
- RDF::Crypt::Encrypter - encrypts RDF graphs
- 10 more results from RDF-Crypt »
RDF::Laces - A module to string together RDF statements from Perl syntax
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.
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::Query::Util - Miscellaneous utility functions to support work with RDF::Query.
- RDF::Query::Plan - Executable query plan nodes.
- RDF::Query::Node - Base class for RDF Nodes
- 91 more results from RDF-Query »
RDF::TriN3 - notation 3 extensions for RDF::Trine
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::Node::Formula - RDF Node class for formulae / graph literals
- RDF::TrineX::Parser::Pretdsl - the Perl RDF Extended Turtle Domain-Specific Language
- RDF::Trine::Parser::Notation3 - Notation 3 Parser
- 2 more results from RDF-TriN3 »
RDF::Trine - An RDF Framework for Perl
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- RDF::Trine::Node - Base class for RDF Nodes
- RDF::Trine::Store - RDF triplestore base class
- RDF::Trine::Graph - Materialized RDF Graphs for testing isomorphism
- 66 more results from RDF-Trine »