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

<http://data.bibliotheken.nl/id/thes/p073303542> a schema1:Person ;
    rdfs:label "Rinzema, Arjen (1958-)" ;
    schema1:birthDate "1958" ;
    schema1:familyName "Rinzema" ;
    schema1:givenName "Arjen" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/80d8b308508f941a25f3b196fc5d8ae8> ;
    schema1:name "Arjen Rinzema" ;
    schema1:sameAs <http://viaf.org/viaf/191139766>,
        <https://isni.org/isni/000000039313670X> .

