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

<http://data.bibliotheken.nl/id/thes/p305955160> a schema1:Person ;
    rdfs:label "Schuttel, Hans" ;
    schema1:familyName "Schuttel" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ce93f5684a864c688a89a8a6cf32a6aa> ;
    schema1:name "Hans Schuttel" ;
    schema1:sameAs <http://viaf.org/viaf/281013057>,
        <https://isni.org/isni/0000000387926502> .

