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

<http://data.bibliotheken.nl/id/thes/p070868441> a schema1:Person ;
    rdfs:label "Cox, J.M.P.P." ;
    schema1:description "roepnaam: Jaap" ;
    schema1:familyName "Cox" ;
    schema1:givenName "J.M.P.P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/84148332dc1e3dff4ab919f44774dde0> ;
    schema1:name "J.M.P.P. Cox" ;
    schema1:sameAs <http://viaf.org/viaf/286626709>,
        <https://isni.org/isni/0000000392526167> .

