You are here:
/ Dashboard / Main / ODSFOAFRefExampleCommunity

Community (Group Mode) Applications 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 ?fname, ?msn, ?post
WHERE 
  {
    ?forum a sioc:Community .
    ?forum sioc:has_part ?parentf .
    ?parentf sioc:container_of ?post.
    optional { ?post foaf:maker ?maker }.
    optional { ?maker foaf:name ?fname } .
    optional { ?maker foaf:msnChatID ?msn } .
  }

Sample Data (Live Query Results)
  • Click Here for a live SPARQL Query (via SPARQL Protocol) against a collection of Community posts.
Virtuoso and the Virtuoso Website are Copyright (C) OpenLink Software 2006-
SourceForge.net Logo