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

<http://data.bibliotheken.nl/id/thes/p11230348X> a schema1:Person ;
    rdfs:label "Zandstra, Jan (1938-)" ;
    schema1:alternateName "Zandstra, J." ;
    schema1:birthDate "1938" ;
    schema1:description "illustrator" ;
    schema1:familyName "Zandstra" ;
    schema1:givenName "Jan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a36636637d67724b52ef861547f6d7d5> ;
    schema1:name "Jan Zandstra" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/262856775>,
        <https://isni.org/isni/0000000381985202> .

