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

<http://data.bibliotheken.nl/id/thes/p072018178> a schema1:Person ;
    rdfs:label "Bartels, Bas" ;
    schema1:familyName "Bartels" ;
    schema1:givenName "Bas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e79e34134aebab1d3a3ec20a2fbfa3f0> ;
    schema1:name "Bas Bartels" ;
    schema1:sameAs <http://viaf.org/viaf/4818161211728540070009>,
        <https://isni.org/isni/0000000392218105> .

