WARNING! This URL (in the Main cluster) is no longer the authoritative source for this page; it has been moved to the VOS or ODS cluster as appropriate instead.
See Tim Haynes in case of confusion.
Dump of all phpBB Forums
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX sioc: <http://rdfs.org/sioc/ns#>
PREFIX dct: <http://purl.org/dc/elements/1.1/>
PREFIX dcc: <http://purl.org/dc/terms/>
SELECT *
WHERE
{
?forum rdf:type sioc:Forum.
optional{ ?forum sioc:id ?id }.
optional{ ?forum sioc:name ?name }.
optional{ ?forum dct:description ?descr }.
optional{ ?forum dct:title ?title }.
}
Sample Data (Live Query Results)
- Click *Here* for an Interactive-Web View of phpBB
- Click *Here* for a live SPARQL Query (via SPARQL Protocol) against a phpBB collection of forums.