Skip to content

DEICH-5839 add missing language codes

Petter Goksøyr Åsen requested to merge DEICH-5839 into master

Found by querying virtuoso in prod:

PREFIX rdfs: http://www.w3.org/2000/01/rdf-schema# PREFIX lexvo: http://lexvo.org/ontology# SELECT ?code ?label WHERE { ?l a lexvo:Language ; rdfs:label ?_label . BIND(SUBSTR(STR(?l), 30) AS ?code) BIND(STR(?_label) AS ?label) FILTER(LANG(?_label) = "no") }

Closes DEICH-5839

Merge request reports