@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix platform: <https://service.poleterresolide.fr/voc/platform> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <http://purl.org/linked-data/registry#> .

<https://service.poleterresolide.fr/voc/platform/P010000>
  rdfs:label "Earth Observation Satellites"@en, "Satellites d'observation"@fr ;
  skos:prefLabel "Earth Observation Satellites"@en, "Satellites d'observation"@fr ;
  a skos:Concept ;
  skos:narrower <https://service.poleterresolide.fr/voc/platform/P010200> .

platform:
  rdfs:label "Plateformes"@fr, "Platforms"@en ;
  a ldp:Container, <http://purl.org/linked-data/registry#Register>, skos:ConceptScheme, owl:Ontology .

<https://service.poleterresolide.fr/voc/platform/P010200>
  rdfs:label "SENTINEL-2"@fr, "SENTINEL-2"@en ;
  skos:exactMatch "Empty" ;
  dc:description " The Sentinel-2 mission is a land monitoring constellation of two satellites that provide high resolution optical imagery and provide continuity for the current SPOT and Landsat missions. The mission provides a global coverage of the Earth's land surface every 10 days with one satellite and 5 days with 2 satellites, making the data of great use in on-going studies. The satellites are equipped with the state-of-the-art MSI (Multispectral Imager) instrument, that offers high-resolution optical imagery."@en ;
  ns0:notation "P010200" ;
  a skos:Concept ;
  skos:broader <https://service.poleterresolide.fr/voc/platform/P010000> ;
  skos:prefLabel "SENTINEL-2"@fr, "SENTINEL-2"@en ;
  skos:inScheme platform: .

