@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/p071908277> a schema1:Person ;
    rdfs:label "Buursen, Chris (1953-)" ;
    schema1:birthDate "1953" ;
    schema1:familyName "Buursen" ;
    schema1:givenName "Chris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/521f3697890ad5e8ce09b20d2ea1c165> ;
    schema1:name "Chris Buursen" ;
    schema1:sameAs <http://viaf.org/viaf/282723035>,
        wd:Q15873889,
        <https://isni.org/isni/0000000389320651> .

