@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/p07027147X> a schema1:Person ;
    rdfs:label "Anne (1665-1714 ; koningin van Groot-Brittannië en Ierland)" ;
    schema1:alternateName "Anna Stuart",
        "Queen Anne" ;
    schema1:birthDate "1665" ;
    schema1:deathDate "1714" ;
    schema1:description "dochter van koning James II (1633-1701)",
        "regeerperiode: 1702-1714" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/14bf0da513c8b071f30651c7461a3d8d> ;
    schema1:name "Anne" ;
    schema1:sameAs <http://viaf.org/viaf/805714>,
        wd:Q119702,
        <https://isni.org/isni/0000000080806055> .

