@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p068624514> a schema1:Person ;
    rdfs:label "Finley, Moses I. (1912-1986)" ;
    schema1:birthDate "1912" ;
    schema1:deathDate "1986" ;
    schema1:description "Sir Moses I. Finley",
        "klassiek historicus" ;
    schema1:familyName "Finley" ;
    schema1:givenName "Moses I." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5c1461c911faac4070aa3e97b274b49e> ;
    schema1:name "Moses I. Finley" ;
    schema1:sameAs <http://viaf.org/viaf/108173685>,
        wd:Q553825,
        <https://isni.org/isni/0000000121468313> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/finl001> .

