@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p181038048> a schema1:Person ;
    rdfs:label "David, Vinco (1961-2023)" ;
    schema1:birthDate "1961" ;
    schema1:deathDate "2023" ;
    schema1:description "bron: https://werkgroepcaraibischeletteren.nl/vinco-david-overleden/" ;
    schema1:familyName "David" ;
    schema1:givenName "Vinco" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/28b3a3ecb1acff06676377c94f749cbf> ;
    schema1:name "Vinco David" ;
    schema1:nationality "nl" ;
    schema1:sameAs <https://isni.org/isni/0000000369070667> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/davi036> .

