@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_58f15d5f-e65b-4760-9f07-5b3b91c41586
  a a2a:Record ;
  rdfs:label "Geboorte op 11 februari 1821 te Noord" ;
  a2a:hasPerson oa:person_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_Person-b329f385-5653-459d-a197-030c5664d6fe, oa:person_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_Person-102e48a2-877b-459d-83d9-27a3458337cd, oa:person_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_Person-aa1fa62c-fb78-4dd7-b7c6-5c785d56d50b ;
  a2a:hasEvent oa:event_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_0, oa:relationep_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_1, oa:relationep_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_2 ;
  a2a:hasSource oa:source_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586 .

oa:person_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_Person-b329f385-5653-459d-a197-030c5664d6fe
  a a2a:Person ;
  rdfs:label "Albert Davids Meiboom" ;
  a2a:PersonName [
    rdfs:label "Albert Davids Meiboom" ;
    a2a:PersonNameFirstName "Albert Davids" ;
    a2a:PersonNameLastName "Meiboom"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "43" ;
    rdfs:label "43"
  ] ;
  a2a:Profession "bijker" .

oa:person_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_Person-102e48a2-877b-459d-83d9-27a3458337cd
  a a2a:Person ;
  rdfs:label "Annegien Arends Scholten" ;
  a2a:PersonName [
    rdfs:label "Annegien Arends Scholten" ;
    a2a:PersonNameFirstName "Annegien Arends" ;
    a2a:PersonNameLastName "Scholten"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] .

oa:person_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_Person-aa1fa62c-fb78-4dd7-b7c6-5c785d56d50b
  a a2a:Person ;
  rdfs:label "Sophia Meiboom" ;
  a2a:PersonName [
    rdfs:label "Sophia Meiboom" ;
    a2a:PersonNameFirstName "Sophia" ;
    a2a:PersonNameLastName "Meiboom"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1821" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1821-02-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Noord" ;
    rdfs:label "Noord"
  ] .

oa:event_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1821" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1821-02-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Noord" ;
    rdfs:label "Noord"
  ] .

oa:relationep_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_Person:b329f385-5653-459d-a197-030c5664d6fe ;
  a2a:EventKeyRef oa:event_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_Event1 .

oa:relationep_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_Person:102e48a2-877b-459d-83d9-27a3458337cd ;
  a2a:EventKeyRef oa:event_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_Event1 .

oa:relationep_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_Person:aa1fa62c-fb78-4dd7-b7c6-5c785d56d50b ;
  a2a:EventKeyRef oa:event_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586_Event1 .

oa:source_dar_58f15d5f-e65b-4760-9f07-5b3b91c41586
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1821-02-13 - 1821-02-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1821-02-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1821-02-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1821" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1821-02-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1821, Periode: 1821" ;
    a2a:Book "Geboorteregister Hoogeveen 1821" ;
    a2a:DocumentNumber "12" ;
    a2a:RegistryNumber "1821" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1821, Periode: 1821, Geboorteregister Hoogeveen 1821, 12, 1821"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/61fd3c1f-814c-7c50-f32b-45660d1a5841.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/58f15d5f-e65b-4760-9f07-5b3b91c41586" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/61fd3c1f-814c-7c50-f32b-45660d1a5841.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/58f15d5f-e65b-4760-9f07-5b3b91c41586" ;
  a2a:RecordGUID "{58f15d5f-e65b-4760-9f07-5b3b91c41586}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_1190_00001190.xml van DAR" .

