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

<http://data.bibliotheken.nl/id/thes/p147290104> a schema1:Person ;
    rdfs:label "Denys, Pieter" ;
    schema1:familyName "Denys" ;
    schema1:givenName "Pieter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/13cddd395adc46da228f12676baa4fdb> ;
    schema1:name "Pieter Denys" ;
    schema1:sameAs <http://viaf.org/viaf/282567898>,
        <https://isni.org/isni/0000000389207544> .

