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

<http://data.bibliotheken.nl/id/thes/p11501327X> a schema1:Person ;
    rdfs:label "Hoon, Seth de" ;
    schema1:familyName "de Hoon" ;
    schema1:givenName "Seth" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/afe4f2de019e7ff8d1768585088e989d> ;
    schema1:name "Seth de Hoon" ;
    schema1:sameAs <http://viaf.org/viaf/291110346>,
        <https://isni.org/isni/0000000396185558> .

