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

<http://data.bibliotheken.nl/id/thes/p18165735X> a schema1:Person ;
    rdfs:label "Kruisman, Peter" ;
    schema1:familyName "Kruisman" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0f2c364c9ba1e12f03a052917bccda3d> ;
    schema1:name "Peter Kruisman" ;
    schema1:sameAs <http://viaf.org/viaf/285036849>,
        <https://isni.org/isni/0000000391302209> .

