-
Graphite is a PHP script for working with RDF files. RDF stands for "Resource Description Framework" and is a collection of World Wide Web Consortium (W3C) specifications about Web-based metadata. This library allows PHP developers to seamlessly work with RDF data inside PHP apps. What's New in This Version:- Added "resource-description" which allows you to create subgraphs, JSON trees and ...
-
sparqllib.php is a PHP script for running SPARQL queries in PHP. RDF stands for "Resource Description Framework" and is a collection of World Wide Web Consortium (W3C) specifications about Web-based metadata. SPARQL is an RDF query language. So SPARQL can be used in querying for data stored in RDF format. This library implements simple methods for using SPARQL queries inside ...
-
This is a PHP script to implement the rsscal (RDF) specification of iCal, RFC2445. Only the calendar event component is implemented. Documentation and demos are included with the download package.What's New in this version:- Version setting in function createRSS.
-
This class can be used to compose queries to XML RDF documents using SPARQL. It can compose and generate queries for sending to a SPARQL end point that can extract semantic information from RDF documents. Requirement: PHP 5.0 or higher
-
This is a port tp PHP of Repat, the RDF parser by Jason Diammond. The class allows you to parse all kinds of RDF documents admiting all the syntaxes defined by the W3C. The class uses an event-driven interface like SAX producing events as RDF statements are discovered by the parser.
-
HV Array To RDF Collection can be used to generate XML RDF documents from associative arrays that define hierarchies of data collections. It functions and variables should be accessed statically.HV Array To RDF Collection can be used for template generation for XUL user interfaces presented by the Mozilla browsers. The example requires a browser based on Firefox 1.5 or later.Requirements: ...
-
RDF API for PHP is a software package for parsing, manipulating and serializing RDF models. It is based on the Stanford RDF API by Sergey Melnik.Features of RDF API:- statement centric methods for manipulating an RDF model as a set of RDF triples- integrated parser- integrated serializer- support for xml:base and xml:lang directives- support for blank nodes
-
RDF Parser is a port of REPAT, a RDF parser by Jason Williams. The PHP version of REPAT supports all the RDF syntactic variants described by the W3C. RDF documents or URIs are parsed asociating a handler for , each time the parser finds an RDF statement the function will be called receiving the subject, predicate, object, subject type, object ...
-
RDQL DB implements the RDQL language to query RDF documents stored in a MySQL database. The RDF documents can be stored, retrieved and deleted from the database using the RDQL_db class, documents can be stored from file paths or URLsSince RDF documents are parsed and stored in the database as RDF statements the RDQL implementation is fast since the database ...
-
RDQL is a language similar to SQL for querying RDF documents. This class implements a generic RDQL engine and a RDQL engine to query RDF documents from URLs or files in the l ocal file system. Almost all the good capabilities of RDQL are implemented in this class.




