SELECT ?product, ?label
WHERE (rdfs::label ?product ?label)
      (rdf::type ?product ?type)
EXCEPT (rdfs::subClassOf ?type ?parent)
LITERAL to_tsvector('simple', ?label) @@ to_tsquery('simple', :word1)
