@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/p072086238> a schema1:Person ;
    rdfs:label "Scheuer, Chris (1952-)" ;
    schema1:birthDate "1952" ;
    schema1:familyName "Scheuer" ;
    schema1:givenName "Chris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/17e0e7d1ab01b58fe0bde0b32d0c45d7> ;
    schema1:name "Chris Scheuer" ;
    schema1:sameAs <http://viaf.org/viaf/79057149>,
        wd:Q1077725,
        <https://isni.org/isni/000000005745643X> .

