Skip to content

Instantly share code, notes, and snippets.

@ewg118
Created August 28, 2020 18:07
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 ewg118/0b4a43c6921005ebcd1d4e15be2c5c16 to your computer and use it in GitHub Desktop.
Save ewg118/0b4a43c6921005ebcd1d4e15be2c5c16 to your computer and use it in GitHub Desktop.
Nomisma Mint in Linked Art JSON-LD
{
"@context": "https://linked.art/ns/v1/linked-art.json",
"id": "http://nomisma.org/id/rome",
"type": "Place",
"_label": "Rome",
"classified_as": [
{
"id": "http://nomisma.org/id/mint",
"_label": "Mint"
}
],
"identified_by": [
{
"type": "Name",
"content": "Rome",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300404670",
"type": "Type",
"_label": "Primary Name"
}
]
}
],
"referred_to_by": [
{
"type": "LinguisticObject",
"content": "The mint at the ancient site of Rome in Latium.",
"classified_as": [
{
"type": "Type",
"id": "http://vocab.getty.edu/aat/300411780",
"_label": "Description",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300418049",
"type": "Type",
"_label": "Brief Text"
}
]
}
]
}
],
"part_of": [
{
"id": "http://nomisma.org/id/latium",
"_label": "Latium",
"type": "Place"
}
],
"exact_match": [
"http://dbpedia.org/resource/Ancient_Rome",
"https://pleiades.stoa.org/places/423025",
"http://geonames.org/3169070",
"http://collection.britishmuseum.org/id/place/x25706",
"http://vocab.getty.edu/tgn/7594740",
"http://www.wikidata.org/entity/Q1747689",
"http://d-nb.info/gnd/4076778-4",
"http://viaf.org/viaf/244992873",
"http://sws.geonames.org/3169070/",
"http://vocab.getty.edu/tgn/7000874",
"https://www.freebase.com/m/02l341"
],
"approximated_by": [
{
"id": "http://nomisma.org/id/rome#this",
"type": "Place",
"_label": "Coordinates",
"defined_by": "POINT(12.5 41.9)"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment