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

<http://data.bibliotheken.nl/id/thes/p069787778> a schema1:Person ;
    rdfs:label "Homan, H.J.A." ;
    schema1:familyName "Homan" ;
    schema1:givenName "H.J.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/52d70033cc7c6b075a0f75ed6a456464> ;
    schema1:name "H.J.A. Homan" ;
    schema1:sameAs <http://viaf.org/viaf/288967799>,
        <https://isni.org/isni/0000000394492626> .

