@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_5dd0b2cc-42f4-16e1-e1a7-493b6844358c
  a a2a:Record ;
  rdfs:label "Geboorte op 20 april 1915 te Assen" ;
  a2a:hasPerson oa:person_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_Person-047091d8-fb4c-bd90-8b2f-abce9da16ab0, oa:person_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_Person-5359ca33-d3af-2d12-c2b3-b7c0406f809e, oa:person_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_Person-9dc5974e-d1f5-ac52-2193-ae5b95f74f5d ;
  a2a:hasEvent oa:event_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_0, oa:relationep_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_1, oa:relationep_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_2 ;
  a2a:hasSource oa:source_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c .

oa:person_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_Person-047091d8-fb4c-bd90-8b2f-abce9da16ab0
  a a2a:Person ;
  rdfs:label "Johannes Lambertus Brons" ;
  a2a:PersonName [
    rdfs:label "Johannes Lambertus Brons" ;
    a2a:PersonNameFirstName "Johannes Lambertus" ;
    a2a:PersonNameLastName "Brons"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "metselaar" .

oa:person_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_Person-5359ca33-d3af-2d12-c2b3-b7c0406f809e
  a a2a:Person ;
  rdfs:label "Euphemia Alberta Brons" ;
  a2a:PersonName [
    rdfs:label "Euphemia Alberta Brons" ;
    a2a:PersonNameFirstName "Euphemia Alberta" ;
    a2a:PersonNameLastName "Brons"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "4" ;
    a2a:Day "20" ;
    rdfs:label "1915-04-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:person_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_Person-9dc5974e-d1f5-ac52-2193-ae5b95f74f5d
  a a2a:Person ;
  rdfs:label "Alberta Hesse" ;
  a2a:PersonName [
    rdfs:label "Alberta Hesse" ;
    a2a:PersonNameFirstName "Alberta" ;
    a2a:PersonNameLastName "Hesse"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "4" ;
    a2a:Day "20" ;
    rdfs:label "1915-04-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_Person:047091d8-fb4c-bd90-8b2f-abce9da16ab0 ;
  a2a:EventKeyRef oa:event_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_Event1 .

oa:relationep_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_Person:5359ca33-d3af-2d12-c2b3-b7c0406f809e ;
  a2a:EventKeyRef oa:event_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_Event1 .

oa:relationep_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_Person:9dc5974e-d1f5-ac52-2193-ae5b95f74f5d ;
  a2a:EventKeyRef oa:event_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c_Event1 .

oa:source_dar_5dd0b2cc-42f4-16e1-e1a7-493b6844358c
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1915-04-20 - 1915-04-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-04-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-04-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "4" ;
    a2a:Day "20" ;
    rdfs:label "1915-04-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1915, Periode: 1915" ;
    a2a:Book "Geboorteregister Assen 1915" ;
    a2a:DocumentNumber "118" ;
    a2a:RegistryNumber "1915" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1915, Periode: 1915, Geboorteregister Assen 1915, 118, 1915"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/64f5d6d8-f9e1-c875-98c8-e070f227b8a9.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5dd0b2cc-42f4-16e1-e1a7-493b6844358c" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/64f5d6d8-f9e1-c875-98c8-e070f227b8a9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5dd0b2cc-42f4-16e1-e1a7-493b6844358c" ;
  a2a:RecordGUID "{5dd0b2cc-42f4-16e1-e1a7-493b6844358c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_35_00000035.xml van DAR" .

