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

<http://data.bibliotheken.nl/id/thes/p069916241> a schema1:Person ;
    rdfs:label "Blom, L.S." ;
    schema1:familyName "Blom" ;
    schema1:givenName "L.S." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2df04327190a3f2f0c722ff953657046> ;
    schema1:name "L.S. Blom" ;
    schema1:sameAs <http://viaf.org/viaf/37858694>,
        <https://isni.org/isni/0000000397604208> .

