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

<http://data.bibliotheken.nl/id/thes/p069995656> a schema1:Person ;
    rdfs:label "Clement, M." ;
    schema1:familyName "Clement" ;
    schema1:givenName "M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dc340cd30e426bd272ee4b6b2a105b00> ;
    schema1:name "M. Clement" ;
    schema1:sameAs <http://viaf.org/viaf/9078430>,
        <https://isni.org/isni/0000000034773846> .

