@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_ee86aeff-8a56-4435-824a-78c02c883d64
  a a2a:Record ;
  rdfs:label "Geboorte op 19 november 1844 te Veenhuizen" ;
  a2a:hasPerson oa:person_dar_ee86aeff-8a56-4435-824a-78c02c883d64_Person-0ea44b30-c030-48b1-99f9-6bace8a07a91, oa:person_dar_ee86aeff-8a56-4435-824a-78c02c883d64_Person-acb33080-7189-4a8a-91da-27fe61f1ff6d, oa:person_dar_ee86aeff-8a56-4435-824a-78c02c883d64_Person-611a3f00-f64f-4a46-8f70-9bd0c6502bb8 ;
  a2a:hasEvent oa:event_dar_ee86aeff-8a56-4435-824a-78c02c883d64_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_ee86aeff-8a56-4435-824a-78c02c883d64_0, oa:relationep_dar_ee86aeff-8a56-4435-824a-78c02c883d64_1, oa:relationep_dar_ee86aeff-8a56-4435-824a-78c02c883d64_2 ;
  a2a:hasSource oa:source_dar_ee86aeff-8a56-4435-824a-78c02c883d64 .

oa:person_dar_ee86aeff-8a56-4435-824a-78c02c883d64_Person-0ea44b30-c030-48b1-99f9-6bace8a07a91
  a a2a:Person ;
  rdfs:label "Lambertus Sjoerds" ;
  a2a:PersonName [
    rdfs:label "Lambertus Sjoerds" ;
    a2a:PersonNameFirstName "Lambertus" ;
    a2a:PersonNameLastName "Sjoerds"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "39" ;
    rdfs:label "39"
  ] ;
  a2a:Profession "kolonist" .

oa:person_dar_ee86aeff-8a56-4435-824a-78c02c883d64_Person-acb33080-7189-4a8a-91da-27fe61f1ff6d
  a a2a:Person ;
  rdfs:label "Engeltje Roelfs" ;
  a2a:PersonName [
    rdfs:label "Engeltje Roelfs" ;
    a2a:PersonNameFirstName "Engeltje" ;
    a2a:PersonNameLastName "Roelfs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "koloniste" .

oa:person_dar_ee86aeff-8a56-4435-824a-78c02c883d64_Person-611a3f00-f64f-4a46-8f70-9bd0c6502bb8
  a a2a:Person ;
  rdfs:label "Alberdina Johanna Sjoerds" ;
  a2a:PersonName [
    rdfs:label "Alberdina Johanna Sjoerds" ;
    a2a:PersonNameFirstName "Alberdina Johanna" ;
    a2a:PersonNameLastName "Sjoerds"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1844" ;
    a2a:Month "11" ;
    a2a:Day "19" ;
    rdfs:label "1844-11-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Veenhuizen" ;
    rdfs:label "Veenhuizen"
  ] .

oa:event_dar_ee86aeff-8a56-4435-824a-78c02c883d64_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1844" ;
    a2a:Month "11" ;
    a2a:Day "19" ;
    rdfs:label "1844-11-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Veenhuizen" ;
    rdfs:label "Veenhuizen"
  ] .

oa:relationep_dar_ee86aeff-8a56-4435-824a-78c02c883d64_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_ee86aeff-8a56-4435-824a-78c02c883d64_Person:0ea44b30-c030-48b1-99f9-6bace8a07a91 ;
  a2a:EventKeyRef oa:event_dar_ee86aeff-8a56-4435-824a-78c02c883d64_Event1 .

oa:relationep_dar_ee86aeff-8a56-4435-824a-78c02c883d64_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_ee86aeff-8a56-4435-824a-78c02c883d64_Person:acb33080-7189-4a8a-91da-27fe61f1ff6d ;
  a2a:EventKeyRef oa:event_dar_ee86aeff-8a56-4435-824a-78c02c883d64_Event1 .

oa:relationep_dar_ee86aeff-8a56-4435-824a-78c02c883d64_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_ee86aeff-8a56-4435-824a-78c02c883d64_Person:611a3f00-f64f-4a46-8f70-9bd0c6502bb8 ;
  a2a:EventKeyRef oa:event_dar_ee86aeff-8a56-4435-824a-78c02c883d64_Event1 .

oa:source_dar_ee86aeff-8a56-4435-824a-78c02c883d64
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Norg" ;
    rdfs:label "Norg", "1844-11-20 - 1844-11-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1844-11-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1844-11-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1844" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1844-11-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1844, Periode: 1844" ;
    a2a:Book "Geboorteregister Norg 1844" ;
    a2a:DocumentNumber "87" ;
    a2a:RegistryNumber "1844" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1844, Periode: 1844, Geboorteregister Norg 1844, 87, 1844"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/02b47733-8abc-1be9-ec46-53f47773fbed.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/ee86aeff-8a56-4435-824a-78c02c883d64" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/02b47733-8abc-1be9-ec46-53f47773fbed.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/ee86aeff-8a56-4435-824a-78c02c883d64" ;
  a2a:RecordGUID "{ee86aeff-8a56-4435-824a-78c02c883d64}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2317_00002317.xml van DAR" .

