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

<http://data.bibliotheken.nl/id/thes/p12422749X> a schema1:Person ;
    rdfs:label "Krause, Catarina" ;
    schema1:familyName "Krause" ;
    schema1:givenName "Catarina" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d8dbd6973fb0ae71b880ca0ff30e00b1> ;
    schema1:name "Catarina Krause" ;
    schema1:sameAs <http://viaf.org/viaf/74033530>,
        <https://isni.org/isni/000000011672532X> .

