> Have you tried using VALUES instead of FILTER ?

I have to say I was expecting it to give different results (in terms
of output) but you're right:

construct {
    ?res ?resp ?reso .
}
where {
  {
    bdr:G844 ?rel ?res .
    ?res a bdo:Place .
    VALUES ?res { skos:altLabel skos:prefLabel skos:placeEvent
bdo:placeLat bdo:placeLong bdo:placeType bdo:placeLocatedIn owl:sameAs
tmp:entityScore }
    ?res ?resp ?reso .
  }
}

gives the same results. Still in 1.2s unfortunately.

Best,
-- 
Elie

Reply via email to