# Find names and websites of contributors to PlanetRDF PREFIX foaf: SELECT ?name ?website FROM WHERE { ?person foaf:weblog ?website ; foaf:name ?name . ?website a foaf:Document }