@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/p073234435> a schema1:Person ;
    rdfs:label "Sonius, Harko Willem Johannes (1902-1989)" ;
    schema1:birthDate "1902" ;
    schema1:deathDate "1989" ;
    schema1:familyName "Sonius" ;
    schema1:givenName "Harko Willem Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e1bb6ad3c6b57dfa81c06b857037952b> ;
    schema1:name "Harko Willem Johannes Sonius" ;
    schema1:sameAs <http://viaf.org/viaf/25899353>,
        wd:Q107551572,
        <https://isni.org/isni/0000000082076981> .

