Skip to content

Instantly share code, notes, and snippets.

@kgeographer
Created April 12, 2020 15:57
Show Gist options
  • Save kgeographer/7c2c424749a00b975186f2a9e24b905d to your computer and use it in GitHub Desktop.
Save kgeographer/7c2c424749a00b975186f2a9e24b905d to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"@context": "https://raw.githubusercontent.com/LinkedPasts/linked-places/master/linkedplaces-context-v1.1.jsonld",
"features": [
{
"@id": "http://mygaz.org/places/p_12345",
"type": "Feature",
"properties": {
"title": "Abingdon (UK)",
"ccodes": [
"GB"
],
"mymeasure": [
{
"value": 12.34,
"when": {
"timespans": [
{
"start": {
"in": 1832
}
}
]
}
},
{
"value": 34,
"when": {
"timespans": [
{
"start": {
"in": 2020
}
}
]
}
}
]
},
"when": {
"timespans": [
{
"start": {
"in": "0676"
},
"end": {
"in": "1066"
}
}
],
"periods": [
{
"name": "Anglo-Saxon Period, 449-1066",
"@id": "periodo:p06c6g3whtg"
},
{
"name": "Anglo-Saxon (culture or style)",
"@id": "http://chronontology.dainst.org/period/O5r960WKERYr"
}
],
"label": "sample 'when' w/timespans, periods, duration",
"duration": "P100Y"
},
"names": [
{
"toponym": "Abingdon",
"lang": "en",
"citations": [
{
"label": "Ye Olde Gazetteer (1635)",
"@id": "http://archive.org/details/yeoldegazetteer"
}
],
"when": {
"timespans": [
{
"start": {
"in": "1600"
}
}
]
}
},
{
"toponym": "Abingdon-on-Thames",
"lang": "en",
"when": {
"timespans": [
{
"start": {
"in": "1600"
}
}
]
}
}
],
"types": [
{
"identifier": "aat:300008375",
"label": "town",
"sourceLabels": [
{
"label": "Market Town",
"lang": "en"
}
],
"when": {
"timespans": [
{
"start": {
"in": "1600"
}
}
]
}
}
],
"geometry": {
"type": "GeometryCollection",
"geometries": [
{
"type": "Point",
"coordinates": [
-1.2879,
51.6708
],
"when": {
"timespans": [
{
"start": {
"in": "1600"
},
"end": {
"in": "1699"
}
}
]
},
"citations": [
{
"label": "Getty TGN (retrieved 4 May 2018)",
"@id": "tgn:7011944"
}
],
"certainty": "certain"
},
{
"type": "Point",
"coordinates": [
-1.31,
51.64
],
"geo_wkt": "POLYGON ((-1.3077 51.6542, -1.2555 51.6542, -1.2555 51.6908, -1.3077 51.6908, -1.3077 51.6542))",
"when": {
"timespans": [
{
"start": {
"in": "1700"
}
}
]
},
"certainty": "uncertain"
}
]
},
"links": [
{
"type": "exactMatch",
"identifier": "http://vocab.getty.edu/tgn/7011944"
},
{
"type": "exactMatch",
"identifier": "http://www.geonames.org/2657780/"
},
{
"type": "closeMatch",
"identifier": "http://somegaz.org/places/39847"
},
{
"type": "primaryTopicOf",
"identifier": "https://en.wikipedia.org/wiki/Abingdon-on-Thames"
},
{
"type": "subjectOf",
"identifier": "http://www.visionofbritain.org.uk/travellers/Camden/11#pn_3"
},
{
"type": "seeAlso",
"identifier": "https://en.wikipedia.org/wiki/%C3%86bbe_of_Coldingham"
}
],
"relations": [
{
"relationType": "gvp:broaderPartitive",
"relationTo": "http://mygaz.org/places/p_9876",
"label": "part of Berkshire (UK)",
"when": {
"timespans": [
{
"start": {
"in": "1600"
},
"end": {
"in": "1974"
}
}
]
}
},
{
"relationType": "gvp:broaderPartitive",
"relationTo": "http://mygaz.org/places/p_3456",
"label": "part of Oxfordshire (UK)",
"when": {
"timespans": [
{
"start": {
"in": "1974"
}
}
]
}
},
{
"relationType": "gvp:tgn3000_related_to",
"relationTo": "http://mygaz.org/places/p_98765",
"label": "Linked to Semington by Kennet and Avon Canal",
"when": {
"timespans": [
{
"start": {
"in": "1790"
}
}
]
},
"citations": [
{
"label": "Harrumph (1923)",
"@id": "doi:10.1109/5.771073"
}
],
"certainty": "certain"
}
],
"descriptions": [
{
"@id": "https://en.wikipedia.org/wiki/Abingdon-on-Thames",
"value": "...a historic market town and civil parish...",
"lang": "en"
}
],
"depictions": [
{
"@id": "https://commons.wikimedia.org/wiki/File:ThamesAtAbingdon.jpg",
"title": "The River Thames at Abingdon, Oxfordshire",
"license": "cc:by-sa/3.0/"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment