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

<http://data.bibliotheken.nl/id/thes/p072168404> a schema1:Person ;
    rdfs:label "Verhelst, Karel" ;
    schema1:familyName "Verhelst" ;
    schema1:givenName "Karel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/453c85db7c70ca90ee35719b3d4244dc> ;
    schema1:name "Karel Verhelst" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/56856309>,
        <https://isni.org/isni/0000000041610543> .

