Skip to content

Instantly share code, notes, and snippets.

@ilya-korotya
Created July 18, 2024 14:19
Show Gist options
  • Save ilya-korotya/3e90c9102e212c3152efb48661cb1536 to your computer and use it in GitHub Desktop.
Save ilya-korotya/3e90c9102e212c3152efb48661cb1536 to your computer and use it in GitHub Desktop.
PrivatelyAge
{
"@context": [
{
"@protected": true,
"@version": 1.1,
"id": "@id",
"type": "@type",
"PrivatelyAge": {
"@context": {
"@propagate": true,
"@protected": true,
"polygon-vocab": "urn:uuid:985ad7c7-c99e-424c-8cc5-b7e57e8711b6#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"age": {
"@id": "polygon-vocab:age",
"@type": "xsd:integer"
},
"gate": {
"@id": "polygon-vocab:gate",
"@type": "xsd:integer"
}
},
"@id": "urn:uuid:49735101-d586-4359-a232-ceac9f9de678"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment