@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_0902b7d9-bb0e-49ec-aec5-45886aa02488
  a a2a:Record ;
  rdfs:label "Geboorte op 18 maart 1848 te Meppel" ;
  a2a:hasPerson oa:person_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_Person-53cecbd2-51c8-4029-9a5c-7d3a9093e022, oa:person_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_Person-dcfbbba5-cef3-4fcb-9da4-3a9313b17d05, oa:person_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_Person-6058b24f-c128-4c91-adae-f8713ae84017 ;
  a2a:hasEvent oa:event_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_0, oa:relationep_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_1, oa:relationep_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_2 ;
  a2a:hasSource oa:source_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488 .

oa:person_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_Person-53cecbd2-51c8-4029-9a5c-7d3a9093e022
  a a2a:Person ;
  rdfs:label "Geertje Wolf" ;
  a2a:PersonName [
    rdfs:label "Geertje Wolf" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Wolf"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_Person-dcfbbba5-cef3-4fcb-9da4-3a9313b17d05
  a a2a:Person ;
  rdfs:label "Johannes Heetla" ;
  a2a:PersonName [
    rdfs:label "Johannes Heetla" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Heetla"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40" ;
    rdfs:label "40"
  ] ;
  a2a:Profession "schilder" .

oa:person_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_Person-6058b24f-c128-4c91-adae-f8713ae84017
  a a2a:Person ;
  rdfs:label "Gerrit Heetla" ;
  a2a:PersonName [
    rdfs:label "Gerrit Heetla" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Heetla"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1848" ;
    a2a:Month "3" ;
    a2a:Day "18" ;
    rdfs:label "1848-03-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:event_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1848" ;
    a2a:Month "3" ;
    a2a:Day "18" ;
    rdfs:label "1848-03-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_Person:53cecbd2-51c8-4029-9a5c-7d3a9093e022 ;
  a2a:EventKeyRef oa:event_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_Event1 .

oa:relationep_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_Person:dcfbbba5-cef3-4fcb-9da4-3a9313b17d05 ;
  a2a:EventKeyRef oa:event_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_Event1 .

oa:relationep_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_Person:6058b24f-c128-4c91-adae-f8713ae84017 ;
  a2a:EventKeyRef oa:event_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488_Event1 .

oa:source_dar_0902b7d9-bb0e-49ec-aec5-45886aa02488
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1848-03-18 - 1848-03-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1848-03-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1848-03-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1848" ;
    a2a:Month "3" ;
    a2a:Day "18" ;
    rdfs:label "1848-03-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1848, Periode: 1848" ;
    a2a:Book "Geboorteregister Meppel 1848" ;
    a2a:DocumentNumber "42" ;
    a2a:RegistryNumber "1848" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1848, Periode: 1848, Geboorteregister Meppel 1848, 42, 1848"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/706e44aa-c56c-7cf9-a625-8f3e5c311e2d.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0902b7d9-bb0e-49ec-aec5-45886aa02488" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/706e44aa-c56c-7cf9-a625-8f3e5c311e2d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0902b7d9-bb0e-49ec-aec5-45886aa02488" ;
  a2a:RecordGUID "{0902b7d9-bb0e-49ec-aec5-45886aa02488}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3577_00003577.xml van DAR" .

