@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/p073054380> a schema1:Person ;
    rdfs:label "Kroon, Anthonie Willem (1811-1893)" ;
    schema1:birthDate "1811" ;
    schema1:deathDate "1893" ;
    schema1:description "NLMD/K 9231",
        "historicus, letterkundige" ;
    schema1:familyName "Kroon" ;
    schema1:givenName "Anthonie Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0e0e50b381d32a0e62675c666f0a3fbe> ;
    schema1:name "Anthonie Willem Kroon" ;
    schema1:sameAs <http://viaf.org/viaf/244583867> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/kroo008> .

