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

<http://data.bibliotheken.nl/id/thes/p123955246> a schema1:Person ;
    rdfs:label "Zoutman, Douwine" ;
    schema1:familyName "Zoutman" ;
    schema1:givenName "Douwine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1c867d1e690340749770d3d14b8ccfcb> ;
    schema1:name "Douwine Zoutman" ;
    schema1:sameAs <http://viaf.org/viaf/19033048>,
        <https://isni.org/isni/0000000045703026> .

