Skip to content

Instantly share code, notes, and snippets.

@jaw111
Last active March 19, 2019 12:13
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 jaw111/47d13831d4fa0600e1969a3fb95f1d19 to your computer and use it in GitHub Desktop.
Save jaw111/47d13831d4fa0600e1969a3fb95f1d19 to your computer and use it in GitHub Desktop.
{
"@id": "urn:uuid:000d7e2c-0b61-44fb-b500-95963a78d302",
"amount": "462",
"amount:2": "0",
"@context": {
"amount2": {
"@id": "http://example.com/def/mfg/amount2",
"@type": "http://www.w3.org/2001/XMLSchema#integer"
},
"amount": {
"@id": "http://example.com/def/mfg/amount",
"@type": "http://www.w3.org/2001/XMLSchema#integer"
}
}
}
{
"@id": "urn:uuid:000d7e2c-0b61-44fb-b500-95963a78d302",
"amount": "462",
"amount2": "0",
"@context": {
"amount2": {
"@id": "http://example.com/def/mfg/amount2",
"@type": "http://www.w3.org/2001/XMLSchema#integer"
},
"amount": {
"@id": "http://example.com/def/mfg/amount",
"@type": "http://www.w3.org/2001/XMLSchema#integer"
}
}
}
{
"@id": "urn:uuid:000d7e2c-0b61-44fb-b500-95963a78d302",
"http://example.com/def/mfg/amount": [
{
"@value": "462",
"@type": "http://www.w3.org/2001/XMLSchema#integer"
}
],
"http://example.com/def/mfg/amount2": [
{
"@value": "0",
"@type": "http://www.w3.org/2001/XMLSchema#integer"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment