Skip to content

Instantly share code, notes, and snippets.

@ivikash
Created April 26, 2013 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ivikash/5469510 to your computer and use it in GitHub Desktop.
Save ivikash/5469510 to your computer and use it in GitHub Desktop.
JSON-LD HTML Namespaces
<!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>
@msporny
Copy link

msporny commented Apr 26, 2013

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