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

<http://data.bibliotheken.nl/id/thes/p142090018> a schema1:Person ;
    rdfs:label "Peters, G.J." ;
    schema1:familyName "Peters" ;
    schema1:givenName "G.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c615e91f0464983f4db7bc89db68115c> ;
    schema1:name "G.J. Peters" ;
    schema1:sameAs <http://viaf.org/viaf/203512167>,
        <https://isni.org/isni/0000000389743363> .

