@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/61780> a skos:Concept ;
    skos:altLabel "patination"@en,
        "gepatineerd"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98030> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300379761> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/MATERTECHN>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "61780" ;
    skos:prefLabel "patination"@en,
        "patineren"@nl ;
    skos:scopeNote "The formation or creation of a patina, whether produced naturally as an effect of weathering or artifically induced in the lab."@en,
        "Het vormen of creëren van een patina, of dit nu natuurlijk plaatsvindt als gevolg van verwering, of kunstmatig geïnduceerd wordt in een laboratorium."@nl ;
    prov:generatedAtTime "2023-06-12T08:49:11+00:00"^^xsd:dateTime .

