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

<http://data.bibliotheken.nl/id/thes/p264571444> a schema1:Person ;
    rdfs:label "Arnaud, ... (1968-2007)" ;
    schema1:alternateName "Arnaud",
        "Leterrier, Arnaud" ;
    schema1:birthDate "1968" ;
    schema1:deathDate "2007" ;
    schema1:description "bron: Stripschrift 39 (2007) no. 4 (385) p. 43" ;
    schema1:familyName "Arnaud" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/953f2dc029bd5432ea1d5b1ac9ee3aff> ;
    schema1:name "... Arnaud" ;
    schema1:sameAs <http://viaf.org/viaf/287322119> .

