@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_6a7c5e48-e285-4f00-be18-db47ebe8fa27
  a a2a:Record ;
  rdfs:label "Geboorte op 12 februari 1910 te Assen" ;
  a2a:hasPerson oa:person_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_Person-b78b2b33-fa08-4101-afee-22e85fd99fd0, oa:person_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_Person-e4688a57-8012-453d-a22f-56f6665fb02a, oa:person_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_Person-a84650fb-5b3c-44eb-9613-4c15f890e43f ;
  a2a:hasEvent oa:event_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_0, oa:relationep_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_1, oa:relationep_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_2 ;
  a2a:hasSource oa:source_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27 .

oa:person_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_Person-b78b2b33-fa08-4101-afee-22e85fd99fd0
  a a2a:Person ;
  rdfs:label "Hendrikje Otten" ;
  a2a:PersonName [
    rdfs:label "Hendrikje Otten" ;
    a2a:PersonNameFirstName "Hendrikje" ;
    a2a:PersonNameLastName "Otten"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_Person-e4688a57-8012-453d-a22f-56f6665fb02a
  a a2a:Person ;
  rdfs:label "Albert Jacobus Marinus Langenbach" ;
  a2a:PersonName [
    rdfs:label "Albert Jacobus Marinus Langenbach" ;
    a2a:PersonNameFirstName "Albert Jacobus Marinus" ;
    a2a:PersonNameLastName "Langenbach"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1910-02-12"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:person_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_Person-a84650fb-5b3c-44eb-9613-4c15f890e43f
  a a2a:Person ;
  rdfs:label "Peter Martinus Langenbach" ;
  a2a:PersonName [
    rdfs:label "Peter Martinus Langenbach" ;
    a2a:PersonNameFirstName "Peter Martinus" ;
    a2a:PersonNameLastName "Langenbach"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:Profession "voorwerker heideontginner" .

oa:event_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1910-02-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_Person:b78b2b33-fa08-4101-afee-22e85fd99fd0 ;
  a2a:EventKeyRef oa:event_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_Event1 .

oa:relationep_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_Person:e4688a57-8012-453d-a22f-56f6665fb02a ;
  a2a:EventKeyRef oa:event_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_Event1 .

oa:relationep_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_Person:a84650fb-5b3c-44eb-9613-4c15f890e43f ;
  a2a:EventKeyRef oa:event_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27_Event1 .

oa:source_dar_6a7c5e48-e285-4f00-be18-db47ebe8fa27
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1910-02-12 - 1910-02-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-02-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-02-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1910-02-12"^^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 Assen 1910" ;
    a2a:DocumentNumber "45" ;
    a2a:RegistryNumber "1910" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1910, Periode: 1910, Geboorteregister Assen 1910, 45, 1910"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/d6d383d0-c887-9295-5e5a-37076536719a.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/6a7c5e48-e285-4f00-be18-db47ebe8fa27" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/d6d383d0-c887-9295-5e5a-37076536719a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/6a7c5e48-e285-4f00-be18-db47ebe8fa27" ;
  a2a:RecordGUID "{6a7c5e48-e285-4f00-be18-db47ebe8fa27}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1910" ;
  a2a:SourceRemarkregister_periode "1910" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_835_00000835.xml van DAR" .

