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

<http://data.bibliotheken.nl/id/thes/p080433979> a schema1:Person ;
    rdfs:label "Schellekens, Johannes Franciscus Petrus (1950-)" ;
    schema1:birthDate "1950" ;
    schema1:familyName "Schellekens" ;
    schema1:givenName "Johannes Franciscus Petrus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7b736c231f8f4866cac7d2767c54efb7> ;
    schema1:name "Johannes Franciscus Petrus Schellekens" ;
    schema1:sameAs <http://viaf.org/viaf/280888200>,
        <https://isni.org/isni/0000000387857869> .

