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

<http://data.bibliotheken.nl/id/thes/p073572314> a schema1:Person ;
    rdfs:label "Geusebroek, Joost" ;
    schema1:familyName "Geusebroek" ;
    schema1:givenName "Joost" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/abe2b67829b3de2dd81fd3dd367eeb80> ;
    schema1:name "Joost Geusebroek" ;
    schema1:sameAs <http://viaf.org/viaf/67779118>,
        <https://isni.org/isni/0000000021811452> .

