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

<http://data.bibliotheken.nl/id/thes/p06911868X> a schema1:Person ;
    rdfs:label "Mourik, Johannes (1947-)" ;
    schema1:birthDate "1947" ;
    schema1:familyName "Mourik" ;
    schema1:givenName "Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2c984aee184fa98941cbcfd723f6cd8a> ;
    schema1:name "Johannes Mourik" ;
    schema1:sameAs <http://viaf.org/viaf/306159888> .

