@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/p069921563> a schema1:Person ;
    rdfs:label "Macartney, George (1737-1806 ; Lord)" ;
    schema1:alternateName "Macartney (Earl of)",
        "Makātonī",
        "マカートニー" ;
    schema1:birthDate "1737" ;
    schema1:deathDate "1806" ;
    schema1:familyName "Macartney" ;
    schema1:givenName "George" ;
    schema1:hasOccupation "diplomaat",
        "koloniaal",
        "magistraat" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9096fcf0093482fce0b2561c27cda685> ;
    schema1:name "George Macartney" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/7399408>,
        wd:Q335019,
        <https://isni.org/isni/0000000110368245> .

