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

<http://data.bibliotheken.nl/id/thes/p15356881X> a schema1:Person ;
    rdfs:label "Bokhout, Birgitta (1963-)" ;
    schema1:birthDate "1963" ;
    schema1:familyName "Bokhout" ;
    schema1:givenName "Birgitta" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/df269acbf85dd71ee2d8c7893feaece4> ;
    schema1:name "Birgitta Bokhout" ;
    schema1:sameAs <http://viaf.org/viaf/284719942>,
        <https://isni.org/isni/0000000390959866> .

