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

<http://data.bibliotheken.nl/id/thes/p069703604> a schema1:Person ;
    rdfs:label "Groot, Stem" ;
    schema1:familyName "Groot" ;
    schema1:givenName "Stem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/428e35b2037843e703ce2f6542cc882a> ;
    schema1:name "Stem Groot" ;
    schema1:sameAs <http://viaf.org/viaf/283027172>,
        <https://isni.org/isni/0000000389567291> .

