@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p096097078> a schema1:Person ;
    rdfs:label "Bochkov, A.F." ;
    schema1:familyName "Bochkov" ;
    schema1:givenName "A.F." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0f01f7bb77ac9fd56e048bcb97d514e8> ;
    schema1:name "A.F. Bochkov" ;
    schema1:sameAs <http://viaf.org/viaf/74425321>,
        <https://isni.org/isni/0000000083945843> .

