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

<http://data.bibliotheken.nl/id/thes/p119051656> a schema1:Person ;
    rdfs:label "Boom, L. de" ;
    schema1:familyName "de Boom" ;
    schema1:givenName "L." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d428fd282788b03abff3798904cfcd39> ;
    schema1:name "L. de Boom" ;
    schema1:sameAs <http://viaf.org/viaf/287167542>,
        <https://isni.org/isni/0000000393003755> .

