@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/47238> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98066> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300237213> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/KWALIFICATIE>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "47238" ;
    skos:prefLabel "optician"@en,
        "opticien"@nl ;
    skos:scopeNote "Those who make or sell eyeglasses and contact lenses in accordance with the prescriptions of eye specialists such as optometrists and opthamologists."@en,
        "Zij die brillenglazen en contactlenzen maken in overeenstemming met de voorschriften van oogspecialisten zoals optometristen en oftalmologen."@nl ;
    prov:generatedAtTime "2023-06-19T09:37:50+00:00"^^xsd:dateTime .

