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

<http://data.bibliotheken.nl/id/thes/p075035456> a schema1:Person ;
    rdfs:label "Koenen, Co" ;
    schema1:description "vertaler" ;
    schema1:familyName "Koenen" ;
    schema1:givenName "Co" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e0213e85746aba6175d105ccaf716695> ;
    schema1:name "Co Koenen" ;
    schema1:sameAs <http://viaf.org/viaf/288168107>,
        <https://isni.org/isni/0000000393771471> .

