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

<http://data.bibliotheken.nl/id/thes/p072004185> a schema1:Person ;
    rdfs:label "Breusers, H.N.C." ;
    schema1:description "Herman" ;
    schema1:familyName "Breusers" ;
    schema1:givenName "H.N.C." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6412d77cf30aafb96cb7bcc2f2374d70> ;
    schema1:name "H.N.C. Breusers" ;
    schema1:sameAs <http://viaf.org/viaf/281047708>,
        <https://isni.org/isni/0000000387947207> .

