@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/p070049017> a schema1:Person ;
    rdfs:label "Sabatini, Rafael (1875-1950)" ;
    schema1:birthDate "1875" ;
    schema1:deathDate "1950" ;
    schema1:description "mb" ;
    schema1:familyName "Sabatini" ;
    schema1:givenName "Rafael" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cfebd476bb26d4c5f000802a1b9bdef6> ;
    schema1:name "Rafael Sabatini" ;
    schema1:sameAs <http://viaf.org/viaf/22176198>,
        wd:Q345104,
        <https://isni.org/isni/0000000114885979> .

