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

<http://data.bibliotheken.nl/id/thes/p067476422> a schema1:Person ;
    rdfs:label "Stoek, A." ;
    schema1:familyName "Stoek" ;
    schema1:givenName "A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3bc8cf364898d79303c119838c217f6d> ;
    schema1:name "A. Stoek" ;
    schema1:sameAs <http://viaf.org/viaf/288306592>,
        <https://isni.org/isni/0000000393971932> .

