@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/p070185115> a schema1:Person ;
    rdfs:label "Victoria (1819-1901 ; koningin van Groot-Brittannië en Ierland)" ;
    schema1:alternateName "Victoria Alexandrine" ;
    schema1:birthDate "1819" ;
    schema1:deathDate "1901" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dc25d6fc745c29798e123a8011f2f997> ;
    schema1:name "Victoria" ;
    schema1:sameAs <http://viaf.org/viaf/95738652>,
        wd:Q9439,
        <https://isni.org/isni/0000000121443562> .

