@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/p071180079> a schema1:Person ;
    rdfs:label "Greenwood, David (1927-1984)" ;
    schema1:birthDate "1927" ;
    schema1:deathDate "1984" ;
    schema1:description "Info LC" ;
    schema1:familyName "Greenwood" ;
    schema1:givenName "David" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/980836cd74ce80cc28beb040912fd950> ;
    schema1:name "David Greenwood" ;
    schema1:sameAs <http://viaf.org/viaf/49309722>,
        wd:Q87715100,
        <https://isni.org/isni/0000000108989341> .

