- From: Benjamin Nowack <bnowack@appmosphere.com>
- Date: Wed, 5 May 2004 11:10:26 +0200
- To: frozados@fibertel.com.ar
- Cc: "RDF-Interest" <www-rdf-interest@w3.org>
On 04.05.2004 23:20:44, frozados@fibertel.com.ar wrote: > >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? here are some: missing namespace prefix in >about="http://ua.edu.ar/Books/ProgrammingBooks/C++Programming" tag mismatch ><dcelem:subject>Programming Book</dcelem:title> ><dcelem:date>2001-01-20</dc:date> ><dcelem:format>application/pdf</dc:format> ><dcelem:accessRights>Students</dc:accessRights> undefined namespace prefix dc ><dc:Identifier>urn:issn:1082-9873</dc:Identifier> >I use http://www.w3.org/RDF/Validator but it throws me an Exception and >i can't see the result. there is another rdf online parser you could try: http://www.swi.psy.uva.nl/projects/SWI-Prolog/packages/sgml/online.html hth, benjamin -- Benjamin Nowack Kruppstr. 100 45145 Essen, Germany >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 Wednesday, 5 May 2004 05:09:41 UTC