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

<http://data.bibliotheken.nl/id/thes/p145675351> a schema1:Person ;
    rdfs:label "Martin, Willem Christiaan" ;
    schema1:familyName "Martin" ;
    schema1:givenName "Willem Christiaan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/eb3a06dbce80a5dfe1c37c7399b705c6> ;
    schema1:name "Willem Christiaan Martin" ;
    schema1:sameAs <http://viaf.org/viaf/22536759>,
        <https://isni.org/isni/0000000397469384> .

