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

<http://data.bibliotheken.nl/id/thes/p399292756> a schema1:Person ;
    rdfs:label "Oostra, Antoon Jolt (1986-)" ;
    schema1:birthDate "1986" ;
    schema1:familyName "Oostra" ;
    schema1:givenName "Antoon Jolt" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ce3b41f9a247aae8d7426f88ee18627e> ;
    schema1:name "Antoon Jolt Oostra" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/95147266878735482301> .

