@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/p072046279> a schema1:Person ;
    rdfs:label "Verkerk, Emo (1955-)" ;
    schema1:birthDate "1955" ;
    schema1:familyName "Verkerk" ;
    schema1:givenName "Emo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a8d2cd0e4da0cf492c28570142350902> ;
    schema1:name "Emo Verkerk" ;
    schema1:sameAs <http://viaf.org/viaf/72254991>,
        wd:Q5831571,
        <https://isni.org/isni/0000000106776385> .

