@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/p069645698> a schema1:Person ;
    rdfs:label "Den Uyl, Douglas J. (1950-)" ;
    schema1:alternateName "Uyl, D.J. den",
        "Uyl, Douglas J. Den" ;
    schema1:birthDate "1950" ;
    schema1:familyName "Den Uyl" ;
    schema1:givenName "Douglas J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9ee61529c20b008c7bbcf11e202ce4ee> ;
    schema1:name "Douglas J. Den Uyl" ;
    schema1:sameAs <http://viaf.org/viaf/109151435>,
        wd:Q5301409,
        <https://isni.org/isni/0000000108598607> .

