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

<http://data.bibliotheken.nl/id/thes/p15539102X> a schema1:Person ;
    rdfs:label "Dumon, Jan" ;
    schema1:description "pastoor" ;
    schema1:familyName "Dumon" ;
    schema1:givenName "Jan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/59971beef124e4f4c20677e29def1692> ;
    schema1:name "Jan Dumon" ;
    schema1:sameAs <http://viaf.org/viaf/285870400>,
        <https://isni.org/isni/0000000391930926> .

