Created
April 26, 2013 18:51
-
-
Save ivikash/5469510 to your computer and use it in GitHub Desktop.
JSON-LD HTML Namespaces
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" | |
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> | |
<html version="XHTML+RDFa 1.1" xmlns="http://www.w3.org/1999/xhtml" | |
prefix="xhv: http://www.w3.org/1999/xhtml/vocab# | |
xsd: http://www.w3.org/2001/XMLSchema# | |
rdfs: http://www.w3.org/2000/01/rdf-schema# | |
dc: http://purl.org/dc/terms/ | |
vcard: http://www.w3.org/2006/vcard/ns# | |
v: http://rdf.data-vocabulary.org/#" | |
lang="en" > | |
<head> | |
<title>JSON-LD - JSON for Linking Data</title> |
Remove xmlns="http://www.w3.org/1999/xhtml"
version="XHTML+RDFa 1.1"
should be
version="HTML+RDFa 1.1"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
should be: