@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_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd
  a a2a:Record ;
  rdfs:label "Geboorte op 14 juni 1864 te Ruinen" ;
  a2a:hasPerson oa:person_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_Person-8e048b81-d7b3-4edc-b1d1-4cb1034acdd8, oa:person_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_Person-53f7327c-82a6-4ad3-a9c2-7dd83631cb9f, oa:person_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_Person-3e065fb4-9b8d-4505-bea0-ce4d55f37f5b ;
  a2a:hasEvent oa:event_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_0, oa:relationep_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_1, oa:relationep_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_2 ;
  a2a:hasSource oa:source_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd .

oa:person_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_Person-8e048b81-d7b3-4edc-b1d1-4cb1034acdd8
  a a2a:Person ;
  rdfs:label "Jan Jacobs Buning" ;
  a2a:PersonName [
    rdfs:label "Jan Jacobs Buning" ;
    a2a:PersonNameFirstName "Jan Jacobs" ;
    a2a:PersonNameLastName "Buning"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "37" ;
    rdfs:label "37"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_Person-53f7327c-82a6-4ad3-a9c2-7dd83631cb9f
  a a2a:Person ;
  rdfs:label "Henderkien Sol" ;
  a2a:PersonName [
    rdfs:label "Henderkien Sol" ;
    a2a:PersonNameFirstName "Henderkien" ;
    a2a:PersonNameLastName "Sol"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_Person-3e065fb4-9b8d-4505-bea0-ce4d55f37f5b
  a a2a:Person ;
  rdfs:label "Grietien Buning" ;
  a2a:PersonName [
    rdfs:label "Grietien Buning" ;
    a2a:PersonNameFirstName "Grietien" ;
    a2a:PersonNameLastName "Buning"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1864" ;
    a2a:Month "6" ;
    a2a:Day "14" ;
    rdfs:label "1864-06-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen"
  ] .

oa:event_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1864" ;
    a2a:Month "6" ;
    a2a:Day "14" ;
    rdfs:label "1864-06-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen"
  ] .

oa:relationep_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_Person:8e048b81-d7b3-4edc-b1d1-4cb1034acdd8 ;
  a2a:EventKeyRef oa:event_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_Event1 .

oa:relationep_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_Person:53f7327c-82a6-4ad3-a9c2-7dd83631cb9f ;
  a2a:EventKeyRef oa:event_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_Event1 .

oa:relationep_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_Person:3e065fb4-9b8d-4505-bea0-ce4d55f37f5b ;
  a2a:EventKeyRef oa:event_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd_Event1 .

oa:source_dar_c06e82ac-a30c-4e2c-83c6-3291b8ef47cd
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen", "1864-06-14 - 1864-06-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1864-06-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1864-06-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1864" ;
    a2a:Month "6" ;
    a2a:Day "14" ;
    rdfs:label "1864-06-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1864, Periode: 1864" ;
    a2a:Book "Geboorteregister Ruinen 1864" ;
    a2a:DocumentNumber "39" ;
    a2a:RegistryNumber "1864" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1864, Periode: 1864, Geboorteregister Ruinen 1864, 39, 1864"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/b119f001-8f33-e3e9-09ec-08c908ed0afe.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c06e82ac-a30c-4e2c-83c6-3291b8ef47cd" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/b119f001-8f33-e3e9-09ec-08c908ed0afe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c06e82ac-a30c-4e2c-83c6-3291b8ef47cd" ;
  a2a:RecordGUID "{c06e82ac-a30c-4e2c-83c6-3291b8ef47cd}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1864" ;
  a2a:SourceRemarkregister_periode "1864" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_3108_00003108.xml van DAR" .

