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

<http://data.bibliotheken.nl/id/thes/p409215198> a schema1:Person ;
    rdfs:label "Müller, Herman (illustrator)" ;
    schema1:familyName "Müller" ;
    schema1:givenName "Herman" ;
    schema1:hasOccupation "illustrator" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dea57b9210ff3b6bd1a049d62a3de32d> ;
    schema1:name "Herman Müller" ;
    schema1:sameAs <http://viaf.org/viaf/543149066771665602493> .

