ODS.ODSAnnoteaRefExampleCalendar

  • Topic
  • Discussion
  • ODS.ODSAnnoteaRefExampleCalendar(Last) -- DAVWikiAdmin? , 2017-06-29 07:28:57 Edit WebDAV System Administrator 2017-06-29 07:28:57

    Calendar 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#>
    PREFIX dct: <http://purl.org/dc/elements/1.1/>
    SELECT *
    WHERE 
      {
        ?forum a sioct:Calendar.
        ?forum sioc:container_of ?post.
        OPTIONAL {?post dct:title ?title}.
        ?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)