@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/p080455263> a schema1:Person ;
    rdfs:label "James, Simon (1957- ; archaeology)" ;
    schema1:birthDate "1957" ;
    schema1:description "Professor of Archaeology, University of Leicester, England" ;
    schema1:familyName "James" ;
    schema1:givenName "Simon" ;
    schema1:hasOccupation "archaeology" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fb7ef67980dc8aba4f60888f527b7a0d> ;
    schema1:name "Simon James" ;
    schema1:sameAs <http://viaf.org/viaf/54198852>,
        wd:Q2580828,
        <https://isni.org/isni/0000000118674298> .

