@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_2a92a34e-856c-49e7-b917-e1d7fc6bea17
  a a2a:Record ;
  rdfs:label "Geboorte op 13 juli 1823 te Het Haagje" ;
  a2a:hasPerson oa:person_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_Person-989f5cf4-33e7-457c-b169-cf62a78e8c33, oa:person_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_Person-c23afa37-dbb1-481f-a5f7-6a02819618ea, oa:person_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_Person-3dc315d3-c0b8-434e-9264-141d57dc3eaf ;
  a2a:hasEvent oa:event_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_0, oa:relationep_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_1, oa:relationep_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_2 ;
  a2a:hasSource oa:source_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17 .

oa:person_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_Person-989f5cf4-33e7-457c-b169-cf62a78e8c33
  a a2a:Person ;
  rdfs:label "Derk Hermannus ten Caate" ;
  a2a:PersonName [
    rdfs:label "Derk Hermannus ten Caate" ;
    a2a:PersonNameFirstName "Derk Hermannus" ;
    a2a:PersonNamePrefixLastName "ten" ;
    a2a:PersonNameLastName "Caate"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "32" ;
    rdfs:label "32"
  ] ;
  a2a:Profession "schoenmaker" .

oa:person_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_Person-c23afa37-dbb1-481f-a5f7-6a02819618ea
  a a2a:Person ;
  rdfs:label "Aaltje Bloemen" ;
  a2a:PersonName [
    rdfs:label "Aaltje Bloemen" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Bloemen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "32" ;
    rdfs:label "32"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_Person-3dc315d3-c0b8-434e-9264-141d57dc3eaf
  a a2a:Person ;
  rdfs:label "Jan ten Caate" ;
  a2a:PersonName [
    rdfs:label "Jan ten Caate" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "ten" ;
    a2a:PersonNameLastName "Caate"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1823" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1823-07-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Het Haagje" ;
    rdfs:label "Het Haagje"
  ] .

oa:event_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1823" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1823-07-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Het Haagje" ;
    rdfs:label "Het Haagje"
  ] .

oa:relationep_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_Person:989f5cf4-33e7-457c-b169-cf62a78e8c33 ;
  a2a:EventKeyRef oa:event_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_Event1 .

oa:relationep_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_Person:c23afa37-dbb1-481f-a5f7-6a02819618ea ;
  a2a:EventKeyRef oa:event_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_Event1 .

oa:relationep_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_Person:3dc315d3-c0b8-434e-9264-141d57dc3eaf ;
  a2a:EventKeyRef oa:event_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17_Event1 .

oa:source_dar_2a92a34e-856c-49e7-b917-e1d7fc6bea17
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1823-07-15 - 1823-07-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1823-07-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1823-07-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1823" ;
    a2a:Month "7" ;
    a2a:Day "15" ;
    rdfs:label "1823-07-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1823, Periode: 1823" ;
    a2a:Book "Geboorteregister Hoogeveen 1823" ;
    a2a:DocumentNumber "116" ;
    a2a:RegistryNumber "1823" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1823, Periode: 1823, Geboorteregister Hoogeveen 1823, 116, 1823"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/8a256f92-18cc-c650-be80-26e82cb13673.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2a92a34e-856c-49e7-b917-e1d7fc6bea17" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/8a256f92-18cc-c650-be80-26e82cb13673.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2a92a34e-856c-49e7-b917-e1d7fc6bea17" ;
  a2a:RecordGUID "{2a92a34e-856c-49e7-b917-e1d7fc6bea17}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1823" ;
  a2a:SourceRemarkregister_periode "1823" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_2003_00002003.xml van DAR" .

