@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/p069048606> a schema1:Person ;
    rdfs:label "Bloch, Leo (1864-1920)" ;
    schema1:birthDate "1864" ;
    schema1:deathDate "1920" ;
    schema1:familyName "Bloch" ;
    schema1:givenName "Leo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b7b782f8e4b268cddaf60462f830a9f2> ;
    schema1:name "Leo Bloch" ;
    schema1:sameAs <http://viaf.org/viaf/37660908>,
        wd:Q1818490,
        <https://isni.org/isni/0000000110557011> .

