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

<http://data.bibliotheken.nl/id/thes/p073540951> a schema1:Person ;
    rdfs:label "Roenhorst, Herman Wilhelm" ;
    schema1:familyName "Roenhorst" ;
    schema1:givenName "Herman Wilhelm" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a1f0b2788d732c420e560345ec9e6d4f> ;
    schema1:name "Herman Wilhelm Roenhorst" ;
    schema1:sameAs <http://viaf.org/viaf/280019146>,
        <https://isni.org/isni/0000000387105093> .

