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

<http://data.bibliotheken.nl/id/thes/p16347768X> a schema1:Person ;
    rdfs:label "Ginkel, J.C. van" ;
    schema1:familyName "van Ginkel" ;
    schema1:givenName "J.C." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2e82bcf69fa6866747bbe7e7310bd0d7> ;
    schema1:name "J.C. van Ginkel" ;
    schema1:sameAs <http://viaf.org/viaf/289709626>,
        <https://isni.org/isni/0000000395064850> .

