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

<http://data.bibliotheken.nl/id/thes/p111060184> a schema1:Person ;
    rdfs:label "Koning, Marjo" ;
    schema1:alternateName "Koning-Kunst, Marjo" ;
    schema1:familyName "Koning" ;
    schema1:givenName "Marjo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/68297d38e70149cc8d1dce254e68f823> ;
    schema1:name "Marjo Koning" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/291691500>,
        <https://isni.org/isni/0000000396715096> .

