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

<http://data.bibliotheken.nl/id/thes/p183125002> a schema1:Person ;
    rdfs:label "Kruse, Cerstin S." ;
    schema1:familyName "Kruse" ;
    schema1:givenName "Cerstin S." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e8340a6a1d9894eeaa366205c0914f34> ;
    schema1:name "Cerstin S. Kruse" ;
    schema1:sameAs <https://isni.org/isni/0000000386992858> .

