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

<http://data.bibliotheken.nl/id/thes/p241198658> a schema1:Person ;
    rdfs:label "Burggraaf, T.H." ;
    schema1:description "roepnaam: Tim" ;
    schema1:familyName "Burggraaf" ;
    schema1:givenName "T.H." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/deb4ca15e9fe0acf59b0e6a1a958f4d0> ;
    schema1:name "T.H. Burggraaf" ;
    schema1:sameAs <http://viaf.org/viaf/63437264>,
        <https://isni.org/isni/0000000036515007> .

