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

<http://data.bibliotheken.nl/id/thes/p075195356> a schema1:Person ;
    rdfs:label "Dorrestein, A.E.G." ;
    schema1:description "Drs.",
        "Ook als  A. Dorrestein",
        "PON, Instituut voor advies, onderzoek en ontwikkeling in Noord-Brabant" ;
    schema1:familyName "Dorrestein" ;
    schema1:givenName "A.E.G." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4b35a71373ba82f47e47ae74ddf19a73> ;
    schema1:name "A.E.G. Dorrestein" ;
    schema1:sameAs <http://viaf.org/viaf/23887757>,
        <https://isni.org/isni/0000000035256808> .

