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

<http://data.bibliotheken.nl/id/thes/p169334538> a schema1:Person ;
    rdfs:label "Kremer, Marion" ;
    schema1:familyName "Kremer" ;
    schema1:givenName "Marion" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/74f322a06c818608f675ddeee2167219> ;
    schema1:name "Marion Kremer" ;
    schema1:sameAs <https://isni.org/isni/0000000045097863> .

