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 Data Space entries for a given ODS Community
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/>
SELECT ?post ?title
WHERE
{
?forum rdf:type sioc:Community .
?forum sioc:has_part ?parentf .
?parentf sioc:container_of ?post .
optional{?post dct:title ?title} .
}
Sample Data (Live Query Results)
- Click Here for a live SPARQL Query (via SPARQL Protocol) against a collection of Community Posts.