@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_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0
  a a2a:Record ;
  rdfs:label "Geboorte op 21 december 1824 te De Wijk" ;
  a2a:hasPerson oa:person_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_Person-a3f8e933-3536-4113-b7a1-3cc355a02e2c, oa:person_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_Person-6a60ae31-b842-4bea-b5b3-7941d8f658c4, oa:person_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_Person-a91b184a-510e-400e-aa76-8752c9a017ae ;
  a2a:hasEvent oa:event_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_0, oa:relationep_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_1, oa:relationep_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_2 ;
  a2a:hasSource oa:source_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0 .

oa:person_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_Person-a3f8e933-3536-4113-b7a1-3cc355a02e2c
  a a2a:Person ;
  rdfs:label "Albert Bartelds Gort" ;
  a2a:PersonName [
    rdfs:label "Albert Bartelds Gort" ;
    a2a:PersonNameFirstName "Albert Bartelds" ;
    a2a:PersonNameLastName "Gort"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "44" ;
    rdfs:label "44"
  ] ;
  a2a:Profession "dagloner" .

oa:person_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_Person-6a60ae31-b842-4bea-b5b3-7941d8f658c4
  a a2a:Person ;
  rdfs:label "Annigjen Pieters" ;
  a2a:PersonName [
    rdfs:label "Annigjen Pieters" ;
    a2a:PersonNameFirstName "Annigjen" ;
    a2a:PersonNameLastName "Pieters"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] .

oa:person_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_Person-a91b184a-510e-400e-aa76-8752c9a017ae
  a a2a:Person ;
  rdfs:label "Grietjen Gort" ;
  a2a:PersonName [
    rdfs:label "Grietjen Gort" ;
    a2a:PersonNameFirstName "Grietjen" ;
    a2a:PersonNameLastName "Gort"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1824" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1824-12-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "De Wijk" ;
    rdfs:label "De Wijk"
  ] .

oa:event_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1824" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1824-12-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "De Wijk" ;
    rdfs:label "De Wijk"
  ] .

oa:relationep_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_Person:a3f8e933-3536-4113-b7a1-3cc355a02e2c ;
  a2a:EventKeyRef oa:event_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_Event1 .

oa:relationep_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_Person:6a60ae31-b842-4bea-b5b3-7941d8f658c4 ;
  a2a:EventKeyRef oa:event_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_Event1 .

oa:relationep_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_Person:a91b184a-510e-400e-aa76-8752c9a017ae ;
  a2a:EventKeyRef oa:event_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0_Event1 .

oa:source_dar_1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "De Wijk" ;
    rdfs:label "De Wijk", "1824-12-23 - 1824-12-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1824-12-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1824-12-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1824" ;
    a2a:Month "12" ;
    a2a:Day "23" ;
    rdfs:label "1824-12-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1824, Periode: 1824" ;
    a2a:Book "Geboorteregister De Wijk 1824" ;
    a2a:DocumentNumber "45" ;
    a2a:RegistryNumber "1824" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1824, Periode: 1824, Geboorteregister De Wijk 1824, 45, 1824"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/6535214d-12e1-dd0d-86b8-212d6073e70b.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/6535214d-12e1-dd0d-86b8-212d6073e70b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0" ;
  a2a:RecordGUID "{1a9a45f5-7b6d-45c9-a67a-b5df9d51c8f0}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2548_00002548.xml van DAR" .

