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

<http://data.bibliotheken.nl/id/thes/p438863240> a schema1:Person ;
    rdfs:label "Trevisan, Giorgio" ;
    schema1:familyName "Trevisan" ;
    schema1:givenName "Giorgio" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5995c38d3158863914dea9b8bfc1357e> ;
    schema1:name "Giorgio Trevisan" ;
    schema1:nationality "it" ;
    schema1:sameAs <https://isni.org/isni/0000000021070666> .

