@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/p069444234> a schema1:Person ;
    rdfs:label "Vernal, Jean-Luc (1944-)" ;
    schema1:birthDate "1944" ;
    schema1:familyName "Vernal" ;
    schema1:givenName "Jean-Luc" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d5110a9fce0ce10ba2de065cf5e83000> ;
    schema1:name "Jean-Luc Vernal" ;
    schema1:sameAs <http://viaf.org/viaf/4937697>,
        wd:Q3167276,
        <https://isni.org/isni/0000000120170398> .

