@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_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06
  a a2a:Record ;
  rdfs:label "Geboorte op 10 maart 1909 te Meppel" ;
  a2a:hasPerson oa:person_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_Person-0a9940c3-3492-47f4-8834-c5732b760925, oa:person_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_Person-6d4233b3-cdb2-4cd7-b690-4dc710a163b7, oa:person_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_Person-2ac5f583-dd4b-4ec4-bb94-8dd02e6935e4 ;
  a2a:hasEvent oa:event_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_0, oa:relationep_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_1, oa:relationep_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_2 ;
  a2a:hasSource oa:source_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06 .

oa:person_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_Person-0a9940c3-3492-47f4-8834-c5732b760925
  a a2a:Person ;
  rdfs:label "Harm Bosscher" ;
  a2a:PersonName [
    rdfs:label "Harm Bosscher" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Bosscher"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:Profession "handelsreiziger" .

oa:person_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_Person-6d4233b3-cdb2-4cd7-b690-4dc710a163b7
  a a2a:Person ;
  rdfs:label "Luchien Geertsema" ;
  a2a:PersonName [
    rdfs:label "Luchien Geertsema" ;
    a2a:PersonNameFirstName "Luchien" ;
    a2a:PersonNameLastName "Geertsema"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_Person-2ac5f583-dd4b-4ec4-bb94-8dd02e6935e4
  a a2a:Person ;
  rdfs:label "Geertje Stijntje Bosscher" ;
  a2a:PersonName [
    rdfs:label "Geertje Stijntje Bosscher" ;
    a2a:PersonNameFirstName "Geertje Stijntje" ;
    a2a:PersonNameLastName "Bosscher"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1909" ;
    a2a:Month "3" ;
    a2a:Day "10" ;
    rdfs:label "1909-03-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:event_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1909" ;
    a2a:Month "3" ;
    a2a:Day "10" ;
    rdfs:label "1909-03-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_Person:0a9940c3-3492-47f4-8834-c5732b760925 ;
  a2a:EventKeyRef oa:event_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_Event1 .

oa:relationep_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_Person:6d4233b3-cdb2-4cd7-b690-4dc710a163b7 ;
  a2a:EventKeyRef oa:event_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_Event1 .

oa:relationep_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_Person:2ac5f583-dd4b-4ec4-bb94-8dd02e6935e4 ;
  a2a:EventKeyRef oa:event_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06_Event1 .

oa:source_dar_2a7568d5-e662-4a8a-b7e0-3b2504a7ef06
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1909-03-10 - 1909-03-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1909-03-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-03-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1909" ;
    a2a:Month "3" ;
    a2a:Day "10" ;
    rdfs:label "1909-03-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1909, Periode: 1909" ;
    a2a:Book "Geboorteregister Meppel 1909" ;
    a2a:DocumentNumber "63" ;
    a2a:RegistryNumber "1909" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1909, Periode: 1909, Geboorteregister Meppel 1909, 63, 1909"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/589a15df-83dd-6038-866a-3192da186cd8.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2a7568d5-e662-4a8a-b7e0-3b2504a7ef06" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/589a15df-83dd-6038-866a-3192da186cd8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2a7568d5-e662-4a8a-b7e0-3b2504a7ef06" ;
  a2a:RecordGUID "{2a7568d5-e662-4a8a-b7e0-3b2504a7ef06}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1909" ;
  a2a:SourceRemarkregister_periode "1909" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_2001_00002001.xml van DAR" .

