@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_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98
  a a2a:Record ;
  rdfs:label "Geboorte op 6 januari 1855 te Drouwenermond" ;
  a2a:hasPerson oa:person_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_Person-f451b7a9-29a9-4cd2-8336-a353268bcefa, oa:person_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_Person-f68774fb-43b6-4de5-81a7-b5cdd4b3e8b7, oa:person_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_Person-626f5dbb-f024-4cc6-8f4c-0be75a9e5f29 ;
  a2a:hasEvent oa:event_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_0, oa:relationep_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_1, oa:relationep_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_2 ;
  a2a:hasSource oa:source_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98 .

oa:person_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_Person-f451b7a9-29a9-4cd2-8336-a353268bcefa
  a a2a:Person ;
  rdfs:label "Jan Hindriks Springer" ;
  a2a:PersonName [
    rdfs:label "Jan Hindriks Springer" ;
    a2a:PersonNameFirstName "Jan Hindriks" ;
    a2a:PersonNameLastName "Springer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "42" ;
    rdfs:label "42"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_Person-f68774fb-43b6-4de5-81a7-b5cdd4b3e8b7
  a a2a:Person ;
  rdfs:label "Ida Brondts Oldenburger" ;
  a2a:PersonName [
    rdfs:label "Ida Brondts Oldenburger" ;
    a2a:PersonNameFirstName "Ida Brondts" ;
    a2a:PersonNameLastName "Oldenburger"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeidster" .

oa:person_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_Person-626f5dbb-f024-4cc6-8f4c-0be75a9e5f29
  a a2a:Person ;
  rdfs:label "Grietje Springer" ;
  a2a:PersonName [
    rdfs:label "Grietje Springer" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Springer"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1855" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1855-01-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Drouwenermond" ;
    rdfs:label "Drouwenermond"
  ] .

oa:event_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1855" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1855-01-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Drouwenermond" ;
    rdfs:label "Drouwenermond"
  ] .

oa:relationep_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_Person:f451b7a9-29a9-4cd2-8336-a353268bcefa ;
  a2a:EventKeyRef oa:event_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_Event1 .

oa:relationep_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_Person:f68774fb-43b6-4de5-81a7-b5cdd4b3e8b7 ;
  a2a:EventKeyRef oa:event_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_Event1 .

oa:relationep_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_Person:626f5dbb-f024-4cc6-8f4c-0be75a9e5f29 ;
  a2a:EventKeyRef oa:event_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98_Event1 .

oa:source_dar_da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Borger" ;
    rdfs:label "Borger", "1855-01-06 - 1855-01-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1855-01-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1855-01-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1855" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1855-01-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1855, Periode: 1855" ;
    a2a:Book "Geboorteregister Borger 1855" ;
    a2a:DocumentNumber "4" ;
    a2a:RegistryNumber "1855" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1855, Periode: 1855, Geboorteregister Borger 1855, 4, 1855"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/bc59b38b-9349-0331-9f12-acdb2182b334.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/bc59b38b-9349-0331-9f12-acdb2182b334.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98" ;
  a2a:RecordGUID "{da9bcc2e-19fc-49b7-b26c-d2bbda6e1d98}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_767_00000767.xml van DAR" .

