All,

We have noted that a query:

PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX wdr: <http://www.w3.org/2007/05/powder#>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
CONSTRUCT { ?topic a skos:Concept ; rdfs:label ?label . }
WHERE {
    ?topic a skos:Concept .
   {?topic skos:prefLabel ?label .}
   UNION {
       ?topic skos:altLabel ?label . }
    ?topic wdr:describedBy 
<http://sublima.computas.com/status/godkjent_av_administrator> .
FILTER regex(str(?label), "^ø", "i")
}

does not return any results,  whereas a FILTER clause with
FILTER regex(str(?label), "^Ø", "i")
does. Indeed, there are only uppercase Ø's in beginning of words in this 
index, but the "i" modifier should fix that for us, shouldn't it?

For ASCII letters, this works fine.

Bug?

Kind regards 

Kjetil Kjernsmo
-- 
Senior Knowledge Engineer
Mobile: +47 986 48 234
Email: kjetil.kjern...@computas.com   
Web: http://www.computas.com/

|  SHARE YOUR KNOWLEDGE  |

Computas AS  PO Box 482, N-1327 Lysaker | Phone:+47 6783 1000 | Fax:+47 6783 
1001


Reply via email to