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

<http://data.bibliotheken.nl/id/thes/p250584263> a schema1:Person ;
    rdfs:label "Visser, John (dominee Canada)" ;
    schema1:familyName "Visser" ;
    schema1:givenName "John" ;
    schema1:hasOccupation "dominee Canada" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a4cba6930fec3aeb1e02d862c85d835d> ;
    schema1:name "John Visser" ;
    schema1:sameAs <http://viaf.org/viaf/287868675>,
        <https://isni.org/isni/0000000369138609> .

