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

<http://data.bibliotheken.nl/id/thes/p074805665> a schema1:Person ;
    rdfs:label "Catling, Christopher (1955-)" ;
    schema1:alternateName "Katling, Kristophăr",
        "Катлинг, Кристопhър" ;
    schema1:birthDate "1955" ;
    schema1:familyName "Catling" ;
    schema1:givenName "Christopher" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f1c39c048ea65e4da38846edae3c252d> ;
    schema1:name "Christopher Catling" ;
    schema1:sameAs <http://viaf.org/viaf/29662802>,
        <https://isni.org/isni/0000000116140049> .

