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

<http://data.bibliotheken.nl/id/thes/p329722735> a schema1:Person ;
    rdfs:label "Platzer, Bert" ;
    schema1:familyName "Platzer" ;
    schema1:givenName "Bert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/198c2b4a0736d2144115ffdd3e075ac1> ;
    schema1:name "Bert Platzer" ;
    schema1:sameAs <http://viaf.org/viaf/286016762>,
        <https://isni.org/isni/0000000368776000> .

