@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/p072479558> a schema1:Person ;
    rdfs:label "Sandick, Leonard Hendrik Willem van (1876-1936)" ;
    schema1:birthDate "1876" ;
    schema1:deathDate "1936" ;
    schema1:familyName "van Sandick" ;
    schema1:givenName "Leonard Hendrik Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3f407fa5a1f47f439ce15906404a17ab> ;
    schema1:name "Leonard Hendrik Willem van Sandick" ;
    schema1:sameAs <http://viaf.org/viaf/285277937>,
        wd:Q108541659,
        <https://isni.org/isni/0000000391429170> .

