@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.rkd.nl/thesaurus/62893> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/47018> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300025789> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/KWALIFICATIE>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "62893" ;
    skos:prefLabel "astronomer"@en,
        "astronoom"@nl ;
    skos:scopeNote "Scientists who deal with the material universe beyond the earth's atmosphere."@en,
        "Wetenschappers die het materiële universum buiten de atmosfeer van de aarde bestuderen."@nl ;
    prov:generatedAtTime "2021-10-19T15:01:40+00:00"^^xsd:dateTime .

