php-easyrdf

PHP library to consume and produce RDF

Description

EasyRdf is a PHP library to consume and produce RDF. Resource Description Framework, RDF, is an official W3C Recommendation for Semantic Web data models.

After parsing EasyRdf builds up a graph of PHP objects that can then be walked around to get the data to be placed on the page. Dump methods are available to inspect what data is available during development.

Data is typically loaded into a EasyRdf_Graph object from source RDF documents, loaded from the web via HTTP. The EasyRdf_GraphStore class can load and save data on a SPARQL 1.1 Graph Store.

SPARQL queries can be made over HTTP to a Triplestore using the EasyRdf_Sparql_Client class. SELECT and ASK queries will return an EasyRdf_Sparql_Result object and CONSTRUCT and DESCRIBE queries will return an EasyRdf_Graph object.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://www.easyrdf.org/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install php-easyrdf