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

<http://data.bibliotheken.nl/id/thes/p071781579> a schema1:Person ;
    rdfs:label "Max, Nico" ;
    schema1:familyName "Max" ;
    schema1:givenName "Nico" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1e97ad628b992fbbcaae2060712b873e> ;
    schema1:name "Nico Max" ;
    schema1:sameAs <http://viaf.org/viaf/280440404> .

