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

<http://data.bibliotheken.nl/id/thes/p073124222> a schema1:Person ;
    rdfs:label "Hessels, Marinus (1959-)" ;
    schema1:birthDate "1959" ;
    schema1:familyName "Hessels" ;
    schema1:givenName "Marinus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4487d19bf731591601534867813c433e> ;
    schema1:name "Marinus Hessels" ;
    schema1:sameAs <http://viaf.org/viaf/195088763>,
        <https://isni.org/isni/0000000139512642> .

