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

<http://data.bibliotheken.nl/id/thes/p28900523X> a schema1:Person ;
    rdfs:label "Battjes, Herman" ;
    schema1:familyName "Battjes" ;
    schema1:givenName "Herman" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5511ca8b28161c1b655a0781b0aa6e42> ;
    schema1:name "Herman Battjes" ;
    schema1:sameAs <http://viaf.org/viaf/282711176>,
        <https://isni.org/isni/000000038933560X> .

