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

<http://data.bibliotheken.nl/id/thes/p07272658X> a schema1:Person ;
    rdfs:label "Ferrari, Theo Johan (1918-2009)" ;
    schema1:birthDate "1918" ;
    schema1:deathDate "2009" ;
    schema1:description "bron: overlijdensadvertentie NRC Handelsblad, 4 mei 2009" ;
    schema1:familyName "Ferrari" ;
    schema1:givenName "Theo Johan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a9ab79305900714358e2424b5a796bb2> ;
    schema1:name "Theo Johan Ferrari" ;
    schema1:sameAs <http://viaf.org/viaf/52947551>,
        <https://isni.org/isni/0000000021474097> .

