@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/99045> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/90173> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300011264>,
        <https://www.wikidata.org/entity/Q484924> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/MATERTECHN>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "99045" ;
    skos:prefLabel "tuff"@en,
        "tufsteen"@nl ;
    skos:scopeNote "Rock composed of the finer kinds of volcanic detritus."@en,
        "Gesteente samengesteld uit de fijnere soorten vulkanisch detritus."@nl ;
    prov:generatedAtTime "2024-10-31T13:34:26+00:00"^^xsd:dateTime .

