Hello Hugh,
yes, you were right the needed id was missing from the DB.DBA.RDF_LANGUAGE
table. I started an empty database and that helped, thank you very much for
your assistance!
Would be good to know why it could happen just to avoid such errors in the
future, starting a new database always
Hi Tatiana,
The error indicates the DBA.DBA.RDF_LANGUAGE table is possibly corrupt.
Its a bit complicated, but this can be determined by checking the value of
"ro_dt_and_lang" column in DB.DBA.RDF_OBJ table where "ro_val" is equal to the
the literal mentioned in the error:
select ro_dt_and
Hello,
Does anybody happens to know how to fix this error:
"Virtuoso RDFXX Error Unknown language in DB.DBA.RDF_LANGUAGE_OF_OBJ, bad
string "丰沙尔""
It occurred when I tried to do filtering by language:
?dbpedia_city rdfs:label ?label .
filter (lang(?label) ="en" ) .
will be grateful!
Tatian