JSON-LD Playground

Play around with JSON-LD markup by typing out some JSON below and seeing what gets generated from it at the bottom of the page. Pick any of the examples below to get started.

NOTES:

Loading the Playground...

Gist
Key Autocomplete
all of the @ keywords
available keys in @context
{
  "@context": [
    "http://schema.org/",
    {
      "nfo": "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo/#",
      "nie": "http://www.semanticdesktop.org/ontologies/2007/01/19/nie/#",
      "xsd": "http://www.w3.org/2001/XMLSchema#",
      "nie:created": {
        "@type": "xsd:dateTime"
      },
      "nie:lastModified": {
        "@type": "xsd:dateTime"
      }
    }
  ],
  "@id": "http://gaggle.net/file/1",
  "url": "http://gaggle.net/file/1",
  "@type": [
    "so:CreativeWork",
    "nfo:FileDataObject"
  ],
  "name": "My_Document.pdf",
  "encodingFormat": "pdf",
  "thumbnailUrl": "http://gaggle.net/file-preview/1",
  "potentialAction": {
    "@type": "ViewAction",
    "target": "http://gaggle.net/file/1",
    "name": "View File"
  },
  "nie:created": "2015-01-01T20:00Z",
  "nie:lastModified": "2015-02-09T20:00Z",
  "nie:byteSize": 398567
}
 
 
 
 
 
 
 
 
 
 
 
 
 
Subject Predicate Object Language Datatype Graph
NOTE: As of 2022-08-25, the demos of RSA and Bitcoin signatures are temporarily unavailable. For a demo involving JSON-LD signatures and other related technology, please see the Verifiable Credentials Playground.