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

<http://data.bibliotheken.nl/id/thes/p081474490> a schema1:Person ;
    rdfs:label "Bel, C.E. de" ;
    schema1:familyName "de Bel" ;
    schema1:givenName "C.E." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f021dd67eda09596ee4a93e554d7b2b1> ;
    schema1:name "C.E. de Bel" ;
    schema1:sameAs <http://viaf.org/viaf/21332343>,
        <https://isni.org/isni/0000000032846888> .

