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

<http://data.bibliotheken.nl/id/thes/p07207289X> a schema1:Person ;
    rdfs:label "Cox, C.W.J." ;
    schema1:familyName "Cox" ;
    schema1:givenName "C.W.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f365b7611d9e4c2c1e3546415412e462> ;
    schema1:name "C.W.J. Cox" ;
    schema1:sameAs <http://viaf.org/viaf/280477772>,
        <https://isni.org/isni/0000000387521775> .

