@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/p068845839> a schema1:Person ;
    rdfs:label "Goffin, Robert (1898-1984)" ;
    schema1:birthDate "1898" ;
    schema1:deathDate "1984" ;
    schema1:description "overl. 1984 (GWP)" ;
    schema1:familyName "Goffin" ;
    schema1:givenName "Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b81279df2716704ab701aadbe4ff06ff> ;
    schema1:name "Robert Goffin" ;
    schema1:sameAs <http://viaf.org/viaf/116250485>,
        wd:Q1898900,
        <https://isni.org/isni/0000000123216144> .

