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

<http://data.bibliotheken.nl/id/thes/p145836398> a schema1:Person ;
    rdfs:label "Wolters, Janneke" ;
    schema1:description "redactie; woont in Amsterdam" ;
    schema1:familyName "Wolters" ;
    schema1:givenName "Janneke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/79b1dc033baeef1666a394e73b8bd450> ;
    schema1:name "Janneke Wolters" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/283745342>,
        <https://isni.org/isni/0000000368947762> .

