@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p068415958> a schema1:Person ;
    rdfs:label "Rep, Jelte (1940-)" ;
    schema1:birthDate "1940" ;
    schema1:description "geb. Zaandam 15-6-1940",
        "mb",
        "schrijver, journalist, documentairemaker" ;
    schema1:familyName "Rep" ;
    schema1:givenName "Jelte" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ce7ed8454efbaf73b234735d1faaa9ad> ;
    schema1:name "Jelte Rep" ;
    schema1:sameAs <http://viaf.org/viaf/47293442>,
        wd:Q13736903,
        <https://isni.org/isni/0000000021520743> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/rep_002> .

