@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_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf
  a a2a:Record ;
  rdfs:label "Geboorte op 19 september 1903 te Paterswolde" ;
  a2a:hasPerson oa:person_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_Person-22bf9584-4bbd-4ffb-a181-0c1dd877481c, oa:person_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_Person-1df82b60-ed52-4964-891f-20f6748037a8, oa:person_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_Person-5c04c087-118e-4a7c-bc31-11296f8939ad ;
  a2a:hasEvent oa:event_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_0, oa:relationep_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_1, oa:relationep_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_2 ;
  a2a:hasSource oa:source_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf .

oa:person_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_Person-22bf9584-4bbd-4ffb-a181-0c1dd877481c
  a a2a:Person ;
  rdfs:label "Jan Harms" ;
  a2a:PersonName [
    rdfs:label "Jan Harms" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Harms"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "21" ;
    rdfs:label "21"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_Person-1df82b60-ed52-4964-891f-20f6748037a8
  a a2a:Person ;
  rdfs:label "Geertje Ellens" ;
  a2a:PersonName [
    rdfs:label "Geertje Ellens" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Ellens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_Person-5c04c087-118e-4a7c-bc31-11296f8939ad
  a a2a:Person ;
  rdfs:label "Grietje Harms" ;
  a2a:PersonName [
    rdfs:label "Grietje Harms" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Harms"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "9" ;
    a2a:Day "19" ;
    rdfs:label "1903-09-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Paterswolde" ;
    rdfs:label "Paterswolde"
  ] .

oa:event_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "9" ;
    a2a:Day "19" ;
    rdfs:label "1903-09-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Paterswolde" ;
    rdfs:label "Paterswolde"
  ] .

oa:relationep_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_Person:22bf9584-4bbd-4ffb-a181-0c1dd877481c ;
  a2a:EventKeyRef oa:event_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_Event1 .

oa:relationep_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_Person:1df82b60-ed52-4964-891f-20f6748037a8 ;
  a2a:EventKeyRef oa:event_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_Event1 .

oa:relationep_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_Person:5c04c087-118e-4a7c-bc31-11296f8939ad ;
  a2a:EventKeyRef oa:event_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf_Event1 .

oa:source_dar_8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Eelde" ;
    rdfs:label "Eelde", "1903-09-19 - 1903-09-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-09-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-09-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "9" ;
    a2a:Day "19" ;
    rdfs:label "1903-09-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1903, Periode: 1903" ;
    a2a:Book "Geboorteregister Eelde 1903" ;
    a2a:DocumentNumber "67" ;
    a2a:RegistryNumber "1903" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1903, Periode: 1903, Geboorteregister Eelde 1903, 67, 1903"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/e05b3784-8507-2a00-08b9-f04045b84446.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/e05b3784-8507-2a00-08b9-f04045b84446.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf" ;
  a2a:RecordGUID "{8a11aa0a-18e6-4d35-a8b8-e134f1ce8fbf}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_1877_00001877.xml van DAR" .

