@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/p070513201> a schema1:Person ;
    rdfs:label "Goodman, Nelson (1906-1998)" ;
    schema1:birthDate "1906" ;
    schema1:deathDate "1998" ;
    schema1:familyName "Goodman" ;
    schema1:givenName "Nelson" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9ed11685eac9c7532e5634e27e5f73df> ;
    schema1:name "Nelson Goodman" ;
    schema1:sameAs <http://viaf.org/viaf/108612138>,
        wd:Q318048,
        <https://isni.org/isni/0000000122839817> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/good008> .

