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

<http://data.bibliotheken.nl/id/thes/p18077848X> a schema1:Person ;
    rdfs:label "Hart, Christopher (1957- ; cartoons)" ;
    schema1:alternateName "Hart, Chris" ;
    schema1:birthDate "1957" ;
    schema1:description "tekenaar" ;
    schema1:familyName "Hart" ;
    schema1:givenName "Christopher" ;
    schema1:hasOccupation "cartoons" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/297f2c7069559fe7fd8493485d1a73ac> ;
    schema1:name "Christopher Hart" ;
    schema1:sameAs <http://viaf.org/viaf/102916938>,
        <https://isni.org/isni/0000000082861170> .

