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

<http://data.bibliotheken.nl/id/thes/p069465657> a schema1:Person ;
    rdfs:label "Oltvoort, Jan Johannes (1954-)" ;
    schema1:alternateName "Oltvoort, Jan" ;
    schema1:birthDate "1954" ;
    schema1:familyName "Oltvoort" ;
    schema1:givenName "Jan Johannes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/17e054949c0704e39221d5c65f73ef80> ;
    schema1:name "Jan Johannes Oltvoort" ;
    schema1:sameAs <http://viaf.org/viaf/306160829>,
        <https://isni.org/isni/0000000398265199> .

