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

<http://data.bibliotheken.nl/id/thes/p120251302> a schema1:Person ;
    rdfs:label "Edwards, John A." ;
    schema1:familyName "Edwards" ;
    schema1:givenName "John A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/52c6091c8b648f5c7f2d36e249e65ae5> ;
    schema1:name "John A. Edwards" ;
    schema1:sameAs <http://viaf.org/viaf/2824161211389240070005>,
        <https://isni.org/isni/0000000387574893> .

