@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <https://dbpedia.org/property/> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://example.org/LOTR/character/Adaldrida_Brandybuck> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Adaldrida Brandybuck"^^xsd:string ;
    ns1:birthYear "2818"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Adalgar_Bolger> a foaf:Person ;
    foaf:name "Adalgar Bolger"^^xsd:string .

<http://example.org/LOTR/character/Adalgrim_Took> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Adalgrim Took"^^xsd:string ;
    ns1:birthYear "2880"^^xsd:gYear ;
    ns1:deathYear "2982"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Adamanta_Took> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Adamanta Took"^^xsd:string ;
    ns1:birthYear "2817"^^xsd:gYear ;
    ns1:deathYear "2923"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Gerontius_(The_Old)_Took> .

<http://example.org/LOTR/character/Adanel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Adanel"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Adelard_Took> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Adelard Took"^^xsd:string ;
    ns1:birthYear "2928"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Adrahil_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Adrahil I"^^xsd:string ;
    ns1:birthYear "1944"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Adrahil_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Adrahil II"^^xsd:string ;
    ns1:birthYear "2917"^^xsd:gYear ;
    ns1:deathYear "3010"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Aegnor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Aegnor"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Aerandir> a foaf:Person ;
    foaf:name "Aerandir"^^xsd:string .

<http://example.org/LOTR/character/Aerin> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Aerin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Agathor> a foaf:Person ;
    foaf:name "Agathor"^^xsd:string .

<http://example.org/LOTR/character/Aghan> a foaf:Person ;
    foaf:name "Aghan"^^xsd:string .

<http://example.org/LOTR/character/Aglahad> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Aglahad"^^xsd:string ;
    ns1:birthYear "2827"^^xsd:gYear ;
    ns1:deathYear "2932"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ailinel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Ailinel"^^xsd:string ;
    ns1:birthYear "750"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Alatar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Alatar"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> .

<http://example.org/LOTR/character/Aldamir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Aldamir"^^xsd:string ;
    ns1:birthYear "1330"^^xsd:gYear ;
    ns1:deathYear "1540"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Aldor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Aldor"^^xsd:string ;
    ns1:birthYear "2544"^^xsd:gYear ;
    ns1:deathYear "2645"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Algund> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Algund"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Almiel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Almiel"^^xsd:string ;
    ns1:birthYear "750"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Alphros> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Alphros"^^xsd:string ;
    ns1:birthYear "3017"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Amandil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Amandil"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Amaranth_Brandybuck> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Amaranth Brandybuck"^^xsd:string ;
    ns1:birthYear "2904"^^xsd:gYear ;
    ns1:deathYear "2998"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Amarië> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Amarië"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Amdír> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Amdír"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Lórien> .

<http://example.org/LOTR/character/Amlach> a foaf:Person ;
    foaf:name "Amlach"^^xsd:string .

<http://example.org/LOTR/character/Amlaith> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Amlaith"^^xsd:string ;
    ns1:birthYear "726"^^xsd:gYear ;
    ns1:deathYear "946"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arthedain> .

<http://example.org/LOTR/character/Amras> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Amras"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Estolad> .

<http://example.org/LOTR/character/Amrod> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Amrod"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Amroth> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Amroth"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Lórien> .

<http://example.org/LOTR/character/Amrothos> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Amrothos"^^xsd:string ;
    ns1:birthYear "2994"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Anairë> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Anairë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Anardil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Anardil"^^xsd:string ;
    ns1:birthYear "136"^^xsd:gYear ;
    ns1:deathYear "411"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Anborn> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Anborn"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ancalagon> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ancalagon"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Dragons> .

<http://example.org/LOTR/character/Andreth> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Andreth"^^xsd:string ;
    ns1:birthYear "361"^^xsd:gYear ;
    ns1:deathYear "455"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Andróg> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Andróg"^^xsd:string ;
    ns1:birthYear "440"^^xsd:gYear ;
    ns1:deathYear "489"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Andvír> a foaf:Person ;
    foaf:name "Andvír"^^xsd:string .

<http://example.org/LOTR/character/Andwise_Roper> a foaf:Person ;
    foaf:name "Andwise Roper"^^xsd:string .

<http://example.org/LOTR/character/Angamaitë> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Angamaitë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Angbor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Angbor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Angelica_Baggins> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Angelica Baggins"^^xsd:string ;
    ns1:birthYear "2981"^^xsd:gYear ;
    ns1:haircolour "Blond"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Angelimar> a foaf:Person ;
    foaf:name "Angelimar"^^xsd:string .

<http://example.org/LOTR/character/Angelimir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Angelimir"^^xsd:string ;
    ns1:birthYear "2866"^^xsd:gYear ;
    ns1:deathYear "2977"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Angrim> a foaf:Person ;
    foaf:name "Angrim"^^xsd:string .

<http://example.org/LOTR/character/Angrod> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Angrod"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Annael> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Annael"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Anárion> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Anárion"^^xsd:string ;
    ns1:birthYear "3219"^^xsd:gYear ;
    ns1:deathYear "3440"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Ar-Adûnakhôr> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ar-Adûnakhôr"^^xsd:string ;
    ns1:birthYear "2709"^^xsd:gYear ;
    ns1:deathYear "2962"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Ar-Gimilzôr> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ar-Gimilzôr"^^xsd:string ;
    ns1:birthYear "2960"^^xsd:gYear ;
    ns1:deathYear "3177"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> ;
    ns1:spouse <http://example.org/LOTR/character/Inzilbêth> .

<http://example.org/LOTR/character/Ar-Sakalthôr> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ar-Sakalthôr"^^xsd:string ;
    ns1:birthYear "2876"^^xsd:gYear ;
    ns1:deathYear "3102"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Ar-Zimrathôn> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ar-Zimrathôn"^^xsd:string ;
    ns1:birthYear "2798"^^xsd:gYear ;
    ns1:deathYear "3033"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Arador> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Arador"^^xsd:string ;
    ns1:birthYear "2820"^^xsd:gYear ;
    ns1:deathYear "2930"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Araglas> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Araglas"^^xsd:string ;
    ns1:birthYear "2296"^^xsd:gYear ;
    ns1:deathYear "2455"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Aragorn_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Aragorn I"^^xsd:string ;
    ns1:birthYear "2227"^^xsd:gYear ;
    ns1:deathYear "2327"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Aragorn_Ii_Elessar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Aragorn II Elessar"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Aragost> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Aragost"^^xsd:string ;
    ns1:birthYear "2431"^^xsd:gYear ;
    ns1:deathYear "2588"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Arahad_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Arahad I"^^xsd:string ;
    ns1:birthYear "2365"^^xsd:gYear ;
    ns1:deathYear "2523"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Arahad_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Arahad II"^^xsd:string ;
    ns1:birthYear "2563"^^xsd:gYear ;
    ns1:deathYear "2719"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Arahael> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Arahael"^^xsd:string ;
    ns1:birthYear "2012"^^xsd:gYear ;
    ns1:deathYear "2177"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Aranarth> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Aranarth"^^xsd:string ;
    ns1:birthYear "1938"^^xsd:gYear ;
    ns1:deathYear "2106"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Arantar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Arantar"^^xsd:string ;
    ns1:birthYear "185"^^xsd:gYear ;
    ns1:deathYear "435"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arnor> .

<http://example.org/LOTR/character/Aranuir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Aranuir"^^xsd:string ;
    ns1:birthYear "2084"^^xsd:gYear ;
    ns1:deathYear "2247"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Aranwë> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Aranwë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Araphant> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Araphant"^^xsd:string ;
    ns1:birthYear "1789"^^xsd:gYear ;
    ns1:deathYear "1964"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arthedain> .

<http://example.org/LOTR/character/Araphor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Araphor"^^xsd:string ;
    ns1:birthYear "1391"^^xsd:gYear ;
    ns1:deathYear "1589"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arthedain> .

<http://example.org/LOTR/character/Arassuil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Arassuil"^^xsd:string ;
    ns1:birthYear "2628"^^xsd:gYear ;
    ns1:deathYear "2784"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Aratan> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Aratan"^^xsd:string ;
    ns1:birthYear "3339"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Arathorn_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Arathorn I"^^xsd:string ;
    ns1:birthYear "2693"^^xsd:gYear ;
    ns1:deathYear "2848"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Araval> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Araval"^^xsd:string ;
    ns1:birthYear "1711"^^xsd:gYear ;
    ns1:deathYear "1891"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arnor> .

<http://example.org/LOTR/character/Aravir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Aravir"^^xsd:string ;
    ns1:birthYear "2156"^^xsd:gYear ;
    ns1:deathYear "2319"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Aravorn> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Aravorn"^^xsd:string ;
    ns1:birthYear "2497"^^xsd:gYear ;
    ns1:deathYear "2654"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Arciryas> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Arciryas"^^xsd:string ;
    ns1:birthYear "1684"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ardamir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ardamir"^^xsd:string ;
    ns1:birthYear "562"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Aredhel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Aredhel"^^xsd:string ;
    ns1:birthYear "1362"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Argeleb_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Argeleb I"^^xsd:string ;
    ns1:birthYear "1226"^^xsd:gYear ;
    ns1:deathYear "1356"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arnor> .

<http://example.org/LOTR/character/Argeleb_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Argeleb II"^^xsd:string ;
    ns1:birthYear "1473"^^xsd:gYear ;
    ns1:deathYear "1670"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arthedain> .

<http://example.org/LOTR/character/Argon> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Argon"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Argonui> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Argonui"^^xsd:string ;
    ns1:birthYear "2757"^^xsd:gYear ;
    ns1:deathYear "2912"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Arien> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Arien"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> .

<http://example.org/LOTR/character/Arminas> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Arminas"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Artamir> a foaf:Person ;
    foaf:name "Artamir"^^xsd:string .

<http://example.org/LOTR/character/Arthad> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Arthad"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Arvedui> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Arvedui"^^xsd:string ;
    ns1:birthYear "1864"^^xsd:gYear ;
    ns1:deathYear "1975"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arthedain> ;
    ns1:spouse <http://example.org/LOTR/character/Fíriel> .

<http://example.org/LOTR/character/Arvegil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Arvegil"^^xsd:string ;
    ns1:birthYear "1553"^^xsd:gYear ;
    ns1:deathYear "1743"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arnor> .

<http://example.org/LOTR/character/Arveleg_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Arveleg I"^^xsd:string ;
    ns1:birthYear "1309"^^xsd:gYear ;
    ns1:deathYear "1409"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arnor> .

<http://example.org/LOTR/character/Arveleg_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Arveleg II"^^xsd:string ;
    ns1:birthYear "1633"^^xsd:gYear ;
    ns1:deathYear "1813"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arnor> .

<http://example.org/LOTR/character/Arwen> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Arwen"^^xsd:string ;
    ns1:birthYear "241"^^xsd:gYear ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Reunited_Kingdom> .

<http://example.org/LOTR/character/Asgon> a foaf:Person ;
    foaf:name "Asgon"^^xsd:string .

<http://example.org/LOTR/character/Asphodel_Burrows> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Asphodel Burrows"^^xsd:string ;
    ns1:birthYear "2913"^^xsd:gYear ;
    ns1:deathYear "3012"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Rufus_Burrows> .

<http://example.org/LOTR/character/Atanalcar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Atanalcar"^^xsd:string ;
    ns1:birthYear "61"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Atanatar_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Atanatar I"^^xsd:string ;
    ns1:birthYear "480"^^xsd:gYear ;
    ns1:deathYear "748"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Atanatar_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Atanatar II"^^xsd:string ;
    ns1:birthYear "977"^^xsd:gYear ;
    ns1:deathYear "1226"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Aulendil_(Vardamir'S_Son)> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Aulendil (Vardamir's son)"^^xsd:string ;
    ns1:birthYear "213"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Aulë> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Aulë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> .

<http://example.org/LOTR/character/Axantur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Axantur"^^xsd:string ;
    ns1:birthYear "395"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Azaghâl> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Azaghâl"^^xsd:string ;
    ns1:birthYear "214"^^xsd:gYear ;
    ns1:deathYear "473"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Azog> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Azog"^^xsd:string ;
    ns1:haircolour "Bald"@en ;
    ns1:race <http://example.org/LOTR/race/Orcs> ;
    ns1:realm <http://example.org/LOTR/realm/Moria> .

<http://example.org/LOTR/character/Bain> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bain"^^xsd:string ;
    ns1:birthYear "2925"^^xsd:gYear ;
    ns1:deathYear "3007"^^xsd:gYear ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Dale> .

<http://example.org/LOTR/character/Bal> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "bal"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Balcmeg> a foaf:Person ;
    foaf:name "Balcmeg"^^xsd:string .

<http://example.org/LOTR/character/Baldor> a foaf:Person ;
    foaf:name "Baldor"^^xsd:string .

<http://example.org/LOTR/character/Balin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Balin"^^xsd:string ;
    ns1:birthYear "2763"^^xsd:gYear ;
    ns1:deathYear "2994"^^xsd:gYear ;
    ns1:haircolour "White"@en ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Bandobras_Took> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bandobras Took"^^xsd:string ;
    ns1:birthYear "2701"^^xsd:gYear ;
    ns1:deathYear "2800"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Baragund> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Baragund"^^xsd:string ;
    ns1:birthYear "420"^^xsd:gYear ;
    ns1:deathYear "460"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Barahir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Barahir"^^xsd:string ;
    ns1:birthYear "2290"^^xsd:gYear ;
    ns1:deathYear "2412"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Barahir_A> a foaf:Person ;
    foaf:name "Barahir"^^xsd:string .

<http://example.org/LOTR/character/Barahir_B> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Barahir"^^xsd:string ;
    ns1:birthYear "402"^^xsd:gYear ;
    ns1:deathYear "460"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Emeldir> .

<http://example.org/LOTR/character/Baran> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Baran"^^xsd:string ;
    ns1:birthYear "289"^^xsd:gYear ;
    ns1:deathYear "380"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Estolad> .

<http://example.org/LOTR/character/Baranor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Baranor"^^xsd:string ;
    ns1:birthYear "317"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Bard> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bard"^^xsd:string ;
    ns1:birthYear "2898"^^xsd:gYear ;
    ns1:deathYear "2977"^^xsd:gYear ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Dale> .

<http://example.org/LOTR/character/Bard_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bard II"^^xsd:string ;
    ns1:birthYear "2985"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Laketown> .

<http://example.org/LOTR/character/Barliman_Butterbur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Barliman Butterbur"^^xsd:string ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Basso_Boffin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Basso Boffin"^^xsd:string ;
    ns1:birthYear "2769"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Beechbone> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Beechbone"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ents> .

<http://example.org/LOTR/character/Beldir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Beldir"^^xsd:string ;
    ns1:birthYear "316"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Belecthor_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Belecthor I"^^xsd:string ;
    ns1:birthYear "2545"^^xsd:gYear ;
    ns1:deathYear "2655"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Belecthor_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Belecthor II"^^xsd:string ;
    ns1:birthYear "2752"^^xsd:gYear ;
    ns1:deathYear "2872"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Beleg> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Beleg"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Beleg_Of_Arnor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Beleg of Arnor"^^xsd:string ;
    ns1:birthYear "811"^^xsd:gYear ;
    ns1:deathYear "1029"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arnor> .

<http://example.org/LOTR/character/Belegorn> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Belegorn"^^xsd:string ;
    ns1:birthYear "2074"^^xsd:gYear ;
    ns1:deathYear "2204"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Belegund> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Belegund"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Belemir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Belemir"^^xsd:string ;
    ns1:birthYear "339"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Belen> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Belen"^^xsd:string ;
    ns1:birthYear "292"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Bell_Gamgee> a foaf:Person ;
    foaf:name "Bell Gamgee"^^xsd:string .

<http://example.org/LOTR/character/Belladonna_Baggins> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Belladonna Baggins"^^xsd:string ;
    ns1:birthYear "2852"^^xsd:gYear ;
    ns1:deathYear "2934"^^xsd:gYear ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Bungo_Baggins> .

<http://example.org/LOTR/character/Beorn> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Beorn"^^xsd:string ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Skin-Changer> .

<http://example.org/LOTR/character/Bereg> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bereg"^^xsd:string ;
    ns1:birthYear "340"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Beregond> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Beregond"^^xsd:string ;
    ns1:birthYear "2976"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Beregond_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Beregond"^^xsd:string ;
    ns1:birthYear "2700"^^xsd:gYear ;
    ns1:deathYear "2811"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Berelach> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Berelach"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Beren> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Beren"^^xsd:string ;
    ns1:birthYear "2655"^^xsd:gYear ;
    ns1:deathYear "2763"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Beren_(Belemir'S_Son)> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Beren (Belemir's son)"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Beren_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Beren"^^xsd:string ;
    ns1:birthYear "432"^^xsd:gYear ;
    ns1:deathYear "466"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Lúthien_Tinúviel> .

<http://example.org/LOTR/character/Bergil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bergil"^^xsd:string ;
    ns1:birthYear "3009"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Berilac_Brandybuck> a foaf:Person ;
    foaf:name "Berilac Brandybuck"^^xsd:string .

<http://example.org/LOTR/character/Bifur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bifur"^^xsd:string ;
    ns1:birthYear "2814"^^xsd:gYear ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Bilbo_Baggins> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bilbo Baggins"^^xsd:string ;
    ns1:birthYear "2890"^^xsd:gYear ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Bilbo_Gamgee> a foaf:Person ;
    foaf:name "Bilbo Gamgee"^^xsd:string .

<http://example.org/LOTR/character/Bilbo_Gardner> a foaf:Person ;
    foaf:name "Bilbo Gardner"^^xsd:string .

<http://example.org/LOTR/character/Bill_Ferny> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bill Ferny"^^xsd:string ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Bingo_Baggins> a foaf:Person ;
    foaf:name "Bingo Baggins"^^xsd:string .

<http://example.org/LOTR/character/Black_Serpent> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Black Serpent"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Bladorthin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bladorthin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Laketown> .

<http://example.org/LOTR/character/Blanco> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Blanco"^^xsd:string ;
    ns1:birthYear "1560"^^xsd:gYear ;
    ns1:deathYear "1601"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Blanco_Bracegirdle> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Blanco Bracegirdle"^^xsd:string ;
    ns1:birthYear "2865"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Bob> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bob"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Bodo_Proudfoot> a foaf:Person ;
    foaf:name "Bodo Proudfoot"^^xsd:string .

<http://example.org/LOTR/character/Bodruith> a foaf:Person ;
    foaf:name "Bodruith"^^xsd:string .

<http://example.org/LOTR/character/Bofur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bofur"^^xsd:string ;
    ns1:birthYear "2843"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Boldog> a foaf:Person ;
    foaf:name "Boldog"^^xsd:string .

<http://example.org/LOTR/character/Bolg> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bolg"^^xsd:string ;
    ns1:haircolour "Bald"@en ;
    ns1:race <http://example.org/LOTR/race/Orcs> .

<http://example.org/LOTR/character/Bombur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bombur"^^xsd:string ;
    ns1:birthYear "2834"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Borin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Borin"^^xsd:string ;
    ns1:birthYear "2450"^^xsd:gYear ;
    ns1:deathYear "2711"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Borlach> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Borlach"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Borlad> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Borlad"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Borlas> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Borlas"^^xsd:string ;
    ns1:birthYear "3011"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Boromir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Boromir"^^xsd:string ;
    ns1:birthYear "2978"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Boromir_(House_Of_Bëor)> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Boromir (House of Bëor)"^^xsd:string ;
    ns1:birthYear "338"^^xsd:gYear ;
    ns1:deathYear "432"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Boromir_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Boromir"^^xsd:string ;
    ns1:birthYear "2410"^^xsd:gYear ;
    ns1:deathYear "2489"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Boron> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Boron"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Borondir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Borondir"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Borthand> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Borthand"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Bosco_Boffin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bosco Boffin"^^xsd:string ;
    ns1:birthYear "2767"^^xsd:gYear ;
    ns1:deathYear "2858"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Bowman_Cotton> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bowman Cotton"^^xsd:string ;
    ns1:birthYear "2886"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Brand> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Brand"^^xsd:string ;
    ns1:birthYear "2957"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Laketown> .

<http://example.org/LOTR/character/Brandir> a foaf:Person ;
    foaf:name "Brandir"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Bregalad> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bregalad"^^xsd:string ;
    ns1:birthYear "2519"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Ents> .

<http://example.org/LOTR/character/Brego> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Brego"^^xsd:string ;
    ns1:birthYear "2512"^^xsd:gYear ;
    ns1:deathYear "2570"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Bregolas> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bregolas"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Bregor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bregor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Briffo_Boffin> a foaf:Person ;
    foaf:name "Briffo Boffin"^^xsd:string .

<http://example.org/LOTR/character/Brodda> a foaf:Person ;
    foaf:name "Brodda"^^xsd:string .

<http://example.org/LOTR/character/Broncho_Stonecrow> a foaf:Person ;
    foaf:name "Broncho Stonecrow"^^xsd:string .

<http://example.org/LOTR/character/Bruno_Bracegirdle> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bruno Bracegirdle"^^xsd:string ;
    ns1:birthYear "2913"^^xsd:gYear ;
    ns1:deathYear "3010"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Brytta_Léofa> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Brytta Léofa"^^xsd:string ;
    ns1:birthYear "2752"^^xsd:gYear ;
    ns1:deathYear "2842"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Bucca_Of_The_Marish> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bucca of the Marish"^^xsd:string ;
    ns1:birthYear "1930"^^xsd:gYear ;
    ns1:deathYear "2031"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Buffo_Boffin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Buffo Boffin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Bëor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bëor"^^xsd:string ;
    ns1:birthYear "262"^^xsd:gYear ;
    ns1:deathYear "355"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Bór> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bór"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Calimehtar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Calimehtar"^^xsd:string ;
    ns1:birthYear "1736"^^xsd:gYear ;
    ns1:deathYear "1936"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Calimmacil> a foaf:Person ;
    foaf:name "Calimmacil"^^xsd:string .

<http://example.org/LOTR/character/Caliondo> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Caliondo"^^xsd:string ;
    ns1:birthYear "512"^^xsd:gYear ;
    ns1:deathYear "900"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Calmacil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Calmacil"^^xsd:string ;
    ns1:birthYear "1058"^^xsd:gYear ;
    ns1:deathYear "1304"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Caranthir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Caranthir"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Carc> a foaf:Person ;
    foaf:name "Carc"^^xsd:string .

<http://example.org/LOTR/character/Carcharoth> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Carcharoth"^^xsd:string ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Werewolves> ;
    ns1:realm <http://example.org/LOTR/realm/Angband> .

<http://example.org/LOTR/character/Carl_Cotton> a foaf:Person ;
    foaf:name "Carl Cotton"^^xsd:string .

<http://example.org/LOTR/character/Castamir_The_Usurper> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Castamir the Usurper"^^xsd:string ;
    ns1:birthYear "1259"^^xsd:gYear ;
    ns1:deathYear "1447"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Celandine_Brandybuck> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Celandine Brandybuck"^^xsd:string ;
    ns1:birthYear "2994"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Celeborn> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Celeborn"^^xsd:string ;
    ns1:haircolour "Silver"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Eregion> .

<http://example.org/LOTR/character/Celebrimbor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Celebrimbor"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Eregion> .

<http://example.org/LOTR/character/Celebrindor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Celebrindor"^^xsd:string ;
    ns1:birthYear "1062"^^xsd:gYear ;
    ns1:deathYear "1272"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arthedain> .

<http://example.org/LOTR/character/Celebrían> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Celebrían"^^xsd:string ;
    ns1:birthYear "400"^^xsd:gYear ;
    ns1:deathYear "2510"^^xsd:gYear ;
    ns1:haircolour "Silver"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:spouse <http://example.org/LOTR/character/Elrond> .

<http://example.org/LOTR/character/Celegorm> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Celegorm"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Celepharn> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Celepharn"^^xsd:string ;
    ns1:birthYear "979"^^xsd:gYear ;
    ns1:deathYear "1191"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arthedain> .

<http://example.org/LOTR/character/Cemendur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Cemendur"^^xsd:string ;
    ns1:birthYear "575"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Cemendur_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Cemendur"^^xsd:string ;
    ns1:birthYear "3399"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Ceorl> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ceorl"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Chica_Baggins> a foaf:Person ;
    foaf:name "Chica Baggins"^^xsd:string .

<http://example.org/LOTR/character/Cirion> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Cirion"^^xsd:string ;
    ns1:birthYear "2449"^^xsd:gYear ;
    ns1:deathYear "2567"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ciryandil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ciryandil"^^xsd:string ;
    ns1:birthYear "820"^^xsd:gYear ;
    ns1:deathYear "1015"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Ciryatur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ciryatur"^^xsd:string ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ciryon> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ciryon"^^xsd:string ;
    ns1:birthYear "3379"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Cora_Goodbody> a foaf:Person ;
    foaf:name "Cora Goodbody"^^xsd:string .

<http://example.org/LOTR/character/Cottar> a foaf:Person ;
    foaf:name "Cottar"^^xsd:string .

<http://example.org/LOTR/character/Curufin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Curufin"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Himlad> .

<http://example.org/LOTR/character/Círdan> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Círdan"^^xsd:string ;
    ns1:birthYear "121"^^xsd:gYear ;
    ns1:haircolour "Silver"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Daddy_Twofoot> a foaf:Person ;
    foaf:name "Daddy Twofoot"^^xsd:string .

<http://example.org/LOTR/character/Daeron> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Daeron"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Dairuin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Dairuin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Daisy_Boffin> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Daisy Boffin"^^xsd:string ;
    ns1:birthYear "2950"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Daisy_Gamgee> a foaf:Person ;
    foaf:name "Daisy Gamgee"^^xsd:string .

<http://example.org/LOTR/character/Daisy_Gamgee_I> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Daisy Gamgee I"^^xsd:string ;
    ns1:birthYear "2972"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Damrod> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Damrod"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Denethor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Denethor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Ossiriand> .

<http://example.org/LOTR/character/Denethor_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Denethor I"^^xsd:string ;
    ns1:birthYear "2375"^^xsd:gYear ;
    ns1:deathYear "2477"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Derufin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Derufin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Dervorin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Dervorin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Diamond_Took> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Diamond Took"^^xsd:string ;
    ns1:birthYear "2995"^^xsd:gYear ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Dina_Diggle> a foaf:Person ;
    foaf:name "Dina Diggle"^^xsd:string .

<http://example.org/LOTR/character/Dinodas_Brandybuck> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Dinodas Brandybuck"^^xsd:string ;
    ns1:birthYear "1316"^^xsd:gYear ;
    ns1:deathYear "1410"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Dior> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Dior"^^xsd:string ;
    ns1:birthYear "2328"^^xsd:gYear ;
    ns1:deathYear "2435"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Dior_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Dior"^^xsd:string ;
    ns1:birthYear "470"^^xsd:gYear ;
    ns1:deathYear "506"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Half-Elven> ;
    ns1:realm <http://example.org/LOTR/realm/Doriath> ;
    ns1:spouse <http://example.org/LOTR/character/Nimloth> .

<http://example.org/LOTR/character/Doderic_Brandybuck> a foaf:Person ;
    foaf:name "Doderic Brandybuck"^^xsd:string .

<http://example.org/LOTR/character/Dodinas_Brandybuck> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Dodinas Brandybuck"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Donnamira_Boffin> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Donnamira Boffin"^^xsd:string ;
    ns1:birthYear "2856"^^xsd:gYear ;
    ns1:deathYear "2948"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Hugo_Boffin> .

<http://example.org/LOTR/character/Dora_Baggins> a foaf:Person ;
    foaf:name "Dora Baggins"^^xsd:string .

<http://example.org/LOTR/character/Dori> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Dori"^^xsd:string ;
    ns1:birthYear "2827"^^xsd:gYear ;
    ns1:haircolour "grey"@en ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Dorlas> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Dorlas"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Draugluin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Draugluin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Werewolves> .

<http://example.org/LOTR/character/Druda_Burrows_Boffin> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Druda Burrows Boffin"^^xsd:string ;
    ns1:birthYear "2860"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Dudo_Baggins> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Dudo Baggins"^^xsd:string ;
    ns1:birthYear "2911"^^xsd:gYear ;
    ns1:deathYear "3009"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Duilin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Duilin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Duinhir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Duinhir"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Durin> a foaf:Person ;
    foaf:name "Durin"^^xsd:string .

<http://example.org/LOTR/character/Durin'S_Bane> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Durin's Bane"^^xsd:string ;
    ns1:haircolour "Red"@en ;
    ns1:race <http://example.org/LOTR/race/Balrogs> .

<http://example.org/LOTR/character/Durin_Vii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Durin VII"^^xsd:string ;
    ns1:birthYear "2"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> ;
    ns1:realm <http://example.org/LOTR/realm/Khazad-Dum> .

<http://example.org/LOTR/character/Dwalin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Dwalin"^^xsd:string ;
    ns1:birthYear "2772"^^xsd:gYear ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Dáin_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Dáin I"^^xsd:string ;
    ns1:birthYear "2440"^^xsd:gYear ;
    ns1:deathYear "2589"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> ;
    ns1:realm <http://example.org/LOTR/realm/Grey_Mountains> .

<http://example.org/LOTR/character/Dáin_Ii_Ironfoot> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Dáin II Ironfoot"^^xsd:string ;
    ns1:birthYear "2767"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> ;
    ns1:realm <http://example.org/LOTR/realm/Lonely_Mountain> .

<http://example.org/LOTR/character/Déagol> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Déagol"^^xsd:string ;
    ns1:birthYear "2430"^^xsd:gYear ;
    ns1:deathYear "2463"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Déor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Déor"^^xsd:string ;
    ns1:birthYear "2644"^^xsd:gYear ;
    ns1:deathYear "2718"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Déorwine> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Déorwine"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Dírhavel> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Dírhavel"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Dís> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Dís"^^xsd:string ;
    ns1:birthYear "2760"^^xsd:gYear ;
    ns1:deathYear "2941"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Dúnhere> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Dúnhere"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ebor> a foaf:Person ;
    foaf:name "Ebor"^^xsd:string .

<http://example.org/LOTR/character/Ecthelion_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ecthelion I"^^xsd:string ;
    ns1:birthYear "2600"^^xsd:gYear ;
    ns1:deathYear "2698"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ecthelion_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ecthelion II"^^xsd:string ;
    ns1:birthYear "2886"^^xsd:gYear ;
    ns1:deathYear "2984"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ecthelion_Of_The_Fountain> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ecthelion of the Fountain"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Edrahil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Edrahil"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Egalmoth> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Egalmoth"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Egalmoth_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Egalmoth"^^xsd:string ;
    ns1:birthYear "2626"^^xsd:gYear ;
    ns1:deathYear "2743"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Eglantine_Took> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Eglantine Took"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Eilinel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Eilinel"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Elanor_Gardner> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Elanor Gardner"^^xsd:string ;
    ns1:haircolour "Blond"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Elatan> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Elatan"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Elboron> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Elboron"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Eldacar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eldacar"^^xsd:string ;
    ns1:birthYear "1255"^^xsd:gYear ;
    ns1:deathYear "1490"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Eldacar_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eldacar"^^xsd:string ;
    ns1:birthYear "87"^^xsd:gYear ;
    ns1:deathYear "339"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arnor> .

<http://example.org/LOTR/character/Eldalótë> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Eldalótë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Eldarion> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eldarion"^^xsd:string ;
    ns1:birthYear "43"^^xsd:gYear ;
    ns1:deathYear "220"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Elemmakil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Elemmakil"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Elemmírë> a foaf:Person ;
    foaf:name "Elemmírë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Elendil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Elendil"^^xsd:string ;
    ns1:birthYear "3119"^^xsd:gYear ;
    ns1:deathYear "3441"^^xsd:gYear ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Elendur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Elendur"^^xsd:string ;
    ns1:birthYear "3299"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Elendur_Of_Arnor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Elendur of Arnor"^^xsd:string ;
    ns1:birthYear "552"^^xsd:gYear ;
    ns1:deathYear "777"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arnor> .

<http://example.org/LOTR/character/Elenwë> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Elenwë"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Elfhelm> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Elfhelm"^^xsd:string ;
    ns1:birthYear "2985"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Elfhild> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Elfhild"^^xsd:string ;
    ns1:birthYear "2950"^^xsd:gYear ;
    ns1:deathYear "2978"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> ;
    ns1:spouse <http://example.org/LOTR/character/Théoden> .

<http://example.org/LOTR/character/Elfstan_Fairbairn> a foaf:Person ;
    foaf:name "Elfstan Fairbairn"^^xsd:string .

<http://example.org/LOTR/character/Elfwine> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Elfwine"^^xsd:string ;
    ns1:birthYear "8"^^xsd:gYear ;
    ns1:deathYear "103"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Elladan_And_Elrohir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Elladan and Elrohir"^^xsd:string ;
    ns1:birthYear "130"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Elmo> a foaf:Person ;
    foaf:name "Elmo"^^xsd:string .

<http://example.org/LOTR/character/Elphir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Elphir"^^xsd:string ;
    ns1:birthYear "2987"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Elros> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Elros"^^xsd:string ;
    ns1:birthYear "532"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Half-Elven> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Eluréd_And_Elurín> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eluréd and Elurín"^^xsd:string ;
    ns1:birthYear "500"^^xsd:gYear ;
    ns1:deathYear "506"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Elwing> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Elwing"^^xsd:string ;
    ns1:birthYear "503"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Half-Elven> .

<http://example.org/LOTR/character/Enel> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Enel"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Enelyë> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Enelyë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Enerdhil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Enerdhil"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Eorl_The_Young> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eorl the Young"^^xsd:string ;
    ns1:birthYear "2485"^^xsd:gYear ;
    ns1:deathYear "2545"^^xsd:gYear ;
    ns1:haircolour "Blond"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Eradan> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eradan"^^xsd:string ;
    ns1:birthYear "1999"^^xsd:gYear ;
    ns1:deathYear "2116"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Erchirion> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Erchirion"^^xsd:string ;
    ns1:birthYear "2990"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Erellont> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Erellont"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Erestor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Erestor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Erkenbrand> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Erkenbrand"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Erling_Greenhand> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Erling Greenhand"^^xsd:string ;
    ns1:birthYear "2854"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Eru_Ilúvatar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eru Ilúvatar"^^xsd:string ;
    ns1:haircolour "White"@en ;
    ns1:race <http://example.org/LOTR/race/God> ;
    ns1:realm <http://example.org/LOTR/realm/Timeless_Halls> .

<http://example.org/LOTR/character/Esmeralda_Brandybuck> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Esmeralda Brandybuck"^^xsd:string ;
    ns1:birthYear "2936"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Estella_Brandybuck> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Estella Brandybuck"^^xsd:string ;
    ns1:birthYear "2985"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Estelmo> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Estelmo"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Estë> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Estë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> .

<http://example.org/LOTR/character/Everard_Took> a foaf:Person ;
    foaf:name "Everard Took"^^xsd:string .

<http://example.org/LOTR/character/Eärendil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eärendil"^^xsd:string ;
    ns1:birthYear "503"^^xsd:gYear ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Half-Elven> .

<http://example.org/LOTR/character/Eärendil_Of_Gondor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eärendil of Gondor"^^xsd:string ;
    ns1:birthYear "48"^^xsd:gYear ;
    ns1:deathYear "324"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Eärendur_(Lord_Of_Andúnië)> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eärendur (Lord of Andúnië)"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Eärendur_Of_Arnor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eärendur of Arnor"^^xsd:string ;
    ns1:birthYear "640"^^xsd:gYear ;
    ns1:deathYear "861"^^xsd:gYear .

<http://example.org/LOTR/character/Eärendur_Of_Númenor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eärendur of Númenor"^^xsd:string ;
    ns1:birthYear "361"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Eärnil_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eärnil I"^^xsd:string ;
    ns1:birthYear "736"^^xsd:gYear ;
    ns1:deathYear "936"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Eärnil_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eärnil II"^^xsd:string ;
    ns1:birthYear "1883"^^xsd:gYear ;
    ns1:deathYear "2043"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Eärnur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eärnur"^^xsd:string ;
    ns1:birthYear "1928"^^xsd:gYear ;
    ns1:deathYear "2050"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Eärwen> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Eärwen"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Eöl> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eöl"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Eönwë> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Eönwë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> .

<http://example.org/LOTR/character/Falathar> a foaf:Person ;
    foaf:name "Falathar"^^xsd:string .

<http://example.org/LOTR/character/Falco_Chubb-Baggins> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Falco Chubb-Baggins"^^xsd:string ;
    ns1:birthYear "2903"^^xsd:gYear ;
    ns1:deathYear "2999"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Faramir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Faramir"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Faramir_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Faramir"^^xsd:string ;
    ns1:birthYear "2983"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Minas_Ithil> .

<http://example.org/LOTR/character/Faramir_Took_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Faramir Took I"^^xsd:string ;
    ns1:birthYear "10"^^xsd:gYear ;
    ns1:deathYear "112"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Goldilocks_Gardner> .

<http://example.org/LOTR/character/Farin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Farin"^^xsd:string ;
    ns1:birthYear "2560"^^xsd:gYear ;
    ns1:deathYear "2803"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Farmer_Maggot> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Farmer Maggot"^^xsd:string ;
    ns1:birthYear "2948"^^xsd:gYear ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Fastolph_Bolger> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fastolph Bolger"^^xsd:string ;
    ns1:birthYear "1210"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:realm <http://example.org/LOTR/realm/Shire> .

<http://example.org/LOTR/character/Fastred> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fastred"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Fastred_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fastred"^^xsd:string ;
    ns1:birthYear "2858"^^xsd:gYear ;
    ns1:deathYear "2885"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Fastred_Of_Greenholm> a foaf:Person ;
    foaf:name "Fastred of Greenholm"^^xsd:string .

<http://example.org/LOTR/character/Fengel> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fengel"^^xsd:string ;
    ns1:birthYear "2870"^^xsd:gYear ;
    ns1:deathYear "2953"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Ferdibrand_Took> a foaf:Person ;
    foaf:name "Ferdibrand Took"^^xsd:string .

<http://example.org/LOTR/character/Ferdinand_Took> a foaf:Person ;
    foaf:name "Ferdinand Took"^^xsd:string .

<http://example.org/LOTR/character/Ferumbras_Iii_Took> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ferumbras III Took"^^xsd:string ;
    ns1:birthYear "2916"^^xsd:gYear ;
    ns1:deathYear "3015"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Ferumbras_Took_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ferumbras Took II"^^xsd:string ;
    ns1:birthYear "2701"^^xsd:gYear ;
    ns1:deathYear "2801"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Filibert_Bolger> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Filibert Bolger"^^xsd:string ;
    ns1:birthYear "2942"^^xsd:gYear ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Fimbrethil> a foaf:Person ;
    foaf:name "Fimbrethil"^^xsd:string .

<http://example.org/LOTR/character/Finarfin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Finarfin"^^xsd:string ;
    ns1:birthYear "1230"^^xsd:gYear ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Tirion> .

<http://example.org/LOTR/character/Findegil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Findegil"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Findis> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Findis"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Finduilas> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Finduilas"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Finduilas_Of_Dol_Amroth> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Finduilas of Dol Amroth"^^xsd:string ;
    ns1:birthYear "2950"^^xsd:gYear ;
    ns1:deathYear "2988"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Denethor_Ii> .

<http://example.org/LOTR/character/Fingolfin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fingolfin"^^xsd:string ;
    ns1:birthYear "1190"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Hithlum> .

<http://example.org/LOTR/character/Fingon> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fingon"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Hithlum> .

<http://example.org/LOTR/character/Finrod> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Finrod"^^xsd:string ;
    ns1:birthYear "1300"^^xsd:gYear ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Finwë> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Finwë"^^xsd:string ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Tirion> .

<http://example.org/LOTR/character/Fire-Drake_Of_Gondolin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fire-drake of Gondolin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Dragons> .

<http://example.org/LOTR/character/Fladrif> a foaf:Person ;
    foaf:name "Fladrif"^^xsd:string .

<http://example.org/LOTR/character/Flambard_Took> a foaf:Person ;
    foaf:name "Flambard Took"^^xsd:string .

<http://example.org/LOTR/character/Flói> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Flói"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Folca> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Folca"^^xsd:string ;
    ns1:birthYear "2804"^^xsd:gYear ;
    ns1:deathYear "2864"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Folco_Boffin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Folco Boffin"^^xsd:string ;
    ns1:birthYear "2978"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Folcred> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Folcred"^^xsd:string ;
    ns1:birthYear "2858"^^xsd:gYear ;
    ns1:deathYear "2885"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Folcwine> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Folcwine"^^xsd:string ;
    ns1:birthYear "2830"^^xsd:gYear ;
    ns1:deathYear "2903"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Forlong> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Forlong"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Forthwini> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Forthwini"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Fortinbras_Took_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fortinbras Took I"^^xsd:string ;
    ns1:birthYear "2745"^^xsd:gYear ;
    ns1:deathYear "2848"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Fortinbras_Took_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fortinbras Took II"^^xsd:string ;
    ns1:birthYear "2878"^^xsd:gYear ;
    ns1:deathYear "2980"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Lalia_Clayhanger> .

<http://example.org/LOTR/character/Forweg> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Forweg"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Fosco_Baggins> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fosco Baggins"^^xsd:string ;
    ns1:birthYear "2864"^^xsd:gYear ;
    ns1:deathYear "2960"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Ruby_Bolger> .

<http://example.org/LOTR/character/Fram> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fram"^^xsd:string ;
    ns1:birthYear "1967"^^xsd:gYear ;
    ns1:deathYear "2000"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Freca> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Freca"^^xsd:string ;
    ns1:birthYear "2698"^^xsd:gYear ;
    ns1:deathYear "2754"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Fredegar_Bolger> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fredegar Bolger"^^xsd:string ;
    ns1:birthYear "2980"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Frerin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Frerin"^^xsd:string ;
    ns1:birthYear "2751"^^xsd:gYear ;
    ns1:deathYear "2799"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Frodo_Baggins> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Frodo Baggins"^^xsd:string ;
    ns1:birthYear "2968"^^xsd:gYear ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Frodo_Gardner> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Frodo Gardner"^^xsd:string ;
    ns1:birthYear "2"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Frumgar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Frumgar"^^xsd:string ;
    ns1:birthYear "1940"^^xsd:gYear ;
    ns1:deathYear "2001"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Frár> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Frár"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Fréa> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fréa"^^xsd:string ;
    ns1:birthYear "2570"^^xsd:gYear ;
    ns1:deathYear "2659"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Fréaláf_Hildeson> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fréaláf Hildeson"^^xsd:string ;
    ns1:birthYear "2726"^^xsd:gYear ;
    ns1:deathYear "2798"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Fréawine> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fréawine"^^xsd:string ;
    ns1:birthYear "2594"^^xsd:gYear ;
    ns1:deathYear "2680"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Frór> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Frór"^^xsd:string ;
    ns1:birthYear "2552"^^xsd:gYear ;
    ns1:deathYear "2589"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Fuinur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fuinur"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Fuithluin> a foaf:Person ;
    foaf:name "Fuithluin"^^xsd:string .

<http://example.org/LOTR/character/Fundin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fundin"^^xsd:string ;
    ns1:birthYear "2662"^^xsd:gYear ;
    ns1:deathYear "2799"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Fëanor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fëanor"^^xsd:string ;
    ns1:birthYear "1169"^^xsd:gYear ;
    ns1:deathYear "1497"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Tirion> ;
    ns1:spouse <http://example.org/LOTR/character/Nerdanel> .

<http://example.org/LOTR/character/Fíli_And_Kíli> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Fíli and Kíli"^^xsd:string ;
    ns1:birthYear "2859"^^xsd:gYear ;
    ns1:deathYear "2941"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Fíriel_Fairbairn> a foaf:Person ;
    foaf:name "Fíriel Fairbairn"^^xsd:string .

<http://example.org/LOTR/character/Galador> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Galador"^^xsd:string ;
    ns1:birthYear "2004"^^xsd:gYear ;
    ns1:deathYear "2129"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Half-Elven> .

<http://example.org/LOTR/character/Galadriel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Galadriel"^^xsd:string ;
    ns1:birthYear "1362"^^xsd:gYear ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Eregion> .

<http://example.org/LOTR/character/Galar> a foaf:Person ;
    foaf:name "Galar"^^xsd:string .

<http://example.org/LOTR/character/Galathil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Galathil"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Galdor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Galdor"^^xsd:string ;
    ns1:birthYear "417"^^xsd:gYear ;
    ns1:deathYear "462"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Hareth> .

<http://example.org/LOTR/character/Galdor_Of_The_Havens> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Galdor of the Havens"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Galdor_Of_The_Tree> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Galdor of the Tree"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Galion> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Galion"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Gamil_Zirak> a foaf:Person ;
    foaf:name "Gamil Zirak"^^xsd:string .

<http://example.org/LOTR/character/Gamling> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gamling"^^xsd:string ;
    ns1:haircolour "Blond"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Gandalf> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gandalf"^^xsd:string ;
    ns1:haircolour "White"@en ;
    ns1:race <http://example.org/LOTR/race/Maiar> .

<http://example.org/LOTR/character/Gelmir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gelmir"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Gelmir_(Of_Angrod'S_Kin)> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gelmir (of Angrod's kin)"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Gerda_Bolger> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Gerda Bolger"^^xsd:string ;
    ns1:birthYear "2904"^^xsd:gYear ;
    ns1:deathYear "3004"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Adalbert_Bolger> .

<http://example.org/LOTR/character/Gerontius_Took> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gerontius Took"^^xsd:string ;
    ns1:birthYear "2790"^^xsd:gYear ;
    ns1:deathYear "2920"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Adamanta_Chubb> .

<http://example.org/LOTR/character/Gethron> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gethron"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ghân-Buri-Ghân> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ghân-buri-Ghân"^^xsd:string ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Drúedain> .

<http://example.org/LOTR/character/Gil-Galad> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gil-galad"^^xsd:string ;
    ns1:birthYear "450"^^xsd:gYear ;
    ns1:deathYear "3441"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Havens_Of_Sirion> .

<http://example.org/LOTR/character/Gildor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gildor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Gildor_Inglorion> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gildor Inglorion"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Gilfanon> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gilfanon"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Gilmith> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Gilmith"^^xsd:string ;
    ns1:birthYear "2000"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Half-Elven> .

<http://example.org/LOTR/character/Gimilkhâd> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gimilkhâd"^^xsd:string ;
    ns1:birthYear "3044"^^xsd:gYear ;
    ns1:deathYear "3243"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Gimilzagar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gimilzagar"^^xsd:string ;
    ns1:birthYear "2630"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Gimli> a foaf:Person ;
    foaf:name "Gimli"^^xsd:string .

<http://example.org/LOTR/character/Gimli_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gimli"^^xsd:string ;
    ns1:birthYear "2879"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Girion> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Girion"^^xsd:string ;
    ns1:birthYear "2732"^^xsd:gYear ;
    ns1:deathYear "2770"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Glaurung> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Glaurung"^^xsd:string ;
    ns1:haircolour "Bald"@en ;
    ns1:race <http://example.org/LOTR/race/Dragons> .

<http://example.org/LOTR/character/Glirhuin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Glirhuin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Glorfindel> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Glorfindel"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Gléowine> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gléowine"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Glóin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Glóin"^^xsd:string ;
    ns1:birthYear "2783"^^xsd:gYear ;
    ns1:haircolour "Red"@en ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Glóin_(King_Of_Durin'S_Folk)> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Glóin (King of Durin's Folk)"^^xsd:string ;
    ns1:birthYear "2136"^^xsd:gYear ;
    ns1:deathYear "2385"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> ;
    ns1:realm <http://example.org/LOTR/realm/Grey_Mountains> .

<http://example.org/LOTR/character/Golasgil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Golasgil"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Goldilocks_Took> a foaf:Person ;
    foaf:name "Goldilocks Took"^^xsd:string .

<http://example.org/LOTR/character/Goldwine> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Goldwine"^^xsd:string ;
    ns1:birthYear "2619"^^xsd:gYear ;
    ns1:deathYear "2699"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Golfimbul> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Golfimbul"^^xsd:string ;
    ns1:birthYear "2700"^^xsd:gYear ;
    ns1:deathYear "2747"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Orcs> ;
    ns1:realm <http://example.org/LOTR/realm/Mount_Gram> .

<http://example.org/LOTR/character/Gollum> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gollum"^^xsd:string ;
    ns1:birthYear "2430"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Gorbag> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gorbag"^^xsd:string ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Orcs> ;
    ns1:realm <http://example.org/LOTR/realm/Cirith_Ungol> .

<http://example.org/LOTR/character/Gorbulas_Brandybuck> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gorbulas Brandybuck"^^xsd:string ;
    ns1:birthYear "2908"^^xsd:gYear ;
    ns1:deathYear "3001"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Gorgol> a foaf:Person ;
    foaf:name "Gorgol"^^xsd:string .

<http://example.org/LOTR/character/Gorhendad_Brandybuck> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gorhendad Brandybuck"^^xsd:string ;
    ns1:birthYear "2274"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Gorlim> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gorlim"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Gormadoc_(Deepdelver)_Brandybuck> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gormadoc (Deepdelver) Brandybuck"^^xsd:string ;
    ns1:birthYear "1134"^^xsd:gYear ;
    ns1:deathYear "1236"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:realm <http://example.org/LOTR/realm/Buckland> ;
    ns1:spouse <http://example.org/LOTR/character/Malva_Headstrong> .

<http://example.org/LOTR/character/Gostir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gostir"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Dragons> .

<http://example.org/LOTR/character/Gothmog> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gothmog"^^xsd:string ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Orcs> ;
    ns1:realm <http://example.org/LOTR/realm/Minal_Morgul> .

<http://example.org/LOTR/character/Gothmog_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gothmog"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Balrogs> .

<http://example.org/LOTR/character/Gram> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gram"^^xsd:string ;
    ns1:birthYear "2668"^^xsd:gYear ;
    ns1:deathYear "2741"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Great_Goblin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Great Goblin"^^xsd:string ;
    ns1:haircolour "White"@en ;
    ns1:race <http://example.org/LOTR/race/Orcs> .

<http://example.org/LOTR/character/Griffo_Boffin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Griffo Boffin"^^xsd:string ;
    ns1:birthYear "2946"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Grimbeorn> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Grimbeorn"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Grimbold> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Grimbold"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Grishnákh> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Grishnákh"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Orcs> .

<http://example.org/LOTR/character/Grithnir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Grithnir"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Gruffo_Boffin> a foaf:Person ;
    foaf:name "Gruffo Boffin"^^xsd:string .

<http://example.org/LOTR/character/Gríma_Wormtongue> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gríma Wormtongue"^^xsd:string ;
    ns1:birthYear "2974"^^xsd:gYear ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Gróin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gróin"^^xsd:string ;
    ns1:birthYear "2671"^^xsd:gYear ;
    ns1:deathYear "2923"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Grór> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Grór"^^xsd:string ;
    ns1:birthYear "2563"^^xsd:gYear ;
    ns1:deathYear "2805"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Guilin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Guilin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Gundahar_Bolger> a foaf:Person ;
    foaf:name "Gundahar Bolger"^^xsd:string .

<http://example.org/LOTR/character/Gundor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gundor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Guthláf> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Guthláf"^^xsd:string ;
    ns1:haircolour "Blond"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Gwaihir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gwaihir"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Eagles> .

<http://example.org/LOTR/character/Gwindor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gwindor"^^xsd:string ;
    ns1:haircolour "grey"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Gálmód> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gálmód"^^xsd:string ;
    ns1:birthYear "2940"^^xsd:gYear ;
    ns1:deathYear "3015"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Gárulf> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Gárulf"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Hador> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hador"^^xsd:string ;
    ns1:birthYear "390"^^xsd:gYear ;
    ns1:deathYear "455"^^xsd:gYear ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Gildis> .

<http://example.org/LOTR/character/Hador_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hador"^^xsd:string ;
    ns1:birthYear "2245"^^xsd:gYear ;
    ns1:deathYear "2395"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Halbarad> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Halbarad"^^xsd:string ;
    ns1:birthYear "2916"^^xsd:gYear ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Haldad> a foaf:Person ;
    foaf:name "Haldad"^^xsd:string .

<http://example.org/LOTR/character/Haldar> a foaf:Person ;
    foaf:name "Haldar"^^xsd:string .

<http://example.org/LOTR/character/Haldir_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Haldir"^^xsd:string ;
    ns1:birthYear "413"^^xsd:gYear ;
    ns1:deathYear "473"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Glóredhel> .

<http://example.org/LOTR/character/Haleth> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Haleth"^^xsd:string ;
    ns1:birthYear "341"^^xsd:gYear ;
    ns1:deathYear "420"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Haleth_(Helm'S_Son)> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Haleth (Helm's son)"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Halfast_Gamgee> a foaf:Person ;
    foaf:name "Halfast Gamgee"^^xsd:string .

<http://example.org/LOTR/character/Halfred_Gamgee> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Halfred Gamgee"^^xsd:string ;
    ns1:birthYear "2969"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Halfred_Greenhand> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Halfred Greenhand"^^xsd:string ;
    ns1:birthYear "2851"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Hallas> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hallas"^^xsd:string ;
    ns1:birthYear "2480"^^xsd:gYear ;
    ns1:deathYear "2605"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Hallatan> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hallatan"^^xsd:string ;
    ns1:birthYear "711"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Halmir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Halmir"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Hamfast_Gamgee> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hamfast Gamgee"^^xsd:string ;
    ns1:birthYear "2926"^^xsd:gYear ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Hamfast_Gardner> a foaf:Person ;
    foaf:name "Hamfast Gardner"^^xsd:string .

<http://example.org/LOTR/character/Hamfast_Of_Gamwich> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hamfast of Gamwich"^^xsd:string ;
    ns1:birthYear "2760"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Hamson_Gamgee> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hamson Gamgee"^^xsd:string ;
    ns1:birthYear "2965"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Handir> a foaf:Person ;
    foaf:name "Handir"^^xsd:string ;
    ns1:birthYear "441"^^xsd:gYear ;
    ns1:deathYear "495"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Brethil> ;
    ns1:spouse <http://example.org/LOTR/character/Beldis> .

<http://example.org/LOTR/character/Hanna_Brandybuck> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Hanna Brandybuck"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Hardang> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hardang"^^xsd:string ;
    ns1:birthYear "470"^^xsd:gYear ;
    ns1:deathYear "501"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Harding> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Harding"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Harry_Goatleaf> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Harry Goatleaf"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Hathaldir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hathaldir"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Hathol> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hathol"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Hatholdir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hatholdir"^^xsd:string ;
    ns1:birthYear "799"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Helm_Hammerhand> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Helm Hammerhand"^^xsd:string ;
    ns1:birthYear "2691"^^xsd:gYear ;
    ns1:deathYear "2759"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Henderch> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Henderch"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Hending_Greenhand> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hending Greenhand"^^xsd:string ;
    ns1:birthYear "2859"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Hendor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hendor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Herefara> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Herefara"^^xsd:string ;
    ns1:haircolour "grey"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Herion> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Herion"^^xsd:string ;
    ns1:birthYear "2037"^^xsd:gYear ;
    ns1:deathYear "2148"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Herubrand> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Herubrand"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Herumor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Herumor"^^xsd:string ;
    ns1:birthYear "41"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Herumor_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Herumor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Hild> a foaf:Person ;
    foaf:name "Hild"^^xsd:string .

<http://example.org/LOTR/character/Hilda_Brandybuck> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Hilda Brandybuck"^^xsd:string ;
    ns1:birthYear "2954"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Hildibrand_Took> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hildibrand Took"^^xsd:string ;
    ns1:birthYear "2849"^^xsd:gYear ;
    ns1:deathYear "2934"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Hildifons_Took> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hildifons Took"^^xsd:string ;
    ns1:birthYear "2844"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Hildigrim_Took> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hildigrim Took"^^xsd:string ;
    ns1:birthYear "1240"^^xsd:gYear ;
    ns1:deathYear "1341"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Rosa_Baggins> .

<http://example.org/LOTR/character/Hirgon> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hirgon"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Hirluin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hirluin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Hob_Gammidge> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hob Gammidge"^^xsd:string ;
    ns1:birthYear "2846"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Hob_Hayward> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hob Hayward"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:realm <http://example.org/LOTR/realm/Shire> .

<http://example.org/LOTR/character/Holman_Greenhand> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Holman Greenhand"^^xsd:string ;
    ns1:birthYear "2810"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Horn> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Horn"^^xsd:string ;
    ns1:haircolour "Blond"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Huan> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Huan"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Wolfhound> .

<http://example.org/LOTR/character/Hundad> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hundad"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Hundar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hundar"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Hunthor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hunthor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Hurin> a foaf:Person ;
    foaf:name "Hurin"^^xsd:string .

<http://example.org/LOTR/character/Hyarmendacil_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hyarmendacil I"^^xsd:string ;
    ns1:birthYear "899"^^xsd:gYear ;
    ns1:deathYear "1149"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Hyarmendacil_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hyarmendacil II"^^xsd:string ;
    ns1:birthYear "1391"^^xsd:gYear ;
    ns1:deathYear "1621"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Háma> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Háma"^^xsd:string ;
    ns1:birthYear "2975"^^xsd:gYear ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Háma_(Helm'S_Son)> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Háma (Helm's son)"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Húrin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Húrin"^^xsd:string ;
    ns1:birthYear "441"^^xsd:gYear ;
    ns1:deathYear "502"^^xsd:gYear ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Morwen_Eledhwen> .

<http://example.org/LOTR/character/Húrin_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Húrin I"^^xsd:string ;
    ns1:birthYear "2124"^^xsd:gYear ;
    ns1:deathYear "2244"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Húrin_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Húrin II"^^xsd:string ;
    ns1:birthYear "2515"^^xsd:gYear ;
    ns1:deathYear "2628"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Húrin_Of_Emyn_Arnen> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Húrin of Emyn Arnen"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ibûn> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ibûn"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Idril> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Idril"^^xsd:string ;
    ns1:birthYear "1469"^^xsd:gYear ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Ilberic_Brandybuck> a foaf:Person ;
    foaf:name "Ilberic Brandybuck"^^xsd:string .

<http://example.org/LOTR/character/Ilmarë> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Ilmarë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> .

<http://example.org/LOTR/character/Imin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Imin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Iminyë> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Iminyë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Imlach> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Imlach"^^xsd:string ;
    ns1:birthYear "325"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Imrahil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Imrahil"^^xsd:string ;
    ns1:birthYear "2955"^^xsd:gYear ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Imrazôr> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Imrazôr"^^xsd:string ;
    ns1:birthYear "1950"^^xsd:gYear ;
    ns1:deathYear "2076"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Mithrellas> .

<http://example.org/LOTR/character/In> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "in"^^xsd:string ;
    ns1:birthYear "2774"^^xsd:gYear ;
    ns1:deathYear "2994"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/In_(King_Of_Durin'S_Folk)> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "in (King of Durin's Folk)"^^xsd:string ;
    ns1:birthYear "2238"^^xsd:gYear ;
    ns1:deathYear "2488"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Grey_Mountains> .

<http://example.org/LOTR/character/Indis> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Indis"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Tirion> .

<http://example.org/LOTR/character/Indor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Indor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ingold> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ingold"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ingwion> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ingwion"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Ingwë> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ingwë"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Valinor> .

<http://example.org/LOTR/character/Inigo_Baggins> a foaf:Person ;
    foaf:name "Inigo Baggins"^^xsd:string .

<http://example.org/LOTR/character/Ioreth> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Ioreth"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Iorlas> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Iorlas"^^xsd:string ;
    ns1:birthYear "2990"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Irmo> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Irmo"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> .

<http://example.org/LOTR/character/Isembard_Took> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Isembard Took"^^xsd:string ;
    ns1:birthYear "2847"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Isembold_Took> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Isembold Took"^^xsd:string ;
    ns1:birthYear "2842"^^xsd:gYear ;
    ns1:deathYear "2946"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Isengrim_Took_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Isengrim Took II"^^xsd:string ;
    ns1:birthYear "2620"^^xsd:gYear ;
    ns1:deathYear "2722"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Isengrim_Took_Iii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Isengrim Took III"^^xsd:string ;
    ns1:birthYear "2832"^^xsd:gYear ;
    ns1:deathYear "2930"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Isildur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Isildur"^^xsd:string ;
    ns1:birthYear "3209"^^xsd:gYear ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Isilmo> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Isilmo"^^xsd:string ;
    ns1:birthYear "1320"^^xsd:gYear ;
    ns1:deathYear "1731"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Isilmë> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Isilmë"^^xsd:string ;
    ns1:birthYear "532"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Isumbras_Took_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Isumbras Took I"^^xsd:string ;
    ns1:birthYear "2295"^^xsd:gYear ;
    ns1:deathYear "2398"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Isumbras_Took_Iii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Isumbras Took III"^^xsd:string ;
    ns1:birthYear "2666"^^xsd:gYear ;
    ns1:deathYear "2759"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Ivriniel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Ivriniel"^^xsd:string ;
    ns1:birthYear "2947"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ivy_Boffin> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Ivy Boffin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Jago_Boffin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Jago Boffin"^^xsd:string ;
    ns1:birthYear "2894"^^xsd:gYear ;
    ns1:deathYear "2986"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Jessamine_Bolger> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Jessamine Bolger"^^xsd:string ;
    ns1:birthYear "2897"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Khamûl> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Khamûl"^^xsd:string ;
    ns1:haircolour "White"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rhûn> .

<http://example.org/LOTR/character/Khîm> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Khîm"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Lagduf> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Lagduf"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Orcs> .

<http://example.org/LOTR/character/Lalaith> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Lalaith"^^xsd:string ;
    ns1:birthYear "466"^^xsd:gYear ;
    ns1:deathYear "469"^^xsd:gYear ;
    ns1:haircolour "Blond"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Lalia_Took> a foaf:Person ;
    foaf:name "Lalia Took"^^xsd:string .

<http://example.org/LOTR/character/Landroval> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Landroval"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Eagles> .

<http://example.org/LOTR/character/Largo_Baggins> a foaf:Person ;
    foaf:name "Largo Baggins"^^xsd:string .

<http://example.org/LOTR/character/Larnach> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Larnach"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Laura_Baggins> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Laura Baggins"^^xsd:string ;
    ns1:birthYear "2814"^^xsd:gYear ;
    ns1:deathYear "2916"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Mungo_Baggins> .

<http://example.org/LOTR/character/Lavender_Boffin> a foaf:Person ;
    foaf:name "Lavender Boffin"^^xsd:string .

<http://example.org/LOTR/character/Legolas> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Legolas"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Legolas_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Legolas"^^xsd:string ;
    ns1:haircolour "Blond"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Lenwë> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Lenwë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Letter_211> a foaf:Person ;
    foaf:name "Letter 211"^^xsd:string ;
    ns1:birthYear "1313"^^xsd:gYear ;
    ns1:deathYear "1401"^^xsd:gYear ;
    ns1:spouse <http://example.org/LOTR/character/Lilah_Took> .

<http://example.org/LOTR/character/Lily_Cotton> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Lily Cotton"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Lily_Goodbody> a foaf:Person ;
    foaf:name "Lily Goodbody"^^xsd:string .

<http://example.org/LOTR/character/Linda_Proudfoot> a foaf:Person ;
    foaf:name "Linda Proudfoot"^^xsd:string .

<http://example.org/LOTR/character/Lindir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Lindir"^^xsd:string ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Lindissë> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Lindissë"^^xsd:string ;
    ns1:birthYear "551"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Lindo> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Lindo"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Lindórië> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Lindórië"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Longo_Baggins> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Longo Baggins"^^xsd:string ;
    ns1:birthYear "2860"^^xsd:gYear ;
    ns1:deathYear "2950"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Camellia_Baggins> .

<http://example.org/LOTR/character/Lorgan> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Lorgan"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Lotho_Sackville-Baggins> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Lotho Sackville-Baggins"^^xsd:string ;
    ns1:birthYear "2964"^^xsd:gYear ;
    ns1:deathYear "3019"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Lothíriel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Lothíriel"^^xsd:string ;
    ns1:birthYear "2999"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Lugdush> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Lugdush"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Uruk-Hai> .

<http://example.org/LOTR/character/Lungorthin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Lungorthin"^^xsd:string ;
    ns1:haircolour "Red"@en ;
    ns1:race <http://example.org/LOTR/race/Balrogs> .

<http://example.org/LOTR/character/Léod> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Léod"^^xsd:string ;
    ns1:birthYear "2459"^^xsd:gYear ;
    ns1:deathYear "2501"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Lóni> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Lóni"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Lúthien> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Lúthien"^^xsd:string ;
    ns1:birthYear "1200"^^xsd:gYear ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Mablung> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Mablung"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Mablung_The_Ranger> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Mablung the Ranger"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Madoc_Brandybuck> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Madoc Brandybuck"^^xsd:string ;
    ns1:birthYear "1175"^^xsd:gYear ;
    ns1:deathYear "1277"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:realm <http://example.org/LOTR/realm/Buckland> ;
    ns1:spouse <http://example.org/LOTR/character/Hanna_Goldworthy> .

<http://example.org/LOTR/character/Maedhros> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Maedhros"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Maeglin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Maeglin"^^xsd:string ;
    ns1:birthYear "320"^^xsd:gYear ;
    ns1:deathYear "510"^^xsd:gYear ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Maglor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Maglor"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Magor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Magor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Mahtan> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Mahtan"^^xsd:string ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Mairen> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Mairen"^^xsd:string ;
    ns1:birthYear "377"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Malach> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Malach"^^xsd:string ;
    ns1:birthYear "307"^^xsd:gYear ;
    ns1:deathYear "398"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Meldis> .

<http://example.org/LOTR/character/Malantur> a foaf:Person ;
    foaf:name "Malantur"^^xsd:string .

<http://example.org/LOTR/character/Malbeth_The_Seer> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Malbeth the Seer"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Mallor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Mallor"^^xsd:string ;
    ns1:birthYear "895"^^xsd:gYear ;
    ns1:deathYear "1110"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arnor> .

<http://example.org/LOTR/character/Mallor_A> a foaf:Person ;
    foaf:name "Mallor"^^xsd:string .

<http://example.org/LOTR/character/Malva_(Headstrong)_Brandybuck> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Malva (Headstrong) Brandybuck"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Malvegil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Malvegil"^^xsd:string ;
    ns1:birthYear "1144"^^xsd:gYear ;
    ns1:deathYear "1349"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arthedain> .

<http://example.org/LOTR/character/Man_In_The_Moon> a foaf:Person ;
    foaf:name "Man in the Moon"^^xsd:string .

<http://example.org/LOTR/character/Mandos> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Mandos"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> .

<http://example.org/LOTR/character/Manthor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Manthor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Manwendil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Manwendil"^^xsd:string ;
    ns1:birthYear "61"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Manwë> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Manwë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> ;
    ns1:realm <http://example.org/LOTR/realm/Valinor> .

<http://example.org/LOTR/character/Mar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "mar"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> .

<http://example.org/LOTR/character/Marach> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Marach"^^xsd:string ;
    ns1:birthYear "282"^^xsd:gYear ;
    ns1:deathYear "376"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Marcho> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Marcho"^^xsd:string ;
    ns1:birthYear "1557"^^xsd:gYear ;
    ns1:deathYear "1601"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Mardil_Voronwë> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Mardil Voronwë"^^xsd:string ;
    ns1:birthYear "1960"^^xsd:gYear ;
    ns1:deathYear "2080"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Marhari> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Marhari"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Marhwini> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Marhwini"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Marigold_Cotton> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Marigold Cotton"^^xsd:string ;
    ns1:birthYear "2983"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Marmadas_Brandybuck> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Marmadas Brandybuck"^^xsd:string ;
    ns1:birthYear "1343"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Marmadoc_Brandybuck> a foaf:Person ;
    foaf:name "Marmadoc Brandybuck"^^xsd:string .

<http://example.org/LOTR/character/Marroc_Brandybuck> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Marroc Brandybuck"^^xsd:string ;
    ns1:birthYear "1182"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Master_Of_Laketown> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Master of Laketown"^^xsd:string ;
    ns1:birthYear "2890"^^xsd:gYear ;
    ns1:deathYear "2941"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Laketown> .

<http://example.org/LOTR/character/Mat_Heathertoes> a foaf:Person ;
    foaf:name "Mat Heathertoes"^^xsd:string .

<http://example.org/LOTR/character/Mauhúr> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Mauhúr"^^xsd:string ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Uruk-Hai> ;
    ns1:realm <http://example.org/LOTR/realm/Isengard> .

<http://example.org/LOTR/character/May_Gamgee> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "May Gamgee"^^xsd:string ;
    ns1:birthYear "2976"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Meleth> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Meleth"^^xsd:string ;
    ns1:birthYear "450"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Melian> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Melian"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Ainur> ;
    ns1:realm <http://example.org/LOTR/realm/Doriath> .

<http://example.org/LOTR/character/Melilot_Brandybuck> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Melilot Brandybuck"^^xsd:string ;
    ns1:birthYear "1385"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Melkor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Melkor"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Ainur> ;
    ns1:realm <http://example.org/LOTR/realm/Utumno> .

<http://example.org/LOTR/character/Men> a foaf:Person ;
    foaf:name "Men"^^xsd:string .

<http://example.org/LOTR/character/Meneldil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Meneldil"^^xsd:string ;
    ns1:birthYear "3318"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Meneldor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Meneldor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Eagles> .

<http://example.org/LOTR/character/Mentha_Brandybuck> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Mentha Brandybuck"^^xsd:string ;
    ns1:birthYear "2983"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Meriadoc_Brandybuck> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Meriadoc Brandybuck"^^xsd:string ;
    ns1:birthYear "2982"^^xsd:gYear ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Meril-I-Turinqi> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Meril-i-Turinqi"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Tol_Eressëa> .

<http://example.org/LOTR/character/Merimac_Brandybuck> a foaf:Person ;
    foaf:name "Merimac Brandybuck"^^xsd:string .

<http://example.org/LOTR/character/Merimas_Brandybuck> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Merimas Brandybuck"^^xsd:string ;
    ns1:birthYear "1381"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Merry_Gamgee> a foaf:Person ;
    foaf:name "Merry Gamgee"^^xsd:string .

<http://example.org/LOTR/character/Milo_Burrows> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Milo Burrows"^^xsd:string ;
    ns1:birthYear "1347"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Mimosa_Baggins> a foaf:Person ;
    foaf:name "Mimosa Baggins"^^xsd:string .

<http://example.org/LOTR/character/Minardil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Minardil"^^xsd:string ;
    ns1:birthYear "1454"^^xsd:gYear ;
    ns1:deathYear "1634"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Minastan> a foaf:Person ;
    foaf:name "Minastan"^^xsd:string .

<http://example.org/LOTR/character/Minohtar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Minohtar"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Minto_Burrows> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Minto Burrows"^^xsd:string ;
    ns1:birthYear "2996"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Mirabella_Brandybuck> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Mirabella Brandybuck"^^xsd:string ;
    ns1:birthYear "2860"^^xsd:gYear ;
    ns1:deathYear "2960"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Gorbadoc_Brandybuck> .

<http://example.org/LOTR/character/Moro_Burrows> a foaf:Person ;
    foaf:name "Moro Burrows"^^xsd:string .

<http://example.org/LOTR/character/Morwen> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Morwen"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Morwen_A> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Morwen"^^xsd:string ;
    ns1:birthYear "443"^^xsd:gYear ;
    ns1:deathYear "500"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Húrin_Thalion> .

<http://example.org/LOTR/character/Morwë> a foaf:Person ;
    foaf:name "Morwë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Mosco_Burrows> a foaf:Person ;
    foaf:name "Mosco Burrows"^^xsd:string .

<http://example.org/LOTR/character/Mouth_Of_Sauron> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Mouth of Sauron"^^xsd:string ;
    ns1:haircolour "Black"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Muzgash> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Muzgash"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Orcs> .

<http://example.org/LOTR/character/Myrtle_Burrows> a foaf:Person ;
    foaf:name "Myrtle Burrows"^^xsd:string .

<http://example.org/LOTR/character/Míriel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Míriel"^^xsd:string ;
    ns1:haircolour "Silver"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Mîm> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Mîm"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Mûmakil> a foaf:Person ;
    foaf:name "Mûmakil"^^xsd:string .

<http://example.org/LOTR/character/Nahar> a foaf:Person ;
    foaf:name "Nahar"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Horse> .

<http://example.org/LOTR/character/Narmacil_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Narmacil I"^^xsd:string ;
    ns1:birthYear "1049"^^xsd:gYear ;
    ns1:deathYear "1294"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Narmacil_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Narmacil II"^^xsd:string ;
    ns1:birthYear "1684"^^xsd:gYear ;
    ns1:deathYear "1856"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Narvi> a foaf:Person ;
    foaf:name "Narvi"^^xsd:string .

<http://example.org/LOTR/character/Naugladur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Naugladur"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Nauglath> a foaf:Person ;
    foaf:name "Nauglath"^^xsd:string .

<http://example.org/LOTR/character/Nellas> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Nellas"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Nessa> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Nessa"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> ;
    ns1:realm <http://example.org/LOTR/realm/Valinor> .

<http://example.org/LOTR/character/Nessanië> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Nessanië"^^xsd:string ;
    ns1:birthYear "840"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Nielíqui> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Nielíqui"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> .

<http://example.org/LOTR/character/Nienna> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Nienna"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> ;
    ns1:realm <http://example.org/LOTR/realm/Valinor> .

<http://example.org/LOTR/character/Nimrodel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Nimrodel"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Nina_Lightfoot> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Nina Lightfoot"^^xsd:string ;
    ns1:birthYear "1261"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:realm <http://example.org/LOTR/realm/Shire> .

<http://example.org/LOTR/character/Niënor> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Niënor"^^xsd:string ;
    ns1:birthYear "473"^^xsd:gYear ;
    ns1:deathYear "499"^^xsd:gYear ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Túrin_Turambar> .

<http://example.org/LOTR/character/Nob> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Nob"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Nolondil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Nolondil"^^xsd:string ;
    ns1:birthYear "222"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Nori> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Nori"^^xsd:string ;
    ns1:birthYear "2837"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Nurwë> a foaf:Person ;
    foaf:name "Nurwë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Náin_(Father_Of_Dáin_Ii_Ironfoot)> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Náin (father of Dáin II Ironfoot)"^^xsd:string ;
    ns1:birthYear "2665"^^xsd:gYear ;
    ns1:deathYear "2799"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Náin_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Náin I"^^xsd:string ;
    ns1:birthYear "1832"^^xsd:gYear ;
    ns1:deathYear "1981"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> ;
    ns1:realm <http://example.org/LOTR/realm/Khazad-Dûm> .

<http://example.org/LOTR/character/Náin_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Náin II"^^xsd:string ;
    ns1:birthYear "2338"^^xsd:gYear ;
    ns1:deathYear "2585"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> ;
    ns1:realm <http://example.org/LOTR/realm/Grey_Mountains> .

<http://example.org/LOTR/character/Náli> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Náli"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Nár> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Nár"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Númendil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Númendil"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Núneth> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Núneth"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Odo_Proudfoot> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Odo Proudfoot"^^xsd:string ;
    ns1:birthYear "2904"^^xsd:gYear ;
    ns1:deathYear "3005"^^xsd:gYear ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Mrs._Proudfoot> .

<http://example.org/LOTR/character/Odovacar_Bolger> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Odovacar Bolger"^^xsd:string ;
    ns1:birthYear "2935"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Ofor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "ofor"^^xsd:string ;
    ns1:birthYear "2544"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ohtar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ohtar"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Old_Man_Willow> a foaf:Person ;
    foaf:name "Old Man Willow"^^xsd:string .

<http://example.org/LOTR/character/Old_Noakes> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Old Noakes"^^xsd:string ;
    ns1:birthYear "2923"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Olo_Proudfoot> a foaf:Person ;
    foaf:name "Olo Proudfoot"^^xsd:string .

<http://example.org/LOTR/character/Olwë> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Olwë"^^xsd:string ;
    ns1:haircolour "Silver"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Tol_Eressëa> .

<http://example.org/LOTR/character/Omer> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "omer"^^xsd:string ;
    ns1:birthYear "2990"^^xsd:gYear ;
    ns1:haircolour "Blond"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Omund> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "omund"^^xsd:string ;
    ns1:birthYear "2961"^^xsd:gYear ;
    ns1:deathYear "3002"^^xsd:gYear ;
    ns1:haircolour "Blond"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Théodwyn> .

<http://example.org/LOTR/character/Ondoher> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ondoher"^^xsd:string ;
    ns1:birthYear "1787"^^xsd:gYear ;
    ns1:deathYear "1944"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Orchaldor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Orchaldor"^^xsd:string ;
    ns1:birthYear "799"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Orcobal> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Orcobal"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Orcs> .

<http://example.org/LOTR/character/Orgulas_Brandybuck> a foaf:Person ;
    foaf:name "Orgulas Brandybuck"^^xsd:string .

<http://example.org/LOTR/character/Ori> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ori"^^xsd:string ;
    ns1:birthYear "2865"^^xsd:gYear ;
    ns1:deathYear "2994"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Orleg> a foaf:Person ;
    foaf:name "Orleg"^^xsd:string .

<http://example.org/LOTR/character/Orodreth> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Orodreth"^^xsd:string ;
    ns1:birthYear "2576"^^xsd:gYear ;
    ns1:deathYear "2685"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Orodreth_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Orodreth"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Nargothrond> .

<http://example.org/LOTR/character/Oromendil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Oromendil"^^xsd:string ;
    ns1:birthYear "382"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Oromë> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Oromë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> .

<http://example.org/LOTR/character/Oropher> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Oropher"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Woodland_Realm> .

<http://example.org/LOTR/character/Orophin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Orophin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Ossë> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ossë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> .

<http://example.org/LOTR/character/Ostoher> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ostoher"^^xsd:string ;
    ns1:birthYear "222"^^xsd:gYear ;
    ns1:deathYear "492"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Othain> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "othain"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Otto_Boffin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Otto Boffin"^^xsd:string ;
    ns1:birthYear "2812"^^xsd:gYear ;
    ns1:deathYear "2900"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Lavender_Grubb> .

<http://example.org/LOTR/character/Owyn> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "owyn"^^xsd:string ;
    ns1:birthYear "2995"^^xsd:gYear ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Paladin_Took_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Paladin Took II"^^xsd:string ;
    ns1:birthYear "2933"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Pallando> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Pallando"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> .

<http://example.org/LOTR/character/Pansy_Baggins> a foaf:Person ;
    foaf:name "Pansy Baggins"^^xsd:string .

<http://example.org/LOTR/character/Pearl_Took> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Pearl Took"^^xsd:string ;
    ns1:birthYear "2975"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Pelendur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Pelendur"^^xsd:string ;
    ns1:birthYear "1879"^^xsd:gYear ;
    ns1:deathYear "1998"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Pengolodh> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Pengolodh"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Penlod> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Penlod"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Peony_Burrows> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Peony Burrows"^^xsd:string ;
    ns1:birthYear "2950"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Peregrin_Took> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Peregrin Took"^^xsd:string ;
    ns1:birthYear "2990"^^xsd:gYear ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Pervinca_Took> a foaf:Person ;
    foaf:name "Pervinca Took"^^xsd:string .

<http://example.org/LOTR/character/Pimpernel_Took> a foaf:Person ;
    foaf:name "Pimpernel Took"^^xsd:string .

<http://example.org/LOTR/character/Pippin_Gamgee> a foaf:Person ;
    foaf:name "Pippin Gamgee"^^xsd:string .

<http://example.org/LOTR/character/Polo_Baggins> a foaf:Person ;
    foaf:name "Polo Baggins"^^xsd:string .

<http://example.org/LOTR/character/Ponto_Baggins> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ponto Baggins"^^xsd:string ;
    ns1:birthYear "2816"^^xsd:gYear ;
    ns1:deathYear "2911"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Mimosa_Bunce> .

<http://example.org/LOTR/character/Ponto_Baggins_I> a foaf:Person ;
    foaf:name "Ponto Baggins I"^^xsd:string .

<http://example.org/LOTR/character/Ponto_Baggins_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ponto Baggins II"^^xsd:string ;
    ns1:birthYear "2946"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Poppy_(Chubb-Baggins)_Bolger> a foaf:Person ;
    foaf:name "Poppy (Chubb-Baggins) Bolger"^^xsd:string .

<http://example.org/LOTR/character/Porto_Baggins> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Porto Baggins"^^xsd:string ;
    ns1:birthYear "2948"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Primrose_Bracegirdle> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Primrose Bracegirdle"^^xsd:string ;
    ns1:birthYear "2865"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Primrose_Gardner> a foaf:Person ;
    foaf:name "Primrose Gardner"^^xsd:string .

<http://example.org/LOTR/character/Primula_Baggins> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Primula Baggins"^^xsd:string ;
    ns1:birthYear "2920"^^xsd:gYear ;
    ns1:deathYear "2980"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Drogo_Baggins> .

<http://example.org/LOTR/character/Prisca_Bolger> a foaf:Person ;
    foaf:name "Prisca Bolger"^^xsd:string .

<http://example.org/LOTR/character/Radagast> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Radagast"^^xsd:string ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Maiar> .

<http://example.org/LOTR/character/Radbug> a foaf:Person ;
    foaf:name "Radbug"^^xsd:string .

<http://example.org/LOTR/character/Radhruin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Radhruin"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ragnir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ragnir"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ragnor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ragnor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Reginard_Took> a foaf:Person ;
    foaf:name "Reginard Took"^^xsd:string .

<http://example.org/LOTR/character/Rildë> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "rildë"^^xsd:string ;
    ns1:birthYear "700"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Rimë> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "rimë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/River-Woman> a foaf:Person ;
    foaf:name "River-woman"^^xsd:string .

<http://example.org/LOTR/character/Robin_Gardner> a foaf:Person ;
    foaf:name "Robin Gardner"^^xsd:string .

<http://example.org/LOTR/character/Robin_Smallburrow> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Robin Smallburrow"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Rog> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Rog"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Rollo_Boffin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Rollo Boffin"^^xsd:string ;
    ns1:birthYear "2860"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Rorimac_Brandybuck> a foaf:Person ;
    foaf:name "Rorimac Brandybuck"^^xsd:string .

<http://example.org/LOTR/character/Rosa_Took> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Rosa Took"^^xsd:string ;
    ns1:birthYear "1256"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Rosamunda_Bolger> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Rosamunda Bolger"^^xsd:string ;
    ns1:birthYear "2938"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Rose_Gamgee> a foaf:Person ;
    foaf:name "Rose Gamgee"^^xsd:string .

<http://example.org/LOTR/character/Rose_Greenhand> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Rose Greenhand"^^xsd:string ;
    ns1:birthYear "2862"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Rosie_Cotton> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Rosie Cotton"^^xsd:string ;
    ns1:birthYear "2984"^^xsd:gYear ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Rowan_Greenhand> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Rowan Greenhand"^^xsd:string ;
    ns1:birthYear "2849"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:realm <http://example.org/LOTR/realm/Shire> .

<http://example.org/LOTR/character/Roäc> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Roäc"^^xsd:string ;
    ns1:birthYear "2788"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Raven> .

<http://example.org/LOTR/character/Ruby_Baggins> a foaf:Person ;
    foaf:name "Ruby Baggins"^^xsd:string .

<http://example.org/LOTR/character/Ruby_Gamgee> a foaf:Person ;
    foaf:name "Ruby Gamgee"^^xsd:string .

<http://example.org/LOTR/character/Rudibert_Bolger> a foaf:Person ;
    foaf:name "Rudibert Bolger"^^xsd:string .

<http://example.org/LOTR/character/Rudigar_Bolger> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Rudigar Bolger"^^xsd:string ;
    ns1:birthYear "1255"^^xsd:gYear ;
    ns1:deathYear "1348"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:realm <http://example.org/LOTR/realm/Bree> ;
    ns1:spouse <http://example.org/LOTR/character/Belba_Baggins> .

<http://example.org/LOTR/character/Rudolph_Bolger> a foaf:Person ;
    foaf:name "Rudolph Bolger"^^xsd:string .

<http://example.org/LOTR/character/Ruffian_Leader> a foaf:Person ;
    foaf:name "Ruffian Leader"^^xsd:string .

<http://example.org/LOTR/character/Rían_A> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Rían"^^xsd:string ;
    ns1:birthYear "450"^^xsd:gYear ;
    ns1:deathYear "473"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Huor> .

<http://example.org/LOTR/character/Rómendacil_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Rómendacil I"^^xsd:string ;
    ns1:birthYear "310"^^xsd:gYear ;
    ns1:deathYear "541"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Rómendacil_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Rómendacil II"^^xsd:string ;
    ns1:birthYear "1126"^^xsd:gYear ;
    ns1:deathYear "1366"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Rúmil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Rúmil"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Rúmil_Of_Lórien> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Rúmil of Lórien"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Sadoc_Brandybuck> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Sadoc Brandybuck"^^xsd:string ;
    ns1:birthYear "1179"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Sador> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Sador"^^xsd:string ;
    ns1:birthYear "430"^^xsd:gYear ;
    ns1:deathYear "495"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Saelon> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Saelon"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Saeros> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Saeros"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Sagroth> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Sagroth"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Salgant> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Salgant"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Salmar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Salmar"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> .

<http://example.org/LOTR/character/Salvia_Bolger> a foaf:Person ;
    foaf:name "Salvia Bolger"^^xsd:string .

<http://example.org/LOTR/character/Samwise_Gamgee> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Samwise Gamgee"^^xsd:string ;
    ns1:haircolour "Blond"@en ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Sancho_Proudfoot> a foaf:Person ;
    foaf:name "Sancho Proudfoot"^^xsd:string .

<http://example.org/LOTR/character/Sandyman> a foaf:Person ;
    foaf:name "Sandyman"^^xsd:string .

<http://example.org/LOTR/character/Sangahyando> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Sangahyando"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Sapphira_Boffin> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Sapphira Boffin"^^xsd:string ;
    ns1:birthYear "2857"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Saradas_Brandybuck> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Saradas Brandybuck"^^xsd:string ;
    ns1:birthYear "1308"^^xsd:gYear ;
    ns1:deathYear "1407"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Saradoc_Brandybuck> a foaf:Person ;
    foaf:name "Saradoc Brandybuck"^^xsd:string .

<http://example.org/LOTR/character/Saruman> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Saruman"^^xsd:string ;
    ns1:haircolour "White"@en ;
    ns1:race <http://example.org/LOTR/race/Maiar> ;
    ns1:realm <http://example.org/LOTR/realm/Isengard> .

<http://example.org/LOTR/character/Sauron> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Sauron"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Maiar> .

<http://example.org/LOTR/character/Scatha> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Scatha"^^xsd:string ;
    ns1:haircolour "Bald"@en ;
    ns1:race <http://example.org/LOTR/race/Dragons> .

<http://example.org/LOTR/character/Seers> a foaf:Person ;
    foaf:name "Seers"^^xsd:string .

<http://example.org/LOTR/character/Seredic_Brandybuck> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Seredic Brandybuck"^^xsd:string ;
    ns1:birthYear "2948"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Shagrat> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Shagrat"^^xsd:string ;
    ns1:birthYear "2050"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Uruk-Hai> ;
    ns1:realm <http://example.org/LOTR/realm/Cirith_Ungol> .

<http://example.org/LOTR/character/Shelob> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Shelob"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Great_Spiders> ;
    ns1:realm <http://example.org/LOTR/realm/Torech_Ungol> .

<http://example.org/LOTR/character/Sigismond_Took> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Sigismond Took"^^xsd:string ;
    ns1:birthYear "2890"^^xsd:gYear ;
    ns1:deathYear "2981"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Silmariën> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Silmariën"^^xsd:string ;
    ns1:birthYear "521"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Siriondil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Siriondil"^^xsd:string ;
    ns1:birthYear "570"^^xsd:gYear ;
    ns1:deathYear "830"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Smaug> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Smaug"^^xsd:string ;
    ns1:birthYear "2770"^^xsd:gYear ;
    ns1:deathYear "2941"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dragons> ;
    ns1:realm <http://example.org/LOTR/realm/Lonely_Mountain> .

<http://example.org/LOTR/character/Snaga> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Snaga"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Orcs> .

<http://example.org/LOTR/character/Snaga_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Snaga"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Orcs> .

<http://example.org/LOTR/character/Soronto> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Soronto"^^xsd:string ;
    ns1:birthYear "799"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Squint-Eyed_Southerner> a foaf:Person ;
    foaf:name "Squint-eyed Southerner"^^xsd:string .

<http://example.org/LOTR/character/Tanta_Baggins> a foaf:Person ;
    foaf:name "Tanta Baggins"^^xsd:string .

<http://example.org/LOTR/character/Tanta_Hornblower> a foaf:Person ;
    foaf:name "Tanta Hornblower"^^xsd:string .

<http://example.org/LOTR/character/Tar-Alcarin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tar-Alcarin"^^xsd:string ;
    ns1:birthYear "2406"^^xsd:gYear ;
    ns1:deathYear "2737"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Tar-Amandil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tar-Amandil"^^xsd:string ;
    ns1:birthYear "192"^^xsd:gYear ;
    ns1:deathYear "603"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Tar-Ancalimon> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tar-Ancalimon"^^xsd:string ;
    ns1:birthYear "1986"^^xsd:gYear ;
    ns1:deathYear "2386"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Tar-Anárion> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tar-Anárion"^^xsd:string ;
    ns1:birthYear "1003"^^xsd:gYear ;
    ns1:deathYear "1404"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Tar-Ardamin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tar-Ardamin"^^xsd:string ;
    ns1:birthYear "2618"^^xsd:gYear ;
    ns1:deathYear "2899"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Tar-Atanamir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tar-Atanamir"^^xsd:string ;
    ns1:birthYear "1800"^^xsd:gYear ;
    ns1:deathYear "2221"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Tar-Calmacil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tar-Calmacil"^^xsd:string ;
    ns1:birthYear "2516"^^xsd:gYear ;
    ns1:deathYear "2825"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Tar-Ciryatan> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tar-Ciryatan"^^xsd:string ;
    ns1:birthYear "1634"^^xsd:gYear ;
    ns1:deathYear "2035"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Tar-Elendil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tar-Elendil"^^xsd:string ;
    ns1:birthYear "350"^^xsd:gYear ;
    ns1:deathYear "751"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Tar-Meneldur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tar-Meneldur"^^xsd:string ;
    ns1:birthYear "543"^^xsd:gYear ;
    ns1:deathYear "942"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> ;
    ns1:spouse <http://example.org/LOTR/character/Almarian> .

<http://example.org/LOTR/character/Tar-Minastir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tar-Minastir"^^xsd:string ;
    ns1:birthYear "1474"^^xsd:gYear ;
    ns1:deathYear "1873"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Tar-Míriel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Tar-Míriel"^^xsd:string ;
    ns1:birthYear "3117"^^xsd:gYear ;
    ns1:deathYear "3319"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> ;
    ns1:spouse <http://example.org/LOTR/character/Ar-Pharazôn> .

<http://example.org/LOTR/character/Tar-Palantir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tar-Palantir"^^xsd:string ;
    ns1:birthYear "3035"^^xsd:gYear ;
    ns1:deathYear "3255"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Tar-Súrion> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tar-Súrion"^^xsd:string ;
    ns1:birthYear "1174"^^xsd:gYear ;
    ns1:deathYear "1574"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Tar-Telemmaitë> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tar-Telemmaitë"^^xsd:string ;
    ns1:birthYear "2136"^^xsd:gYear ;
    ns1:deathYear "2526"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Tar-Telperiën> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Tar-Telperiën"^^xsd:string ;
    ns1:birthYear "1320"^^xsd:gYear ;
    ns1:deathYear "1731"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Tarannon_Falastur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tarannon Falastur"^^xsd:string ;
    ns1:birthYear "654"^^xsd:gYear ;
    ns1:deathYear "913"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> ;
    ns1:spouse <http://example.org/LOTR/character/Berúthiel> .

<http://example.org/LOTR/character/Tarcil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tarcil"^^xsd:string ;
    ns1:birthYear "280"^^xsd:gYear ;
    ns1:deathYear "515"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arnor> .

<http://example.org/LOTR/character/Tarciryan> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tarciryan"^^xsd:string ;
    ns1:birthYear "654"^^xsd:gYear ;
    ns1:deathYear "913"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Targon> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Targon"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Tarondor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tarondor"^^xsd:string ;
    ns1:birthYear "1577"^^xsd:gYear ;
    ns1:deathYear "1798"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Tarondor_Of_Arnor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tarondor of Arnor"^^xsd:string ;
    ns1:birthYear "372"^^xsd:gYear ;
    ns1:deathYear "602"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arnor> .

<http://example.org/LOTR/character/Tata> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tata"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Tatië> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Tatië"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Ted_Sandyman> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ted Sandyman"^^xsd:string ;
    ns1:birthYear "2920"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Telchar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Telchar"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Dwarves> .

<http://example.org/LOTR/character/Telemnar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Telemnar"^^xsd:string ;
    ns1:birthYear "1516"^^xsd:gYear ;
    ns1:deathYear "1636"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Telumehtar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Telumehtar"^^xsd:string ;
    ns1:birthYear "1632"^^xsd:gYear ;
    ns1:deathYear "1850"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/The_King_Of_The_Dead> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "The King of the Dead"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/White_Mountain> .

<http://example.org/LOTR/character/The_Moth> a foaf:Person ;
    foaf:name "The Moth"^^xsd:string .

<http://example.org/LOTR/character/Thengel> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Thengel"^^xsd:string ;
    ns1:birthYear "2905"^^xsd:gYear ;
    ns1:deathYear "2980"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> ;
    ns1:spouse <http://example.org/LOTR/character/Morwen_Steelsheen> .

<http://example.org/LOTR/character/Theobald_Bolger> a foaf:Person ;
    foaf:name "Theobald Bolger"^^xsd:string .

<http://example.org/LOTR/character/Thingol> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Thingol"^^xsd:string ;
    ns1:birthYear "1050"^^xsd:gYear ;
    ns1:haircolour "Silver"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Doriath> .

<http://example.org/LOTR/character/Thorin_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Thorin I"^^xsd:string ;
    ns1:birthYear "2035"^^xsd:gYear ;
    ns1:deathYear "2289"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> ;
    ns1:realm <http://example.org/LOTR/realm/Lonely_Mountain> .

<http://example.org/LOTR/character/Thorin_Ii_Oakenshield> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Thorin II Oakenshield"^^xsd:string ;
    ns1:birthYear "2746"^^xsd:gYear ;
    ns1:deathYear "2941"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> ;
    ns1:realm <http://example.org/LOTR/realm/Ered_Luin> .

<http://example.org/LOTR/character/Thorin_Iii_Stonehelm> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Thorin III Stonehelm"^^xsd:string ;
    ns1:birthYear "2866"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> ;
    ns1:realm <http://example.org/LOTR/realm/Lonely_Mountain> .

<http://example.org/LOTR/character/Thorondir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Thorondir"^^xsd:string ;
    ns1:birthYear "2782"^^xsd:gYear ;
    ns1:deathYear "2882"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Thorondor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Thorondor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Eagles> .

<http://example.org/LOTR/character/Thranduil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Thranduil"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Woodland_Realm> .

<http://example.org/LOTR/character/Thráin_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Thráin I"^^xsd:string ;
    ns1:birthYear "1934"^^xsd:gYear ;
    ns1:deathYear "2190"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> ;
    ns1:realm <http://example.org/LOTR/realm/Khazad-Dûm> .

<http://example.org/LOTR/character/Thráin_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Thráin II"^^xsd:string ;
    ns1:birthYear "2644"^^xsd:gYear ;
    ns1:deathYear "2850"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Dwarves> ;
    ns1:realm <http://example.org/LOTR/realm/Lonely_Mountain> .

<http://example.org/LOTR/character/Thrór> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Thrór"^^xsd:string ;
    ns1:birthYear "2542"^^xsd:gYear ;
    ns1:deathYear "2790"^^xsd:gYear ;
    ns1:haircolour "White"@en ;
    ns1:race <http://example.org/LOTR/race/Dwarves> ;
    ns1:realm <http://example.org/LOTR/realm/Lonely_Mountain> .

<http://example.org/LOTR/character/Thuringwethil> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Thuringwethil"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Vampire> .

<http://example.org/LOTR/character/Théodred> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Théodred"^^xsd:string ;
    ns1:birthYear "2978"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Tilion> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tilion"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> .

<http://example.org/LOTR/character/Tim> a foaf:Person ;
    foaf:name "Tim"^^xsd:string .

<http://example.org/LOTR/character/Tindómiel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Tindómiel"^^xsd:string ;
    ns1:birthYear "61"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Tobias_Hornblower> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tobias Hornblower"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:realm <http://example.org/LOTR/realm/Shire> .

<http://example.org/LOTR/character/Tobold_Hornblower> a foaf:Person ;
    foaf:name "Tobold Hornblower"^^xsd:string .

<http://example.org/LOTR/character/Togo_Goodbody> a foaf:Person ;
    foaf:name "Togo Goodbody"^^xsd:string .

<http://example.org/LOTR/character/Tolman_Cotton> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tolman Cotton"^^xsd:string ;
    ns1:birthYear "2941"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Tolman_Cotton_Jr.> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tolman Cotton Jr."^^xsd:string ;
    ns1:birthYear "2980"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Tolman_Gardner> a foaf:Person ;
    foaf:name "Tolman Gardner"^^xsd:string .

<http://example.org/LOTR/character/Tom,_Bert,_And_William> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tom, Bert, and William"^^xsd:string ;
    ns1:haircolour "Bald"@en ;
    ns1:race <http://example.org/LOTR/race/Stone-Trolls> .

<http://example.org/LOTR/character/Tom_Bombadil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tom Bombadil"^^xsd:string ;
    ns1:haircolour "Brown"@en ;
    ns1:realm <http://example.org/LOTR/realm/Old_Forest> .

<http://example.org/LOTR/character/Tosto_Boffin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tosto Boffin"^^xsd:string ;
    ns1:birthYear "2988"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Treebeard> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Treebeard"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ents> .

<http://example.org/LOTR/character/Tulkas> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tulkas"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Ainur> ;
    ns1:realm <http://example.org/LOTR/realm/Valinor> .

<http://example.org/LOTR/character/Tulkastor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tulkastor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Tuor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tuor"^^xsd:string ;
    ns1:birthYear "472"^^xsd:gYear ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Turambar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Turambar"^^xsd:string ;
    ns1:birthYear "397"^^xsd:gYear ;
    ns1:deathYear "667"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Turgon> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Turgon"^^xsd:string ;
    ns1:birthYear "2855"^^xsd:gYear ;
    ns1:deathYear "2953"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Turgon_A> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Turgon"^^xsd:string ;
    ns1:birthYear "1300"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Nevrast> .

<http://example.org/LOTR/character/Túrin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Túrin"^^xsd:string ;
    ns1:birthYear "464"^^xsd:gYear ;
    ns1:deathYear "499"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Nienor> .

<http://example.org/LOTR/character/Túrin_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Túrin I"^^xsd:string ;
    ns1:birthYear "2165"^^xsd:gYear ;
    ns1:deathYear "2278"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Túrin_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Túrin II"^^xsd:string ;
    ns1:birthYear "2815"^^xsd:gYear ;
    ns1:deathYear "2914"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Uffo_Boffin> a foaf:Person ;
    foaf:name "Uffo Boffin"^^xsd:string .

<http://example.org/LOTR/character/Ufthak> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ufthak"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Orcs> ;
    ns1:realm <http://example.org/LOTR/realm/Cirith_Ungol> .

<http://example.org/LOTR/character/Uglúk> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Uglúk"^^xsd:string ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Uruk-Hai> ;
    ns1:realm <http://example.org/LOTR/realm/Isengard> .

<http://example.org/LOTR/character/Uinen> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Uinen"^^xsd:string .

<http://example.org/LOTR/character/Ulbar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ulbar"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Uldor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Uldor"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ulfang> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ulfang"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ulfast> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ulfast"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ulmo> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ulmo"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> ;
    ns1:realm <http://example.org/LOTR/realm/Valinor> .

<http://example.org/LOTR/character/Ulrad> a foaf:Person ;
    foaf:name "Ulrad"^^xsd:string .

<http://example.org/LOTR/character/Ulwarth> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ulwarth"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ungoliant> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Ungoliant"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Great_Spiders> .

<http://example.org/LOTR/character/Urthel> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Urthel"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Vairë> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Vairë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Vairë_A> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Vairë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> ;
    ns1:realm <http://example.org/LOTR/realm/Valinor> .

<http://example.org/LOTR/character/Valandil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Valandil"^^xsd:string ;
    ns1:birthYear "3430"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arnor> .

<http://example.org/LOTR/character/Valandil_Of_Andúnië> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Valandil of Andúnië"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Valandur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Valandur"^^xsd:string ;
    ns1:birthYear "462"^^xsd:gYear ;
    ns1:deathYear "652"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arnor> .

<http://example.org/LOTR/character/Varda> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Varda"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> ;
    ns1:realm <http://example.org/LOTR/realm/Arda> .

<http://example.org/LOTR/character/Vardamir_Nólimon> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Vardamir Nólimon"^^xsd:string ;
    ns1:birthYear "61"^^xsd:gYear ;
    ns1:deathYear "471"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Vardilmë> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Vardilmë"^^xsd:string ;
    ns1:birthYear "203"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Vidugavia> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Vidugavia"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rhovanion> .

<http://example.org/LOTR/character/Vorondil> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Vorondil"^^xsd:string ;
    ns1:birthYear "1919"^^xsd:gYear ;
    ns1:deathYear "2029"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Voronwë> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Voronwë"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Vëannë> a foaf:Person ;
    foaf:name "Vëannë"^^xsd:string .

<http://example.org/LOTR/character/Vëantur> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Vëantur"^^xsd:string ;
    ns1:birthYear "425"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Walda> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Walda"^^xsd:string ;
    ns1:birthYear "2780"^^xsd:gYear ;
    ns1:deathYear "2851"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Warg_Matriarch> a foaf:Person ;
    foaf:name "Warg Matriarch"^^xsd:string .

<http://example.org/LOTR/character/Watcher_In_The_Water> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Watcher in the Water"^^xsd:string ;
    ns1:haircolour "Bald"@en ;
    ns1:race <http://example.org/LOTR/race/Urulóki> ;
    ns1:realm <http://example.org/LOTR/realm/Doors_Of_Durin> .

<http://example.org/LOTR/character/Widow_Rumble> a foaf:Person ;
    foaf:name "Widow Rumble"^^xsd:string .

<http://example.org/LOTR/character/Wife_Of_Barach> a foaf:Person ;
    foaf:name "Wife of Barach"^^xsd:string .

<http://example.org/LOTR/character/Wilcome_Cotton> a foaf:Person ;
    foaf:name "Wilcome Cotton"^^xsd:string .

<http://example.org/LOTR/character/Wilibald_Bolger> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Wilibald Bolger"^^xsd:string ;
    ns1:birthYear "2904"^^xsd:gYear ;
    ns1:deathYear "3000"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Prisca_Baggins> .

<http://example.org/LOTR/character/Wilimar_Bolger> a foaf:Person ;
    foaf:name "Wilimar Bolger"^^xsd:string .

<http://example.org/LOTR/character/Will_Whitfoot> a foaf:Person ;
    foaf:name "Will Whitfoot"^^xsd:string .

<http://example.org/LOTR/character/Willie_Banks> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Willie Banks"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:realm <http://example.org/LOTR/realm/Bree> .

<http://example.org/LOTR/character/Wiseman_Gamwich> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Wiseman Gamwich"^^xsd:string ;
    ns1:birthYear "2800"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Witch-King_Of_Angmar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Witch-king of Angmar"^^xsd:string ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Minal_Morgul> .

<http://example.org/LOTR/character/Wulf_I> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Wulf I"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Wídfara> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Wídfara"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Yavanna> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Yavanna"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Ainur> ;
    ns1:realm <http://example.org/LOTR/realm/Pastures_Of_Yavanna> .

<http://example.org/LOTR/character/Yávien> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Yávien"^^xsd:string ;
    ns1:birthYear "371"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Zamîn> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Zamîn"^^xsd:string ;
    ns1:haircolour "White"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Adalbert_Bolger> a foaf:Person ;
    foaf:name "Adalbert Bolger"^^xsd:string .

<http://example.org/LOTR/character/Adamanta_Chubb> a foaf:Person ;
    foaf:name "Adamanta Chubb"^^xsd:string .

<http://example.org/LOTR/character/Almarian> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Almarian"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Ar-Pharazôn> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Ar-Pharazôn"^^xsd:string ;
    ns1:birthYear "3118"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> .

<http://example.org/LOTR/character/Arathorn_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Arathorn II"^^xsd:string,
        "Arathorn Ii"^^xsd:string ;
    ns1:birthYear "2873"^^xsd:gYear ;
    ns1:deathYear "2933"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Gilraen> .

<http://example.org/LOTR/character/Balbo_Baggins> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Balbo Baggins"^^xsd:string ;
    ns1:birthYear "2767"^^xsd:gYear ;
    ns1:deathYear "2858"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Berylla_Baggins> .

<http://example.org/LOTR/character/Belba_Baggins> a foaf:Person ;
    foaf:name "Belba Baggins"^^xsd:string .

<http://example.org/LOTR/character/Beldis> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Beldis"^^xsd:string ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Berylla_Baggins> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Berylla Baggins"^^xsd:string ;
    ns1:birthYear "2772"^^xsd:gYear ;
    ns1:deathYear "2871"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Balbo_Baggins> .

<http://example.org/LOTR/character/Berúthiel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Berúthiel"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> .

<http://example.org/LOTR/character/Bungo_Baggins> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Bungo Baggins"^^xsd:string ;
    ns1:birthYear "2846"^^xsd:gYear ;
    ns1:deathYear "2926"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Camellia_Baggins> a foaf:Person ;
    foaf:name "Camellia Baggins"^^xsd:string .

<http://example.org/LOTR/character/Denethor_Ii> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Denethor II"^^xsd:string,
        "Denethor Ii"^^xsd:string ;
    ns1:birthYear "2930"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Donnamira_Took> a foaf:Person ;
    foaf:name "Donnamira Took"^^xsd:string .

<http://example.org/LOTR/character/Drogo_Baggins> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Drogo Baggins"^^xsd:string ;
    ns1:birthYear "2908"^^xsd:gYear ;
    ns1:deathYear "2980"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Primula_Brandybuck> .

<http://example.org/LOTR/character/Dírhael> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Dírhael"^^xsd:string ;
    ns1:birthYear "2838"^^xsd:gYear ;
    ns1:deathYear "2929"^^xsd:gYear ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Ivorwen> .

<http://example.org/LOTR/character/Elrond> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Elrond"^^xsd:string ;
    ns1:birthYear "532"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Half-Elven> ;
    ns1:realm <http://example.org/LOTR/realm/Rivendell> .

<http://example.org/LOTR/character/Emeldir> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Emeldir"^^xsd:string ;
    ns1:birthYear "406"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Erendis> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Erendis"^^xsd:string ;
    ns1:birthYear "771"^^xsd:gYear ;
    ns1:deathYear "985"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> ;
    ns1:spouse <http://example.org/LOTR/character/Tar-Aldarion> .

<http://example.org/LOTR/character/Fíriel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Fíriel"^^xsd:string ;
    ns1:birthYear "1896"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Arthedain> .

<http://example.org/LOTR/character/Gerontius_(The_Old)_Took> a foaf:Person ;
    foaf:name "Gerontius (The Old) Took"^^xsd:string .

<http://example.org/LOTR/character/Gildis> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Gildis"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Gilraen> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Gilraen"^^xsd:string ;
    ns1:birthYear "2907"^^xsd:gYear ;
    ns1:deathYear "3007"^^xsd:gYear ;
    ns1:haircolour "Blond"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Arathorn_Ii> .

<http://example.org/LOTR/character/Glóredhel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Glóredhel"^^xsd:string ;
    ns1:birthYear "415"^^xsd:gYear ;
    ns1:deathYear "473"^^xsd:gYear ;
    ns1:haircolour "Blond"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Haldir> .

<http://example.org/LOTR/character/Goldilocks_Gardner> a foaf:Person ;
    foaf:name "Goldilocks Gardner"^^xsd:string .

<http://example.org/LOTR/character/Gorbadoc_Brandybuck> a foaf:Person ;
    foaf:name "Gorbadoc Brandybuck"^^xsd:string .

<http://example.org/LOTR/character/Haldir> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Haldir"^^xsd:string ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Hallacar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hallacar"^^xsd:string ;
    ns1:birthYear "852"^^xsd:gYear ;
    ns1:deathYear "1211"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Tar-Ancalimë> .

<http://example.org/LOTR/character/Hanna_Goldworthy> a foaf:Person ;
    foaf:name "Hanna Goldworthy"^^xsd:string .

<http://example.org/LOTR/character/Hareth> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Hareth"^^xsd:string ;
    ns1:birthYear "419"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Herucalmo> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Herucalmo"^^xsd:string ;
    ns1:birthYear "2286"^^xsd:gYear ;
    ns1:deathYear "2657"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Tar-Vanimeldë> .

<http://example.org/LOTR/character/Hugo_Boffin> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Hugo Boffin"^^xsd:string ;
    ns1:birthYear "2854"^^xsd:gYear ;
    ns1:deathYear "2945"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Donnamira_Took> .

<http://example.org/LOTR/character/Huor> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Huor"^^xsd:string ;
    ns1:birthYear "442"^^xsd:gYear ;
    ns1:deathYear "473"^^xsd:gYear ;
    ns1:haircolour "Gold"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Rían> .

<http://example.org/LOTR/character/Húrin_Thalion> a foaf:Person ;
    foaf:name "Húrin Thalion"^^xsd:string .

<http://example.org/LOTR/character/Inzilbêth> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Inzilbêth"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Ivorwen> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Ivorwen"^^xsd:string ;
    ns1:birthYear "2857"^^xsd:gYear ;
    ns1:deathYear "2929"^^xsd:gYear ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Dírhael> .

<http://example.org/LOTR/character/Lalia_Clayhanger> a foaf:Person ;
    foaf:name "Lalia Clayhanger"^^xsd:string .

<http://example.org/LOTR/character/Laura_Grubb> a foaf:Person ;
    foaf:name "Laura Grubb"^^xsd:string .

<http://example.org/LOTR/character/Lavender_Grubb> a foaf:Person ;
    foaf:name "Lavender Grubb"^^xsd:string .

<http://example.org/LOTR/character/Lilah_Took> a foaf:Person ;
    foaf:name "Lilah Took"^^xsd:string .

<http://example.org/LOTR/character/Lobelia_Sackville-Baggins> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Lobelia Sackville-Baggins"^^xsd:string ;
    ns1:birthYear "2918"^^xsd:gYear ;
    ns1:deathYear "3020"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Otho_Sackville-Baggins> .

<http://example.org/LOTR/character/Lúthien_Tinúviel> a foaf:Person ;
    foaf:name "Lúthien Tinúviel"^^xsd:string .

<http://example.org/LOTR/character/Malva_Headstrong> a foaf:Person ;
    foaf:name "Malva Headstrong"^^xsd:string .

<http://example.org/LOTR/character/Meldis> a foaf:Person ;
    foaf:name "Meldis"^^xsd:string .

<http://example.org/LOTR/character/Mimosa_Bunce> a foaf:Person ;
    foaf:name "Mimosa Bunce"^^xsd:string .

<http://example.org/LOTR/character/Mithrellas> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Mithrellas"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Morwen_Eledhwen> a foaf:Person ;
    foaf:name "Morwen Eledhwen"^^xsd:string .

<http://example.org/LOTR/character/Morwen_Steelsheen> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Morwen Steelsheen"^^xsd:string ;
    ns1:birthYear "2922"^^xsd:gYear ;
    ns1:haircolour "Dark"@en ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Rohan> .

<http://example.org/LOTR/character/Mrs._Proudfoot> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Mrs. Proudfoot"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Mungo_Baggins> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Mungo Baggins"^^xsd:string ;
    ns1:birthYear "2807"^^xsd:gYear ;
    ns1:deathYear "2900"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Laura_Grubb> .

<http://example.org/LOTR/character/Nerdanel> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Nerdanel"^^xsd:string ;
    ns1:haircolour "Brown"@en ;
    ns1:race <http://example.org/LOTR/race/Elves> .

<http://example.org/LOTR/character/Nienor> a foaf:Person ;
    foaf:name "Nienor"^^xsd:string .

<http://example.org/LOTR/character/Nimloth> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Nimloth"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Elves> ;
    ns1:realm <http://example.org/LOTR/realm/Doriath> .

<http://example.org/LOTR/character/Otho_Sackville-Baggins> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Otho Sackville-Baggins"^^xsd:string ;
    ns1:birthYear "2910"^^xsd:gYear ;
    ns1:deathYear "3012"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Hobbits> ;
    ns1:spouse <http://example.org/LOTR/character/Lobelia_Sackville-Baggins> .

<http://example.org/LOTR/character/Primula_Brandybuck> a foaf:Person ;
    foaf:name "Primula Brandybuck"^^xsd:string .

<http://example.org/LOTR/character/Prisca_Baggins> a foaf:Person ;
    foaf:name "Prisca Baggins"^^xsd:string .

<http://example.org/LOTR/character/Rosa_Baggins> a foaf:Person ;
    foaf:name "Rosa Baggins"^^xsd:string .

<http://example.org/LOTR/character/Ruby_Bolger> a foaf:Person ;
    foaf:name "Ruby Bolger"^^xsd:string .

<http://example.org/LOTR/character/Rufus_Burrows> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Rufus Burrows"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Hobbits> .

<http://example.org/LOTR/character/Rían> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Rían"^^xsd:string ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Tar-Aldarion> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Tar-Aldarion"^^xsd:string ;
    ns1:birthYear "700"^^xsd:gYear ;
    ns1:deathYear "1098"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> ;
    ns1:spouse <http://example.org/LOTR/character/Erendis> .

<http://example.org/LOTR/character/Tar-Ancalimë> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Tar-Ancalimë"^^xsd:string ;
    ns1:birthYear "873"^^xsd:gYear ;
    ns1:deathYear "1285"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> ;
    ns1:spouse <http://example.org/LOTR/character/Hallacar> .

<http://example.org/LOTR/character/Tar-Vanimeldë> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Tar-Vanimeldë"^^xsd:string ;
    ns1:birthYear "2277"^^xsd:gYear ;
    ns1:deathYear "2637"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Númenor> ;
    ns1:spouse <http://example.org/LOTR/character/Herucalmo> .

<http://example.org/LOTR/character/Théoden> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Théoden"^^xsd:string ;
    ns1:birthYear "2948"^^xsd:gYear ;
    ns1:haircolour "Blond"@en ;
    ns1:race <http://example.org/LOTR/race/Men> .

<http://example.org/LOTR/character/Théodwyn> a foaf:Person ;
    foaf:name "Théodwyn"^^xsd:string .

<http://example.org/LOTR/character/Túrin_Turambar> a foaf:Person ;
    foaf:name "Túrin Turambar"^^xsd:string .

<http://example.org/LOTR/character/Valacar> a foaf:Person ;
    foaf:gender schema:Male ;
    foaf:name "Valacar"^^xsd:string ;
    ns1:birthYear "1194"^^xsd:gYear ;
    ns1:deathYear "1432"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:realm <http://example.org/LOTR/realm/Gondor> ;
    ns1:spouse <http://example.org/LOTR/character/Vidumavi> .

<http://example.org/LOTR/character/Vidumavi> a foaf:Person ;
    foaf:gender schema:Female ;
    foaf:name "Vidumavi"^^xsd:string ;
    ns1:birthYear "1255"^^xsd:gYear ;
    ns1:deathYear "1344"^^xsd:gYear ;
    ns1:race <http://example.org/LOTR/race/Men> ;
    ns1:spouse <http://example.org/LOTR/character/Valacar> .

