SELECT ?x, ?l, ?c WHERE (web::type ?x rdfs::Class) (rdfs::label ?x ?l) (rdfs::description ?x ?c) and ?l ~ 'Place' USING web FOR http://www.w3.org/1999/02/22-rdf-syntax-ns# rdfs FOR http://www.w3.org/2000/01/rdf-schema#