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

<http://data.bibliotheken.nl/id/thes/p20278553X> a schema1:Person ;
    rdfs:label "N., Lonneke" ;
    schema1:alternateName "Lonneke",
        "Lonneke N." ;
    schema1:description "Brief (B0041670) ondertekend met Lonneke" ;
    schema1:familyName "N." ;
    schema1:givenName "Lonneke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/de599b4f98143f3514bdd458a42364c7> ;
    schema1:name "Lonneke N." ;
    schema1:sameAs <http://viaf.org/viaf/281666663>,
        <https://isni.org/isni/0000000388444994> .

