@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b
  a a2a:Record ;
  rdfs:label "Nedergerechten inschrijving op 20 december 1728 te Oostdongeradeel" ;
  a2a:hasPerson oa:person_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Person-e0567298-b2d0-0f9b-386e-c64a51f51b9b, oa:person_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Person-e06f96cb-1fdb-bb69-4052-bdb114b4d545, oa:person_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Person-ef2967e4-8f9c-2672-cf7e-d051770174b9, oa:person_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Person-c9485649-7c79-0821-2f35-6ab7d1698b4f, oa:person_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Person-d327609b-4bde-39d0-5ff5-9e21421877e3 ;
  a2a:hasEvent oa:event_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_0, oa:relationep_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_1, oa:relationep_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_2, oa:relationep_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_3, oa:relationep_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_4 ;
  a2a:hasSource oa:source_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b .

oa:person_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Person-e0567298-b2d0-0f9b-386e-c64a51f51b9b
  a a2a:Person ;
  rdfs:label "Sioerd Foekes" ;
  a2a:PersonName [
    rdfs:label "Sioerd Foekes" ;
    a2a:PersonNameFirstName "Sioerd" ;
    a2a:PersonNamePatronym "Foekes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Person-e06f96cb-1fdb-bb69-4052-bdb114b4d545
  a a2a:Person ;
  rdfs:label "Aaltie Hansen" ;
  a2a:PersonName [
    rdfs:label "Aaltie Hansen" ;
    a2a:PersonNameFirstName "Aaltie" ;
    a2a:PersonNamePatronym "Hansen"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Person-ef2967e4-8f9c-2672-cf7e-d051770174b9
  a a2a:Person ;
  rdfs:label "Pytie Sioerds" ;
  a2a:PersonName [
    rdfs:label "Pytie Sioerds" ;
    a2a:PersonNameFirstName "Pytie" ;
    a2a:PersonNamePatronym "Sioerds"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "18 jaar" ;
    rdfs:label "18 jaar"
  ] .

oa:person_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Person-c9485649-7c79-0821-2f35-6ab7d1698b4f
  a a2a:Person ;
  rdfs:label "Foeke Sioerds" ;
  a2a:PersonName [
    rdfs:label "Foeke Sioerds" ;
    a2a:PersonNameFirstName "Foeke" ;
    a2a:PersonNamePatronym "Sioerds"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "15 jaar" ;
    rdfs:label "15 jaar"
  ] .

oa:person_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Person-d327609b-4bde-39d0-5ff5-9e21421877e3
  a a2a:Person ;
  rdfs:label "Pyter Sjux" ;
  a2a:PersonName [
    rdfs:label "Pyter Sjux" ;
    a2a:PersonNameFirstName "Pyter" ;
    a2a:PersonNamePatronym "Sjux"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Event1
  a a2a:Event ;
  rdfs:label "other:Nedergerechten inschrijving" ;
  a2a:EventType "other:Nedergerechten inschrijving" ;
  a2a:EventDate [
    a2a:Year "1728" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1728-12-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oostdongeradeel" ;
    rdfs:label "Oostdongeradeel"
  ] .

oa:relationep_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Person:e0567298-b2d0-0f9b-386e-c64a51f51b9b ;
  a2a:EventKeyRef oa:event_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Event1 .

oa:relationep_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Person:e06f96cb-1fdb-bb69-4052-bdb114b4d545 ;
  a2a:EventKeyRef oa:event_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Event1 .

oa:relationep_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_2
  a a2a:RelationEP ;
  rdfs:label "other:Kind en medeerfgenaam" ;
  a2a:RelationType "other:Kind en medeerfgenaam" ;
  a2a:PersonKeyRef oa:person_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Person:ef2967e4-8f9c-2672-cf7e-d051770174b9 ;
  a2a:EventKeyRef oa:event_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Event1 .

oa:relationep_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_3
  a a2a:RelationEP ;
  rdfs:label "other:Kind en medeerfgenaam" ;
  a2a:RelationType "other:Kind en medeerfgenaam" ;
  a2a:PersonKeyRef oa:person_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Person:c9485649-7c79-0821-2f35-6ab7d1698b4f ;
  a2a:EventKeyRef oa:event_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Event1 .

oa:relationep_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_4
  a a2a:RelationEP ;
  rdfs:label "other:Curator" ;
  a2a:RelationType "other:Curator" ;
  a2a:PersonKeyRef oa:person_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Person:d327609b-4bde-39d0-5ff5-9e21421877e3 ;
  a2a:EventKeyRef oa:event_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b_Event1 .

oa:source_frl_2e9affc4-122a-eeff-0632-33c7fc66d47b
  a a2a:Source ;
  rdfs:label "AlleFriezen, Nedergerechten" ;
  a2a:SourcePlace [
    a2a:Place "Oostdongeradeel" ;
    rdfs:label "Oostdongeradeel", "1728-12-20 - 1728-12-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1728-12-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1728-12-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1728" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1728-12-20"^^xsd:date
  ] ;
  a2a:SourceType "other:Nedergerechten" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Nedergerecht Oostdongeradeel - Tresoar, Deel: 032, Periode: 1685-1788" ;
    a2a:Book "Autorisatieboeken" ;
    a2a:RegistryNumber "032" ;
    a2a:Folio "87v" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Nedergerecht Oostdongeradeel - Tresoar, Deel: 032, Periode: 1685-1788, Autorisatieboeken, 032, 87v"
  ] ;
  a2a:SourceLastChangeDate "2022-08-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/2e9affc4-122a-eeff-0632-33c7fc66d47b" ;
  a2a:RecordGUID "{2e9affc4-122a-eeff-0632-33c7fc66d47b}" ;
  a2a:SourceRemarkOpmerking """Vader Sioerd Foekes en moeder Aaltie Hansen
Pytie Sioerds, oud in haar 19e jaar en Foeke Sioerds, oud in zijn 16e jaar, kinderen van Sioerd Foekes en Aaltie Hansen en mede voor 2/3 parten erfgenamen van dezelfde requiranten
Curator Pyter Sjux""", "Oude inventaris: H2" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220920_33450_00033450.xml van FRL" .

