@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/p073595152> a schema1:Person ;
    rdfs:label "Kennedy, Douglas (1955-)" ;
    schema1:birthDate "1955" ;
    schema1:description "bron: https://en.wikipedia.org/wiki/Douglas_Kennedy_(writer)" ;
    schema1:familyName "Kennedy" ;
    schema1:givenName "Douglas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/eafb5fa5c48f19cfc6ae8f9e75e2644c> ;
    schema1:name "Douglas Kennedy" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/114056777>,
        wd:Q473030,
        <https://isni.org/isni/0000000081821011> .

