- From: Thomas Baker <tom@tombaker.org>
- Date: Fri, 18 May 2012 16:28:10 -0400
- To: public-rdfa <public-rdfa@w3.org>
The localRdfa.py script from [1] gets the following error message when I run
$ localRdfa.py index.shtml from [2]:
@prefix dcterm: <http://purl.org/dc/terms/> .
@prefix ht: <http://www.w3.org/2006/http#> .
@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a rdfa:Error;
dcterm:date "2012-05-18T14:41:23.210220"^^xsd:dateTime;
dcterm:description "undefined entity: line 445, column 44";
rdfa:context [ a ht:Request;
ht:requestURI "index.shtml" ],
[ a ht:Response;
ht:responseCode <http://www.w3.org/2006/http#400> ] .
Tom
[1] https://github.com/RDFLib/pyrdfa3
[2] https://raw.github.com/dublincore/website/master/build/html/dcmi-terms/index.shtml
--
Tom Baker <tom@tombaker.org>
Received on Friday, 18 May 2012 20:28:41 UTC