- From: <frozados@fibertel.com.ar>
- Date: Tue, 4 May 2004 00:13:57 -0300
- To: "RDF-Interest" <www-rdf-interest@w3.org>, "Jena Group" <jena-dev@yahoogroups.com>
hello,
I need to validate this rdf file, because i have to much more to build my
rdf database of books. Can, someone, validate this file and tell or correct
the errors?. Then, where can i find examples of Doublin Core ontology to
help me build my files?.
thanks a lot,
Federico
<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
rdf:about="http://ua.edu.ar/Books/ProgrammingBooks/C++Programming">
<dcelem:title>C Languaje 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:tableOfContents>Como se arma esto?
</dcterms:tableOfContents>
<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>
________________________________________
FiberTel, el nombre de la banda ancha http://www.fibertel.com.ar
Received on Monday, 3 May 2004 23:14:31 UTC