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

esado:instTypeGNSSReceiver
  skos:prefLabel "GNSS Receiver"@en ;
  a skos:Concept, owl:NamedIndividual .

esado:MicroThesaurus
  rdfs:label "Micro-Thesaurus"@en ;
  a owl:Class .

esado:domainESADDP
  a skos:Collection, isothes:ConceptGroup, esado:Domain ;
  skos:prefLabel "ESA Data Discovery Portal"@en ;
  skos:member esado:widgetsNAV .

esado:instTypeWeatherStation
  skos:prefLabel "Weather station"@en ;
  a skos:Concept, owl:NamedIndividual .

esado:instrument
  rdfs:label "instrument"@en ;
  a owl:ObjectProperty, rdf:Property .

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:widgetsNAV
  skos:notation "widgetsNAV" ;
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  skos:prefLabel "Navigation Widgets"@en ;
  isothes:subGroup esado:widgetInstrumentsNAV ;
  skos:member esado:widgetInstrumentsNAV .

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

esado:instTypeSatelliteLaserRanging
  skos:prefLabel "Satellite Laser Ranging"@en ;
  a skos:Concept, owl:NamedIndividual .

esado:widgetInstrumentsNAV
  skos:changeNote "2022-09-19 [aperei01] Changed definition to reflect new thesaurus for Navigation."@en, "Changed prefix fS (faceted search) in the name this skos:Collection to the generic word widget."@en, "Associated this filter with input field esado:instrument."@en ;
  a esado:MicroThesaurus, skos:Collection, isothes:ConceptGroup ;
  skos:member esado:instTypeSatelliteLaserRanging, esado:instTypeWeatherStation, esado:instTypeGNSSReceiver ;
  isothes:superGroup esado:widgetsNAV ;
  esado:assetProperty "instrument"@en ;
  skos:prefLabel "Instrument"@en ;
  skos:definition "Widget for Instruments in Navigation"@en ;
  skos:notation "widgetInstrumentsNAV"@en ;
  skos:inScheme esado: ;
  dc:relation esado:instrument ;
  dc:modified "2022-09-19T18:00:00+00:00"^^xsd:dateTime .

