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

<http://data.bibliotheken.nl/id/thes/p274739615> a schema1:Person ;
    rdfs:label "Lafeber, Cees" ;
    schema1:familyName "Lafeber" ;
    schema1:givenName "Cees" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/77b64a2cf21532be4f2764f5788c5e67> ;
    schema1:name "Cees Lafeber" ;
    schema1:sameAs <http://viaf.org/viaf/8486164298349108630009>,
        <https://isni.org/isni/0000000390806114> .

