@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_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7
  a a2a:Record ;
  rdfs:label "Geboorte op 23 juli 1883 te Meppen" ;
  a2a:hasPerson oa:person_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_Person-53911e07-66a3-429d-8b5e-3aaa75d426ed, oa:person_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_Person-0288c80b-87f9-411d-99f6-e1f0efe12590, oa:person_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_Person-2b0ba76d-ba85-434a-92f3-724027fe0de4 ;
  a2a:hasEvent oa:event_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_0, oa:relationep_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_1, oa:relationep_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_2 ;
  a2a:hasSource oa:source_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7 .

oa:person_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_Person-53911e07-66a3-429d-8b5e-3aaa75d426ed
  a a2a:Person ;
  rdfs:label "Gerrit Brakels" ;
  a2a:PersonName [
    rdfs:label "Gerrit Brakels" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Brakels"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "49" ;
    rdfs:label "49"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_Person-0288c80b-87f9-411d-99f6-e1f0efe12590
  a a2a:Person ;
  rdfs:label "Stientje Hoving" ;
  a2a:PersonName [
    rdfs:label "Stientje Hoving" ;
    a2a:PersonNameFirstName "Stientje" ;
    a2a:PersonNameLastName "Hoving"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_Person-2b0ba76d-ba85-434a-92f3-724027fe0de4
  a a2a:Person ;
  rdfs:label "Hendrik Brakels" ;
  a2a:PersonName [
    rdfs:label "Hendrik Brakels" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Brakels"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1883" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1883-07-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meppen" ;
    rdfs:label "Meppen"
  ] .

oa:event_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1883" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1883-07-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppen" ;
    rdfs:label "Meppen"
  ] .

oa:relationep_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_Person:53911e07-66a3-429d-8b5e-3aaa75d426ed ;
  a2a:EventKeyRef oa:event_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_Event1 .

oa:relationep_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_Person:0288c80b-87f9-411d-99f6-e1f0efe12590 ;
  a2a:EventKeyRef oa:event_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_Event1 .

oa:relationep_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_Person:2b0ba76d-ba85-434a-92f3-724027fe0de4 ;
  a2a:EventKeyRef oa:event_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7_Event1 .

oa:source_dar_e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zweeloo" ;
    rdfs:label "Zweeloo", "1883-07-24 - 1883-07-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1883-07-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1883-07-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1883" ;
    a2a:Month "7" ;
    a2a:Day "24" ;
    rdfs:label "1883-07-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1883, Periode: 1883" ;
    a2a:Book "Geboorteregister Zweeloo 1883" ;
    a2a:DocumentNumber "13" ;
    a2a:RegistryNumber "1883" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1883, Periode: 1883, Geboorteregister Zweeloo 1883, 13, 1883"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/ac5f48d7-0817-901a-5beb-f5ee8c86626d.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/ac5f48d7-0817-901a-5beb-f5ee8c86626d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7" ;
  a2a:RecordGUID "{e5fc8d0a-79ae-4ead-b2ac-02eb4d8ca6d7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2196_00002196.xml van DAR" .

