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

<http://data.bibliotheken.nl/id/thes/p070880530> a schema1:Person ;
    rdfs:label "Greenwald, Jerry A." ;
    schema1:familyName "Greenwald" ;
    schema1:givenName "Jerry A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3e4fc5a487d0ca0680ce80d3af5b1717> ;
    schema1:name "Jerry A. Greenwald" ;
    schema1:sameAs <http://viaf.org/viaf/287046537>,
        <https://isni.org/isni/0000000392884140> .

