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

<http://data.bibliotheken.nl/id/thes/p439503736> a schema1:Person ;
    rdfs:label "Villesange, Adrien (1967-)" ;
    schema1:birthDate "1967" ;
    schema1:description "striptekenaar" ;
    schema1:familyName "Villesange" ;
    schema1:givenName "Adrien" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8f58f39d1960f05b0fb06ce32e5358d3> ;
    schema1:name "Adrien Villesange" ;
    schema1:nationality "fr" ;
    schema1:sameAs <https://isni.org/isni/0000000004499604> .

