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

<http://data.bibliotheken.nl/id/thes/p12399781X> a schema1:Person ;
    rdfs:label "Stulemeyer, Charles" ;
    schema1:familyName "Stulemeyer" ;
    schema1:givenName "Charles" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4f9979b6c9cc32048ca537f362eb1e4d> ;
    schema1:name "Charles Stulemeyer" ;
    schema1:sameAs <http://viaf.org/viaf/291599005>,
        <https://isni.org/isni/0000000396591636> .

