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

<https://earth.esa.int/concept/88609a68-9dbf-567f-b1b1-321d4345b2da>
  skos:notation "WV1"@en ;
  rdfs:label "WorldView-1"@en ;
  skos:prefLabel "WorldView-1"@en ;
  a skos:Concept ;
  sosa:hosts <https://earth.esa.int/concept/284eecf9-5177-5106-b324-67b121e4e231> .

<https://earth.esa.int/concept/284eecf9-5177-5106-b324-67b121e4e231>
  sosa:isHostedBy <https://earth.esa.int/concept/88609a68-9dbf-567f-b1b1-321d4345b2da> ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/d8ff2cc4-d922-4661-8bba-fd78c7672ce9> ;
  skos:broader <https://earth.esa.int/concept/764a170a-e361-5ea8-838e-e56994de69b7> ;
  skos:prefLabel "WV60"@en ;
  skos:inScheme esado: ;
  a skos:Concept .

<https://gcmd.earthdata.nasa.gov/kms/concept/d8ff2cc4-d922-4661-8bba-fd78c7672ce9>
  skos:prefLabel "WV60"@en ;
  a skos:Concept .

<https://earth.esa.int/concept/764a170a-e361-5ea8-838e-e56994de69b7>
  skos:prefLabel "Cameras"@en ;
  a skos:Concept ;
  skos:narrower <https://earth.esa.int/concept/284eecf9-5177-5106-b324-67b121e4e231> .

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

