-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
(Originally posted to create.js at bergie/create#180 )
I have changed the prefix declaration in examples/example.html to this:
<div prefix="sioc: http://rdfs.org/sioc/ns# dc: http://purl.org/dc/terms/"
As the xmlns: syntax is deprecated in RDFa 1.1. I also renamed dcterms to dc.
If I now reload the page I get the following errors in vie-min.js:
Error: No prefix found for URI 'dc:hasPart'!
Error: No prefix found for URI 'dc:title'!
Whereas if I search and replace "dcterms" with "dc" in the original document everything still works.
My changes are in https://github.com/warpr/create/tree/rdfa-1.1-test
Metadata
Metadata
Assignees
Labels
No labels