@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/p434885924> a schema1:Person ;
    rdfs:label "Johnson, Phillip Kennedy (1970-)" ;
    schema1:birthDate "1970" ;
    schema1:familyName "Johnson" ;
    schema1:givenName "Phillip Kennedy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/08e7c087a51c1a85057558fbcb3f7314> ;
    schema1:name "Phillip Kennedy Johnson" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/60164114594010050217>,
        wd:Q112548200,
        <https://isni.org/isni/0000000474742963> .

