@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix esado: <https://data.esa.int/esado/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://gcmd.earthdata.nasa.gov/kms/concept/221386f6-ef9b-4990-82b3-f990b0fe39fa>
  skos:prefLabel "GRAVITY/GRAVITATIONAL FIELD"@en ;
  a skos:Concept .

<https://earth.esa.int/concept/1589db19-32b2-5945-ad4b-6c3b13713176>
  skos:prefLabel "Solid Earth"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/b39b03eb-85b0-56ab-b294-2ab4e176de64> .

esado:
  rdfs:label "ESA Data Ontology"@en ;
  skos:prefLabel "ESA Data Ontology"@en ;
  a skos:ConceptScheme, owl:Ontology .

<https://earth.esa.int/concept/b39b03eb-85b0-56ab-b294-2ab4e176de64>
  skos:altLabel "Gravity and Gravitational Field"@en ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/221386f6-ef9b-4990-82b3-f990b0fe39fa> ;
  skos:broader <https://earth.esa.int/concept/1589db19-32b2-5945-ad4b-6c3b13713176> ;
  skos:prefLabel "Geodesy Gravity"@en ;
  skos:inScheme esado: ;
  skos:definition "Dealing with the determination of the size and shape of the earth, the Earth's gravitational field, and the location of points fixed to the Earth's crust in an Earth-referred coordinate system."@en ;
  a skos:Concept .

