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

<http://data.bibliotheken.nl/id/thes/p106448315> a schema1:Person ;
    rdfs:label "Molenkamp, Conny" ;
    schema1:familyName "Molenkamp" ;
    schema1:givenName "Conny" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/de13bc2431b1a961704b5e29e233ac29> ;
    schema1:name "Conny Molenkamp" ;
    schema1:sameAs <http://viaf.org/viaf/282011494>,
        <https://isni.org/isni/0000000388765616> .

