@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://earth.esa.int/concept/078c291a-c753-5999-b8f1-c63f8cb61232>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/c38e16d1-61f9-4189-a3c9-33e2015db137> ;
  skos:broader <https://earth.esa.int/concept/acbc6bd6-80ac-51a1-bc4a-f6c2ec411908> ;
  skos:prefLabel "Passive Remote Sensing"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

<https://gcmd.earthdata.nasa.gov/kms/concept/c38e16d1-61f9-4189-a3c9-33e2015db137>
  skos:prefLabel "Passive Remote Sensing"@en ;
  a skos:Concept .

<https://earth.esa.int/concept/acbc6bd6-80ac-51a1-bc4a-f6c2ec411908>
  skos:prefLabel "Photon/Optical Detectors"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/078c291a-c753-5999-b8f1-c63f8cb61232> .

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

