@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/p097538329> a schema1:Person ;
    rdfs:label "Wolff, Isaac de (1901-1976)" ;
    schema1:birthDate "1901" ;
    schema1:deathDate "1976" ;
    schema1:description "geref. pred." ;
    schema1:familyName "de Wolff" ;
    schema1:givenName "Isaac" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3fa603bc989e8d3e76ee913d79fb1ce4> ;
    schema1:name "Isaac de Wolff" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/98522250>,
        <https://isni.org/isni/0000000068375141> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/wolf064> .

