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

<http://data.bibliotheken.nl/id/thes/p069284555> a schema1:Person ;
    rdfs:label "Voet, H.A." ;
    schema1:description "Rotterdam" ;
    schema1:familyName "Voet" ;
    schema1:givenName "H.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b217babb4ebe054cc1e25725894bbc0c> ;
    schema1:name "H.A. Voet" ;
    schema1:sameAs <http://viaf.org/viaf/279979333>,
        <https://isni.org/isni/0000000387118484> .

