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

<http://data.bibliotheken.nl/id/thes/p11739825X> a schema1:Person ;
    rdfs:label "Wilson, Hugo" ;
    schema1:familyName "Wilson" ;
    schema1:givenName "Hugo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c8777e7ad9e9f7aa9c4b4053ed721503> ;
    schema1:name "Hugo Wilson" ;
    schema1:sameAs <http://viaf.org/viaf/286811556>,
        <https://isni.org/isni/0000000369102200> .

