@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/p091493587> a schema1:Person ;
    rdfs:label "Bal, Willem (1808-1897 ; houtgraveur, letterzetter)" ;
    schema1:birthDate "1808" ;
    schema1:deathDate "1897" ;
    schema1:familyName "Bal" ;
    schema1:givenName "Willem" ;
    schema1:hasOccupation "houtgraveur, letterzetter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f23a702d766cdad1075c33ae79f9598c> ;
    schema1:name "Willem Bal" ;
    schema1:sameAs <http://viaf.org/viaf/30228404>,
        wd:Q59928913,
        <https://isni.org/isni/0000000394088447> .

