@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_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b
  a a2a:Record ;
  rdfs:label "Geboorte op 22 februari 1864 te Midlaren" ;
  a2a:hasPerson oa:person_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_Person-d9d6d5c1-e0bf-422a-b0b1-18f451aab00a, oa:person_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_Person-418fcd35-1810-4d44-b04d-9e6b112a3233, oa:person_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_Person-8a095460-6dd7-40f0-b002-f0ee7966ca99 ;
  a2a:hasEvent oa:event_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_0, oa:relationep_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_1, oa:relationep_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_2 ;
  a2a:hasSource oa:source_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b .

oa:person_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_Person-d9d6d5c1-e0bf-422a-b0b1-18f451aab00a
  a a2a:Person ;
  rdfs:label "Jan Lamberst" ;
  a2a:PersonName [
    rdfs:label "Jan Lamberst" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Lamberst"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_Person-418fcd35-1810-4d44-b04d-9e6b112a3233
  a a2a:Person ;
  rdfs:label "Geertien Rigterink" ;
  a2a:PersonName [
    rdfs:label "Geertien Rigterink" ;
    a2a:PersonNameFirstName "Geertien" ;
    a2a:PersonNameLastName "Rigterink"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_Person-8a095460-6dd7-40f0-b002-f0ee7966ca99
  a a2a:Person ;
  rdfs:label "Henderikus Lamberst" ;
  a2a:PersonName [
    rdfs:label "Henderikus Lamberst" ;
    a2a:PersonNameFirstName "Henderikus" ;
    a2a:PersonNameLastName "Lamberst"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1864" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1864-02-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Midlaren" ;
    rdfs:label "Midlaren"
  ] .

oa:event_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1864" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1864-02-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Midlaren" ;
    rdfs:label "Midlaren"
  ] .

oa:relationep_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_Person:d9d6d5c1-e0bf-422a-b0b1-18f451aab00a ;
  a2a:EventKeyRef oa:event_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_Event1 .

oa:relationep_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_Person:418fcd35-1810-4d44-b04d-9e6b112a3233 ;
  a2a:EventKeyRef oa:event_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_Event1 .

oa:relationep_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_Person:8a095460-6dd7-40f0-b002-f0ee7966ca99 ;
  a2a:EventKeyRef oa:event_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b_Event1 .

oa:source_dar_b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zuidlaren" ;
    rdfs:label "Zuidlaren", "1864-02-23 - 1864-02-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1864-02-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1864-02-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1864" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1864-02-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1864, Periode: 1864" ;
    a2a:Book "Geboorteregister Zuidlaren 1864" ;
    a2a:DocumentNumber "12" ;
    a2a:RegistryNumber "1864" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1864, Periode: 1864, Geboorteregister Zuidlaren 1864, 12, 1864"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/3429847a-337b-0270-d50d-78521ad8864a.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/3429847a-337b-0270-d50d-78521ad8864a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b" ;
  a2a:RecordGUID "{b3fbfd75-9b7d-4722-a60e-5b45cd2cb12b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3411_00003411.xml van DAR" .

