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

<http://data.bibliotheken.nl/id/thes/p070719950> a schema1:Person ;
    rdfs:label "Leopold, Johan Albert (1846-1922)" ;
    schema1:birthDate "1846" ;
    schema1:deathDate "1922" ;
    schema1:description "bioportnummer: 44177264",
        "leraar" ;
    schema1:familyName "Leopold" ;
    schema1:givenName "Johan Albert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dbc9dec01f463d5dfd46d2e6c4fccdb0> ;
    schema1:name "Johan Albert Leopold" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/193213026>,
        <https://isni.org/isni/000000038528549X> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/leop008> .

