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

<http://data.bibliotheken.nl/id/thes/p173988601> a schema1:Person ;
    rdfs:label "Coppes, Niels (1971-)" ;
    schema1:alternateName "Coppes, N.P." ;
    schema1:birthDate "1971" ;
    schema1:familyName "Coppes" ;
    schema1:givenName "Niels" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/58378000fd3420d6c6a9a46c11a1d27c> ;
    schema1:name "Niels Coppes" ;
    schema1:sameAs <http://viaf.org/viaf/209126442>,
        <https://isni.org/isni/0000000358422372> .

