@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_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb
  a a2a:Record ;
  rdfs:label "Geboorte op 13 december 1913 te Assen" ;
  a2a:hasPerson oa:person_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_Person-76bcbbc8-dc6a-2d19-16af-27e2e9a74ab5, oa:person_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_Person-6aa171ca-edc5-8d56-5f3a-d9a6b6d7321b, oa:person_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_Person-4d43e9c0-978c-f996-3b52-56246866fd9e ;
  a2a:hasEvent oa:event_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_0, oa:relationep_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_1, oa:relationep_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_2 ;
  a2a:hasSource oa:source_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb .

oa:person_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_Person-76bcbbc8-dc6a-2d19-16af-27e2e9a74ab5
  a a2a:Person ;
  rdfs:label "Adde Klaas de Boer" ;
  a2a:PersonName [
    rdfs:label "Adde Klaas de Boer" ;
    a2a:PersonNameFirstName "Adde Klaas" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:Profession "wagenmaker" .

oa:person_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_Person-6aa171ca-edc5-8d56-5f3a-d9a6b6d7321b
  a a2a:Person ;
  rdfs:label "Trijntje Harmanna Tittia de Boer" ;
  a2a:PersonName [
    rdfs:label "Trijntje Harmanna Tittia de Boer" ;
    a2a:PersonNameFirstName "Trijntje Harmanna Tittia" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Boer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1913" ;
    a2a:Month "12" ;
    a2a:Day "13" ;
    rdfs:label "1913-12-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:person_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_Person-4d43e9c0-978c-f996-3b52-56246866fd9e
  a a2a:Person ;
  rdfs:label "Remmine Lammechine Wollerich" ;
  a2a:PersonName [
    rdfs:label "Remmine Lammechine Wollerich" ;
    a2a:PersonNameFirstName "Remmine Lammechine" ;
    a2a:PersonNameLastName "Wollerich"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1913" ;
    a2a:Month "12" ;
    a2a:Day "13" ;
    rdfs:label "1913-12-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_Person:76bcbbc8-dc6a-2d19-16af-27e2e9a74ab5 ;
  a2a:EventKeyRef oa:event_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_Event1 .

oa:relationep_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_Person:6aa171ca-edc5-8d56-5f3a-d9a6b6d7321b ;
  a2a:EventKeyRef oa:event_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_Event1 .

oa:relationep_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_Person:4d43e9c0-978c-f996-3b52-56246866fd9e ;
  a2a:EventKeyRef oa:event_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb_Event1 .

oa:source_dar_03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1913-12-15 - 1913-12-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1913-12-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1913-12-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1913" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1913-12-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1913, Periode: 1913" ;
    a2a:Book "Geboorteregister Assen 1913" ;
    a2a:DocumentNumber "350" ;
    a2a:RegistryNumber "1913" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1913, Periode: 1913, Geboorteregister Assen 1913, 350, 1913"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/a9984ca4-e7d9-2fd2-6ece-33ca9c127981.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/a9984ca4-e7d9-2fd2-6ece-33ca9c127981.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb" ;
  a2a:RecordGUID "{03846c4f-c9d4-ef8d-92ba-9c6b4f8ebbdb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_18_00000018.xml van DAR" .

