@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_1ee810ee-08ba-4a0c-9aca-320bcb3e220d
  a a2a:Record ;
  rdfs:label "Geboorte op 21 december 1903 te Odoornerveen" ;
  a2a:hasPerson oa:person_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_Person-801f4b8a-55a6-4b42-93bc-cc9939e32592, oa:person_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_Person-9c09ead2-e21a-4fd0-9bc8-ce5c507778c9, oa:person_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_Person-d96107e1-1f8f-479e-9b4d-e78d0cc74384 ;
  a2a:hasEvent oa:event_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_0, oa:relationep_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_1, oa:relationep_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_2 ;
  a2a:hasSource oa:source_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d .

oa:person_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_Person-801f4b8a-55a6-4b42-93bc-cc9939e32592
  a a2a:Person ;
  rdfs:label "Popke Manroh" ;
  a2a:PersonName [
    rdfs:label "Popke Manroh" ;
    a2a:PersonNameFirstName "Popke" ;
    a2a:PersonNameLastName "Manroh"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_Person-9c09ead2-e21a-4fd0-9bc8-ce5c507778c9
  a a2a:Person ;
  rdfs:label "Swaantje Corporaal" ;
  a2a:PersonName [
    rdfs:label "Swaantje Corporaal" ;
    a2a:PersonNameFirstName "Swaantje" ;
    a2a:PersonNameLastName "Corporaal"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_Person-d96107e1-1f8f-479e-9b4d-e78d0cc74384
  a a2a:Person ;
  rdfs:label "Jantje Manroh" ;
  a2a:PersonName [
    rdfs:label "Jantje Manroh" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Manroh"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1903-12-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Odoornerveen" ;
    rdfs:label "Odoornerveen"
  ] .

oa:event_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1903-12-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Odoornerveen" ;
    rdfs:label "Odoornerveen"
  ] .

oa:relationep_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_Person:801f4b8a-55a6-4b42-93bc-cc9939e32592 ;
  a2a:EventKeyRef oa:event_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_Event1 .

oa:relationep_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_Person:9c09ead2-e21a-4fd0-9bc8-ce5c507778c9 ;
  a2a:EventKeyRef oa:event_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_Event1 .

oa:relationep_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_Person:d96107e1-1f8f-479e-9b4d-e78d0cc74384 ;
  a2a:EventKeyRef oa:event_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d_Event1 .

oa:source_dar_1ee810ee-08ba-4a0c-9aca-320bcb3e220d
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn", "1903-12-22 - 1903-12-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-12-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-12-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "12" ;
    a2a:Day "22" ;
    rdfs:label "1903-12-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1903, Periode: 1903" ;
    a2a:Book "Geboorteregister Odoorn 1903" ;
    a2a:DocumentNumber "393" ;
    a2a:RegistryNumber "1903" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1903, Periode: 1903, Geboorteregister Odoorn 1903, 393, 1903"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/6d691ce3-3aad-3a24-57bf-9cff8d87d32d.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1ee810ee-08ba-4a0c-9aca-320bcb3e220d" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/6d691ce3-3aad-3a24-57bf-9cff8d87d32d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1ee810ee-08ba-4a0c-9aca-320bcb3e220d" ;
  a2a:RecordGUID "{1ee810ee-08ba-4a0c-9aca-320bcb3e220d}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1903" ;
  a2a:SourceRemarkregister_periode "1903" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_5215_00005215.xml van DAR" .

