@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/p074274627> a schema1:Person ;
    rdfs:label "Volkoff, Vladimir (1932-2005)" ;
    schema1:birthDate "1932" ;
    schema1:deathDate "2005" ;
    schema1:description "Franse schrijver van Russische afkomst",
        "bron: https://nl.wikipedia.org/wiki/Vladimir_Volkoff",
        "zie ook: Lavr Divomlikoff" ;
    schema1:familyName "Volkoff" ;
    schema1:givenName "Vladimir" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/486033fcb23b5734c59e92f8903639e2> ;
    schema1:name "Vladimir Volkoff" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p074274597>,
        wd:Q2166142,
        <https://isni.org/isni/0000000448828026> .

