Skip to content

Instantly share code, notes, and snippets.

@bertvannuffelen
Created November 21, 2023 08:39
Show Gist options
  • Save bertvannuffelen/81b47091e02cea698d48cb8e24e39b71 to your computer and use it in GitHub Desktop.
Save bertvannuffelen/81b47091e02cea698d48cb8e24e39b71 to your computer and use it in GitHub Desktop.
{
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Identificator": "http://www.w3.org/ns/adms#Identifier",
"Identificator.identificator": {
"@id": "http://www.w3.org/2004/02/skos/core#notation",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
}
],
"@graph": [
{
"@type": "Identificator",
"Identificator.identificator": {
"@type": "xsd:int",
"@value": "123"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment