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

<http://data.bibliotheken.nl/id/thes/p075247933> a schema1:Person ;
    rdfs:label "Valentijn, E." ;
    schema1:familyName "Valentijn" ;
    schema1:givenName "E." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6d33013b3cfc0413ff1df82968dd57c9> ;
    schema1:name "E. Valentijn" ;
    schema1:sameAs <http://viaf.org/viaf/285532507>,
        <https://isni.org/isni/0000000391675021> .

