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

<http://data.bibliotheken.nl/id/thes/p095182543> a schema1:Person ;
    rdfs:label "Lammerts, Rob" ;
    schema1:description "drs." ;
    schema1:familyName "Lammerts" ;
    schema1:givenName "Rob" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3b09fc3a8bf51fefc949693185efad70> ;
    schema1:name "Rob Lammerts" ;
    schema1:sameAs <http://viaf.org/viaf/28311575>,
        <https://isni.org/isni/0000000022744351> .

