@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_e6fe34dd-c84e-4acb-845f-804e76f9cf86
  a a2a:Record ;
  rdfs:label "Geboorte op 3 juni 1876 te Meppel" ;
  a2a:hasPerson oa:person_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_Person-6f64ef70-5c32-4de7-9f0d-693dbf869291, oa:person_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_Person-354769d3-1ac6-4fc6-873c-70043efb4242, oa:person_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_Person-f4bd8409-ccf1-497c-bda9-03e6e08a5be2 ;
  a2a:hasEvent oa:event_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_0, oa:relationep_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_1, oa:relationep_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_2 ;
  a2a:hasSource oa:source_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86 .

oa:person_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_Person-6f64ef70-5c32-4de7-9f0d-693dbf869291
  a a2a:Person ;
  rdfs:label "Berend Huizingh" ;
  a2a:PersonName [
    rdfs:label "Berend Huizingh" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNameLastName "Huizingh"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40" ;
    rdfs:label "40"
  ] ;
  a2a:Profession "hoofdonderwijzer" .

oa:person_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_Person-354769d3-1ac6-4fc6-873c-70043efb4242
  a a2a:Person ;
  rdfs:label "Gezina Pietronetta Coelingh" ;
  a2a:PersonName [
    rdfs:label "Gezina Pietronetta Coelingh" ;
    a2a:PersonNameFirstName "Gezina Pietronetta" ;
    a2a:PersonNameLastName "Coelingh"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_Person-f4bd8409-ccf1-497c-bda9-03e6e08a5be2
  a a2a:Person ;
  rdfs:label "Lucas Willem Nicolaas Huizingh" ;
  a2a:PersonName [
    rdfs:label "Lucas Willem Nicolaas Huizingh" ;
    a2a:PersonNameFirstName "Lucas Willem Nicolaas" ;
    a2a:PersonNameLastName "Huizingh"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1876" ;
    a2a:Month "6" ;
    a2a:Day "3" ;
    rdfs:label "1876-06-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:event_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1876" ;
    a2a:Month "6" ;
    a2a:Day "3" ;
    rdfs:label "1876-06-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_Person:6f64ef70-5c32-4de7-9f0d-693dbf869291 ;
  a2a:EventKeyRef oa:event_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_Event1 .

oa:relationep_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_Person:354769d3-1ac6-4fc6-873c-70043efb4242 ;
  a2a:EventKeyRef oa:event_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_Event1 .

oa:relationep_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_Person:f4bd8409-ccf1-497c-bda9-03e6e08a5be2 ;
  a2a:EventKeyRef oa:event_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86_Event1 .

oa:source_dar_e6fe34dd-c84e-4acb-845f-804e76f9cf86
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1876-06-03 - 1876-06-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-06-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-06-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1876" ;
    a2a:Month "6" ;
    a2a:Day "3" ;
    rdfs:label "1876-06-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1876, Periode: 1876" ;
    a2a:Book "Geboorteregister Meppel 1876" ;
    a2a:DocumentNumber "130" ;
    a2a:RegistryNumber "1876" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1876, Periode: 1876, Geboorteregister Meppel 1876, 130, 1876"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/4f3fd89d-3abc-b841-35d1-167fa398f0b9.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e6fe34dd-c84e-4acb-845f-804e76f9cf86" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/4f3fd89d-3abc-b841-35d1-167fa398f0b9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e6fe34dd-c84e-4acb-845f-804e76f9cf86" ;
  a2a:RecordGUID "{e6fe34dd-c84e-4acb-845f-804e76f9cf86}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2210_00002210.xml van DAR" .

