@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_b4e13080-db07-21aa-0b02-de2b8d3e5367
  a a2a:Record ;
  rdfs:label "Geboorte op 3 juli 1915 te Assen" ;
  a2a:hasPerson oa:person_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_Person-6637a9a1-478d-0e1d-825a-2148488712e9, oa:person_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_Person-a30f3dc9-7b33-8914-23c9-9074007480e6, oa:person_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_Person-665d1cf2-62cf-2470-5aa8-e627e1fc848a ;
  a2a:hasEvent oa:event_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_0, oa:relationep_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_1, oa:relationep_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_2 ;
  a2a:hasSource oa:source_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367 .

oa:person_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_Person-6637a9a1-478d-0e1d-825a-2148488712e9
  a a2a:Person ;
  rdfs:label "Herman Johan Boddé" ;
  a2a:PersonName [
    rdfs:label "Herman Johan Boddé" ;
    a2a:PersonNameFirstName "Herman Johan" ;
    a2a:PersonNameLastName "Boddé"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "landmeter" .

oa:person_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_Person-a30f3dc9-7b33-8914-23c9-9074007480e6
  a a2a:Person ;
  rdfs:label "Roelof Johan Boddé" ;
  a2a:PersonName [
    rdfs:label "Roelof Johan Boddé" ;
    a2a:PersonNameFirstName "Roelof Johan" ;
    a2a:PersonNameLastName "Boddé"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1915-07-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:person_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_Person-665d1cf2-62cf-2470-5aa8-e627e1fc848a
  a a2a:Person ;
  rdfs:label "Jantina Henderika Beijering" ;
  a2a:PersonName [
    rdfs:label "Jantina Henderika Beijering" ;
    a2a:PersonNameFirstName "Jantina Henderika" ;
    a2a:PersonNameLastName "Beijering"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1915-07-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_Person:6637a9a1-478d-0e1d-825a-2148488712e9 ;
  a2a:EventKeyRef oa:event_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_Event1 .

oa:relationep_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_Person:a30f3dc9-7b33-8914-23c9-9074007480e6 ;
  a2a:EventKeyRef oa:event_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_Event1 .

oa:relationep_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_Person:665d1cf2-62cf-2470-5aa8-e627e1fc848a ;
  a2a:EventKeyRef oa:event_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367_Event1 .

oa:source_dar_b4e13080-db07-21aa-0b02-de2b8d3e5367
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1915-07-05 - 1915-07-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-07-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-07-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "7" ;
    a2a:Day "5" ;
    rdfs:label "1915-07-05"^^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 "210" ;
    a2a:RegistryNumber "1915" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1915, Periode: 1915, Geboorteregister Assen 1915, 210, 1915"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/ea60304b-5eb3-f481-e631-45756cbe19cd.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/b4e13080-db07-21aa-0b02-de2b8d3e5367" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/ea60304b-5eb3-f481-e631-45756cbe19cd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/b4e13080-db07-21aa-0b02-de2b8d3e5367" ;
  a2a:RecordGUID "{b4e13080-db07-21aa-0b02-de2b8d3e5367}" ;
  a2a:SourceRemarkdeel "1915" ;
  a2a:SourceRemarkregister_periode "1915" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_2927_00002927.xml van DAR" .

