@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/1243> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/96660> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300021861> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/NATIONALITEIT>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/80153> ;
    skos:notation "1243" ;
    skos:prefLabel "Australian"@en,
        "Australisch"@nl ;
    skos:scopeNote "Describes the culture and style of Aboriginal Australians and current inhabitants of Australia, such as rock art, sculpture in wood, clay and sand, body decoration and bark painting, created both before and after European colonization."@en,
        "Beschrijft de diverse soorten kunstwerken die zijn vervaardigd door de Australische Aboriginals en de huidige inwoners, zoals rotskunst, beeldhouwwerken in hout, klei en zand, lichaamsdecoratie en bastschilderwerk, zowel voor als na de kolonisatie door de Europeanen."@nl ;
    prov:generatedAtTime "2022-05-04T14:30:15+00:00"^^xsd:dateTime .

