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

<http://data.bibliotheken.nl/id/thes/p20041979X> a schema1:Person ;
    rdfs:label "Frisano, Thomas" ;
    schema1:familyName "Frisano" ;
    schema1:givenName "Thomas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/91520ea93baec11cd8a753a2134db384> ;
    schema1:name "Thomas Frisano" ;
    schema1:sameAs <http://viaf.org/viaf/49266358>,
        <https://isni.org/isni/0000000000275427> .

