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.
{
"@context": {
"name": "http://example.com/vocab#name",
"children": {
"@reverse": "http://example.com/vocab#parent"
},
"pets": {
"@reverse": "http://example.com/vocab#owner"
}
},
"@id": "#homer",
"name": "Homer",
"children": [
{
"@id": "#bart",
"name": "Bart"
},
{
"@id": "#lisa",
"name": "Lisa"
}
],
"pets": [
{
"@id": "#snowball-ii",
"name": "Snowball II"
},
{
"@id": "#santas-little-helper",
"name": "Santa's Little Helper"
}
]
}
MIICWwIBAAKBgQC4R1AmYYyE47FMZgo708NhFU+t+VWn133PYGt/WYmD5BnKj679
NOTE: A remote context that is not known to be fully working yet was detected in your input. If you wish, you can use an alternative context created by the JSON-LD community to process your document nevertheless.
Original | Development |
[
{
"@id": "#homer",
"@reverse": {
"http://example.com/vocab#parent": [
{
"@id": "#bart",
"http://example.com/vocab#name": [
{
"@value": "Bart"
}
]
},
{
"@id": "#lisa",
"http://example.com/vocab#name": [
{
"@value": "Lisa"
}
]
}
],
"http://example.com/vocab#owner": [
{
"@id": "#snowball-ii",
"http://example.com/vocab#name": [
{
"@value": "Snowball II"
}
]
},
{
"@id": "#santas-little-helper",
"http://example.com/vocab#name": [
{
"@value": "Santa's Little Helper"
}
]
}
]
},
"http://example.com/vocab#name": [
{
"@value": "Homer"
}
]
}
]
Subject | Predicate | Object | Language | Datatype | Graph |
---|
Website content released under a Creative Commons CC0 Public Domain Dedication except where an alternate is specified. Part of the PaySwarm standardization initiative.