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

<http://data.bibliotheken.nl/id/thes/p073552461> a schema1:Person ;
    rdfs:label "Nypels, Maarten" ;
    schema1:familyName "Nypels" ;
    schema1:givenName "Maarten" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/85efb060afd5ce29d3cb7f5ff096e132> ;
    schema1:name "Maarten Nypels" ;
    schema1:sameAs <http://viaf.org/viaf/284479312>,
        <https://isni.org/isni/0000000390813621> .

