@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/p068666942> a schema1:Person ;
    rdfs:label "Vandeputte, Robert (1908-)" ;
    schema1:birthDate "1908" ;
    schema1:familyName "Vandeputte" ;
    schema1:givenName "Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9f579b68374b8ac8eee003b7f0b73158> ;
    schema1:name "Robert Vandeputte" ;
    schema1:sameAs <http://viaf.org/viaf/75147206>,
        wd:Q1898248,
        <https://isni.org/isni/0000000083447510> .

