@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_eem_21477997-9b40-8362-2a63-c19e345aeb21
  a a2a:Record ;
  rdfs:label "Registratie op 31 augustus 1880 te Utrecht" ;
  a2a:hasPerson oa:person_eem_21477997-9b40-8362-2a63-c19e345aeb21_Person-d04cc51b-2232-1b0f-afc6-5c459b7c6f1d, oa:person_eem_21477997-9b40-8362-2a63-c19e345aeb21_Person-7457bea2-2ef9-e326-42eb-ce92213570ae, oa:person_eem_21477997-9b40-8362-2a63-c19e345aeb21_Person-edeb463a-2617-8783-816b-1120569f028c ;
  a2a:hasEvent oa:event_eem_21477997-9b40-8362-2a63-c19e345aeb21_Event1 ;
  a2a:hasRelationEP oa:relationep_eem_21477997-9b40-8362-2a63-c19e345aeb21_0, oa:relationep_eem_21477997-9b40-8362-2a63-c19e345aeb21_1, oa:relationep_eem_21477997-9b40-8362-2a63-c19e345aeb21_2 ;
  a2a:hasSource oa:source_eem_21477997-9b40-8362-2a63-c19e345aeb21 .

oa:person_eem_21477997-9b40-8362-2a63-c19e345aeb21_Person-d04cc51b-2232-1b0f-afc6-5c459b7c6f1d
  a a2a:Person ;
  rdfs:label "Hermanus Wilhelmus Falet" ;
  a2a:PersonName [
    rdfs:label "Hermanus Wilhelmus Falet" ;
    a2a:PersonNameFirstName "Hermanus Wilhelmus" ;
    a2a:PersonNameLastName "Falet"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Westsingel" ;
    rdfs:label "Westsingel"
  ] ;
  a2a:BirthDate [
    a2a:Year "1880" ;
    a2a:Month "8" ;
    a2a:Day "31" ;
    rdfs:label "1880-08-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht"
  ] ;
  a2a:Profession "koopman in parapluies" .

oa:person_eem_21477997-9b40-8362-2a63-c19e345aeb21_Person-7457bea2-2ef9-e326-42eb-ce92213570ae
  a a2a:Person ;
  rdfs:label "Alida Lodewica Verdonk" ;
  a2a:PersonName [
    rdfs:label "Alida Lodewica Verdonk" ;
    a2a:PersonNameFirstName "Alida Lodewica" ;
    a2a:PersonNameLastName "Verdonk"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Westsingel" ;
    rdfs:label "Westsingel"
  ] ;
  a2a:BirthDate [
    a2a:Year "1876" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1876-10-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht"
  ] .

oa:person_eem_21477997-9b40-8362-2a63-c19e345aeb21_Person-edeb463a-2617-8783-816b-1120569f028c
  a a2a:Person ;
  rdfs:label "Gerritje Küszler" ;
  a2a:PersonName [
    rdfs:label "Gerritje Küszler" ;
    a2a:PersonNameFirstName "Gerritje" ;
    a2a:PersonNameLastName "Küszler"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Westsingel" ;
    rdfs:label "Westsingel"
  ] ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "1" ;
    a2a:Day "12" ;
    rdfs:label "1915-01-12"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "A'foort" ;
    rdfs:label "A'foort"
  ] .

oa:event_eem_21477997-9b40-8362-2a63-c19e345aeb21_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1880" ;
    a2a:Month "8" ;
    a2a:Day "31" ;
    rdfs:label "1880-08-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht"
  ] .

oa:relationep_eem_21477997-9b40-8362-2a63-c19e345aeb21_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_eem_21477997-9b40-8362-2a63-c19e345aeb21_Person:d04cc51b-2232-1b0f-afc6-5c459b7c6f1d ;
  a2a:EventKeyRef oa:event_eem_21477997-9b40-8362-2a63-c19e345aeb21_Event1 .

oa:relationep_eem_21477997-9b40-8362-2a63-c19e345aeb21_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_eem_21477997-9b40-8362-2a63-c19e345aeb21_Person:7457bea2-2ef9-e326-42eb-ce92213570ae ;
  a2a:EventKeyRef oa:event_eem_21477997-9b40-8362-2a63-c19e345aeb21_Event1 .

oa:relationep_eem_21477997-9b40-8362-2a63-c19e345aeb21_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_eem_21477997-9b40-8362-2a63-c19e345aeb21_Person:edeb463a-2617-8783-816b-1120569f028c ;
  a2a:EventKeyRef oa:event_eem_21477997-9b40-8362-2a63-c19e345aeb21_Event1 .

oa:source_eem_21477997-9b40-8362-2a63-c19e345aeb21
  a a2a:Source ;
  rdfs:label "Archief Eemland, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Onbekend" ;
    rdfs:label "Onbekend", "1880-08-31 - 1880-08-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-08-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1880-08-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Archief Eemland" ;
    a2a:Place "Amersfoort" ;
    rdfs:label "Archief Eemland, Amersfoort"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gam/thumb/640x480/dca20190-c349-765b-3d23-c056ec62eb99.jpg" ;
    a2a:UriViewer "http://www.archiefeemland.nl/collectie/voorouders/deeds/21477997-9b40-8362-2a63-c19e345aeb21" ;
    a2a:UriPreview "https://images.memorix.nl/gam/thumb/250x250/dca20190-c349-765b-3d23-c056ec62eb99.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-04-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archiefeemland.nl/collectie/voorouders/deeds/21477997-9b40-8362-2a63-c19e345aeb21" ;
  a2a:RecordGUID "{21477997-9b40-8362-2a63-c19e345aeb21}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_358_00000358.xml van EEM" .

[] a2a:PersonRemarkdiversen """Huizing: Westsingel
Huizing-nummer: 34""" .
[] a2a:PersonRemarkdiversen """Huizing: Westsingel
Huizing-nummer: 34""" .
[] a2a:PersonRemarkdiversen """Huizing: Westsingel
Huizing-nummer: 34""" .
