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

<http://data.bibliotheken.nl/id/thes/p343700239> a schema1:Person ;
    rdfs:label "Vles, Georges (1986-)" ;
    schema1:alternateName "Vles, Joris" ;
    schema1:birthDate "1986" ;
    schema1:familyName "Vles" ;
    schema1:givenName "Georges" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6d0b437e6018a3416e8d2db18a29bab6> ;
    schema1:name "Georges Vles" ;
    schema1:sameAs <http://viaf.org/viaf/291469402>,
        <https://isni.org/isni/0000000396525946> .

