@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/p070761280> a schema1:Person ;
    rdfs:label "Manselli, Raoul (1917-1984)" ;
    schema1:birthDate "1917" ;
    schema1:deathDate "1984" ;
    schema1:familyName "Manselli" ;
    schema1:givenName "Raoul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/08360aebb3d7cb2278f880e182fc0ef4> ;
    schema1:name "Raoul Manselli" ;
    schema1:sameAs <http://viaf.org/viaf/14339>,
        wd:Q729796,
        <https://isni.org/isni/0000000108607745> .

