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

<http://data.bibliotheken.nl/id/thes/p071902961> a schema1:Person ;
    rdfs:label "Köhler, Rolf" ;
    schema1:description "illustrator" ;
    schema1:familyName "Köhler" ;
    schema1:givenName "Rolf" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5ec540d2aafb811d34af7331b0faa5cc> ;
    schema1:name "Rolf Köhler" ;
    schema1:sameAs <http://viaf.org/viaf/64186264>,
        <https://isni.org/isni/0000000110677216> .

