@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_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85
  a a2a:Record ;
  rdfs:label "Geboorte op 11 september 1824 te Ruinerwold" ;
  a2a:hasPerson oa:person_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_Person-a72c3db6-0705-41b0-9b50-8ca941eb4cd4, oa:person_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_Person-2bb6fe98-b1d0-4a1e-8a8e-6c0ae444edb9, oa:person_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_Person-ad90c2d0-1f25-49f4-822c-22d8eb1856a3 ;
  a2a:hasEvent oa:event_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_0, oa:relationep_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_1, oa:relationep_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_2 ;
  a2a:hasSource oa:source_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85 .

oa:person_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_Person-a72c3db6-0705-41b0-9b50-8ca941eb4cd4
  a a2a:Person ;
  rdfs:label "Roelofjen Tijmens Oostra" ;
  a2a:PersonName [
    rdfs:label "Roelofjen Tijmens Oostra" ;
    a2a:PersonNameFirstName "Roelofjen Tijmens" ;
    a2a:PersonNameLastName "Oostra"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] .

oa:person_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_Person-2bb6fe98-b1d0-4a1e-8a8e-6c0ae444edb9
  a a2a:Person ;
  rdfs:label "Hendrik van Dijk" ;
  a2a:PersonName [
    rdfs:label "Hendrik van Dijk" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1824" ;
    a2a:Month "9" ;
    a2a:Day "11" ;
    rdfs:label "1824-09-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ruinerwold" ;
    rdfs:label "Ruinerwold"
  ] .

oa:person_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_Person-ad90c2d0-1f25-49f4-822c-22d8eb1856a3
  a a2a:Person ;
  rdfs:label "Jan Goossems van Dijk" ;
  a2a:PersonName [
    rdfs:label "Jan Goossems van Dijk" ;
    a2a:PersonNameFirstName "Jan Goossems" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:Profession "landbouwer" .

oa:event_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1824" ;
    a2a:Month "9" ;
    a2a:Day "11" ;
    rdfs:label "1824-09-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ruinerwold" ;
    rdfs:label "Ruinerwold"
  ] .

oa:relationep_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_Person:a72c3db6-0705-41b0-9b50-8ca941eb4cd4 ;
  a2a:EventKeyRef oa:event_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_Event1 .

oa:relationep_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_Person:2bb6fe98-b1d0-4a1e-8a8e-6c0ae444edb9 ;
  a2a:EventKeyRef oa:event_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_Event1 .

oa:relationep_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_Person:ad90c2d0-1f25-49f4-822c-22d8eb1856a3 ;
  a2a:EventKeyRef oa:event_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85_Event1 .

oa:source_dar_36638ff8-ee89-4cdd-bca0-fd7dc9bfec85
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ruinerwold" ;
    rdfs:label "Ruinerwold", "1824-09-13 - 1824-09-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1824-09-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1824-09-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1824" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1824-09-13"^^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 Ruinerwold 1824" ;
    a2a:DocumentNumber "35" ;
    a2a:RegistryNumber "1824" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1824, Periode: 1824, Geboorteregister Ruinerwold 1824, 35, 1824"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/2cb14647-0e11-9841-af45-2e42dabe01b5.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/36638ff8-ee89-4cdd-bca0-fd7dc9bfec85" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/2cb14647-0e11-9841-af45-2e42dabe01b5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/36638ff8-ee89-4cdd-bca0-fd7dc9bfec85" ;
  a2a:RecordGUID "{36638ff8-ee89-4cdd-bca0-fd7dc9bfec85}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1824" ;
  a2a:SourceRemarkregister_periode "1824" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_2189_00002189.xml van DAR" .

