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

<http://data.bibliotheken.nl/id/thes/p079382746> a schema1:Person ;
    rdfs:label "Kooij, S.A." ;
    schema1:familyName "Kooij" ;
    schema1:givenName "S.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2f63de6ec9f0437fd35b2bba95d2c518> ;
    schema1:name "S.A. Kooij" ;
    schema1:sameAs <http://viaf.org/viaf/283362017>,
        <https://isni.org/isni/000000038985395X> .

