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

<http://data.bibliotheken.nl/id/thes/p180934422> a schema1:Person ;
    rdfs:label "Arnold, Albertus Gerardus" ;
    schema1:alternateName "Arnold, Bert" ;
    schema1:description "Preface B9903117 ondertekend met Bert" ;
    schema1:familyName "Arnold" ;
    schema1:givenName "Albertus Gerardus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6e96d90d977437a9292f69549b2cbc1c> ;
    schema1:name "Albertus Gerardus Arnold" ;
    schema1:sameAs <http://viaf.org/viaf/289106947>,
        <https://isni.org/isni/0000000394554479> .

