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

<http://data.bibliotheken.nl/id/thes/p067744532> a schema1:Person ;
    rdfs:label "Schipper, Hans Gijsbert" ;
    schema1:familyName "Schipper" ;
    schema1:givenName "Hans Gijsbert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/54639880b1a74a762964f3314e4a11a5> ;
    schema1:name "Hans Gijsbert Schipper" ;
    schema1:sameAs <http://viaf.org/viaf/287244937>,
        <https://isni.org/isni/0000000393029680> .

