@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_ec7ce8ea-2b96-4d77-9fb5-54a024a66516
  a a2a:Record ;
  rdfs:label "Geboorte op 29 januari 1825 te Uffelte" ;
  a2a:hasPerson oa:person_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_Person-198a3f61-b682-4a48-9e94-8164de32a62c, oa:person_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_Person-8dce28e1-fe57-408f-b35f-a4aac80e0a87, oa:person_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_Person-70d425d6-86f4-4b83-9296-c5f08a8e565d ;
  a2a:hasEvent oa:event_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_0, oa:relationep_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_1, oa:relationep_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_2 ;
  a2a:hasSource oa:source_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516 .

oa:person_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_Person-198a3f61-b682-4a48-9e94-8164de32a62c
  a a2a:Person ;
  rdfs:label "Jakob Jans Schoemaker" ;
  a2a:PersonName [
    rdfs:label "Jakob Jans Schoemaker" ;
    a2a:PersonNameFirstName "Jakob Jans" ;
    a2a:PersonNameLastName "Schoemaker"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:Profession "schoenmaker" .

oa:person_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_Person-8dce28e1-fe57-408f-b35f-a4aac80e0a87
  a a2a:Person ;
  rdfs:label "Geesjen Roelofs" ;
  a2a:PersonName [
    rdfs:label "Geesjen Roelofs" ;
    a2a:PersonNameFirstName "Geesjen" ;
    a2a:PersonNameLastName "Roelofs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] .

oa:person_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_Person-70d425d6-86f4-4b83-9296-c5f08a8e565d
  a a2a:Person ;
  rdfs:label "Schoemaker" ;
  a2a:PersonName [
    rdfs:label "Schoemaker" ;
    a2a:PersonNameLastName "Schoemaker"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1825" ;
    a2a:Month "1" ;
    a2a:Day "29" ;
    rdfs:label "1825-01-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Uffelte" ;
    rdfs:label "Uffelte"
  ] .

oa:event_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1825" ;
    a2a:Month "1" ;
    a2a:Day "29" ;
    rdfs:label "1825-01-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Uffelte" ;
    rdfs:label "Uffelte"
  ] .

oa:relationep_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_Person:198a3f61-b682-4a48-9e94-8164de32a62c ;
  a2a:EventKeyRef oa:event_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_Event1 .

oa:relationep_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_Person:8dce28e1-fe57-408f-b35f-a4aac80e0a87 ;
  a2a:EventKeyRef oa:event_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_Event1 .

oa:relationep_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_Person:70d425d6-86f4-4b83-9296-c5f08a8e565d ;
  a2a:EventKeyRef oa:event_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516_Event1 .

oa:source_dar_ec7ce8ea-2b96-4d77-9fb5-54a024a66516
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Havelte" ;
    rdfs:label "Havelte", "1825-01-30 - 1825-01-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1825-01-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1825-01-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1825" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1825-01-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1825, Periode: 1825" ;
    a2a:Book "Geboorteregister Havelte 1825" ;
    a2a:DocumentNumber "8" ;
    a2a:RegistryNumber "1825" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1825, Periode: 1825, Geboorteregister Havelte 1825, 8, 1825"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/3af8efb2-2d2c-7f85-3563-89b10d6978eb.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/ec7ce8ea-2b96-4d77-9fb5-54a024a66516" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/3af8efb2-2d2c-7f85-3563-89b10d6978eb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/ec7ce8ea-2b96-4d77-9fb5-54a024a66516" ;
  a2a:RecordGUID "{ec7ce8ea-2b96-4d77-9fb5-54a024a66516}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2289_00002289.xml van DAR" .

