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

<http://data.bibliotheken.nl/id/thes/p072426608> a schema1:Person ;
    rdfs:label "Dirks, Carl-Heinz" ;
    schema1:familyName "Dirks" ;
    schema1:givenName "Carl-Heinz" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/324d64cbbab15281360e9f30ccd52496> ;
    schema1:name "Carl-Heinz Dirks" ;
    schema1:sameAs <http://viaf.org/viaf/3091895>,
        wd:Q18572864,
        <https://isni.org/isni/0000000027919405> .

