@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_cb13128f-ca22-e811-121f-c4ea1a325010
  a a2a:Record ;
  rdfs:label "Geboorte op 30 augustus 1867" ;
  a2a:hasPerson oa:person_frl_cb13128f-ca22-e811-121f-c4ea1a325010_Person-ef8fb24a-2f11-e7b5-3dd1-51f0184e7c3f, oa:person_frl_cb13128f-ca22-e811-121f-c4ea1a325010_Person-7821d51c-dd61-29f0-c45b-d22038a00514, oa:person_frl_cb13128f-ca22-e811-121f-c4ea1a325010_Person-9f7e57e1-50f2-7622-6747-ae8f20365fec ;
  a2a:hasEvent oa:event_frl_cb13128f-ca22-e811-121f-c4ea1a325010_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_cb13128f-ca22-e811-121f-c4ea1a325010_0, oa:relationep_frl_cb13128f-ca22-e811-121f-c4ea1a325010_1, oa:relationep_frl_cb13128f-ca22-e811-121f-c4ea1a325010_2 ;
  a2a:hasSource oa:source_frl_cb13128f-ca22-e811-121f-c4ea1a325010 .

oa:person_frl_cb13128f-ca22-e811-121f-c4ea1a325010_Person-ef8fb24a-2f11-e7b5-3dd1-51f0184e7c3f
  a a2a:Person ;
  rdfs:label "Ede Jeppes Freerks Karst" ;
  a2a:PersonName [
    rdfs:label "Ede Jeppes Freerks Karst" ;
    a2a:PersonNameFirstName "Ede Jeppes" ;
    a2a:PersonNamePatronym "Freerks" ;
    a2a:PersonNameLastName "Karst"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_cb13128f-ca22-e811-121f-c4ea1a325010_Person-7821d51c-dd61-29f0-c45b-d22038a00514
  a a2a:Person ;
  rdfs:label "Alida Judith Gerrits Schultze" ;
  a2a:PersonName [
    rdfs:label "Alida Judith Gerrits Schultze" ;
    a2a:PersonNameFirstName "Alida Judith" ;
    a2a:PersonNamePatronym "Gerrits" ;
    a2a:PersonNameLastName "Schultze"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_cb13128f-ca22-e811-121f-c4ea1a325010_Person-9f7e57e1-50f2-7622-6747-ae8f20365fec
  a a2a:Person ;
  rdfs:label "Aan Sytze Karst" ;
  a2a:PersonName [
    rdfs:label "Aan Sytze Karst" ;
    a2a:PersonNameFirstName "Aan Sytze" ;
    a2a:PersonNameLastName "Karst"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1867" ;
    a2a:Month "8" ;
    a2a:Day "30" ;
    rdfs:label "1867-08-30"^^xsd:date
  ] .

oa:event_frl_cb13128f-ca22-e811-121f-c4ea1a325010_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1867" ;
    a2a:Month "8" ;
    a2a:Day "30" ;
    rdfs:label "1867-08-30"^^xsd:date
  ] .

oa:relationep_frl_cb13128f-ca22-e811-121f-c4ea1a325010_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_cb13128f-ca22-e811-121f-c4ea1a325010_Person:ef8fb24a-2f11-e7b5-3dd1-51f0184e7c3f ;
  a2a:EventKeyRef oa:event_frl_cb13128f-ca22-e811-121f-c4ea1a325010_Event1 .

oa:relationep_frl_cb13128f-ca22-e811-121f-c4ea1a325010_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_cb13128f-ca22-e811-121f-c4ea1a325010_Person:7821d51c-dd61-29f0-c45b-d22038a00514 ;
  a2a:EventKeyRef oa:event_frl_cb13128f-ca22-e811-121f-c4ea1a325010_Event1 .

oa:relationep_frl_cb13128f-ca22-e811-121f-c4ea1a325010_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_cb13128f-ca22-e811-121f-c4ea1a325010_Person:9f7e57e1-50f2-7622-6747-ae8f20365fec ;
  a2a:EventKeyRef oa:event_frl_cb13128f-ca22-e811-121f-c4ea1a325010_Event1 .

oa:source_frl_cb13128f-ca22-e811-121f-c4ea1a325010
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Schiermonnikoog" ;
    rdfs:label "Schiermonnikoog", "1867-08-31 - 1867-08-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1867-08-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1867-08-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1867" ;
    a2a:Month "8" ;
    a2a:Day "31" ;
    rdfs:label "1867-08-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Schiermonnikoog - Tresoar, Bron: boek, Deel: 1008, Periode: 1867" ;
    a2a:Book "Geboorteregister 1867" ;
    a2a:DocumentNumber "0015" ;
    a2a:RegistryNumber "1008" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Schiermonnikoog - Tresoar, Bron: boek, Deel: 1008, Periode: 1867, Geboorteregister 1867, 0015, 1008"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/56377227-42f7-ea53-0a5e-8c40113c593b.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/cb13128f-ca22-e811-121f-c4ea1a325010" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/56377227-42f7-ea53-0a5e-8c40113c593b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/cb13128f-ca22-e811-121f-c4ea1a325010" ;
  a2a:RecordGUID "{cb13128f-ca22-e811-121f-c4ea1a325010}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Schiermonnikoog - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1008" ;
  a2a:SourceRemarkregister_periode "1867" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_48629_00048629.xml van FRL" .

