@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/p071467440> a schema1:Person ;
    rdfs:label "William I the Conqueror (1028-1087 ; koning van Engeland)" ;
    schema1:alternateName "Normandië, Willem van (hertog)",
        "Willelmus I (Anglorum rex)",
        "Willem de Veroveraar",
        "Willem van Normandië (hertog)",
        "William I" ;
    schema1:birthDate "1028" ;
    schema1:deathDate "1087" ;
    schema1:familyName "I the Conqueror" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4e51557fbf80884b0865b0f5124d3d54> ;
    schema1:name "William I the Conqueror" ;
    schema1:nationality "fr",
        "gb" ;
    schema1:sameAs <http://viaf.org/viaf/88049597>,
        wd:Q37594 ;
    schema1:spouse "echtgenoot van Mathilde van Vlaanderen koningin van Engeland (ca. 1031-1083)" .

