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

<http://data.bibliotheken.nl/id/thes/p073243442> a schema1:Person ;
    rdfs:label "Tanja, Jaap" ;
    schema1:description "B9941899: Anne Frank Stichting; ook vert./auteur kookboeken",
        "Ook als: J. Tanja" ;
    schema1:familyName "Tanja" ;
    schema1:givenName "Jaap" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/adbc1dec59bb8b846ae2fdf79df1d875> ;
    schema1:name "Jaap Tanja" ;
    schema1:sameAs <http://viaf.org/viaf/29274016>,
        <https://isni.org/isni/0000000048673934> .

