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

<http://data.bibliotheken.nl/id/thes/p10124486X> a schema1:Person ;
    rdfs:label "Bolt, A. (RIVM)" ;
    schema1:alternateName "Bolt-Moekoet, A." ;
    schema1:familyName "Bolt" ;
    schema1:givenName "A." ;
    schema1:hasOccupation "RIVM" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/de2d6cbb910e77ded93006f6d0d068b2> ;
    schema1:name "A. Bolt" ;
    schema1:sameAs <http://viaf.org/viaf/284560832>,
        <https://isni.org/isni/0000000390885027> .

