PREFIX rdf: PREFIX rdfs: PREFIX owl: PREFIX sioc: PREFIX foaf: PREFIX dc: PREFIX skos: PREFIX vcard: PREFIX rss: SELECT ?N # Unforunately GB's and Thomas Krennwallner's FOAF files didn't work anymore, so I changed the example to use Andreas' and Sergio's: # FROM # FROM FROM FROM FROM WHERE { [ foaf:knows [ a foaf:Person; foaf:name ?N ]] FILTER (?N != "Sergio Fernández" && ?N != "Andreas Harth" && ?N != "Axel Polleres") }