@prefix esado: <https://data.esa.int/esado/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

esado:themesNAV
  skos:notation "NAV Thematic Area" ;
  skos:prefLabel "Navigation thematic area"@en ;
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  isothes:superGroup esado:domainNAV .

esado:resourceTypesNAV
  skos:notation "NAV resource types" ;
  skos:prefLabel "Navigation resource types"@en ;
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  isothes:superGroup esado:domainNAV .

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

esado:Domain
  rdfs:label "Domain"@en ;
  a owl:Class .

esado:domainNAV
  skos:inScheme esado: ;
  skos:member esado:themesNAV, esado:resourceTypesNAV, esado:instrumentsNAV ;
  a skos:Collection, isothes:ConceptGroup, esado:Domain ;
  isothes:subGroup esado:instrumentsNAV, esado:resourceTypesNAV, esado:themesNAV ;
  skos:prefLabel "Navigation"@en ;
  dc:modified "2020-11-08T18:00:00+00:00"^^xsd:dateTime ;
  skos:notation "NAV" .

esado:instrumentsNAV
  skos:notation "NAV instruments" ;
  skos:prefLabel "Navigation instruments"@en ;
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  isothes:superGroup esado:domainNAV .

