Virtuoso Open-Source Edition

VOS.ODSFOAFRefExampleGallery

  • Topic
  • Discussion
  • VOS.ODSFOAFRefExampleGallery(Last) -- Owiki? , 2018-04-19 06:22:58 Edit owiki 2018-04-19 06:22:58

    Gallery Data Space

    PREFIX sioc: <http://rdfs.org/sioc/ns#>
    PREFIX sioct: <http://rdfs.org/sioc/types#>
    PREFIX foaf: <http://xmlns.com/foaf/0.1/>
    SELECT DISTINCT ?icq, ?yid, ?post
    WHERE 
      {
        ?forum a sioct:ImageGallery .
        ?forum sioc:container_of ?post.
        optional { ?post foaf:maker ?maker }.
        optional { ?maker foaf:icqChatID ?icq  } .
        optional { ?maker foaf:yahooChatID ?yid } .
      }
    
    Sample Data (Live Query Results)
    • Click Here for a live SPARQL Query (via SPARQL Protocol) against a collection of published Photos.