php-easyrdf 1.0.0-2ubuntu1 source package in Ubuntu
Changelog
php-easyrdf (1.0.0-2ubuntu1) hirsute; urgency=medium * d/t/rapper.sh: avoid test race by waiting for the port to be up (LP: #1919125) -- Christian Ehrhardt <email address hidden> Mon, 15 Mar 2021 07:51:16 +0100
Upload details
- Uploaded by:
- Christian Ehrhardt
- Uploaded to:
- Hirsute
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
php-easyrdf_1.0.0.orig.tar.gz | 97.6 KiB | 8d7cd6eb54d032b0b959dfefb307b32c187d24d3ba36816bdf9730b7b3953b79 |
php-easyrdf_1.0.0-2ubuntu1.debian.tar.xz | 5.5 KiB | 2cb77beee0ebd4cfbff52b8eb7e410415f4a8a23d9317cbd5d433f6bd941ad7e |
php-easyrdf_1.0.0-2ubuntu1.dsc | 2.1 KiB | 0fcdb8bc68d2ae165ca8f935deed1ecec962d8afe46c5027cea9a16e10906786 |
Available diffs
- diff from 1.0.0-2 (in Debian) to 1.0.0-2ubuntu1 (857 bytes)
Binary packages built by this source
- php-easyrdf: PHP library to consume and produce RDF
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.