@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_77ef2f7c-be5f-686a-80cd-3e93c12e7f57
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 15 januari 1838 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_Person-91a51c6c-45f3-d258-b545-5166dae34502, oa:person_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_Person-fe091b53-bca3-1898-2ead-99ec3ce90f4f, oa:person_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_Person-9ea712c6-39d6-06dc-9a03-f1218f584677 ;
  a2a:hasEvent oa:event_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_0, oa:relationep_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_1, oa:relationep_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_2 ;
  a2a:hasSource oa:source_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57 .

oa:person_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_Person-91a51c6c-45f3-d258-b545-5166dae34502
  a a2a:Person ;
  rdfs:label "Tietje Dijkstra" ;
  a2a:PersonName [
    rdfs:label "Tietje Dijkstra" ;
    a2a:PersonNameFirstName "Tietje" ;
    a2a:PersonNameLastName "Dijkstra"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1838" ;
    a2a:Month "1" ;
    a2a:Day "15" ;
    rdfs:label "1838-01-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_Person-fe091b53-bca3-1898-2ead-99ec3ce90f4f
  a a2a:Person ;
  rdfs:label "Haye Syes Dijkstra" ;
  a2a:PersonName [
    rdfs:label "Haye Syes Dijkstra" ;
    a2a:PersonNameFirstName "Haye" ;
    a2a:PersonNamePatronym "Syes" ;
    a2a:PersonNameLastName "Dijkstra"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "34 jaar" ;
    rdfs:label "34 jaar"
  ] ;
  a2a:Profession "koopman" .

oa:person_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_Person-9ea712c6-39d6-06dc-9a03-f1218f584677
  a a2a:Person ;
  rdfs:label "Anna Maria Botke" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Botke" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Botke"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27 jaar" ;
    rdfs:label "27 jaar"
  ] .

oa:event_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1838" ;
    a2a:Month "1" ;
    a2a:Day "15" ;
    rdfs:label "1838-01-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_Person:91a51c6c-45f3-d258-b545-5166dae34502 ;
  a2a:EventKeyRef oa:event_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_Event1 .

oa:relationep_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_Person:fe091b53-bca3-1898-2ead-99ec3ce90f4f ;
  a2a:EventKeyRef oa:event_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_Event1 .

oa:relationep_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_Person:9ea712c6-39d6-06dc-9a03-f1218f584677 ;
  a2a:EventKeyRef oa:event_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57_Event1 .

oa:source_frl_77ef2f7c-be5f-686a-80cd-3e93c12e7f57
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1838-01-18 - 1838-01-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1838-01-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1838-01-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1838" ;
    a2a:Month "1" ;
    a2a:Day "18" ;
    rdfs:label "1838-01-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..." ;
    a2a:Book "Geboorteregister 1838" ;
    a2a:DocumentNumber "0029" ;
    a2a:RegistryNumber "57" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Geboorteregister 1838, 0029, 57"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/ede7b569-e31e-2cd5-2d17-d354cb11bd48.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/77ef2f7c-be5f-686a-80cd-3e93c12e7f57" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/ede7b569-e31e-2cd5-2d17-d354cb11bd48.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-12-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/77ef2f7c-be5f-686a-80cd-3e93c12e7f57" ;
  a2a:RecordGUID "{77ef2f7c-be5f-686a-80cd-3e93c12e7f57}" ;
  a2a:SourceRemarkOpmerking "Drieling" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "57" ;
  a2a:SourceRemarkregister_periode "1838" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_53577_00053577.xml van FRL" .

