@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/p071685553> a schema1:Person ;
    rdfs:label "Moresco, Abraham (1863-1940)" ;
    schema1:birthDate "1863" ;
    schema1:deathDate "1940" ;
    schema1:description "NLMD/M 804" ;
    schema1:familyName "Moresco" ;
    schema1:givenName "Abraham" ;
    schema1:hasOccupation "letterkundige" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ceada7d3702b632410945595a7cb05ad> ;
    schema1:name "Abraham Moresco" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/81415783>,
        <https://isni.org/isni/0000000398005848> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/more005> .

