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

<http://data.bibliotheken.nl/id/thes/p072102942> a schema1:Person ;
    rdfs:label "Boven, Ebeltje (1949-)" ;
    schema1:alternateName "Boven, Epie" ;
    schema1:birthDate "1949" ;
    schema1:familyName "Boven" ;
    schema1:givenName "Ebeltje" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e45c42145163a04a3b46269a9b47abd6> ;
    schema1:name "Ebeltje Boven" ;
    schema1:sameAs <http://viaf.org/viaf/289614829>,
        <https://isni.org/isni/0000000395011302> .

