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

<http://data.bibliotheken.nl/id/thes/p320905063> a schema1:Person ;
    rdfs:label "Huizinga, Dirk (1944-)" ;
    schema1:birthDate "1944" ;
    schema1:description "scheepvaart, kinderboeken, schilderkunst" ;
    schema1:familyName "Huizinga" ;
    schema1:givenName "Dirk" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3c3d4bde1be2120895335c03289e2a49> ;
    schema1:name "Dirk Huizinga" ;
    schema1:sameAs <http://viaf.org/viaf/284065141>,
        <https://isni.org/isni/0000000390482666> .

