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

<http://data.bibliotheken.nl/id/thes/p073517380> a schema1:Person ;
    rdfs:label "Koppert, P.C." ;
    schema1:description "ir.",
        "roepnaam: Peter" ;
    schema1:familyName "Koppert" ;
    schema1:givenName "P.C." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e5008e9f21c383246a609c9746d104e2> ;
    schema1:name "P.C. Koppert" ;
    schema1:sameAs <http://viaf.org/viaf/43506190>,
        <https://isni.org/isni/0000000031203768> .

