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

<http://data.bibliotheken.nl/id/thes/p080450865> a schema1:Person ;
    rdfs:label "Velt, J.A. (1966-)" ;
    schema1:birthDate "1966" ;
    schema1:description "drs." ;
    schema1:familyName "Velt" ;
    schema1:givenName "J.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5dc7bbccc5c91816faed2f7854f64e8d> ;
    schema1:name "J.A. Velt" ;
    schema1:sameAs <http://viaf.org/viaf/285790876>,
        <https://isni.org/isni/0000000391879008> .

