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

<http://data.bibliotheken.nl/id/thes/p11188165X> a schema1:Person ;
    rdfs:label "Kriekaard, J.A." ;
    schema1:alternateName "Kriekaard, Ton" ;
    schema1:familyName "Kriekaard" ;
    schema1:givenName "J.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7f2f44a3a21f49184bb887792d678d22> ;
    schema1:name "J.A. Kriekaard" ;
    schema1:sameAs <http://viaf.org/viaf/6648470>,
        <https://isni.org/isni/0000000045289945> .

