ISS Location API (Open Notify) · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from ISS Location API (Open Notify).

0 Classes 9 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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#

Properties

Property Type Container
message string
timestamp integer
iss_position reference
latitude decimal
longitude decimal
number integer
people set
name string
craft string

JSON-LD Document

Raw ↑
{
  "@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"
    }
  }
}