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

<http://data.bibliotheken.nl/id/thes/p073240834> a schema1:Person ;
    rdfs:label "Dallas, Ian Neil (1948-)" ;
    schema1:birthDate "1948" ;
    schema1:familyName "Dallas" ;
    schema1:givenName "Ian Neil" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d3ae50030a59d62a19598784ba089be2> ;
    schema1:name "Ian Neil Dallas" ;
    schema1:sameAs <http://viaf.org/viaf/43198322>,
        <https://isni.org/isni/0000000120247631> .

