@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/p074768336> a schema1:Person ;
    rdfs:label "Biddle, Jeff E." ;
    schema1:description "Professor of Economics, Michigan State University" ;
    schema1:familyName "Biddle" ;
    schema1:givenName "Jeff E." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5874ea444a41ae31bcc26d9b2b5aabc4> ;
    schema1:name "Jeff E. Biddle" ;
    schema1:sameAs <http://viaf.org/viaf/14954269>,
        wd:Q41799689,
        <https://isni.org/isni/000000010872591X> .

