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

<http://data.bibliotheken.nl/id/thes/p16147800X> a schema1:Person ;
    rdfs:label "Soethout, Maud" ;
    schema1:description "red." ;
    schema1:familyName "Soethout" ;
    schema1:givenName "Maud" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/05ff8b92f95b85e809ebcbb3d5afe144> ;
    schema1:name "Maud Soethout" ;
    schema1:sameAs <https://isni.org/isni/0000000368768705> .

