Actions
Question #2315
openAPI: Unable to distinguish between end and start locations of a move entity
Start date:
2024-06-17
Estimated time:
Description
To be able show a directed move, it would be important to know what is the start point and what the endpoint.
"@context": "https://raw.githubusercontent.com/LinkedPasts/linked-places/master/linkedplaces-context-v1.1.jsonld",
"type": "FeatureCollection",
"features": [
{
"@id": "https://mamems.openatlas.eu/api/entity/6451",
"type": "Feature",
"crmClass": "crm:E9 Move",
"systemClass": "move",
"viewClass": "event",
"properties": {
"title": "Bracle's journey to Istanbul"
},
"descriptions": null,
"when": {
"timespans": [
{
"start": {
"earliest": "1570-04-18T00:00:00",
"latest": null,
"comment": "Departure from Vienna"
},
"end": {
"earliest": "1570-05-31T00:00:00",
"latest": null,
"comment": "Arrival in Istanbul"
}
}
]
},
"geometry": {
"type": "GeometryCollection",
"geometries": [
{
"type": "Point",
"coordinates": [
28.94966,
41.01384
],
"title": "Istanbul",
"description": "Istanbul (745044), imported from GeoNames",
"shapeType": "centerpoint"
},
{
"type": "Point",
"coordinates": [
16.373107785,
48.206371336
],
"title": "Vienna",
"description": "Capital of Holy Roman Empire",
"shapeType": "centerpoint"
}
]
}
}
]
},
Actions