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

<http://data.bibliotheken.nl/id/thes/p068332467> a schema1:Person ;
    rdfs:label "Boeke, Pieter Elisa (1920-1995)" ;
    schema1:birthDate "1920" ;
    schema1:deathDate "1995" ;
    schema1:familyName "Boeke" ;
    schema1:givenName "Pieter Elisa" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3ce646541a49154d536194f163d36977> ;
    schema1:name "Pieter Elisa Boeke" ;
    schema1:sameAs <http://viaf.org/viaf/78501558>,
        <https://isni.org/isni/0000000045064180> .

