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

<http://data.bibliotheken.nl/id/thes/p318947005> a schema1:Person ;
    rdfs:label "Bego, Ferdinand" ;
    schema1:familyName "Bego" ;
    schema1:givenName "Ferdinand" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/43329c121bb761b10b720129cae88ba8> ;
    schema1:name "Ferdinand Bego" ;
    schema1:sameAs <http://viaf.org/viaf/292295280>,
        <https://isni.org/isni/000000039723813X> .

