TheSpaceDevs LL2 API · JSON-LD Context
Thespacedevs Context
JSON-LD context defining the semantic vocabulary for Thespacedevs from TheSpaceDevs LL2 API.
0 Classes
5 Properties
1 Namespaces
Namespaces
spacedev:
https://thespacedevs.com/ontology/
Properties
| Property | Type | Container |
|---|---|---|
| SpaceLaunch | ||
| Astronaut | ||
| SpaceAgency | ||
| SpaceStation | ||
| LaunchPad |
JSON-LD Document
{
"@context": {
"@vocab": "https://schema.org/",
"spacedev": "https://thespacedevs.com/ontology/",
"SpaceLaunch": {
"@id": "https://schema.org/Event",
"@context": {
"id": "https://schema.org/identifier",
"name": "https://schema.org/name",
"net": "https://schema.org/startDate",
"window_start": "https://schema.org/doorTime",
"window_end": "https://schema.org/endDate",
"status": "https://schema.org/eventStatus",
"probability": "spacedev:launchProbability",
"rocket": {
"@id": "spacedev:launchVehicle",
"@type": "@id"
},
"mission": {
"@id": "spacedev:mission",
"@type": "@id"
},
"pad": {
"@id": "https://schema.org/location",
"@type": "@id"
},
"launch_service_provider": {
"@id": "https://schema.org/organizer",
"@type": "@id"
}
}
},
"Astronaut": {
"@id": "https://schema.org/Person",
"@context": {
"id": "https://schema.org/identifier",
"name": "https://schema.org/name",
"nationality": "https://schema.org/nationality",
"agency": {
"@id": "https://schema.org/worksFor",
"@type": "@id"
},
"flights_count": "spacedev:spaceflightCount",
"spacewalks_count": "spacedev:spacewalkCount",
"status": "https://schema.org/hasOccupation"
}
},
"SpaceAgency": {
"@id": "https://schema.org/Organization",
"@context": {
"id": "https://schema.org/identifier",
"name": "https://schema.org/name",
"abbrev": "https://schema.org/alternateName",
"country_code": "https://schema.org/addressCountry",
"total_launch_count": "spacedev:totalLaunches"
}
},
"SpaceStation": {
"@id": "spacedev:SpaceStation",
"@context": {
"id": "https://schema.org/identifier",
"name": "https://schema.org/name",
"orbit": "spacedev:orbitalRegime",
"status": "https://schema.org/operatingStatus",
"owners": {
"@id": "https://schema.org/owner",
"@type": "@id"
}
}
},
"LaunchPad": {
"@id": "https://schema.org/Place",
"@context": {
"id": "https://schema.org/identifier",
"name": "https://schema.org/name",
"latitude": "https://schema.org/latitude",
"longitude": "https://schema.org/longitude",
"location": {
"@id": "https://schema.org/containedInPlace",
"@type": "@id"
}
}
}
}
}