@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/63599> a skos:Concept ;
    skos:altLabel "leather jacket"@en,
        "leren jas"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98132> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300046143> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/67308>,
        <https://data.rkd.nl/thesaurus/67966>,
        <https://data.rkd.nl/thesaurus/67967>,
        <https://data.rkd.nl/thesaurus/67970>,
        <https://data.rkd.nl/thesaurus/67972>,
        <https://data.rkd.nl/thesaurus/98270>,
        <https://data.rkd.nl/thesaurus/98272> ;
    skos:notation "63599" ;
    skos:prefLabel "coat"@en,
        "jas"@nl ;
    skos:scopeNote "Main garments usually fitted to the upper body, extending below the hip line, open at the front or side and generally having sleeves. Also, similar outer garments worn for warmth or protection from the weather."@en,
        "Bovenkleding gevormd naar het bovenlichaam en doorlopend tot beneden de heuplijn, open aan de voor- of zijkant en in het algemeen met mouwen. Ook soortgelijke overkleding gedragen ter bescherming tegen het weer."@nl ;
    prov:generatedAtTime "2023-07-31T09:30:29+00:00"^^xsd:dateTime .

