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

<http://data.bibliotheken.nl/id/thes/p072638079> a schema1:Person ;
    rdfs:label "Geldermans, Laurens" ;
    schema1:familyName "Geldermans" ;
    schema1:givenName "Laurens" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e4a8b60d2da190c73a4dc78549accd6f> ;
    schema1:name "Laurens Geldermans" ;
    schema1:sameAs <http://viaf.org/viaf/281437668>,
        <https://isni.org/isni/0000000388286009> .

