Common mistakes in RDFCreated by Stuart Yeates (University of Oxford) on June 07, 2006
I've been tinkering with RDF for a while now, and it's great to see so many sites generating RDF of one kind or another, whether it's RDF/RSS news feeds, RDF/FOAF personal information, RDF/EXIF photo information or RDF/Dublin-core information on documents. Unfortunately there's a little fly in the ointment: people aren't validating the RDF they're creating to ensure that it is valid RDF. The two most common mistakes are:
In the last week I've seen literally hundreds of files with each of these errors. The solution to the problem, of course, is validation and here there are two options, local validation, using a tools such as rapper and online validation using a tools such as the W3C validator. |