@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/p072880236> a schema1:Person ;
    rdfs:label "Clancy, Tom (1947-2013)" ;
    schema1:alternateName "Clancy [Jr.], Thomas Leo" ;
    schema1:birthDate "1947" ;
    schema1:deathDate "2013" ;
    schema1:description "bron: https://nl.wikipedia.org/wiki/Tom_Clancy",
        "mb. Volledige naam: Thomas Leo Clancy Jr." ;
    schema1:familyName "Clancy" ;
    schema1:givenName "Tom" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2557a8e9c1bc551bfeed6bc1134f4a2c> ;
    schema1:name "Tom Clancy" ;
    schema1:sameAs wd:Q105167,
        <https://isni.org/isni/0000000122840156> .

