@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/p120126842> a schema1:Person ;
    rdfs:label "Tallis, Frank (1958-)" ;
    schema1:alternateName "Tallis, F.R." ;
    schema1:birthDate "1958" ;
    schema1:familyName "Tallis" ;
    schema1:givenName "Frank" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0e748c0c2b8e3430a1574a7e90580ef3> ;
    schema1:name "Frank Tallis" ;
    schema1:sameAs <http://viaf.org/viaf/54265320>,
        wd:Q3082822,
        <https://isni.org/isni/0000000108576061> .

