@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_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa
  a a2a:Record ;
  rdfs:label "Geboorte op 8 april 1852 te Annerveen (Anloo)" ;
  a2a:hasPerson oa:person_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_Person-86b5d575-ba85-436d-b6ca-f66b205d42d0, oa:person_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_Person-b0bc06af-9db3-458f-acaa-7b85617b1e30, oa:person_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_Person-7f3956a4-547f-4650-b491-8a02c8190cea ;
  a2a:hasEvent oa:event_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_0, oa:relationep_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_1, oa:relationep_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_2 ;
  a2a:hasSource oa:source_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa .

oa:person_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_Person-86b5d575-ba85-436d-b6ca-f66b205d42d0
  a a2a:Person ;
  rdfs:label "Fredrik Ruiter" ;
  a2a:PersonName [
    rdfs:label "Fredrik Ruiter" ;
    a2a:PersonNameFirstName "Fredrik" ;
    a2a:PersonNameLastName "Ruiter"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_Person-b0bc06af-9db3-458f-acaa-7b85617b1e30
  a a2a:Person ;
  rdfs:label "Jakien Kamphuis" ;
  a2a:PersonName [
    rdfs:label "Jakien Kamphuis" ;
    a2a:PersonNameFirstName "Jakien" ;
    a2a:PersonNameLastName "Kamphuis"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_Person-7f3956a4-547f-4650-b491-8a02c8190cea
  a a2a:Person ;
  rdfs:label "Jan Ruiter" ;
  a2a:PersonName [
    rdfs:label "Jan Ruiter" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Ruiter"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1852" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1852-04-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Annerveen (Anloo)" ;
    rdfs:label "Annerveen (Anloo)"
  ] .

oa:event_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1852" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1852-04-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Annerveen (Anloo)" ;
    rdfs:label "Annerveen (Anloo)"
  ] .

oa:relationep_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_Person:86b5d575-ba85-436d-b6ca-f66b205d42d0 ;
  a2a:EventKeyRef oa:event_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_Event1 .

oa:relationep_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_Person:b0bc06af-9db3-458f-acaa-7b85617b1e30 ;
  a2a:EventKeyRef oa:event_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_Event1 .

oa:relationep_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_Person:7f3956a4-547f-4650-b491-8a02c8190cea ;
  a2a:EventKeyRef oa:event_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa_Event1 .

oa:source_dar_0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo", "1852-04-10 - 1852-04-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1852-04-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1852-04-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1852" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1852-04-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1852, Periode: 1852" ;
    a2a:Book "Geboorteregister Anloo 1852" ;
    a2a:DocumentNumber "17" ;
    a2a:RegistryNumber "1852" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1852, Periode: 1852, Geboorteregister Anloo 1852, 17, 1852"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/197dad80-9800-e656-17fd-bd0cf1266a67.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/197dad80-9800-e656-17fd-bd0cf1266a67.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa" ;
  a2a:RecordGUID "{0224d4d2-7e1d-4a2d-aae5-0e33a85d21aa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3480_00003480.xml van DAR" .

