@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/p072735554> a schema1:Person ;
    rdfs:label "Carluccio, Antonio (1937-2017)" ;
    schema1:birthDate "1937" ;
    schema1:deathDate "2017" ;
    schema1:familyName "Carluccio" ;
    schema1:givenName "Antonio" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1b914524f656d90c49fb57147db55da4> ;
    schema1:name "Antonio Carluccio" ;
    schema1:sameAs <http://viaf.org/viaf/7425049>,
        wd:Q601320,
        <https://isni.org/isni/0000000073587560> .

