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

<http://data.bibliotheken.nl/id/thes/p06780621X> a schema1:Person ;
    rdfs:label "Vijver, Johannes George van de (1946-)" ;
    schema1:birthDate "1946" ;
    schema1:familyName "van de Vijver" ;
    schema1:givenName "Johannes George" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9e7325f05c74ab5e78d075950db2e821> ;
    schema1:name "Johannes George van de Vijver" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/289171742>,
        <https://isni.org/isni/0000000394604587> .

