@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/p156293285> a schema1:Person ;
    rdfs:label "Campi, Vincenzo (1536-1591)" ;
    schema1:birthDate "1536" ;
    schema1:deathDate "1591" ;
    schema1:familyName "Campi" ;
    schema1:givenName "Vincenzo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/df0dc97a86a5aef7665c610437f2d7b0> ;
    schema1:name "Vincenzo Campi" ;
    schema1:sameAs <http://viaf.org/viaf/95697292>,
        wd:Q921130,
        <https://isni.org/isni/0000000081682306> .

