@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/p07149779X> a schema1:Person ;
    rdfs:label "Margherita di Savoia (1851-1926 ; koningin van Italië)" ;
    schema1:birthDate "1851" ;
    schema1:deathDate "1926" ;
    schema1:familyName "di Savoia" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/25cccc3bcdf236ebe40116df1afe45b8> ;
    schema1:name "Margherita di Savoia" ;
    schema1:sameAs <http://viaf.org/viaf/64845350>,
        wd:Q135631,
        <https://isni.org/isni/0000000121369323> .

