SELECT ?product, ?label
WHERE (rdfs::label ?product ?label)
      (rdf::type ?product :ProductType TRANSITIVE)
      (bsbm::productFeature ?product :ProductFeature1)
      (bsbm::productFeature ?product :ProductFeature2)
      (bsbm::productPropertyNumeric1 ?product ?value1 FILTER ?value1 > :x)
ORDER BY ?label
