Virtuoso Open-Source Edition

VOS.ODSAtomOWLRefExampleCalendar

  • Topic
  • Discussion
  • VOS.ODSAtomOWLRefExampleCalendar(Last) -- Owiki? , 2018-04-19 06:21:04 Edit owiki 2018-04-19 06:21:04

    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.