Dump of all Drupal Feeds Posts
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix aowl:<http://atomowl.org/ontologies/atomrdf#>
prefix dc: <http://purl.org/dc/elements/1.1/>
prefix dct: <http://purl.org/dc/terms/>
prefix sioc: <http://rdfs.org/sioc/ns#>
select *
where
{
?post rdf:type aowl:Entry.
optional{ ?post aowl:title ?title}.
optional{ ?post aowl:link ?link}.
optional{ ?post aowl:content ?content }.
optional{ ?post dct:created ?created }.
}
Sample Data (Live Query Results)
- Click *Here* for an Interactive-Web View of Drupal.
- Click *Here* for a live SPARQL Query (via SPARQL Protocol) against a Drupal collection of Feeds posts.