query-10d8d12440c411fe9fe0976932e0673e

rq turtle/ttl

Find labels starting with double quotes (") Find labels starting with double quotes (") Find labels starting with double quotes (") Trouver les libellés qui commencent par des guillemets (") Find labels starting with double quotes (") Labels zoeken die beginnen met dubbele aanhalingstekens (") Find labels starting with double quotes (") Find labels starting with double quotes (") Find labels starting with double quotes (") Find labels starting with double quotes (")

Use at

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT *
WHERE
{
  ?item rdfs:label ?label.
  FILTER(
    lang(?label) = "en" 
    && REGEX(str(?label),"^["].*") 
        )
}
LIMIT 1

Query found at