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

<http://data.bibliotheken.nl/id/thes/p070615306> a schema1:Person ;
    rdfs:label "Luesink, H.H." ;
    schema1:alternateName "Luesink, Harry" ;
    schema1:description "B0432800: Harry Luesink (p. 7)",
        "LEI",
        "landbouw" ;
    schema1:familyName "Luesink" ;
    schema1:givenName "H.H." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/db26aeccdf92ccfa87ee1b1660ccd03c> ;
    schema1:name "H.H. Luesink" ;
    schema1:sameAs <http://viaf.org/viaf/203514860>,
        <https://isni.org/isni/0000000395318400> .

