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 Bookmark Data Space entries with details
prefix sioc: <http://rdfs.org/sioc/ns#>
prefix sioct: <http://rdfs.org/sioc/types#>
prefix dct: <http://purl.org/dc/elements/1.1/>
prefix dcc: <http://purl.org/dc/terms/>
select ?creator ?description ?date ?subject ?title ?created ?modified ?content ?topic
where
{
?forum a sioct:BookmarkFolder .
?forum sioc:container_of ?post .
optional{ ?post dct:creator ?creator}.
optional{ ?post dct:description ?description}.
optional{ ?post dct:date ?date}.
optional{ ?post dct:subject ?subject}.
optional{ ?post dct:title ?title }.
optional{ ?post dcc:created ?created}.
optional{ ?post dcc:modified ?modified}.
optional{ ?post sioc:content ?content} .
optional{ ?post sioc:topic ?topic} .
}
Sample Data (Live Query Results)
- Click *Here* for a live SPARQL Query (via SPARQL Protocol) against a collection of published Bookmarks.