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

<http://data.bibliotheken.nl/id/thes/p331875136> a schema1:Person ;
    rdfs:label "Groot, Ap de" ;
    schema1:familyName "de Groot" ;
    schema1:givenName "Ap" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/728077b54aa3e849451fd7c9bc598882> ;
    schema1:name "Ap de Groot" ;
    schema1:sameAs <http://viaf.org/viaf/285012323>,
        <https://isni.org/isni/0000000391248847> .

