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

<http://data.bibliotheken.nl/id/thes/p068581858> a schema1:Person ;
    rdfs:label "Kooreman, Aart (1951-)" ;
    schema1:birthDate "1951" ;
    schema1:familyName "Kooreman" ;
    schema1:givenName "Aart" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fcb72e07594b2b5017e35c1e78b965ef> ;
    schema1:name "Aart Kooreman" ;
    schema1:sameAs <http://viaf.org/viaf/57985500>,
        <https://isni.org/isni/0000000023405108> .

