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

<http://data.bibliotheken.nl/id/thes/p428249078> a schema1:Person ;
    rdfs:label "De Matteis, Salvatore (1893-1969)" ;
    schema1:birthDate "1893" ;
    schema1:deathDate "1969" ;
    schema1:description "Schoonvader van auteur Frida Vogels" ;
    schema1:familyName "De Matteis" ;
    schema1:givenName "Salvatore" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/96b7a91a2d8e72f662d3f2b7b80763d9> ;
    schema1:name "Salvatore De Matteis" ;
    schema1:sameAs <http://viaf.org/viaf/6159878607618330465> .

