PREFIX foaf: PREFIX : SELECT * { ?s a foaf:Person . OPTIONAL { ?s :hairColor ?color . FILTER(?color = "brown") } FILTER(!bound(?color)) }