@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_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c
  a a2a:Record ;
  rdfs:label "Geboorte op 29 maart 1901 te Norg" ;
  a2a:hasPerson oa:person_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_Person-26b91f6e-5b21-475c-a3fe-369fe0de998c, oa:person_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_Person-23ef240f-afb5-406a-8d64-cab54d34a772, oa:person_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_Person-7528a595-8675-48bb-b35b-591924f2154e ;
  a2a:hasEvent oa:event_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_0, oa:relationep_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_1, oa:relationep_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_2 ;
  a2a:hasSource oa:source_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c .

oa:person_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_Person-26b91f6e-5b21-475c-a3fe-369fe0de998c
  a a2a:Person ;
  rdfs:label "Albert Warners" ;
  a2a:PersonName [
    rdfs:label "Albert Warners" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Warners"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_Person-23ef240f-afb5-406a-8d64-cab54d34a772
  a a2a:Person ;
  rdfs:label "Geesje Mensinga" ;
  a2a:PersonName [
    rdfs:label "Geesje Mensinga" ;
    a2a:PersonNameFirstName "Geesje" ;
    a2a:PersonNameLastName "Mensinga"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_Person-7528a595-8675-48bb-b35b-591924f2154e
  a a2a:Person ;
  rdfs:label "Aaltien Warners" ;
  a2a:PersonName [
    rdfs:label "Aaltien Warners" ;
    a2a:PersonNameFirstName "Aaltien" ;
    a2a:PersonNameLastName "Warners"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1901" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1901-03-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Norg" ;
    rdfs:label "Norg"
  ] .

oa:event_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1901" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1901-03-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Norg" ;
    rdfs:label "Norg"
  ] .

oa:relationep_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_Person:26b91f6e-5b21-475c-a3fe-369fe0de998c ;
  a2a:EventKeyRef oa:event_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_Event1 .

oa:relationep_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_Person:23ef240f-afb5-406a-8d64-cab54d34a772 ;
  a2a:EventKeyRef oa:event_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_Event1 .

oa:relationep_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_Person:7528a595-8675-48bb-b35b-591924f2154e ;
  a2a:EventKeyRef oa:event_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c_Event1 .

oa:source_dar_b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Norg" ;
    rdfs:label "Norg", "1901-03-29 - 1901-03-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1901-03-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1901-03-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1901" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1901-03-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1901, Periode: 1901" ;
    a2a:Book "Geboorteregister Norg 1901" ;
    a2a:DocumentNumber "18" ;
    a2a:RegistryNumber "1901" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1901, Periode: 1901, Geboorteregister Norg 1901, 18, 1901"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/ccd9f81d-37f4-0c87-389c-4874faf7cd9a.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/ccd9f81d-37f4-0c87-389c-4874faf7cd9a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c" ;
  a2a:RecordGUID "{b6cd9e49-72dd-4a1b-ae4f-e5b05cc03c9c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3450_00003450.xml van DAR" .

