Skip to content

Instantly share code, notes, and snippets.

Created December 22, 2015 17:08
Show Gist options
  • Save anonymous/7c3b05525e494e598158 to your computer and use it in GitHub Desktop.
Save anonymous/7c3b05525e494e598158 to your computer and use it in GitHub Desktop.
JSON-LD Playground: Icon Schema

Icon Schema

This gist was automatically created by the JSON-LD Playground. You can see it loaded there by visiting:

http://json-ld.org/playground#/gist/<gist id>
{
"@context": "http://schema.org",
"@vocab": "https://schema.org/logo",
"@type": "logo",
"additionalType": "ImageObject",
"url": "http://www.example.com",
"logo": "http://www.example.com/images/logo.svg",
"codeRepository": "",
"contentUrl": "",
"about": "",
"creator": "",
"dateCreated": "",
"dateModified": "",
"datePublished": "",
"installUrl": "",
"isPartOf": "https://bib.schema.org/isPartOf",
"propertyID": "",
"publisher": "",
"sourceOrganization": "",
"version": "",
"releaseNotes": "",
"name": "",
"collection": "",
"fileFormat": "",
"resolutions": ""
}
{
"@context": {
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"playground": "http://json-ld.org/playground#",
"description": "rdfs:label",
"startTab": "playground:startTab",
"copyContext": "playground:copyContext",
"markup": {
"@id": "playground:markup",
"@type": "@id"
},
"context": {
"@id": "playground:context",
"@type": "@id"
},
"frame": {
"@id": "playground:frame",
"@type": "@id"
}
},
"description": "Icon Schema",
"startTab": "tab-flattened",
"copyContext": true,
"markup": "./markup.jsonld"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment