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

<http://data.bibliotheken.nl/id/thes/p290479371> a schema1:Person ;
    rdfs:label "Bos, Erwin Christiaan (1975-)" ;
    schema1:birthDate "1975" ;
    schema1:familyName "Bos" ;
    schema1:givenName "Erwin Christiaan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b2785798e4ad177ae4f7e98f1f7969fd> ;
    schema1:name "Erwin Christiaan Bos" ;
    schema1:sameAs <http://viaf.org/viaf/287370076>,
        <https://isni.org/isni/0000000393180049> .

