You are here:
/ Dashboard / Main / ODSAtomOWLRefExampleCalendar

Calendar Applications Data Space


PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX atom: <http://atomowl.org/ontologies/atomrdf#>
PREFIX sioc: <http://rdfs.org/sioc/ns#>
PREFIX sioct: <http://rdfs.org/sioc/types#>
SELECT * 
WHERE
  {
    ?forum rdf:type sioct:Calendar.
    ?forum sioc:container_of ?post.
    optional { ?post atom:author ?author} .   
    optional { ?post atom:link ?link} .   
    optional { ?post atom:published ?published} .   
    optional { ?post atom:source ?source} .   
    optional { ?post atom:title ?title} .   
    optional { ?post atom:updated ?updated} . 
    optional { ?post atom:published ?date } .   
} 

Sample Data (Live Query Results)
  • Click Here for a live SPARQL Query (via SPARQL Protocol) against a collection of Calendar events.
Virtuoso and the Virtuoso Website are Copyright (C) OpenLink Software 2006-
SourceForge.net Logo