@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/p363810978> a schema1:Person ;
    rdfs:label "Barsch, Sebastian (1975-)" ;
    schema1:birthDate "1975" ;
    schema1:familyName "Barsch" ;
    schema1:givenName "Sebastian" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1fa7e7c096346a5265eff343a04ceb5f> ;
    schema1:name "Sebastian Barsch" ;
    schema1:sameAs <http://viaf.org/viaf/15959694>,
        wd:Q50828386,
        <https://isni.org/isni/0000000066859695> .

