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

<http://data.bibliotheken.nl/id/thes/p458102334> a schema1:Person ;
    rdfs:label "Grimani, Vincenzo (1655-1710)" ;
    schema1:birthDate "1655" ;
    schema1:deathDate "1710" ;
    schema1:description "Italiaans kardinaal, diplomaat, librettist." ;
    schema1:familyName "Grimani" ;
    schema1:givenName "Vincenzo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7936977e6353c190f3fc795ef5a2a986> ;
    schema1:name "Vincenzo Grimani" ;
    schema1:nationality "it" ;
    schema1:sameAs <https://isni.org/isni/0000000116833160> .

