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

<http://data.bibliotheken.nl/id/thes/p111004438> a schema1:Person ;
    rdfs:label "Hanne, Michael" ;
    schema1:familyName "Hanne" ;
    schema1:givenName "Michael" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f1275f2bca7595b2f2c21166b762334a> ;
    schema1:name "Michael Hanne" ;
    schema1:sameAs <http://viaf.org/viaf/38599616>,
        <https://isni.org/isni/0000000035669354> .

