{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#", "iss": "https://raw.githubusercontent.com/api-evangelist/iss-api/main/json-ld/context.jsonld#", "message": { "@id": "schema:status", "@type": "xsd:string" }, "timestamp": { "@id": "schema:dateModified", "@type": "xsd:integer" }, "iss_position": { "@id": "geo:SpatialThing", "@type": "@id" }, "latitude": { "@id": "geo:lat", "@type": "xsd:decimal" }, "longitude": { "@id": "geo:long", "@type": "xsd:decimal" }, "number": { "@id": "schema:numberOfItems", "@type": "xsd:integer" }, "people": { "@id": "schema:member", "@container": "@set" }, "name": { "@id": "schema:name", "@type": "xsd:string" }, "craft": { "@id": "schema:location", "@type": "xsd:string" } } }