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

<http://data.bibliotheken.nl/id/thes/p214150801> a schema1:Person ;
    rdfs:label "Perlot, Tino" ;
    schema1:familyName "Perlot" ;
    schema1:givenName "Tino" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fff1f9a3887ed817312378809ee65dfb> ;
    schema1:name "Tino Perlot" ;
    schema1:sameAs <http://viaf.org/viaf/39339622>,
        <https://isni.org/isni/0000000053105747> .

