@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/64656> a skos:Concept ;
    skos:altLabel "white dodo"@en,
        "witte dodo"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/64701> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300250043>,
        <http://www.iconclass.org/25F39(DODO)>,
        <https://www.wikidata.org/entity/Q43502> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "64656" ;
    skos:prefLabel "dodo"@en,
        "dodo"@nl ;
    skos:scopeNote "Extinct flightless birds native to Mauritius, first seen by Portuguese sailors about 1507. They were extinct by 1681 Dodos weighed about 50 pounds, had blue-gray plumage, a big head, a blackish bill with reddish sheath forming the hooked tip, small useless wings, stout yellow legs, and a tuft of curly feathers high on its rear end."@en,
        "Raphus cucullatus"@nl ;
    prov:generatedAtTime "2021-10-19T15:02:42+00:00"^^xsd:dateTime .

