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

<http://data.bibliotheken.nl/id/thes/p314201009> a schema1:Person ;
    rdfs:label "Koop, Erik Johan" ;
    schema1:familyName "Koop" ;
    schema1:givenName "Erik Johan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3208d649d5aa66888ff68b3a6266b74f> ;
    schema1:name "Erik Johan Koop" ;
    schema1:sameAs <http://viaf.org/viaf/280943736>,
        <https://isni.org/isni/0000000387860574> .

