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

<http://data.bibliotheken.nl/id/thes/p345908295> a schema1:Person ;
    rdfs:label "Campagnolo, Yan (1978-)" ;
    schema1:birthDate "1978" ;
    schema1:familyName "Campagnolo" ;
    schema1:givenName "Yan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4ae3a6769a64c5a775be883c6646e4f7> ;
    schema1:name "Yan Campagnolo" ;
    schema1:sameAs <http://viaf.org/viaf/171083778>,
        <https://isni.org/isni/0000000120035970> .

