@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_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916
  a a2a:Record ;
  rdfs:label "Geboorte op 19 april 1885 te Drouwenermond" ;
  a2a:hasPerson oa:person_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_Person-cebe93dc-c8cf-480e-87a5-f31850f20feb, oa:person_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_Person-c70f0c7b-026e-48f3-88e8-e115d1333275, oa:person_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_Person-b58f36f7-0eb9-438b-a419-8c8f6ee939e4 ;
  a2a:hasEvent oa:event_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_0, oa:relationep_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_1, oa:relationep_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_2 ;
  a2a:hasSource oa:source_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916 .

oa:person_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_Person-cebe93dc-c8cf-480e-87a5-f31850f20feb
  a a2a:Person ;
  rdfs:label "Stoffer Tent" ;
  a2a:PersonName [
    rdfs:label "Stoffer Tent" ;
    a2a:PersonNameFirstName "Stoffer" ;
    a2a:PersonNameLastName "Tent"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_Person-c70f0c7b-026e-48f3-88e8-e115d1333275
  a a2a:Person ;
  rdfs:label "Roelfien Baas" ;
  a2a:PersonName [
    rdfs:label "Roelfien Baas" ;
    a2a:PersonNameFirstName "Roelfien" ;
    a2a:PersonNameLastName "Baas"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeidster" .

oa:person_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_Person-b58f36f7-0eb9-438b-a419-8c8f6ee939e4
  a a2a:Person ;
  rdfs:label "Harmanna Tent" ;
  a2a:PersonName [
    rdfs:label "Harmanna Tent" ;
    a2a:PersonNameFirstName "Harmanna" ;
    a2a:PersonNameLastName "Tent"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1885" ;
    a2a:Month "4" ;
    a2a:Day "19" ;
    rdfs:label "1885-04-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Drouwenermond" ;
    rdfs:label "Drouwenermond"
  ] .

oa:event_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1885" ;
    a2a:Month "4" ;
    a2a:Day "19" ;
    rdfs:label "1885-04-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Drouwenermond" ;
    rdfs:label "Drouwenermond"
  ] .

oa:relationep_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_Person:cebe93dc-c8cf-480e-87a5-f31850f20feb ;
  a2a:EventKeyRef oa:event_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_Event1 .

oa:relationep_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_Person:c70f0c7b-026e-48f3-88e8-e115d1333275 ;
  a2a:EventKeyRef oa:event_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_Event1 .

oa:relationep_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_Person:b58f36f7-0eb9-438b-a419-8c8f6ee939e4 ;
  a2a:EventKeyRef oa:event_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916_Event1 .

oa:source_dar_e44ff8c4-e5a1-488c-a6c1-7a4aba19b916
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Borger" ;
    rdfs:label "Borger", "1885-04-20 - 1885-04-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1885-04-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1885-04-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1885" ;
    a2a:Month "4" ;
    a2a:Day "20" ;
    rdfs:label "1885-04-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1885, Periode: 1885" ;
    a2a:Book "Geboorteregister Borger 1885" ;
    a2a:DocumentNumber "70" ;
    a2a:RegistryNumber "1885" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1885, Periode: 1885, Geboorteregister Borger 1885, 70, 1885"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/d6a6db05-8734-1486-f8b2-6a05dfdd8c74.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e44ff8c4-e5a1-488c-a6c1-7a4aba19b916" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/d6a6db05-8734-1486-f8b2-6a05dfdd8c74.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e44ff8c4-e5a1-488c-a6c1-7a4aba19b916" ;
  a2a:RecordGUID "{e44ff8c4-e5a1-488c-a6c1-7a4aba19b916}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_900_00000900.xml van DAR" .

