@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/p074319248> a schema1:Person ;
    rdfs:label "Sigmund, Karl (1945-)" ;
    schema1:birthDate "1945" ;
    schema1:familyName "Sigmund" ;
    schema1:givenName "Karl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3f840d5be9fc22c06f2c321bb50c7b18> ;
    schema1:name "Karl Sigmund" ;
    schema1:sameAs <http://viaf.org/viaf/93033645>,
        wd:Q88800,
        <https://isni.org/isni/0000000109253555> .

