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

<http://data.bibliotheken.nl/id/thes/p314197664> a schema1:Person ;
    rdfs:label "Boyd, John (1944-)" ;
    schema1:birthDate "1944" ;
    schema1:familyName "Boyd" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e476696213ddaf2e13b082595f30d1e1> ;
    schema1:name "John Boyd" ;
    schema1:sameAs <http://viaf.org/viaf/93299661>,
        <https://isni.org/isni/0000000109986433> .

