@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_e50f772d-8f87-4924-a429-eaa31841bc0f
  a a2a:Record ;
  rdfs:label "Geboorte op 22 januari 1837 te Assen" ;
  a2a:hasPerson oa:person_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_Person-9cc9c2db-bafd-4a36-97fc-f6ee7d2d6c4a, oa:person_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_Person-6f74db37-9eba-497b-af81-49f6ce3bd075, oa:person_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_Person-9331c8b4-55b6-4e7a-ba74-efba6cb41aeb ;
  a2a:hasEvent oa:event_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_0, oa:relationep_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_1, oa:relationep_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_2 ;
  a2a:hasSource oa:source_dar_e50f772d-8f87-4924-a429-eaa31841bc0f .

oa:person_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_Person-9cc9c2db-bafd-4a36-97fc-f6ee7d2d6c4a
  a a2a:Person ;
  rdfs:label "Tijmen Bron Sikkens" ;
  a2a:PersonName [
    rdfs:label "Tijmen Bron Sikkens" ;
    a2a:PersonNameFirstName "Tijmen Bron" ;
    a2a:PersonNameLastName "Sikkens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:Profession "bakker" .

oa:person_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_Person-6f74db37-9eba-497b-af81-49f6ce3bd075
  a a2a:Person ;
  rdfs:label "Grietje Beuker" ;
  a2a:PersonName [
    rdfs:label "Grietje Beuker" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Beuker"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:Profession "-" .

oa:person_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_Person-9331c8b4-55b6-4e7a-ba74-efba6cb41aeb
  a a2a:Person ;
  rdfs:label "Jan Sikkens" ;
  a2a:PersonName [
    rdfs:label "Jan Sikkens" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Sikkens"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1837" ;
    a2a:Month "1" ;
    a2a:Day "22" ;
    rdfs:label "1837-01-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:event_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1837" ;
    a2a:Month "1" ;
    a2a:Day "22" ;
    rdfs:label "1837-01-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_Person:9cc9c2db-bafd-4a36-97fc-f6ee7d2d6c4a ;
  a2a:EventKeyRef oa:event_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_Event1 .

oa:relationep_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_Person:6f74db37-9eba-497b-af81-49f6ce3bd075 ;
  a2a:EventKeyRef oa:event_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_Event1 .

oa:relationep_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_Person:9331c8b4-55b6-4e7a-ba74-efba6cb41aeb ;
  a2a:EventKeyRef oa:event_dar_e50f772d-8f87-4924-a429-eaa31841bc0f_Event1 .

oa:source_dar_e50f772d-8f87-4924-a429-eaa31841bc0f
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1837-01-23 - 1837-01-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1837-01-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1837-01-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1837" ;
    a2a:Month "1" ;
    a2a:Day "23" ;
    rdfs:label "1837-01-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1837, Periode: 1837" ;
    a2a:Book "Geboorteregister Assen 1837" ;
    a2a:DocumentNumber "4" ;
    a2a:RegistryNumber "1837" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1837, Periode: 1837, Geboorteregister Assen 1837, 4, 1837"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/50b9bdad-13d2-a562-7f4b-58081299b9d6.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e50f772d-8f87-4924-a429-eaa31841bc0f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/50b9bdad-13d2-a562-7f4b-58081299b9d6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e50f772d-8f87-4924-a429-eaa31841bc0f" ;
  a2a:RecordGUID "{e50f772d-8f87-4924-a429-eaa31841bc0f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2183_00002183.xml van DAR" .

