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

<http://data.bibliotheken.nl/id/thes/p068904177> a schema1:Person ;
    rdfs:label "Attenborough, Keith (1944-)" ;
    schema1:birthDate "1944" ;
    schema1:description "prof. dr." ;
    schema1:familyName "Attenborough" ;
    schema1:givenName "Keith" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ca911ec7997206b073e0ced6bd773cc7> ;
    schema1:name "Keith Attenborough" ;
    schema1:sameAs <http://viaf.org/viaf/94741829>,
        <https://isni.org/isni/0000000082827263> .

