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

<http://data.bibliotheken.nl/id/thes/p069812691> a schema1:Person ;
    rdfs:label "Anderson, John Mathieson (1941-)" ;
    schema1:alternateName "Anderson, John M." ;
    schema1:birthDate "1941" ;
    schema1:familyName "Anderson" ;
    schema1:givenName "John Mathieson" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a75ea915523e809da54398f963fb1577> ;
    schema1:name "John Mathieson Anderson" ;
    schema1:sameAs <http://viaf.org/viaf/109161872>,
        wd:Q60574713,
        <https://isni.org/isni/0000000116979629> .

