@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p070148236> a schema1:Person ;
    rdfs:label "Jacob, Antoon (1889-1947)" ;
    schema1:alternateName "Jacob, A." ;
    schema1:birthDate "1889" ;
    schema1:deathDate "1947" ;
    schema1:description "NLMD/J 122" ;
    schema1:familyName "Jacob" ;
    schema1:givenName "Antoon" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b77550e1694e7886bff41c6b811954f0> ;
    schema1:name "Antoon Jacob" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/195259438>,
        wd:Q30223459,
        <https://isni.org/isni/0000000357207056> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/jaco002> .

