@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/75209> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/65432> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300011084> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "75209" ;
    skos:prefLabel "diamond (mineral)"@en,
        "diamant (mineraal)"@nl ;
    skos:scopeNote "A highly transparent and exceedingly hard mineral of carbon; it is the hardest known substance."@en,
        "Een zeer transparante en buitengewoon harde edelsteen van koolstof. Voorzover bekend is het de hardste stof."@nl ;
    prov:generatedAtTime "2023-09-11T13:16:04+00:00"^^xsd:dateTime .

