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

<http://data.bibliotheken.nl/id/thes/p073482358> a schema1:Person ;
    rdfs:label "Blok, Aad" ;
    schema1:alternateName "Blok, A.N." ;
    schema1:description "mb" ;
    schema1:familyName "Blok" ;
    schema1:givenName "Aad" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/07177a11ccc204ecafa8a33e90c86778> ;
    schema1:name "Aad Blok" ;
    schema1:sameAs <http://viaf.org/viaf/54390850>,
        <https://isni.org/isni/0000000116455833> .

