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

<http://data.bibliotheken.nl/id/thes/p429477996> a schema1:Person ;
    rdfs:label "Collins, N.M." ;
    schema1:familyName "Collins" ;
    schema1:givenName "N.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d24387a7809682310c0e69006347832c> ;
    schema1:name "N.M. Collins" .

