@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

esado:domainESADDP
  skos:inScheme esado: ;
  a skos:Collection, isothes:ConceptGroup, esado:Domain ;
  skos:member esado:widgetsEO, esado:widgetsSCI, esado:widgetsNAV ;
  isothes:subGroup esado:widgetsEO, esado:widgetsNAV, esado:widgetsSCI ;
  esado:assetProperty "domain"@en ;
  dc:modified "2021-11-17T18:00:00+00:00"^^xsd:dateTime ;
  skos:changeNote "Associated this resource with the asset property labeled domain"@en ;
  skos:prefLabel "ESA Data Discovery Portal"@en ;
  skos:notation "ESADDP" .

esado:widgetsSCI
  skos:notation "widgetsSCI" ;
  skos:prefLabel "Space Science Widgets"@en ;
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  isothes:superGroup esado:domainESADDP .

esado:assetProperty skos:definition "The :assetProperty property specifies, for a widget, the property name the widget should be applied to. Exampe: The esado:widgetInstrumentsEO widget should be applied to the metadata field called instrument. The domain is esado:microThesaurus and the range is the name of input field represented as a xsd:string."@en .
esado:
  rdfs:label "ESA Data Ontology"@en ;
  skos:prefLabel "ESA Data Ontology"@en ;
  a skos:ConceptScheme, owl:Ontology .

esado:widgetsNAV
  skos:notation "widgetsNAV" ;
  skos:prefLabel "Navigation Widgets"@en ;
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  isothes:superGroup esado:domainESADDP .

esado:widgetsEO
  skos:notation "widgetsEO" ;
  skos:prefLabel "Earth Observation Widgets"@en ;
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  isothes:superGroup esado:domainESADDP .

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

