@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_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7
  a a2a:Record ;
  rdfs:label "Geboorte op 9 maart 1907 te De Groeve" ;
  a2a:hasPerson oa:person_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_Person-9f6092a3-f753-4b3e-8b57-78d589154bc6, oa:person_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_Person-a6ce0fac-908a-40f5-9f28-487d6a6938b0, oa:person_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_Person-c7c077f4-633b-40dc-8254-9ad04a9f64d7 ;
  a2a:hasEvent oa:event_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_0, oa:relationep_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_1, oa:relationep_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_2 ;
  a2a:hasSource oa:source_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7 .

oa:person_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_Person-9f6092a3-f753-4b3e-8b57-78d589154bc6
  a a2a:Person ;
  rdfs:label "Gesina Jantje van den Berg" ;
  a2a:PersonName [
    rdfs:label "Gesina Jantje van den Berg" ;
    a2a:PersonNameFirstName "Gesina Jantje" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Berg"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_Person-a6ce0fac-908a-40f5-9f28-487d6a6938b0
  a a2a:Person ;
  rdfs:label "Fransina Jacoba Hovius" ;
  a2a:PersonName [
    rdfs:label "Fransina Jacoba Hovius" ;
    a2a:PersonNameFirstName "Fransina Jacoba" ;
    a2a:PersonNameLastName "Hovius"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "3" ;
    a2a:Day "9" ;
    rdfs:label "1907-03-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "De Groeve" ;
    rdfs:label "De Groeve"
  ] .

oa:person_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_Person-c7c077f4-633b-40dc-8254-9ad04a9f64d7
  a a2a:Person ;
  rdfs:label "Jochem Hovius" ;
  a2a:PersonName [
    rdfs:label "Jochem Hovius" ;
    a2a:PersonNameFirstName "Jochem" ;
    a2a:PersonNameLastName "Hovius"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:Profession "bakker" .

oa:event_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "3" ;
    a2a:Day "9" ;
    rdfs:label "1907-03-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "De Groeve" ;
    rdfs:label "De Groeve"
  ] .

oa:relationep_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_Person:9f6092a3-f753-4b3e-8b57-78d589154bc6 ;
  a2a:EventKeyRef oa:event_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_Event1 .

oa:relationep_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_Person:a6ce0fac-908a-40f5-9f28-487d6a6938b0 ;
  a2a:EventKeyRef oa:event_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_Event1 .

oa:relationep_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_Person:c7c077f4-633b-40dc-8254-9ad04a9f64d7 ;
  a2a:EventKeyRef oa:event_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7_Event1 .

oa:source_dar_2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zuidlaren" ;
    rdfs:label "Zuidlaren", "1907-03-11 - 1907-03-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-03-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-03-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1907" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1907-03-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1907, Periode: 1907" ;
    a2a:Book "Geboorteregister Zuidlaren 1907" ;
    a2a:DocumentNumber "15" ;
    a2a:RegistryNumber "1907" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1907, Periode: 1907, Geboorteregister Zuidlaren 1907, 15, 1907"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/997e3837-0b0f-7401-d283-2c914ae37a48.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/997e3837-0b0f-7401-d283-2c914ae37a48.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7" ;
  a2a:RecordGUID "{2f5c5755-e9dc-4a3e-aef8-2dd2a7a57dc7}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1907" ;
  a2a:SourceRemarkregister_periode "1907" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_2078_00002078.xml van DAR" .

