@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_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a
  a a2a:Record ;
  rdfs:label "Geboorte op 28 oktober 1914 te Assen" ;
  a2a:hasPerson oa:person_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_Person-559a4603-3138-2a36-13de-ee64f77c629e, oa:person_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_Person-586ba8ba-613c-d51e-ae74-cf8f7bcbbb9c, oa:person_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_Person-925e397e-2525-e852-e9f3-7d43e3b61dd8 ;
  a2a:hasEvent oa:event_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_0, oa:relationep_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_1, oa:relationep_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_2 ;
  a2a:hasSource oa:source_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a .

oa:person_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_Person-559a4603-3138-2a36-13de-ee64f77c629e
  a a2a:Person ;
  rdfs:label "Harm Homan" ;
  a2a:PersonName [
    rdfs:label "Harm Homan" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Homan"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "sergeant-majoor" .

oa:person_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_Person-586ba8ba-613c-d51e-ae74-cf8f7bcbbb9c
  a a2a:Person ;
  rdfs:label "Annechien Hendrika Homan" ;
  a2a:PersonName [
    rdfs:label "Annechien Hendrika Homan" ;
    a2a:PersonNameFirstName "Annechien Hendrika" ;
    a2a:PersonNameLastName "Homan"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1914" ;
    a2a:Month "10" ;
    a2a:Day "28" ;
    rdfs:label "1914-10-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:person_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_Person-925e397e-2525-e852-e9f3-7d43e3b61dd8
  a a2a:Person ;
  rdfs:label "Henderkien Sintniklaas" ;
  a2a:PersonName [
    rdfs:label "Henderkien Sintniklaas" ;
    a2a:PersonNameFirstName "Henderkien" ;
    a2a:PersonNameLastName "Sintniklaas"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1914" ;
    a2a:Month "10" ;
    a2a:Day "28" ;
    rdfs:label "1914-10-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_Person:559a4603-3138-2a36-13de-ee64f77c629e ;
  a2a:EventKeyRef oa:event_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_Event1 .

oa:relationep_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_Person:586ba8ba-613c-d51e-ae74-cf8f7bcbbb9c ;
  a2a:EventKeyRef oa:event_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_Event1 .

oa:relationep_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_Person:925e397e-2525-e852-e9f3-7d43e3b61dd8 ;
  a2a:EventKeyRef oa:event_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a_Event1 .

oa:source_dar_a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1914-10-29 - 1914-10-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1914-10-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1914-10-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1914" ;
    a2a:Month "10" ;
    a2a:Day "29" ;
    rdfs:label "1914-10-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1914, Periode: 1914" ;
    a2a:Book "Geboorteregister Assen 1914" ;
    a2a:DocumentNumber "305" ;
    a2a:RegistryNumber "1914" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1914, Periode: 1914, Geboorteregister Assen 1914, 305, 1914"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/866522eb-b56c-66de-a78d-928e5206e860.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/866522eb-b56c-66de-a78d-928e5206e860.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a" ;
  a2a:RecordGUID "{a5e4dae5-bc9c-c256-2d53-7e5c2fd2f63a}" ;
  a2a:SourceRemarkdeel "1914" ;
  a2a:SourceRemarkregister_periode "1914" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_1455_00001455.xml van DAR" .

