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

<http://data.bibliotheken.nl/id/thes/p08429261X> a schema1:Person ;
    rdfs:label "Koppers, André (1959-)" ;
    schema1:birthDate "1959" ;
    schema1:familyName "Koppers" ;
    schema1:givenName "André" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0b1467dd44962d815f25225131b719f1> ;
    schema1:name "André Koppers" ;
    schema1:sameAs <http://viaf.org/viaf/288600461>,
        <https://isni.org/isni/0000000394157414> .

