@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/67876> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98810> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300417330> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "67876" ;
    skos:prefLabel "jumping"@en,
        "springen"@nl ;
    skos:scopeNote "The act of springing into the air."@en,
        "De handeling van het in de lucht veren."@nl ;
    prov:generatedAtTime "2024-04-15T08:45:49+00:00"^^xsd:dateTime .

