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

<http://data.bibliotheken.nl/id/thes/p100870546> a schema1:Person ;
    rdfs:label "Angenent, John" ;
    schema1:familyName "Angenent" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e7d6a13254636db68a3dd290006a9a53> ;
    schema1:name "John Angenent" ;
    schema1:sameAs <http://viaf.org/viaf/283221392>,
        <https://isni.org/isni/0000000389748770> .

