@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_7f22a55f-2db2-a889-b838-577b3ecae064
  a a2a:Record ;
  rdfs:label "Geboorte op 2 mei 1924 te Assen" ;
  a2a:hasPerson oa:person_dar_7f22a55f-2db2-a889-b838-577b3ecae064_Person-4256bee0-ba8a-2d1f-e20f-4bdf94c44d09, oa:person_dar_7f22a55f-2db2-a889-b838-577b3ecae064_Person-1335887a-80a1-2be5-b9c0-bde4ab7afac1, oa:person_dar_7f22a55f-2db2-a889-b838-577b3ecae064_Person-6fa00740-27dd-8c62-72c2-83c595e19125 ;
  a2a:hasEvent oa:event_dar_7f22a55f-2db2-a889-b838-577b3ecae064_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_7f22a55f-2db2-a889-b838-577b3ecae064_0, oa:relationep_dar_7f22a55f-2db2-a889-b838-577b3ecae064_1, oa:relationep_dar_7f22a55f-2db2-a889-b838-577b3ecae064_2 ;
  a2a:hasSource oa:source_dar_7f22a55f-2db2-a889-b838-577b3ecae064 .

oa:person_dar_7f22a55f-2db2-a889-b838-577b3ecae064_Person-4256bee0-ba8a-2d1f-e20f-4bdf94c44d09
  a a2a:Person ;
  rdfs:label "Samuel Jozef Wolf" ;
  a2a:PersonName [
    rdfs:label "Samuel Jozef Wolf" ;
    a2a:PersonNameFirstName "Samuel Jozef" ;
    a2a:PersonNameLastName "Wolf"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "32" ;
    rdfs:label "32"
  ] ;
  a2a:Profession "koopman" .

oa:person_dar_7f22a55f-2db2-a889-b838-577b3ecae064_Person-1335887a-80a1-2be5-b9c0-bde4ab7afac1
  a a2a:Person ;
  rdfs:label "Erna Carla Jeannette Wolf" ;
  a2a:PersonName [
    rdfs:label "Erna Carla Jeannette Wolf" ;
    a2a:PersonNameFirstName "Erna Carla Jeannette" ;
    a2a:PersonNameLastName "Wolf"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1924" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1924-05-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:person_dar_7f22a55f-2db2-a889-b838-577b3ecae064_Person-6fa00740-27dd-8c62-72c2-83c595e19125
  a a2a:Person ;
  rdfs:label "Roosje Leezer" ;
  a2a:PersonName [
    rdfs:label "Roosje Leezer" ;
    a2a:PersonNameFirstName "Roosje" ;
    a2a:PersonNameLastName "Leezer"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_7f22a55f-2db2-a889-b838-577b3ecae064_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1924" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1924-05-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_7f22a55f-2db2-a889-b838-577b3ecae064_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_7f22a55f-2db2-a889-b838-577b3ecae064_Person:4256bee0-ba8a-2d1f-e20f-4bdf94c44d09 ;
  a2a:EventKeyRef oa:event_dar_7f22a55f-2db2-a889-b838-577b3ecae064_Event1 .

oa:relationep_dar_7f22a55f-2db2-a889-b838-577b3ecae064_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_7f22a55f-2db2-a889-b838-577b3ecae064_Person:1335887a-80a1-2be5-b9c0-bde4ab7afac1 ;
  a2a:EventKeyRef oa:event_dar_7f22a55f-2db2-a889-b838-577b3ecae064_Event1 .

oa:relationep_dar_7f22a55f-2db2-a889-b838-577b3ecae064_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_7f22a55f-2db2-a889-b838-577b3ecae064_Person:6fa00740-27dd-8c62-72c2-83c595e19125 ;
  a2a:EventKeyRef oa:event_dar_7f22a55f-2db2-a889-b838-577b3ecae064_Event1 .

oa:source_dar_7f22a55f-2db2-a889-b838-577b3ecae064
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1924-05-05 - 1924-05-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1924-05-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1924-05-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1924" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1924-05-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1924, Periode: 1924" ;
    a2a:Book "Geboorteregister Assen 1924" ;
    a2a:DocumentNumber "143" ;
    a2a:RegistryNumber "1924" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1924, Periode: 1924, Geboorteregister Assen 1924, 143, 1924"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/72dcb9a0-5dba-6be9-4539-c31edab2738c.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/7f22a55f-2db2-a889-b838-577b3ecae064" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/72dcb9a0-5dba-6be9-4539-c31edab2738c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-11-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/7f22a55f-2db2-a889-b838-577b3ecae064" ;
  a2a:RecordGUID "{7f22a55f-2db2-a889-b838-577b3ecae064}" ;
  a2a:SourceRemarkdeel "1924" ;
  a2a:SourceRemarkregister_periode "1924" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_374_00000374.xml van DAR" .

