@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_e7451e92-d855-4586-a4ea-73b60d3f827a
  a a2a:Record ;
  rdfs:label "Geboorte op 31 maart 1881 te Wapserveen" ;
  a2a:hasPerson oa:person_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_Person-fa26c2c7-1529-4a0e-b458-ef22f048d54e, oa:person_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_Person-f7b2b920-18cb-42be-b53e-7f20b45bfc28, oa:person_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_Person-5db0306f-d603-4cb2-916c-b44085ffc62a ;
  a2a:hasEvent oa:event_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_0, oa:relationep_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_1, oa:relationep_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_2 ;
  a2a:hasSource oa:source_dar_e7451e92-d855-4586-a4ea-73b60d3f827a .

oa:person_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_Person-fa26c2c7-1529-4a0e-b458-ef22f048d54e
  a a2a:Person ;
  rdfs:label "Hans van de Bos" ;
  a2a:PersonName [
    rdfs:label "Hans van de Bos" ;
    a2a:PersonNameFirstName "Hans" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Bos"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_Person-f7b2b920-18cb-42be-b53e-7f20b45bfc28
  a a2a:Person ;
  rdfs:label "Margje van Lunsen" ;
  a2a:PersonName [
    rdfs:label "Margje van Lunsen" ;
    a2a:PersonNameFirstName "Margje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Lunsen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_Person-5db0306f-d603-4cb2-916c-b44085ffc62a
  a a2a:Person ;
  rdfs:label "Roelofje van de Bos" ;
  a2a:PersonName [
    rdfs:label "Roelofje van de Bos" ;
    a2a:PersonNameFirstName "Roelofje" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Bos"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1881" ;
    a2a:Month "3" ;
    a2a:Day "31" ;
    rdfs:label "1881-03-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wapserveen" ;
    rdfs:label "Wapserveen"
  ] .

oa:event_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1881" ;
    a2a:Month "3" ;
    a2a:Day "31" ;
    rdfs:label "1881-03-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wapserveen" ;
    rdfs:label "Wapserveen"
  ] .

oa:relationep_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_Person:fa26c2c7-1529-4a0e-b458-ef22f048d54e ;
  a2a:EventKeyRef oa:event_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_Event1 .

oa:relationep_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_Person:f7b2b920-18cb-42be-b53e-7f20b45bfc28 ;
  a2a:EventKeyRef oa:event_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_Event1 .

oa:relationep_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_Person:5db0306f-d603-4cb2-916c-b44085ffc62a ;
  a2a:EventKeyRef oa:event_dar_e7451e92-d855-4586-a4ea-73b60d3f827a_Event1 .

oa:source_dar_e7451e92-d855-4586-a4ea-73b60d3f827a
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Havelte" ;
    rdfs:label "Havelte", "1881-04-01 - 1881-04-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1881-04-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1881-04-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1881" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1881-04-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1881, Periode: 1881" ;
    a2a:Book "Geboorteregister Havelte 1881" ;
    a2a:DocumentNumber "24" ;
    a2a:RegistryNumber "1881" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1881, Periode: 1881, Geboorteregister Havelte 1881, 24, 1881"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/58a7803c-55bf-17c2-ffde-b376a16d90b4.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e7451e92-d855-4586-a4ea-73b60d3f827a" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/58a7803c-55bf-17c2-ffde-b376a16d90b4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e7451e92-d855-4586-a4ea-73b60d3f827a" ;
  a2a:RecordGUID "{e7451e92-d855-4586-a4ea-73b60d3f827a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2214_00002214.xml van DAR" .

