@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/p068009232> a schema1:Person ;
    rdfs:label "Durand, Paul J. (1908-1960)" ;
    schema1:birthDate "1908" ;
    schema1:deathDate "1960" ;
    schema1:familyName "Durand" ;
    schema1:givenName "Paul J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/53e5f68c349ee42cd57157dc2ce577a1> ;
    schema1:name "Paul J. Durand" ;
    schema1:sameAs <http://viaf.org/viaf/86687698>,
        wd:Q3371146,
        <https://isni.org/isni/0000000121424273> .

