We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(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
The text was updated successfully, but these errors were encountered:
@warpr you have a spacebar after sioc:. is that intentional?
sioc:
Sorry, something went wrong.
yes. I omitted the space after dc:, which is not intentional (it doesn't change the outcome however).
See: http://www.w3.org/TR/xhtml-rdfa-primer/#repeating-properties
No branches or pull requests
(Originally posted to create.js at bergie/create#180 )
I have changed the prefix declaration in examples/example.html to this:
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:
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
The text was updated successfully, but these errors were encountered: