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

<http://data.bibliotheken.nl/id/thes/p372645313> a schema1:Person ;
    rdfs:label "D'Huyvetters, Karel (1946-)" ;
    schema1:birthDate "1946" ;
    schema1:familyName "D'Huyvetters" ;
    schema1:givenName "Karel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/32642dc4916571e461363fa7ff98fb4b> ;
    schema1:name "Karel D'Huyvetters" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/309893387>,
        <https://isni.org/isni/0000000443345041> .

