@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/p068332483> a schema1:Person ;
    rdfs:label "Everaert, John G. (1936-)" ;
    schema1:birthDate "1936" ;
    schema1:familyName "Everaert" ;
    schema1:givenName "John G." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d912d9531192cdd831b50420cf7f525a> ;
    schema1:name "John G. Everaert" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/24729327>,
        wd:Q55233177,
        <https://isni.org/isni/0000000110228437> .

