@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_0b0875ef-d44b-4c19-bd05-1f650f7dc795
  a a2a:Record ;
  rdfs:label "Geboorte op 25 januari 1910 te Echten" ;
  a2a:hasPerson oa:person_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_Person-bd563a9b-65d8-4596-9854-038b1b6adf4d, oa:person_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_Person-a10fe659-9482-4671-9686-1df8eaab097c, oa:person_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_Person-519752d1-bfe6-423e-b9c7-15f1dcc66fde ;
  a2a:hasEvent oa:event_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_0, oa:relationep_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_1, oa:relationep_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_2 ;
  a2a:hasSource oa:source_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795 .

oa:person_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_Person-bd563a9b-65d8-4596-9854-038b1b6adf4d
  a a2a:Person ;
  rdfs:label "Albert But" ;
  a2a:PersonName [
    rdfs:label "Albert But" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "But"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_Person-a10fe659-9482-4671-9686-1df8eaab097c
  a a2a:Person ;
  rdfs:label "Roeloffien Benning" ;
  a2a:PersonName [
    rdfs:label "Roeloffien Benning" ;
    a2a:PersonNameFirstName "Roeloffien" ;
    a2a:PersonNameLastName "Benning"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_Person-519752d1-bfe6-423e-b9c7-15f1dcc66fde
  a a2a:Person ;
  rdfs:label "Aaltien But" ;
  a2a:PersonName [
    rdfs:label "Aaltien But" ;
    a2a:PersonNameFirstName "Aaltien" ;
    a2a:PersonNameLastName "But"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "1" ;
    a2a:Day "25" ;
    rdfs:label "1910-01-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Echten" ;
    rdfs:label "Echten"
  ] .

oa:event_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "1" ;
    a2a:Day "25" ;
    rdfs:label "1910-01-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Echten" ;
    rdfs:label "Echten"
  ] .

oa:relationep_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_Person:bd563a9b-65d8-4596-9854-038b1b6adf4d ;
  a2a:EventKeyRef oa:event_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_Event1 .

oa:relationep_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_Person:a10fe659-9482-4671-9686-1df8eaab097c ;
  a2a:EventKeyRef oa:event_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_Event1 .

oa:relationep_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_Person:519752d1-bfe6-423e-b9c7-15f1dcc66fde ;
  a2a:EventKeyRef oa:event_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795_Event1 .

oa:source_dar_0b0875ef-d44b-4c19-bd05-1f650f7dc795
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen", "1910-01-26 - 1910-01-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-01-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-01-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1910-01-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1910, Periode: 1910" ;
    a2a:Book "Geboorteregister Ruinen 1910" ;
    a2a:DocumentNumber "12" ;
    a2a:RegistryNumber "1910" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1910, Periode: 1910, Geboorteregister Ruinen 1910, 12, 1910"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/e8f57458-24fc-4ae6-145e-84413807f8ca.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0b0875ef-d44b-4c19-bd05-1f650f7dc795" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/e8f57458-24fc-4ae6-145e-84413807f8ca.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0b0875ef-d44b-4c19-bd05-1f650f7dc795" ;
  a2a:RecordGUID "{0b0875ef-d44b-4c19-bd05-1f650f7dc795}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3605_00003605.xml van DAR" .

