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

<http://data.bibliotheken.nl/id/thes/p071386408> a schema1:Person ;
    rdfs:label "Smit, Pim" ;
    schema1:description "auteur en fotograaf",
        "mb" ;
    schema1:familyName "Smit" ;
    schema1:givenName "Pim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a456d33a108429830018763e167e198a> ;
    schema1:name "Pim Smit" ;
    schema1:sameAs <http://viaf.org/viaf/93834866>,
        <https://isni.org/isni/0000000388431544> .

