@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/p074724932> a schema1:Person ;
    rdfs:label "Sundby, Bertil Johannes (1919-)" ;
    schema1:birthDate "1919" ;
    schema1:familyName "Sundby" ;
    schema1:givenName "Bertil Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c806736d7cccecf513fcfe56b1d26c99> ;
    schema1:name "Bertil Johannes Sundby" ;
    schema1:sameAs <http://viaf.org/viaf/90724615>,
        wd:Q59533226,
        <https://isni.org/isni/0000000109972533> .

