@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/55888> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/69916> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300011845> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/DRAGER>,
        <https://data.rkd.nl/thesaurus/scheme/MATERTECHN>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "55888" ;
    skos:prefLabel "leather"@en,
        "leer"@nl ;
    skos:scopeNote "The skin or hide of an animal that has been tanned to render it resistant to putrefication and relatively soft and flexible when dry. For composite material made from scrap leather pieces, use \"maril.\""@en,
        "De huid of het vel van een dier, die is gelooid om hem tegen bederf te beschermen en in droge toestand relatief zacht en soepel te maken."@nl ;
    prov:generatedAtTime "2021-10-19T15:00:31+00:00"^^xsd:dateTime .

