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

<http://data.bibliotheken.nl/id/thes/p16381435X> a schema1:Person ;
    rdfs:label "Visser, I.L." ;
    schema1:familyName "Visser" ;
    schema1:givenName "I.L." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/78a079090d0d0143ae24b9997bbe6412> ;
    schema1:name "I.L. Visser" ;
    schema1:sameAs <https://isni.org/isni/0000000388278113> .

