PREFIX foaf: PREFIX dc: SELECT ?name WHERE { ?x foaf:name ?name . OPTIONAL { ?x dc:created ?created } . FILTER ( !bound(?created)) }