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

<http://data.bibliotheken.nl/id/thes/p430942125> a schema1:Person ;
    rdfs:label "Gooday, M." ;
    schema1:familyName "Gooday" ;
    schema1:givenName "M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/62875b3ba032445d263e1fbe2fe3e999> ;
    schema1:name "M. Gooday" .

