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

<http://data.bibliotheken.nl/id/thes/p071692967> a schema1:Person ;
    rdfs:label "Goudt, Mieke (1952-)" ;
    schema1:birthDate "1952" ;
    schema1:familyName "Goudt" ;
    schema1:givenName "Mieke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7f80b5c53db4f6b5b50f685057c783f8> ;
    schema1:name "Mieke Goudt" ;
    schema1:sameAs <http://viaf.org/viaf/282819628>,
        <https://isni.org/isni/0000000369156583> .

