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

<http://data.bibliotheken.nl/id/thes/p072267585> a schema1:Person ;
    rdfs:label "Mullerfurer, Konrad (illustrator)" ;
    schema1:familyName "Mullerfurer" ;
    schema1:givenName "Konrad" ;
    schema1:hasOccupation "illustrator" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3a0593cccb0393ef4f84d7a99a3e7796> ;
    schema1:name "Konrad Mullerfurer" ;
    schema1:sameAs <http://viaf.org/viaf/282892021>,
        <https://isni.org/isni/0000000389500783> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/mull125> .

