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

<http://data.bibliotheken.nl/id/thes/p10296338X> a schema1:Person ;
    rdfs:label "Polak, A.M." ;
    schema1:familyName "Polak" ;
    schema1:givenName "A.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fa18648e4f12b63633f5ac6db60413e8> ;
    schema1:name "A.M. Polak" ;
    schema1:sameAs <http://viaf.org/viaf/71613791>,
        <https://isni.org/isni/0000000116692345> .

