@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_5c656a67-a97e-4c83-92d3-72eb4bc2593c
  a a2a:Record ;
  rdfs:label "Geboorte op 9 september 1823 te Paterswolde" ;
  a2a:hasPerson oa:person_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_Person-e8c7586e-b87d-4fa8-8746-6fe55f99daa2, oa:person_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_Person-b914d2fe-30d6-4734-b2f0-70b81fd121ed, oa:person_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_Person-b290979c-c82f-4a8a-9334-e4e2a9909604 ;
  a2a:hasEvent oa:event_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_0, oa:relationep_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_1, oa:relationep_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_2 ;
  a2a:hasSource oa:source_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c .

oa:person_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_Person-e8c7586e-b87d-4fa8-8746-6fe55f99daa2
  a a2a:Person ;
  rdfs:label "Evert Harms Snoek" ;
  a2a:PersonName [
    rdfs:label "Evert Harms Snoek" ;
    a2a:PersonNameFirstName "Evert Harms" ;
    a2a:PersonNameLastName "Snoek"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "schoenmaker" .

oa:person_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_Person-b914d2fe-30d6-4734-b2f0-70b81fd121ed
  a a2a:Person ;
  rdfs:label "Elsien Jans Basuin" ;
  a2a:PersonName [
    rdfs:label "Elsien Jans Basuin" ;
    a2a:PersonNameFirstName "Elsien Jans" ;
    a2a:PersonNameLastName "Basuin"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "39" ;
    rdfs:label "39"
  ] ;
  a2a:Profession "-" .

oa:person_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_Person-b290979c-c82f-4a8a-9334-e4e2a9909604
  a a2a:Person ;
  rdfs:label "Harm Snoek" ;
  a2a:PersonName [
    rdfs:label "Harm Snoek" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Snoek"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1823" ;
    a2a:Month "9" ;
    a2a:Day "9" ;
    rdfs:label "1823-09-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Paterswolde" ;
    rdfs:label "Paterswolde"
  ] .

oa:event_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1823" ;
    a2a:Month "9" ;
    a2a:Day "9" ;
    rdfs:label "1823-09-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Paterswolde" ;
    rdfs:label "Paterswolde"
  ] .

oa:relationep_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_Person:e8c7586e-b87d-4fa8-8746-6fe55f99daa2 ;
  a2a:EventKeyRef oa:event_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_Event1 .

oa:relationep_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_Person:b914d2fe-30d6-4734-b2f0-70b81fd121ed ;
  a2a:EventKeyRef oa:event_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_Event1 .

oa:relationep_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_Person:b290979c-c82f-4a8a-9334-e4e2a9909604 ;
  a2a:EventKeyRef oa:event_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c_Event1 .

oa:source_dar_5c656a67-a97e-4c83-92d3-72eb4bc2593c
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Eelde" ;
    rdfs:label "Eelde", "1823-09-10 - 1823-09-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1823-09-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1823-09-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1823" ;
    a2a:Month "9" ;
    a2a:Day "10" ;
    rdfs:label "1823-09-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1823, Periode: 1823" ;
    a2a:Book "Geboorteregister Eelde 1823" ;
    a2a:DocumentNumber "32" ;
    a2a:RegistryNumber "1823" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1823, Periode: 1823, Geboorteregister Eelde 1823, 32, 1823"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/3d29041e-e523-fb46-cc04-c7e38167727a.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5c656a67-a97e-4c83-92d3-72eb4bc2593c" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/3d29041e-e523-fb46-cc04-c7e38167727a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5c656a67-a97e-4c83-92d3-72eb4bc2593c" ;
  a2a:RecordGUID "{5c656a67-a97e-4c83-92d3-72eb4bc2593c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_1238_00001238.xml van DAR" .

