Doublin Core Problem

Hello,

I am developing some rdf files to create my database of metadata. I need
an standard file to do the other files.

1)Can anyone tell me the errors of this file?
2)Can anyone tell me how to use dcterms:tableOfContents?
3)Where can i find well formed rdf files that use doublin core with foaf
and other ontologies.

I use http://www.w3.org/RDF/Validator but it throws me an Exception and
i can't  see the result.

<?xml version="1.0"?>
<rdf:RDF 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
   xmlns:dcelem="http://purl.org/dc/elements/1.1/"
   xmlns:dcterms="http://purl.org/dc/terms/"
   xmlns:dctype="http://purl.org/dc/dcmitype/">
   <rdf:Description about="http://ua.edu.ar/Books/ProgrammingBooks/C++Programming">
      <dcelem:title>C Language Programming</dcelem:title>
      <dcelem:subject>Programming Book</dcelem:title>
      <dcelem:contributor>Dennis Ritchie</dcelem:contributor>
      <dcelem:language>en<dcelem:language>
      <dcterms:abstract>This is an excelent book</dcterms:abstract>
      <dcelem:Type>Text</dcelem:Type>
      <dcelem:description>Describes how to program in C languaje.      
              
      </dcelem:description> 
      <dcelem:date>2001-01-20</dc:date>
      <dcelem:format>application/pdf</dc:format>
      <dcterms:created>2000-10-01</dcterms:created>
      <dcterms:available>2000-10-01</dcterms:available>
      <dcterms:issued>2000-10-01</dcterms:issued>
      <dcterms:modified>2000-10-01</dcterms:modified>
      <dc:Identifier>urn:issn:1082-9873</dc:Identifier>
      <dcterms:isPartOf rdf:about="http://ua.edu.ar/Books/ProgrammingBooks/"></dcterms:isPartOf>
      <dcelem:creator rdf:resource="http://www.brian-kernighan.com/home.html">
              <foaf:Person>
                  <foaf:name>Brian W. Kernighan</foaf:name>
                  <foaf:nick>Brian</foaf:nick>
                  <foaf:mbox rdf:resource="mailto:kernighan@mit.com"/>
                  <foaf:knows>
                      <foaf:Person>
                          <foaf:name>Zinedine Zidane</foaf:name>
                          <foaf:mbox rdf:resource="mailto:zidane@madrid.es"/>
                      </foaf:Person>
                   </foaf:knows>
               <foaf:depiction rdf:resource="http://ua.edu.ar/Photos/Zidane.jpg"/>

              </foaf:Person>
      </dcelem:creator>
      <dcelem:accessRights>Students</dc:accessRights>       
      <dcterms:hasVersion>1.0</dc:hasVersion>
      <dcterms:isRequiredBy rdf:resource="http://ua.edu.ar/Subject/Programming/"/>
      <dcterms:isReferencesBy rdf:resurce="http://uca.edu.ar/Articles/Programming/NewLanguages"/>
      <dcterms:isReferencesBy rdf:resurce="http://ua.edu.ar/Articles/Programming/ObjectLanguages"/>
   </rdf:Description> 
</rdf:RDF>


I appreciate any help.

thanks a lot,
Federico.

________________________________________
FiberTel, el nombre de la banda ancha http://www.fibertel.com.ar

Received on Tuesday, 4 May 2004 22:21:32 UTC