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

<http://data.bibliotheken.nl/id/thes/p215725328> a schema1:Person ;
    rdfs:label "Golder, Marion" ;
    schema1:familyName "Golder" ;
    schema1:givenName "Marion" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f96bb2b993bd25239a19f18327a7a923> ;
    schema1:name "Marion Golder" ;
    schema1:sameAs <http://viaf.org/viaf/258569377>,
        <https://isni.org/isni/0000000380102244> .

