Feed Manager 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:SubscriptionList .
?forum sioc:parent_of ?parentf .
?parentf 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 of Fees Manager Annotation posts.