Bookmarks Data Space
prefix sioc: <http://rdfs.org/sioc/ns#>
prefix sioct: <http://rdfs.org/sioc/types#>
prefix ann: <http://www.w3.org/2000/10/annotation-ns#>
select *
where
{
?forum a sioct:BookmarkFolder .
?forum sioc:container_of ?post.
optional {?post ann:hasAnnotation ?hn }.
optional {?hn ann:annotates ?annotates } .
optional {?hn ann:author ?author } .
optional {?hn ann:body ?body } .
optional {?hn ann:created ?created } .
optional {?hn ann:modified ?modified }.
}
Sample Data (Live Query Results)
- Click Here for a live SPARQL Query (via SPARQL Protocol) against a collection Bookmarks posts.