@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_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1
  a a2a:Record ;
  rdfs:label "Geboorte op 16 december 1822" ;
  a2a:hasPerson oa:person_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_Person-35487648-5b3c-7d08-400f-6a5969e3c974, oa:person_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_Person-c7f496c5-834c-a7bb-75ee-7b8853cc717e, oa:person_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_Person-41f81675-180b-6b21-c868-1535ac80a510 ;
  a2a:hasEvent oa:event_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_0, oa:relationep_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_1, oa:relationep_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_2 ;
  a2a:hasSource oa:source_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1 .

oa:person_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_Person-35487648-5b3c-7d08-400f-6a5969e3c974
  a a2a:Person ;
  rdfs:label "Douwe Gerrit Kamminga" ;
  a2a:PersonName [
    rdfs:label "Douwe Gerrit Kamminga" ;
    a2a:PersonNameFirstName "Douwe Gerrit" ;
    a2a:PersonNameLastName "Kamminga"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1822" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1822-12-16"^^xsd:date
  ] .

oa:person_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_Person-c7f496c5-834c-a7bb-75ee-7b8853cc717e
  a a2a:Person ;
  rdfs:label "Symon Hendrik Kamminga" ;
  a2a:PersonName [
    rdfs:label "Symon Hendrik Kamminga" ;
    a2a:PersonNameFirstName "Symon Hendrik" ;
    a2a:PersonNameLastName "Kamminga"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_Person-41f81675-180b-6b21-c868-1535ac80a510
  a a2a:Person ;
  rdfs:label "Maria Tjetske van Emmenes" ;
  a2a:PersonName [
    rdfs:label "Maria Tjetske van Emmenes" ;
    a2a:PersonNameFirstName "Maria Tjetske" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Emmenes"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1822" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1822-12-16"^^xsd:date
  ] .

oa:relationep_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_Person:35487648-5b3c-7d08-400f-6a5969e3c974 ;
  a2a:EventKeyRef oa:event_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_Event1 .

oa:relationep_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_Person:c7f496c5-834c-a7bb-75ee-7b8853cc717e ;
  a2a:EventKeyRef oa:event_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_Event1 .

oa:relationep_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_Person:41f81675-180b-6b21-c868-1535ac80a510 ;
  a2a:EventKeyRef oa:event_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1_Event1 .

oa:source_frl_f7ab8ba4-27c0-e36e-e7b6-44a524b990d1
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Westdongeradeel" ;
    rdfs:label "Westdongeradeel", "1822-12-17 - 1822-12-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1822-12-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1822-12-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1822" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1822-12-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Westdongeradeel - Tresoar, Bron: boek, Deel: 1006, Periode: 1822" ;
    a2a:Book "Geboorteregister 1822" ;
    a2a:DocumentNumber "0164" ;
    a2a:RegistryNumber "1006" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Westdongeradeel - Tresoar, Bron: boek, Deel: 1006, Periode: 1822, Geboorteregister 1822, 0164, 1006"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/50379412-2b77-5999-d863-a73bba623c10.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/f7ab8ba4-27c0-e36e-e7b6-44a524b990d1" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/50379412-2b77-5999-d863-a73bba623c10.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/f7ab8ba4-27c0-e36e-e7b6-44a524b990d1" ;
  a2a:RecordGUID "{f7ab8ba4-27c0-e36e-e7b6-44a524b990d1}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Westdongeradeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1006" ;
  a2a:SourceRemarkregister_periode "1822" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_50069_00050069.xml van FRL" .

