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

<http://data.bibliotheken.nl/id/thes/p204851106> a schema1:Person ;
    rdfs:label "Klein, Hans" ;
    schema1:description "leermiddelen" ;
    schema1:familyName "Klein" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/442362be48a8677b7eec616c20cf146c> ;
    schema1:name "Hans Klein" ;
    schema1:sameAs <http://viaf.org/viaf/289292709>,
        <https://isni.org/isni/0000000394723340> .

