@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/p080726631> a schema1:Person ;
    rdfs:label "Salewicz, Chris" ;
    schema1:familyName "Salewicz" ;
    schema1:givenName "Chris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d9e15d36e125e0160f76593e41689b0a> ;
    schema1:name "Chris Salewicz" ;
    schema1:sameAs <http://viaf.org/viaf/39558560>,
        wd:Q16199561,
        <https://isni.org/isni/0000000116251873> .

