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

<http://data.bibliotheken.nl/id/thes/p069291349> a schema1:Person ;
    rdfs:label "Waes, John van" ;
    schema1:familyName "van Waes" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b1b93821daf703e891179f68b622f188> ;
    schema1:name "John van Waes" ;
    schema1:sameAs <http://viaf.org/viaf/290733491>,
        <https://isni.org/isni/0000000395909390> .

