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

<http://data.bibliotheken.nl/id/thes/p146456181> a schema1:Person ;
    rdfs:label "Meijer, Herman (Nederland-Indonesie)" ;
    schema1:familyName "Meijer" ;
    schema1:givenName "Herman" ;
    schema1:hasOccupation "Nederland-Indonesie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ad3b119f22773bbff1a0dfec3970a4f6> ;
    schema1:name "Herman Meijer" ;
    schema1:sameAs <http://viaf.org/viaf/289388941>,
        <https://isni.org/isni/0000000394799142> .

