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

<http://data.bibliotheken.nl/id/thes/p308949773> a schema1:Person ;
    rdfs:label "Johannes, Tanja (1974-)" ;
    schema1:birthDate "1974" ;
    schema1:familyName "Johannes" ;
    schema1:givenName "Tanja" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dd5801b45259cccccf21fda80febd1a7> ;
    schema1:name "Tanja Johannes" ;
    schema1:sameAs <http://viaf.org/viaf/72315202>,
        <https://isni.org/isni/0000000014926569> .

