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

<http://data.bibliotheken.nl/id/thes/p26031739X> a schema1:Person ;
    rdfs:label "Boer, Ulrike" ;
    schema1:familyName "Boer" ;
    schema1:givenName "Ulrike" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ff69c09b955b478658d14e67e1b67e60> ;
    schema1:name "Ulrike Boer" ;
    schema1:sameAs <http://viaf.org/viaf/284246946> .

