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

<http://data.bibliotheken.nl/id/thes/p136579728> a schema1:Person ;
    rdfs:label "Don, Wim" ;
    schema1:familyName "Don" ;
    schema1:givenName "Wim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/00e10f27bc305a4262e07811b2ab7ed1> ;
    schema1:name "Wim Don" ;
    schema1:sameAs <http://viaf.org/viaf/280591142>,
        <https://isni.org/isni/0000000387636556> .

