@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_13539f7e-cc20-e89e-3bd0-b404a3fc69be
  a a2a:Record ;
  rdfs:label "Geboorte op 5 maart 1922 te Assen" ;
  a2a:hasPerson oa:person_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_Person-f33eb295-b5ce-78eb-27f0-39da620ab36d, oa:person_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_Person-b98191df-72ff-0145-1f7e-f06ae26896ad, oa:person_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_Person-0d4a19cd-cf39-105f-9a78-91545c9862ab ;
  a2a:hasEvent oa:event_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_0, oa:relationep_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_1, oa:relationep_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_2 ;
  a2a:hasSource oa:source_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be .

oa:person_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_Person-f33eb295-b5ce-78eb-27f0-39da620ab36d
  a a2a:Person ;
  rdfs:label "Sake Meijer" ;
  a2a:PersonName [
    rdfs:label "Sake Meijer" ;
    a2a:PersonNameFirstName "Sake" ;
    a2a:PersonNameLastName "Meijer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40" ;
    rdfs:label "40"
  ] ;
  a2a:Profession "schipper" .

oa:person_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_Person-b98191df-72ff-0145-1f7e-f06ae26896ad
  a a2a:Person ;
  rdfs:label "Loerdina Meijer" ;
  a2a:PersonName [
    rdfs:label "Loerdina Meijer" ;
    a2a:PersonNameFirstName "Loerdina" ;
    a2a:PersonNameLastName "Meijer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "3" ;
    a2a:Day "5" ;
    rdfs:label "1922-03-05"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:person_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_Person-0d4a19cd-cf39-105f-9a78-91545c9862ab
  a a2a:Person ;
  rdfs:label "Johanna Vietje" ;
  a2a:PersonName [
    rdfs:label "Johanna Vietje" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Vietje"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "3" ;
    a2a:Day "5" ;
    rdfs:label "1922-03-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_Person:f33eb295-b5ce-78eb-27f0-39da620ab36d ;
  a2a:EventKeyRef oa:event_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_Event1 .

oa:relationep_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_Person:b98191df-72ff-0145-1f7e-f06ae26896ad ;
  a2a:EventKeyRef oa:event_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_Event1 .

oa:relationep_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_Person:0d4a19cd-cf39-105f-9a78-91545c9862ab ;
  a2a:EventKeyRef oa:event_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be_Event1 .

oa:source_dar_13539f7e-cc20-e89e-3bd0-b404a3fc69be
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1922-03-06 - 1922-03-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-03-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-03-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "3" ;
    a2a:Day "6" ;
    rdfs:label "1922-03-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1922, Periode: 1922" ;
    a2a:Book "Geboorteregister Assen 1922" ;
    a2a:DocumentNumber "108" ;
    a2a:RegistryNumber "1922" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1922, Periode: 1922, Geboorteregister Assen 1922, 108, 1922"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/fc03896c-b38a-684d-1641-f34b241175bf.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/13539f7e-cc20-e89e-3bd0-b404a3fc69be" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/fc03896c-b38a-684d-1641-f34b241175bf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-01-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/13539f7e-cc20-e89e-3bd0-b404a3fc69be" ;
  a2a:RecordGUID "{13539f7e-cc20-e89e-3bd0-b404a3fc69be}" ;
  a2a:SourceRemarkdeel "1922" ;
  a2a:SourceRemarkregister_periode "1922" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_3501_00003501.xml van DAR" .

