US Space Command · JSON-LD Context

Us Space Comman Context

JSON-LD context defining the semantic vocabulary for Us Space Comman from US Space Command.

3 Classes 20 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
space: https://www.space-track.org/vocab/
astro: http://www.ivoa.net/xml/STC/stc-v1.3.xsd#

Classes

SpaceObject OrbitalElements ConjunctionWarning

Properties

Property Type Container
NORAD_CAT_ID integer
OBJECT_NAME string
OBJECT_ID string
OBJECT_TYPE string
EPOCH dateTime
MEAN_MOTION double
ECCENTRICITY double
INCLINATION double
RA_OF_ASC_NODE double
ARG_OF_PERICENTER double
MEAN_ANOMALY double
APOGEE double
PERIGEE double
PERIOD double
COUNTRY_CODE string
LAUNCH_DATE date
DECAY_DATE date
PC double
TCA dateTime
MIN_RNG double

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "space": "https://www.space-track.org/vocab/",
    "astro": "http://www.ivoa.net/xml/STC/stc-v1.3.xsd#",

    "SpaceObject": "schema:Thing",
    "OrbitalElements": "space:OrbitalElements",
    "ConjunctionWarning": "space:Conjunction",

    "NORAD_CAT_ID": {
      "@id": "space:noradCatalogId",
      "@type": "xsd:integer"
    },
    "OBJECT_NAME": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "OBJECT_ID": {
      "@id": "space:internationalDesignator",
      "@type": "xsd:string"
    },
    "OBJECT_TYPE": {
      "@id": "space:objectType",
      "@type": "xsd:string"
    },
    "EPOCH": {
      "@id": "space:epoch",
      "@type": "xsd:dateTime"
    },
    "MEAN_MOTION": {
      "@id": "space:meanMotion",
      "@type": "xsd:double"
    },
    "ECCENTRICITY": {
      "@id": "space:eccentricity",
      "@type": "xsd:double"
    },
    "INCLINATION": {
      "@id": "space:inclination",
      "@type": "xsd:double"
    },
    "RA_OF_ASC_NODE": {
      "@id": "space:rightAscensionAscendingNode",
      "@type": "xsd:double"
    },
    "ARG_OF_PERICENTER": {
      "@id": "space:argumentOfPericenter",
      "@type": "xsd:double"
    },
    "MEAN_ANOMALY": {
      "@id": "space:meanAnomaly",
      "@type": "xsd:double"
    },
    "APOGEE": {
      "@id": "space:apogeeAltitude",
      "@type": "xsd:double"
    },
    "PERIGEE": {
      "@id": "space:perigeeAltitude",
      "@type": "xsd:double"
    },
    "PERIOD": {
      "@id": "space:orbitalPeriod",
      "@type": "xsd:double"
    },
    "COUNTRY_CODE": {
      "@id": "schema:addressCountry",
      "@type": "xsd:string"
    },
    "LAUNCH_DATE": {
      "@id": "schema:dateCreated",
      "@type": "xsd:date"
    },
    "DECAY_DATE": {
      "@id": "space:decayDate",
      "@type": "xsd:date"
    },
    "PC": {
      "@id": "space:collisionProbability",
      "@type": "xsd:double"
    },
    "TCA": {
      "@id": "space:timeOfClosestApproach",
      "@type": "xsd:dateTime"
    },
    "MIN_RNG": {
      "@id": "space:minimumRange",
      "@type": "xsd:double"
    }
  }
}