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

<http://data.bibliotheken.nl/id/thes/p068375492> a schema1:Person ;
    rdfs:label "Bos, Egbert (1935-)" ;
    schema1:birthDate "1935" ;
    schema1:familyName "Bos" ;
    schema1:givenName "Egbert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c49d7a8248950aea9eeb3d08532421b4> ;
    schema1:name "Egbert Bos" ;
    schema1:sameAs <http://viaf.org/viaf/279839272>,
        <https://isni.org/isni/000000038705031X> .

