2
I Use This!
Activity Not Available
Analyzed almost 1 year ago. based on code collected almost 1 year ago.

Project Summary

EasyRdfEasyRdf is a library designed to make it easy to consume and produce RDF. It was designed for use in mixed teams of experienced and inexperienced RDF developers. It is written in Object Oriented PHP.

During 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.

Data is typically loaded into a EasyRdf_Graph object from source RDF documents. The source document could either be an RDF file on the web or the output of a Construct or Describe SPARQL query from a triplestore.

RequirementsPHP 5.2.0 Example$foaf = new EasyRdf_Graph("http://www.aelius.com/njh/foaf.rdf");
$me = $foaf->primaryTopic();
echo "My name is: ".$me->get('foaf:name')."\n";FeaturesAPI documentation written in phpdoc Unit tests written using phpunit Choice of RDF parser: Built-in: RDF/JSON, N-Triples ARC2: RDF/XML, Turtle, RSS, microformats, eRDF, RDFa, ... Redland Bindings: RDF/XML, N-Triples, Turtle, TriG, RSS Tag Soup, ... rapper: RDF/XML, N-Triples, Turtle, TriG, RSS Tag Soup, ... Choice of RDF serialiser: Built-in: RDF/JSON, N-Triples ARC2: RDF/JSON, RDF/XML, N-Triples, Turtle, POSHRDF rapper: RDF/JSON, N-Triples, RDF/XML, Turtle, RSS, Atom, Dot, ... Optional support for Zend_Http_Client No required external dependancies upon other libraries (PEAR, Zend, etc...) Complies with Zend Framework coding style. Type mapper - resources of type foaf:Person can be mapped into PHP object of class Foaf_Person Comes with a number of examples More Examples

artistinfo.php - Example of mapping an RDF type to a PHP Class basic.php - Basic "Hello World" type example dump.php - Display the contents of a graph easyspec.php - Format an RDF Vocabulary foafinfo.php - Display the information in a FOAF file foafmaker.php - Construct a FOAF document with a choice of serialisations httpget.php - No RDF, just test EasyRdf_Http_Client review_extract.php - Extract a review from a page containing Google Review RDFa

Tags

linked-data linkeddata ntriples php rdf semanticweb sparql turtle

In a Nutshell, easyrdf...

BSD 4-clause (University of California-Specific)
Permitted

Commercial Use

Modify

Distribute

Place Warranty

Forbidden

Hold Liable

Use Trademarks

Required

Include Copyright

Include License

These details are provided for information only. No information here is legal advice and should not be used as such.

Project Security

Vulnerabilities per Version ( last 10 releases )

There are no reported vulnerabilities

Project Vulnerability Report

Security Confidence Index

Poor security track-record
Favorable security track-record

Vulnerability Exposure Index

Many reported vulnerabilities
Few reported vulnerabilities

Did You Know...

  • ...
    55% of companies leverage OSS for production infrastructure
  • ...
    search using multiple tags to find exactly what you need
  • ...
    use of OSS increased in 65% of companies in 2016
  • ...
    anyone with an Open Hub account can update a project's tags
About Project Security

Languages

PHP
78%
HTML
16%
XML
6%
2 Other
<1%

30 Day Summary

Dec 17 2023 — Jan 16 2024

12 Month Summary

Jan 16 2023 — Jan 16 2024