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

<http://data.bibliotheken.nl/id/thes/p265261953> a schema1:Person ;
    rdfs:label "Peters, Josje" ;
    schema1:familyName "Peters" ;
    schema1:givenName "Josje" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/eca79d56527700bcf18b321e80b1d3af> ;
    schema1:name "Josje Peters" ;
    schema1:sameAs <http://viaf.org/viaf/280877905> .

