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