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

<http://data.bibliotheken.nl/id/thes/p421960779> a schema1:Person ;
    rdfs:label "Stallmann, Pim" ;
    schema1:familyName "Stallmann" ;
    schema1:givenName "Pim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c6035fb6be38630ab6f5b342d7ec85bb> ;
    schema1:name "Pim Stallmann" ;
    schema1:sameAs <https://isni.org/isni/0000000474764556> .

