@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_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b
  a a2a:Record ;
  rdfs:label "Geboorte op 3 mei 1925 te Nijensleekerveld" ;
  a2a:hasPerson oa:person_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_Person-82aae799-f91e-c40f-576b-38fe77bebee9, oa:person_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_Person-4e01bac9-044a-1118-9928-9624eaf5f94e, oa:person_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_Person-682bfd44-f5c7-9668-89bc-ff82c7905482 ;
  a2a:hasEvent oa:event_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_0, oa:relationep_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_1, oa:relationep_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_2 ;
  a2a:hasSource oa:source_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b .

oa:person_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_Person-82aae799-f91e-c40f-576b-38fe77bebee9
  a a2a:Person ;
  rdfs:label "Roelof de Graaf" ;
  a2a:PersonName [
    rdfs:label "Roelof de Graaf" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Graaf"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "54" ;
    rdfs:label "54"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_Person-4e01bac9-044a-1118-9928-9624eaf5f94e
  a a2a:Person ;
  rdfs:label "Feikjen Grietje de Graaf" ;
  a2a:PersonName [
    rdfs:label "Feikjen Grietje de Graaf" ;
    a2a:PersonNameFirstName "Feikjen Grietje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Graaf"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1925" ;
    a2a:Month "5" ;
    a2a:Day "3" ;
    rdfs:label "1925-05-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nijensleekerveld" ;
    rdfs:label "Nijensleekerveld"
  ] .

oa:person_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_Person-682bfd44-f5c7-9668-89bc-ff82c7905482
  a a2a:Person ;
  rdfs:label "Sophia Wilhelmina Carolina van Rooij" ;
  a2a:PersonName [
    rdfs:label "Sophia Wilhelmina Carolina van Rooij" ;
    a2a:PersonNameFirstName "Sophia Wilhelmina Carolina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Rooij"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1925" ;
    a2a:Month "5" ;
    a2a:Day "3" ;
    rdfs:label "1925-05-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nijensleekerveld" ;
    rdfs:label "Nijensleekerveld"
  ] .

oa:relationep_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_Person:82aae799-f91e-c40f-576b-38fe77bebee9 ;
  a2a:EventKeyRef oa:event_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_Event1 .

oa:relationep_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_Person:4e01bac9-044a-1118-9928-9624eaf5f94e ;
  a2a:EventKeyRef oa:event_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_Event1 .

oa:relationep_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_Person:682bfd44-f5c7-9668-89bc-ff82c7905482 ;
  a2a:EventKeyRef oa:event_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b_Event1 .

oa:source_dar_b004f1ce-c8c3-e6ee-976a-26dc5fa8555b
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Vledder" ;
    rdfs:label "Vledder", "1925-05-05 - 1925-05-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1925-05-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1925-05-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1925" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1925-05-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1925, Periode: 1925" ;
    a2a:Book "Geboorteregister Vledder 1925" ;
    a2a:DocumentNumber "25" ;
    a2a:RegistryNumber "1925" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1925, Periode: 1925, Geboorteregister Vledder 1925, 25, 1925"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/a2dc62ab-886e-b7ed-f71e-fb34829f1e07.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/b004f1ce-c8c3-e6ee-976a-26dc5fa8555b" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/a2dc62ab-886e-b7ed-f71e-fb34829f1e07.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/b004f1ce-c8c3-e6ee-976a-26dc5fa8555b" ;
  a2a:RecordGUID "{b004f1ce-c8c3-e6ee-976a-26dc5fa8555b}" ;
  a2a:SourceRemarkdeel "1925" ;
  a2a:SourceRemarkregister_periode "1925" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_62_00000062.xml van DAR" .

