@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/1df05f75-d41f-4acd-bd8b-e6262d9c3f49>
  skos:prefLabel "Gun Detector"@en ;
  a skos:Concept .

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

<https://earth.esa.int/concept/9c20e794-6db0-566a-8cb8-a9138a8c5274>
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/1df05f75-d41f-4acd-bd8b-e6262d9c3f49> ;
  skos:broader <https://earth.esa.int/concept/b65c4835-3a76-528b-b0c8-6f621d9d19ac> ;
  skos:prefLabel "Gun Detector"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

<https://earth.esa.int/concept/b65c4835-3a76-528b-b0c8-6f621d9d19ac>
  skos:prefLabel "Magnetic Field/Electric Field Instruments"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/9c20e794-6db0-566a-8cb8-a9138a8c5274> .

