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

<http://data.bibliotheken.nl/id/thes/p429344449> a schema1:Person ;
    rdfs:label "Schulze, Bianca" ;
    schema1:familyName "Schulze" ;
    schema1:givenName "Bianca" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/85cf31958cb71a4e7df7df0f98104e03> ;
    schema1:name "Bianca Schulze" ;
    schema1:sameAs <http://viaf.org/viaf/14147904996679090343>,
        <https://isni.org/isni/0000000492217791> .

