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

<http://data.bibliotheken.nl/id/thes/p075179954> a schema1:Person ;
    rdfs:label "Hoven, Willem" ;
    schema1:familyName "Hoven" ;
    schema1:givenName "Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7d07034f20817e0a2239a05fee8beabe> ;
    schema1:name "Willem Hoven" ;
    schema1:sameAs <http://viaf.org/viaf/280081810>,
        wd:Q105824137,
        <https://isni.org/isni/0000000387175526> .

