@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/p092962106> a schema1:Person ;
    rdfs:label "Gemert, Johannes Albertus van (1921-)" ;
    schema1:birthDate "1921" ;
    schema1:familyName "van Gemert" ;
    schema1:givenName "Johannes Albertus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3f65609edebcb1685270b5e6c8c5c141> ;
    schema1:name "Johannes Albertus van Gemert" ;
    schema1:sameAs <http://viaf.org/viaf/284610984>,
        wd:Q2015528 .

