Skip to content

Instantly share code, notes, and snippets.

@ankitadhandha
Created December 17, 2020 13:28
Show Gist options
  • Save ankitadhandha/9fb2eac550dfb747f23542828a73f100 to your computer and use it in GitHub Desktop.
Save ankitadhandha/9fb2eac550dfb747f23542828a73f100 to your computer and use it in GitHub Desktop.
<?xml version='1.0' encoding='utf-8' ?> <!DOCTYPE html> <html prefix='rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# rdfa: http://www.w3.org/ns/rdfa# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/' xmlns='http://www.w3.org/1999/xhtml'> <head> <base href='https://gist.githubusercontent.com/ankitadhandha/650171e42a4787b072b588a8a300f8b3/raw/8974f1c95e4427bf1d333c30b0825d59cbc87426/eg1.json' /> <title>Manu Sporny</title> </head> <body> <div resource=''> <div class='property'> <span class='label'> rdfa:usesVocabulary </span> <a href='http://schema.org/' property='rdfa:usesVocabulary'>http://schema.org/</a> </div> </div> <div resource='schema:Person' typeof='rdfs:Class'> <span class='type'>rdfs:Class</span> </div> <div resource='_:g46963416749340' typeof='schema:Thing schema:Person rdfs:Resource'> <span class='type'>schema:Thing schema:Person rdfs:Resource</span> <h1 property='rdfs:label'>Manu Sporny</h1> <div class='property'> <span class='label'> schema:name </span> <span property='schema:name'>Manu Sporny</span> </div> <div class='property'> <span class='label'> schema:telephone </span> <span property='schema:telephone'>1-800-555-0199</span> </div> <div class='property'> <span class='label'> schema:url </span> <a href='http://manu.sporny.org/' property='schema:url'>http://manu.sporny.org/</a> </div> </div> </body> </html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment