Hello,  I'm having trouble loading the attached UTF-16 file into virtuoso ,
with following error message :


Connected to OpenLink Virtuoso
Driver: 06.00.3118 OpenLink Virtuoso ODBC Driver
OpenLink Interactive SQL (Virtuoso), version 0.9849b.
Type HELP; for help and EXIT; to exit.

*** Error 22007: [Virtuoso Driver][Virtuoso Server]XM033: XML parser
detected an error:
        ERROR  : A tag, processing instruction or special <!...> item
expected after '<' character
at line 10 column 51 of source text
  <skos:prefLabel xml:lang="fr">Accss au march<</skos:prefLabel>
-----------------------------------------------^
at line 0 of Top-Level:
DB.DBA.RDF_LOAD_RDFXML(file_to_string_output ('utf16.rdf'), '', 'temp', 16,
4)


-=Michel=-
<?xml version="1.0" encoding="UTF-16"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
  xmlns:rdfs="http://www.w3.org/2000/01/ref-schema#";
  xmlns:skos="http://www.w3.org/2004/02/skos/core#";>

<skos:Concept rdf:about="#marketaccess">
  <skos:prefLabel xml:lang="en">Market Access</skos:prefLabel>
  <skos:prefLabel xml:lang="fr">Accès au marché</skos:prefLabel>
</skos:Concept>

</rdf:RDF>

Reply via email to