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

<http://data.bibliotheken.nl/id/thes/p30529492X> a schema1:Person ;
    rdfs:label "Bemelmans, Matheu (1968-)" ;
    schema1:alternateName "Bemelmans, M." ;
    schema1:birthDate "1968" ;
    schema1:familyName "Bemelmans" ;
    schema1:givenName "Matheu" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d5b992e029e34307fb4f162490edac9b> ;
    schema1:name "Matheu Bemelmans" ;
    schema1:sameAs <http://viaf.org/viaf/288759062>,
        <https://isni.org/isni/0000000394321034> .

