Skip to content

Instantly share code, notes, and snippets.

@tommorris
Created April 27, 2013 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommorris/5474597 to your computer and use it in GitHub Desktop.
Save tommorris/5474597 to your computer and use it in GitHub Desktop.
{
"@context": {
"foaf": "http://xmlns.com/foaf/0.1/",
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
"gnd": "http://d-nb.info/standards/elementset/gnd#",
"schema": "http://schema.org/"
},
"@graph": [
{
"@id": "http://tommorris.org/",
"@type": [
"geo:SpatialThing",
"foaf:Person",
"gnd:Person",
"schema:Person"
],
"foaf:interest": [
{
"@id": "http://en.wikipedia.org"
},
{
"@id": "http://www.w3.org/standards/semanticweb/"
},
{
"@id": "http://rubyonrails.org/"
},
{
"@id": "https://en.wikipedia.org/wiki/RDFa"
},
{
"@id": "http://www.w3.org/Style/CSS"
},
{
"@id": "http://microformats.org/"
},
{
"@id": "https://www.mozilla.org/en-US/persona/"
},
{
"@id": "http://www.w3.org/html"
},
{
"@id": "http://indiewebcamp.com"
},
{
"@id": "http://openstreetmap.org"
}
],
"foaf:mbox": {
"@id": "mailto:tom@tommorris.org"
},
"foaf:name": "Tom Morris",
"http://dbpedia.org/property/sexualOrientation": {
"@id": "http://dbpedia.org/resource/Homosexuality"
},
"http://schema.tommorris.org/diet#dietaryPreference": {
"@id": "http://dbpedia.org/resource/Ovo-lacto_vegetarianism"
},
"schema:email": {
"@id": "mailto:tom@tommorris.org"
},
"schema:name": "Tom Morris"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment