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

<http://data.bibliotheken.nl/id/thes/p238522962> a schema1:Person ;
    rdfs:label "Griesheimer, Lotte" ;
    schema1:description "Lotte Griesheimer",
        "bron: www.intraval.nl",
        "studie sociologie" ;
    schema1:familyName "Griesheimer" ;
    schema1:givenName "Lotte" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f755bb2f13fb7d20cea3bd2c4ab8221d> ;
    schema1:name "Lotte Griesheimer" ;
    schema1:sameAs <http://viaf.org/viaf/283595301>,
        <https://isni.org/isni/0000000390078030> .

