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

<http://data.bibliotheken.nl/id/thes/p072939478> a schema1:Person ;
    rdfs:label "Kool, Eric (1947-)" ;
    schema1:birthDate "1947" ;
    schema1:description "onderwijskunde" ;
    schema1:familyName "Kool" ;
    schema1:givenName "Eric" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a03b5fb4ffb4dfaa216a7b04a2c00c4b> ;
    schema1:name "Eric Kool" ;
    schema1:sameAs <http://viaf.org/viaf/21081775>,
        <https://isni.org/isni/000000002640475X> .

