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

<http://data.bibliotheken.nl/id/thes/p07399636X> a schema1:Person ;
    rdfs:label "Walthaus, Catharina (1949-)" ;
    schema1:alternateName "Walthaus, Rina" ;
    schema1:birthDate "1949" ;
    schema1:familyName "Walthaus" ;
    schema1:givenName "Catharina" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1e9c799c7d48a8b8570bd6a715bcfc0f> ;
    schema1:name "Catharina Walthaus" ;
    schema1:sameAs <http://viaf.org/viaf/65140732>,
        <https://isni.org/isni/0000000077310673> .

