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

<http://data.bibliotheken.nl/id/thes/p327842113> a schema1:Person ;
    rdfs:label "Dal, Gilles (1975-)" ;
    schema1:birthDate "1975" ;
    schema1:familyName "Dal" ;
    schema1:givenName "Gilles" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ee4a0fe806fcc92209fb98eef21a6353> ;
    schema1:name "Gilles Dal" ;
    schema1:sameAs <http://viaf.org/viaf/2652210>,
        <https://isni.org/isni/0000000034640373> .

