@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/p070082456> a schema1:Person ;
    rdfs:label "Lecigne, Bruno (1957-)" ;
    schema1:birthDate "1957" ;
    schema1:familyName "Lecigne" ;
    schema1:givenName "Bruno" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/538f7f47d002591376392463d02e7df2> ;
    schema1:name "Bruno Lecigne" ;
    schema1:sameAs <http://viaf.org/viaf/2473198>,
        wd:Q2926858,
        <https://isni.org/isni/0000000080815736> .

