@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p067914802> a schema1:Person ;
    rdfs:label "Weiss, Leonard Winchell (1925- ; economie)" ;
    schema1:birthDate "1925" ;
    schema1:familyName "Weiss" ;
    schema1:givenName "Leonard Winchell" ;
    schema1:hasOccupation "economie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cf95729793e98e4fa20271a0dc470560> ;
    schema1:name "Leonard Winchell Weiss" ;
    schema1:sameAs <http://viaf.org/viaf/109010037>,
        <https://isni.org/isni/0000000116979143> .

