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

<http://data.bibliotheken.nl/id/thes/p313702403> a schema1:Person ;
    rdfs:label "Blee, Harry" ;
    schema1:familyName "Blee" ;
    schema1:givenName "Harry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cc9b81051923932b919e2b9a5e71cffe> ;
    schema1:name "Harry Blee" ;
    schema1:sameAs <http://viaf.org/viaf/29337040>,
        <https://isni.org/isni/0000000051083126> .

