NASA CMR · JSON-LD Context

Nasa Cmr Context

JSON-LD context defining the semantic vocabulary for Nasa Cmr from NASA CMR.

0 Classes 22 Properties 9 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/
dct: http://purl.org/dc/terms/
owl: http://www.w3.org/2002/07/owl#
skos: http://www.w3.org/2004/02/skos/core#
geo: http://www.opengis.net/ont/geosparql#
dcat: http://www.w3.org/ns/dcat#
nasa: https://www.earthdata.nasa.gov/ns/
cmr: https://cmr.earthdata.nasa.gov/ns/

Properties

Property Type Container
Collection reference
Granule reference
ShortName
Version
EntryTitle
Abstract
DOI
ProcessingLevel
Platforms
DataCenters reference
TemporalExtents
SpatialExtent
RelatedUrls reference
ConceptId
ProviderId
RevisionDate dateTime
ScienceKeywords reference
StacCollection
StacItem
bbox
geometry
properties

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "dct": "http://purl.org/dc/terms/",
    "owl": "http://www.w3.org/2002/07/owl#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "geo": "http://www.opengis.net/ont/geosparql#",
    "dcat": "http://www.w3.org/ns/dcat#",
    "nasa": "https://www.earthdata.nasa.gov/ns/",
    "cmr": "https://cmr.earthdata.nasa.gov/ns/",
    "Collection": {
      "@id": "dcat:Dataset",
      "@type": "@id"
    },
    "Granule": {
      "@id": "dcat:Distribution",
      "@type": "@id"
    },
    "ShortName": {
      "@id": "dct:identifier"
    },
    "Version": {
      "@id": "owl:versionInfo"
    },
    "EntryTitle": {
      "@id": "dct:title"
    },
    "Abstract": {
      "@id": "dct:description"
    },
    "DOI": {
      "@id": "dct:identifier"
    },
    "ProcessingLevel": {
      "@id": "dcat:hasQualityAnnotation"
    },
    "Platforms": {
      "@id": "dcat:hadRole"
    },
    "DataCenters": {
      "@id": "dct:publisher",
      "@type": "@id"
    },
    "TemporalExtents": {
      "@id": "dct:temporal"
    },
    "SpatialExtent": {
      "@id": "dct:spatial"
    },
    "RelatedUrls": {
      "@id": "dcat:distribution",
      "@type": "@id"
    },
    "ConceptId": {
      "@id": "cmr:conceptId"
    },
    "ProviderId": {
      "@id": "cmr:providerId"
    },
    "RevisionDate": {
      "@id": "dct:modified",
      "@type": "xsd:dateTime"
    },
    "ScienceKeywords": {
      "@id": "dcat:theme",
      "@type": "@id"
    },
    "StacCollection": {
      "@id": "dcat:Catalog"
    },
    "StacItem": {
      "@id": "dcat:Dataset"
    },
    "bbox": {
      "@id": "dct:spatial"
    },
    "geometry": {
      "@id": "geo:hasGeometry"
    },
    "properties": {
      "@id": "schema:additionalProperty"
    }
  }
}