@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/p07215442X> a schema1:Person ;
    rdfs:label "Dugan, James (1912-1967)" ;
    schema1:birthDate "1912" ;
    schema1:deathDate "1967" ;
    schema1:familyName "Dugan" ;
    schema1:givenName "James" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/90a0aa76c7a5ab26f7caff9b5566d27d> ;
    schema1:name "James Dugan" ;
    schema1:sameAs <http://viaf.org/viaf/76777549>,
        wd:Q3495837,
        <https://isni.org/isni/0000000109901380> .

