@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_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee
  a a2a:Record ;
  rdfs:label "Geboorte op 17 maart 1907 te Emmen" ;
  a2a:hasPerson oa:person_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_Person-853c49c7-9fed-4c58-88b9-df6cd794b0f2, oa:person_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_Person-3726e381-7084-4983-bf9f-c970b560a461, oa:person_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_Person-e47ba0f1-4554-400e-baa9-4069f53d083f ;
  a2a:hasEvent oa:event_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_0, oa:relationep_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_1, oa:relationep_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_2 ;
  a2a:hasSource oa:source_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee .

oa:person_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_Person-853c49c7-9fed-4c58-88b9-df6cd794b0f2
  a a2a:Person ;
  rdfs:label "Paul Bos" ;
  a2a:PersonName [
    rdfs:label "Paul Bos" ;
    a2a:PersonNameFirstName "Paul" ;
    a2a:PersonNameLastName "Bos"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_Person-3726e381-7084-4983-bf9f-c970b560a461
  a a2a:Person ;
  rdfs:label "Trientje de Vries" ;
  a2a:PersonName [
    rdfs:label "Trientje de Vries" ;
    a2a:PersonNameFirstName "Trientje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_Person-e47ba0f1-4554-400e-baa9-4069f53d083f
  a a2a:Person ;
  rdfs:label "Emke Bos" ;
  a2a:PersonName [
    rdfs:label "Emke Bos" ;
    a2a:PersonNameFirstName "Emke" ;
    a2a:PersonNameLastName "Bos"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "3" ;
    a2a:Day "17" ;
    rdfs:label "1907-03-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] .

oa:event_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "3" ;
    a2a:Day "17" ;
    rdfs:label "1907-03-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] .

oa:relationep_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_Person:853c49c7-9fed-4c58-88b9-df6cd794b0f2 ;
  a2a:EventKeyRef oa:event_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_Event1 .

oa:relationep_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_Person:3726e381-7084-4983-bf9f-c970b560a461 ;
  a2a:EventKeyRef oa:event_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_Event1 .

oa:relationep_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_Person:e47ba0f1-4554-400e-baa9-4069f53d083f ;
  a2a:EventKeyRef oa:event_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee_Event1 .

oa:source_dar_fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen", "1907-03-18 - 1907-03-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-03-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-03-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1907" ;
    a2a:Month "3" ;
    a2a:Day "18" ;
    rdfs:label "1907-03-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1907, Periode: 1907" ;
    a2a:Book "Geboorteregister Emmen 1907" ;
    a2a:DocumentNumber "241" ;
    a2a:RegistryNumber "1907" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1907, Periode: 1907, Geboorteregister Emmen 1907, 241, 1907"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/08a079fe-96c4-2cea-7f8d-de007c4285c3.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/08a079fe-96c4-2cea-7f8d-de007c4285c3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee" ;
  a2a:RecordGUID "{fe24a82a-b7b7-4ea5-a4c6-929df2ae1cee}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3807_00003807.xml van DAR" .

