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

<http://data.bibliotheken.nl/id/thes/p394182812> a schema1:Person ;
    rdfs:label "Moulin, Anne" ;
    schema1:familyName "Moulin" ;
    schema1:givenName "Anne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/83916543d3d9956aeed5389b7fb7dfc2> ;
    schema1:name "Anne Moulin" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/56614093>,
        <https://isni.org/isni/0000000000060266> .

