@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/p123816408> a schema1:Person ;
    rdfs:label "Eade, James" ;
    schema1:description "Schaken" ;
    schema1:familyName "Eade" ;
    schema1:givenName "James" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/217c701a87b72fa44eacf507728a0171> ;
    schema1:name "James Eade" ;
    schema1:sameAs <http://viaf.org/viaf/46993849>,
        wd:Q6133261,
        <https://isni.org/isni/0000000010116008> .

