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

<http://data.bibliotheken.nl/id/thes/p071444556> a schema1:Person ;
    rdfs:label "Heimans, Arie" ;
    schema1:familyName "Heimans" ;
    schema1:givenName "Arie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/275f535157c489fc2d60bc9095fdc82b> ;
    schema1:name "Arie Heimans" ;
    schema1:sameAs <http://viaf.org/viaf/219640597>,
        wd:Q73538512,
        <https://isni.org/isni/0000000390658510> .

