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

<http://data.bibliotheken.nl/id/thes/p18908345X> a schema1:Person ;
    rdfs:label "Greschat, Katharina (1965-)" ;
    schema1:birthDate "1965" ;
    schema1:familyName "Greschat" ;
    schema1:givenName "Katharina" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/13c2935e8cd66c8db81cbe7d83071009> ;
    schema1:name "Katharina Greschat" ;
    schema1:sameAs <http://viaf.org/viaf/51970967>,
        wd:Q75951184,
        <https://isni.org/isni/0000000116423065> .

