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

<http://data.bibliotheken.nl/id/thes/p070765006> a schema1:Person ;
    rdfs:label "Godthelp, Rob (1941-2019)" ;
    schema1:birthDate "1941" ;
    schema1:deathDate "2019" ;
    schema1:description "bron: https://toondertijd.nl/rob-godthelp-overleden/",
        "geboren op 23 april 1941 te Haarlem, overleden 23 maart 2019 in Deventer",
        "taalvirtuoos, poëet en schrijver" ;
    schema1:familyName "Godthelp" ;
    schema1:givenName "Rob" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2515f1fbb7fc4cab1d543b35a8b27586> ;
    schema1:name "Rob Godthelp" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/283329888>,
        <https://isni.org/isni/0000000369155978> .

