PREFIX geo: PREFIX geof: SELECT count(?s) FROM WHERE { ?s ?geom. ?s geo:sfWithin . FILTER(isBlank(?geom) = false). ?s ?p ?o. }