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

<http://data.bibliotheken.nl/id/thes/p260612081> a schema1:Person ;
    rdfs:label "Doorn, David Anthonie van (1977-)" ;
    schema1:birthDate "1977" ;
    schema1:familyName "van Doorn" ;
    schema1:givenName "David Anthonie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f384ad4309b1396e7bf409e8057be722> ;
    schema1:name "David Anthonie van Doorn" ;
    schema1:sameAs <http://viaf.org/viaf/289370440>,
        <https://isni.org/isni/0000000394806357> .

