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

<http://data.bibliotheken.nl/id/thes/p244005869> a schema1:Person ;
    rdfs:label "Kohout-Berghammer, Chris (1974-)" ;
    schema1:birthDate "1974" ;
    schema1:description "oi" ;
    schema1:familyName "Kohout-Berghammer" ;
    schema1:givenName "Chris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ddb59c1928642cc8f45bef4241751ad1> ;
    schema1:name "Chris Kohout-Berghammer" ;
    schema1:sameAs <http://viaf.org/viaf/288590129>,
        <https://isni.org/isni/000000039421524X> .

