@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p068391242> a schema1:Person ;
    rdfs:label "Vasari, Giorgio (1511-1574)" ;
    schema1:birthDate "1511" ;
    schema1:deathDate "1574" ;
    schema1:description "kunstschilder en kunsttheoreticus" ;
    schema1:familyName "Vasari" ;
    schema1:givenName "Giorgio" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7bd5701b25d63c7bc685544ce2cf420f> ;
    schema1:name "Giorgio Vasari" ;
    schema1:nationality "it" ;
    schema1:sameAs <http://viaf.org/viaf/46768219>,
        wd:Q128027,
        <https://isni.org/isni/0000000121309590> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/vasa002> .

