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

esado:widgetMissionsSCI
  dc:relation esado:mission ;
  skos:member esado:missionsAstroSCI, esado:missionsHelioSCI, esado:missionsPlanetSCI ;
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  skos:changeNote "Changed prefix fS (faceted search) in the name this skos:Collection to the generic word widget."@en, "Associated this filter with input field esado:mission."@en ;
  esado:assetProperty "mission"@en ;
  skos:definition "Widget for Missions in Space Science"@en ;
  skos:notation "widgetMissionsSCI"@en ;
  skos:inScheme esado: ;
  skos:prefLabel "Mission"@en ;
  isothes:superGroup esado:widgetsSCI ;
  dc:modified "2021-10-24T18:00:00+00:00"^^xsd:dateTime .

esado:missionsPlanetSCI
  skos:notation "missionsPlanetSCI"@en ;
  skos:prefLabel "Planetary"@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:widgetsSCI .

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

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

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:missionsAstroSCI
  skos:notation "missionsAstroSCI"@en ;
  skos:prefLabel "Astronomy"@en ;
  a skos:Concept, owl:NamedIndividual .

esado:missionsHelioSCI
  skos:notation "missionsHelioSCI"@en ;
  skos:prefLabel "Heliophysics"@en ;
  a skos:Concept, owl:NamedIndividual .

