@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/62503> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/62505> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300009806> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT>,
        <https://data.rkd.nl/thesaurus/scheme/VORM> ;
    skos:notation "62503" ;
    skos:prefLabel "triangle"@en,
        "driehoek"@nl ;
    skos:scopeNote "Polygons having three sides and three angles."@en,
        "Veelhoeken met drie zijden en drie hoeken."@nl ;
    prov:generatedAtTime "2021-11-23T07:54:45+00:00"^^xsd:dateTime .

