@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/p298377233> a schema1:Person ;
    rdfs:label "Evenboer, Tjarko (1983-)" ;
    schema1:birthDate "1983" ;
    schema1:familyName "Evenboer" ;
    schema1:givenName "Tjarko" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1c20c3aba5246b7969d5aa339a02c297> ;
    schema1:name "Tjarko Evenboer" ;
    schema1:sameAs <http://viaf.org/viaf/287310027>,
        wd:Q3209261,
        <https://isni.org/isni/0000000368807401> .

