@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_5779bda1-3965-42a6-a442-e59bf1cb3b49
  a a2a:Record ;
  rdfs:label "Geboorte op 10 januari 1880 te Meppel" ;
  a2a:hasPerson oa:person_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_Person-4b46df3f-4de6-46e1-9ae5-2c7681d322c2, oa:person_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_Person-c974abe3-b2c2-411c-adbb-21f4d173f18e, oa:person_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_Person-3c3d0c79-3737-4247-ae84-b2f02965668c ;
  a2a:hasEvent oa:event_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_0, oa:relationep_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_1, oa:relationep_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_2 ;
  a2a:hasSource oa:source_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49 .

oa:person_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_Person-4b46df3f-4de6-46e1-9ae5-2c7681d322c2
  a a2a:Person ;
  rdfs:label "Albert Touwen" ;
  a2a:PersonName [
    rdfs:label "Albert Touwen" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Touwen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "schipper" .

oa:person_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_Person-c974abe3-b2c2-411c-adbb-21f4d173f18e
  a a2a:Person ;
  rdfs:label "Alida Blaauw" ;
  a2a:PersonName [
    rdfs:label "Alida Blaauw" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNameLastName "Blaauw"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_Person-3c3d0c79-3737-4247-ae84-b2f02965668c
  a a2a:Person ;
  rdfs:label "Klaas Touwen" ;
  a2a:PersonName [
    rdfs:label "Klaas Touwen" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Touwen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1880" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1880-01-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:event_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1880" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1880-01-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_Person:4b46df3f-4de6-46e1-9ae5-2c7681d322c2 ;
  a2a:EventKeyRef oa:event_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_Event1 .

oa:relationep_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_Person:c974abe3-b2c2-411c-adbb-21f4d173f18e ;
  a2a:EventKeyRef oa:event_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_Event1 .

oa:relationep_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_Person:3c3d0c79-3737-4247-ae84-b2f02965668c ;
  a2a:EventKeyRef oa:event_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49_Event1 .

oa:source_dar_5779bda1-3965-42a6-a442-e59bf1cb3b49
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1880-01-10 - 1880-01-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-01-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1880-01-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1880" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1880-01-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1880, Periode: 1880" ;
    a2a:Book "Geboorteregister Meppel 1880" ;
    a2a:DocumentNumber "8" ;
    a2a:RegistryNumber "1880" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1880, Periode: 1880, Geboorteregister Meppel 1880, 8, 1880"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/e7eef7a0-3c08-9263-cd5c-3cda68f03bcb.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5779bda1-3965-42a6-a442-e59bf1cb3b49" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/e7eef7a0-3c08-9263-cd5c-3cda68f03bcb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5779bda1-3965-42a6-a442-e59bf1cb3b49" ;
  a2a:RecordGUID "{5779bda1-3965-42a6-a442-e59bf1cb3b49}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_1170_00001170.xml van DAR" .

