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

<http://data.bibliotheken.nl/id/thes/p101408714> a schema1:Person ;
    rdfs:label "Buntinx, Jean" ;
    schema1:familyName "Buntinx" ;
    schema1:givenName "Jean" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/131a92914f0638766e5a3629a52bc0d7> ;
    schema1:name "Jean Buntinx" ;
    schema1:sameAs <http://viaf.org/viaf/285391314>,
        <https://isni.org/isni/0000000391563281> .

