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

<http://data.bibliotheken.nl/id/thes/p163659990> a schema1:Person ;
    rdfs:label "Visser, W. (Waterloopkundig Laboratorium)" ;
    schema1:familyName "Visser" ;
    schema1:givenName "W." ;
    schema1:hasOccupation "Waterloopkundig Laboratorium" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2a0dacb788c9753e187f70e6627bbb1d> ;
    schema1:name "W. Visser" ;
    schema1:sameAs <http://viaf.org/viaf/283130772> .

