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

<http://data.bibliotheken.nl/id/thes/p069081824> a schema1:Person ;
    rdfs:label "Witte, Harry" ;
    schema1:description "mb" ;
    schema1:familyName "Witte" ;
    schema1:givenName "Harry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d308c11a89b2f4445f45a6a1ff6af9ba> ;
    schema1:name "Harry Witte" ;
    schema1:sameAs <http://viaf.org/viaf/282215350>,
        <https://isni.org/isni/0000000388963954> .

