VOS.DrupalREFExample2

  • Topic
  • Discussion
  • VOS.DrupalREFExample2(Last) -- DAVWikiAdmin? , 2017-06-13 05:47:45 Edit WebDAV System Administrator 2017-06-13 05:47:45

    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)