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

<http://data.bibliotheken.nl/id/thes/p107538210> a schema1:Person ;
    rdfs:label "Luijerink, Arie" ;
    schema1:familyName "Luijerink" ;
    schema1:givenName "Arie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2a64031a0bf8b0c907729c3e12b424c6> ;
    schema1:name "Arie Luijerink" ;
    schema1:sameAs <http://viaf.org/viaf/306184008>,
        <https://isni.org/isni/0000000397824999> .

