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

<http://data.bibliotheken.nl/id/thes/p069399050> a schema1:Person ;
    rdfs:label "Day, David (1947-)" ;
    schema1:birthDate "1947" ;
    schema1:description "bron: https://en.wikipedia.org/wiki/David_Day_(Canadian_author)",
        "mb" ;
    schema1:familyName "Day" ;
    schema1:givenName "David" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a2792d9fec0ee85c47f3d7a7520e0d28> ;
    schema1:name "David Day" ;
    schema1:nationality "ca" ;
    schema1:sameAs wd:Q92799,
        <https://isni.org/isni/0000000110319769> .

