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

<http://data.bibliotheken.nl/id/thes/p07404303X> a schema1:Person ;
    rdfs:label "Lem, P. (Drs.)" ;
    schema1:description "Piet" ;
    schema1:familyName "Lem" ;
    schema1:givenName "P." ;
    schema1:hasOccupation "Drs." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ea2b9a7574ab1bd1b5657edbb7aa25d8> ;
    schema1:name "P. Lem" ;
    schema1:sameAs <http://viaf.org/viaf/288191609>,
        <https://isni.org/isni/0000000393816924> .

