@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_6a73e27b-e562-4b4c-852a-0bfe360c6495
  a a2a:Record ;
  rdfs:label "Geboorte op 21 augustus 1847 te Westdorp" ;
  a2a:hasPerson oa:person_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_Person-2ad6d14a-70f1-4e54-9f2c-d6b33f0f9d74, oa:person_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_Person-9d5e2da9-6355-4cea-a6d4-fb8d3f7232d8, oa:person_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_Person-ffe373cd-b3ae-4597-a2a2-97a925e12b70 ;
  a2a:hasEvent oa:event_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_0, oa:relationep_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_1, oa:relationep_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_2 ;
  a2a:hasSource oa:source_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495 .

oa:person_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_Person-2ad6d14a-70f1-4e54-9f2c-d6b33f0f9d74
  a a2a:Person ;
  rdfs:label "Albert Beuling" ;
  a2a:PersonName [
    rdfs:label "Albert Beuling" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Beuling"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_Person-9d5e2da9-6355-4cea-a6d4-fb8d3f7232d8
  a a2a:Person ;
  rdfs:label "Jantien Nijenhuis" ;
  a2a:PersonName [
    rdfs:label "Jantien Nijenhuis" ;
    a2a:PersonNameFirstName "Jantien" ;
    a2a:PersonNameLastName "Nijenhuis"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_Person-ffe373cd-b3ae-4597-a2a2-97a925e12b70
  a a2a:Person ;
  rdfs:label "Aaltien Beuling" ;
  a2a:PersonName [
    rdfs:label "Aaltien Beuling" ;
    a2a:PersonNameFirstName "Aaltien" ;
    a2a:PersonNameLastName "Beuling"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1847" ;
    a2a:Month "8" ;
    a2a:Day "21" ;
    rdfs:label "1847-08-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Westdorp" ;
    rdfs:label "Westdorp"
  ] .

oa:event_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1847" ;
    a2a:Month "8" ;
    a2a:Day "21" ;
    rdfs:label "1847-08-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Westdorp" ;
    rdfs:label "Westdorp"
  ] .

oa:relationep_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_Person:2ad6d14a-70f1-4e54-9f2c-d6b33f0f9d74 ;
  a2a:EventKeyRef oa:event_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_Event1 .

oa:relationep_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_Person:9d5e2da9-6355-4cea-a6d4-fb8d3f7232d8 ;
  a2a:EventKeyRef oa:event_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_Event1 .

oa:relationep_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_Person:ffe373cd-b3ae-4597-a2a2-97a925e12b70 ;
  a2a:EventKeyRef oa:event_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495_Event1 .

oa:source_dar_6a73e27b-e562-4b4c-852a-0bfe360c6495
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Borger" ;
    rdfs:label "Borger", "1847-08-23 - 1847-08-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1847-08-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1847-08-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1847" ;
    a2a:Month "8" ;
    a2a:Day "23" ;
    rdfs:label "1847-08-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1847, Periode: 1847" ;
    a2a:Book "Geboorteregister Borger 1847" ;
    a2a:DocumentNumber "64" ;
    a2a:RegistryNumber "1847" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1847, Periode: 1847, Geboorteregister Borger 1847, 64, 1847"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/2ed55546-d6a3-8a6d-67b8-4417b46978ab.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/6a73e27b-e562-4b4c-852a-0bfe360c6495" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/2ed55546-d6a3-8a6d-67b8-4417b46978ab.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/6a73e27b-e562-4b4c-852a-0bfe360c6495" ;
  a2a:RecordGUID "{6a73e27b-e562-4b4c-852a-0bfe360c6495}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_1435_00001435.xml van DAR" .

