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

<http://data.bibliotheken.nl/id/thes/p075218356> a schema1:Person ;
    rdfs:label "Vallès, Francis (1959-)" ;
    schema1:birthDate "1959" ;
    schema1:familyName "Vallès" ;
    schema1:givenName "Francis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3d980cc0ea7c235ee97979bfd5bb6aa9> ;
    schema1:name "Francis Vallès" ;
    schema1:sameAs <http://viaf.org/viaf/95135933>,
        wd:Q3081721,
        <https://isni.org/isni/0000000120310119> .

