VOS.PHPBBREFExample2

  • Topic
  • Discussion
  • VOS.PHPBBREFExample2(Last) -- DAVWikiAdmin? , 2017-06-13 05:39:17 Edit WebDAV System Administrator 2017-06-13 05:39:17

    Dump of phpBB Posts


    PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
    PREFIX sioc: <http://rdfs.org/sioc/ns#>
    PREFIX dct: <http://purl.org/dc/elements/1.1/>
    SELECT *
    WHERE 
      {
        ?forum rdf:type sioc:Forum.
        optional{ ?forum sioc:name ?name }.
        optional{ ?forum sioc:container_of ?post  } .
        optional{ ?post dct:title ?title } .
        optional{ ?post sioc:content ?content } .
      }
    LIMIT 10
    
    Sample Data (Live Query Results)
    • Click *Here* for an Interactive-Web View of phpBB
    • Click *Here* for a live SPARQL Query (via SPARQL Protocol) against a phpBB collection of posts.