Issue144

Title Missing prefix on rdf:ID, about, resource, parseType or type should not be fatal
Priority bug Status unread
Superseder Nosy List dsheets, swick, timbl
Assigned To Topics RDF/XML Parser

Created on 2006-11-10.23:50:17 by timbl, last changed 2006-11-10.23:50:17 by timbl.

Messages
msg401 (view) Author: timbl Date: 2006-11-10.23:50:17
The revised syntax 
http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/
says under "URI", 
"""If ·namespace-name· is present, set to a string value of the concatenation of 
the value of the ·namespace-name· accessor and the value of the ·local-name· 
accessor. Otherwise if ·local-name· is ID, about, resource, parseType or type, 
set to a string value of the concatenation of the ·RDF namespace URI reference·  
and the value of the ·local-name· accessor. Other non-namespaced ·local-name· 
accessor values are forbidden""".

Test file: http://www.w3.org/2006/03/wn/wn20/instances/wordsense-bank-noun-1.rdf

Currently the tabulator makes a bogus bode <nullabout> from an 'about' 
attribute. It should give a warning, but treat it as rdf:about.

Funny that there is no test in the RDF posistive parser tests which would have 
caught this?
History
Date User Action Args
2006-11-10 23:50:17timblcreate

To request an account, email [name of this project]@csail.mit.edu.