@prefix esado: <https://data.esa.int/esado/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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: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:widgetsEO .

<https://earth.esa.int/concept/d35df580-8ebc-52f7-a7ff-b24fda8fbcea>
  rdfs:label "Solar/Space Observation Satellite"@en ;
  skos:prefLabel "Solar/Space Observation Satellite"@en ;
  a skos:Concept .

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

<https://earth.esa.int/concept/90f5be6a-ca7f-5cf1-b753-539e12d9284b>
  skos:prefLabel "Space Station/Manned Spacecraft"@en ;
  a skos:Concept .

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:widgetsEO
  skos:notation "widgetsEO" ;
  a skos:Collection, esado:MicroThesaurus, isothes:ConceptGroup ;
  skos:prefLabel "Earth Observation Widgets"@en ;
  isothes:subGroup esado:widgetMissionsEO ;
  skos:member esado:widgetMissionsEO .

<https://earth.esa.int/concept/c55d6941-023c-514c-a9c4-1693c053f861>
  rdfs:label "Earth Observation Satellite"@en ;
  skos:prefLabel "Earth Observation Satellite"@en ;
  a skos:Concept .

esado:widgetMissionsEO
  skos:changeNote "2022-08-29 - Updated skos:member after update to eo-thes."@en, "2021-10-24 - Associated this filter with input field esado:mission."@en, "2021-10-24 - Changed prefix fS (faceted search) in the name this skos:Collection to the generic word widget."@en ;
  skos:notation "widgetMissionsEO"@en ;
  a isothes:ConceptGroup, skos:Collection, esado:MicroThesaurus ;
  skos:member <https://earth.esa.int/concept/90f5be6a-ca7f-5cf1-b753-539e12d9284b>, <https://earth.esa.int/concept/c55d6941-023c-514c-a9c4-1693c053f861>, <https://earth.esa.int/concept/d35df580-8ebc-52f7-a7ff-b24fda8fbcea> ;
  esado:assetProperty "mission"@en ;
  skos:inScheme esado: ;
  skos:definition "Widget for Missions in Earth Observation"@en ;
  dc:relation esado:mission ;
  dc:modified "2022-09-29T18:00:00+00:00"^^xsd:dateTime ;
  isothes:superGroup esado:widgetsEO ;
  skos:editorialNote "Follows terminology at earth.esa.int . Contains only leafs."@en ;
  skos:prefLabel "Mission"@en .

