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

<http://data.bibliotheken.nl/id/thes/p071628428> a schema1:Person ;
    rdfs:label "Bovill, James G." ;
    schema1:alternateName "Bovill, James",
        "Bovill, Jim" ;
    schema1:familyName "Bovill" ;
    schema1:givenName "James G." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/be4eadd0b4c103398df1ef0047c3ba6f> ;
    schema1:name "James G. Bovill" ;
    schema1:sameAs <http://viaf.org/viaf/31181258>,
        <https://isni.org/isni/0000000033152183> .

