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

<http://data.bibliotheken.nl/id/thes/p181663678> a schema1:Person ;
    rdfs:label "Winkel, Margarita (1956-)" ;
    schema1:birthDate "1956" ;
    schema1:familyName "Winkel" ;
    schema1:givenName "Margarita" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fa3d4b488c9dee123b360ab0711963ae> ;
    schema1:name "Margarita Winkel" ;
    schema1:sameAs <http://viaf.org/viaf/76610508>,
        <https://isni.org/isni/0000000081572289> .

