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

<http://data.bibliotheken.nl/id/thes/p067905234> a schema1:Person ;
    rdfs:label "Koevoets, L.A. (1935-)" ;
    schema1:birthDate "1935" ;
    schema1:familyName "Koevoets" ;
    schema1:givenName "L.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8fabd9a07c0735dcb2918c0659604659> ;
    schema1:name "L.A. Koevoets" ;
    schema1:sameAs <http://viaf.org/viaf/23873145>,
        <https://isni.org/isni/0000000035246212> .

