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

<http://data.bibliotheken.nl/id/thes/p453837115> a schema1:Person ;
    rdfs:label "Groen, Awi" ;
    schema1:description "redactie" ;
    schema1:familyName "Groen" ;
    schema1:givenName "Awi" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/eec3b7bf881ca84d528834426322200d> ;
    schema1:name "Awi Groen" ;
    schema1:sameAs <https://isni.org/isni/0000000529733387> .

