rdf validation

Hi, 

I'm trying to Validate the bellow xml butit seems that I'm receiving an error on first line.

In case I'm removing from the firstline the next attributes, xmlns:xsi and xsi:schemaLocation, it seems that yourValidator is saying that the file is valid.

The Notepad++ validation is sayingthat there is an error into the xml file: Element '{http://www.w3.org/1999/02/22-rdf-syntax-ns#}RDF':No matching global declaration available for the validation root.

 

Can you please let me know whatshould I do to have a valid xml file on both sides?

 
Looking forward to receive an answer from you.Thanks and regards,Florin
 

report=

RDF=<?xmlversion="1.0">

<?xml version="1.0"encoding="UTF-8"?>

<rdf:RDFxmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"xmlns:dc="http://purl.org/dc/elements/1.1/"xmlns:dcterms="http://purl.org/dc/terms/"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://purl.org/dc/elements/1.1/http://dublincore.org/schemas/xmls/qdchttp://dublincore.org/schemas/xmls/qdc/dc.xsd" >         

              <rdf:Description>

                             <dc:title>Palais</dc:title>

                             <dc:contributor>Donateur.</dc:contributor>

                             <dc:identifier></dc:identifier>

                             <dc:language>fre</dc:language>

                             <dc:publisher>[S.l.]: [s.n.]</dc:publisher>

                             <dc:subject>Fouillesarchéologiques</dc:subject>

                             <dc:description>L'exemplaire</dc:description>

                             <dcterms:created>1868</dcterms:created>

                             <dc:date>13-01-2020</dc:date>

                             <dc:type>Albumphotographique Still image</dc:type>

                             <dc:format>1vol. ([11] f.) :</dc:format>

                             <dc:source></dc:source>

                             <dcterms:isReferencedBy></dcterms:isReferencedBy>

                             <dc:rights>Domainepublic</dc:rights>

              </rdf:Description>

</rdf:RDF>

Received on Saturday, 17 October 2020 19:01:23 UTC