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

<http://data.bibliotheken.nl/id/thes/p06835469X> a schema1:Person ;
    rdfs:label "Peters, André Cornelis Boudewijn (1941-)" ;
    schema1:birthDate "1941" ;
    schema1:description "epilepsie",
        "neuro-immunologie" ;
    schema1:familyName "Peters" ;
    schema1:givenName "André Cornelis Boudewijn" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ae965a42dba750668198822d46bfc50c> ;
    schema1:name "André Cornelis Boudewijn Peters" ;
    schema1:sameAs <http://viaf.org/viaf/289348029>,
        <https://isni.org/isni/0000000394794683> .

