@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/p068738951> a schema1:Person ;
    rdfs:label "Lucas, Robert E. (1937- ; Jr.)" ;
    schema1:alternateName "Lucas, Robert E.B." ;
    schema1:birthDate "1937" ;
    schema1:familyName "Lucas" ;
    schema1:givenName "Robert E." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2db2e327a4ead9c7fd12fe0e32f659d3> ;
    schema1:name "Robert E. Lucas (Jr.)" ;
    schema1:sameAs <http://viaf.org/viaf/108553706>,
        wd:Q107264,
        <https://isni.org/isni/0000000060804298> .

