|
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 withRDF data inside PHP apps.
What's New in This Release: [ read full changelog ]
· Added "resource-description" which allows you to create subgraphs, JSON trees and extract graphs from a SPARQL endpoint without needing to learn SPARQL!
· Added dumpText() for command-line debugging/resource inspecting.
· Added prettyLink() and link() for easier HTML creation, and supporting functions for setting mailto: and tel: icons.
· Added functions to set addional relations to be considered for label()
· Added datatype() and language() to get those values from a literal.
· addTriple() and addCompressedTriple() allow individual triples to be added to the graph.
· freeze() and thaw() make it possible to cache an indexed graph to disk for faster load times.
0 comments:
Post a Comment