@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/p072971800> a schema1:Person ;
    rdfs:label "Finamore, John F. (1951-)" ;
    schema1:birthDate "1951" ;
    schema1:familyName "Finamore" ;
    schema1:givenName "John F." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2d30017db6d2b4a966673df2f2e39a1c> ;
    schema1:name "John F. Finamore" ;
    schema1:sameAs <http://viaf.org/viaf/110781232>,
        wd:Q72813835,
        <https://isni.org/isni/0000000109350072> .

