Query: 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?org ?name ?twitter WHERE { ?org rdfs:label ?name; foaf:holdsAccount ?twitter. ?twitter foaf:accountServiceHomepage <http://twitter.com> }
Login to test this query using our experimental API explorer