@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/64028> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98092> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300239495> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "64028" ;
    skos:prefLabel "swimming"@en,
        "zwemmen"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/63633>,
        <https://data.rkd.nl/thesaurus/64026>,
        <https://data.rkd.nl/thesaurus/65519> ;
    skos:scopeNote "The activity of a person or animal propelling themselves in the water by natural means of progression, such as floating and kicking or paddling the limbs. For the activity of cleansing, prefer \"bathing (hygienic activity).\""@en,
        "De activiteit van een persoon of dier die of dat zich op natuurlijke wijze door het water voortbeweegt, bijvoorbeeld door te drijven en met ledematen te trappelen of peddelen."@nl ;
    prov:generatedAtTime "2023-07-10T14:44:49+00:00"^^xsd:dateTime .

