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

<http://data.bibliotheken.nl/id/thes/p072412232> a schema1:Person ;
    rdfs:label "Klomp, R. (watervoorziening)" ;
    schema1:description "Ir., Delft Hydraulics Laboratory = Waterloopkundig Laboratorium" ;
    schema1:familyName "Klomp" ;
    schema1:givenName "R." ;
    schema1:hasOccupation "watervoorziening" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c1ea03b349eceb41f89012b621091d0c> ;
    schema1:name "R. Klomp" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/286542102>,
        <https://isni.org/isni/0000000392500290> .

