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

<http://data.bibliotheken.nl/id/thes/p069168539> a schema1:Person ;
    rdfs:label "Payot, Jules" ;
    schema1:familyName "Payot" ;
    schema1:givenName "Jules" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/444d0d84dd1fa8980d25373465828cd7> ;
    schema1:name "Jules Payot" ;
    schema1:sameAs <http://viaf.org/viaf/61695367>,
        wd:Q3188836,
        <https://isni.org/isni/000000012320870X> .

