@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/46001> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/45011> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300014435> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/MATERTECHN>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "46001" ;
    skos:prefLabel "perspex"@en,
        "perspex"@nl ;
    skos:scopeNote "Commercially produced, British acrylic plastic consisting essentially of polymerized methyl methacrylate. Polymethyl methacrylate was discovered in the early 1930s by British chemists at Imperial Chemical Industries in England and trademarked the name Perspex."@en,
        "Commercieel geproduceerd Britse acrylplastic dat hoofdzakelijk bestaat uit gepolymeriseerd methyl-methacrylaat."@nl ;
    prov:generatedAtTime "2023-09-12T07:42:07+00:00"^^xsd:dateTime .

