ODS.ODSFOAFRefExampleGallery

  • Topic
  • Discussion
  • ODS.ODSFOAFRefExampleGallery(Last) -- DAVWikiAdmin? , 2017-06-13 06:01:32 Edit WebDAV System Administrator 2017-06-13 06:01:32

    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)