@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_efc48c7b-664d-4eb4-94f9-e9d08985aecc
  a a2a:Record ;
  rdfs:label "Geboorte op 26 maart 1849 te Annen (Anloo)" ;
  a2a:hasPerson oa:person_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_Person-b04a34eb-8441-4038-81b2-6913cf524572, oa:person_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_Person-9bef6960-8410-4985-ae29-8bf156b6fde0, oa:person_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_Person-6239a907-7cb3-4f5b-b763-28c3c5b3f5ee ;
  a2a:hasEvent oa:event_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_0, oa:relationep_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_1, oa:relationep_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_2 ;
  a2a:hasSource oa:source_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc .

oa:person_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_Person-b04a34eb-8441-4038-81b2-6913cf524572
  a a2a:Person ;
  rdfs:label "Jakob Schuiling" ;
  a2a:PersonName [
    rdfs:label "Jakob Schuiling" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Schuiling"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_Person-9bef6960-8410-4985-ae29-8bf156b6fde0
  a a2a:Person ;
  rdfs:label "Geessien Dieters" ;
  a2a:PersonName [
    rdfs:label "Geessien Dieters" ;
    a2a:PersonNameFirstName "Geessien" ;
    a2a:PersonNameLastName "Dieters"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_Person-6239a907-7cb3-4f5b-b763-28c3c5b3f5ee
  a a2a:Person ;
  rdfs:label "Willemtien Schuiling" ;
  a2a:PersonName [
    rdfs:label "Willemtien Schuiling" ;
    a2a:PersonNameFirstName "Willemtien" ;
    a2a:PersonNameLastName "Schuiling"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1849" ;
    a2a:Month "3" ;
    a2a:Day "26" ;
    rdfs:label "1849-03-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Annen (Anloo)" ;
    rdfs:label "Annen (Anloo)"
  ] .

oa:event_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1849" ;
    a2a:Month "3" ;
    a2a:Day "26" ;
    rdfs:label "1849-03-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Annen (Anloo)" ;
    rdfs:label "Annen (Anloo)"
  ] .

oa:relationep_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_Person:b04a34eb-8441-4038-81b2-6913cf524572 ;
  a2a:EventKeyRef oa:event_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_Event1 .

oa:relationep_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_Person:9bef6960-8410-4985-ae29-8bf156b6fde0 ;
  a2a:EventKeyRef oa:event_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_Event1 .

oa:relationep_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_Person:6239a907-7cb3-4f5b-b763-28c3c5b3f5ee ;
  a2a:EventKeyRef oa:event_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc_Event1 .

oa:source_dar_efc48c7b-664d-4eb4-94f9-e9d08985aecc
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo", "1849-03-26 - 1849-03-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1849-03-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1849-03-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1849" ;
    a2a:Month "3" ;
    a2a:Day "26" ;
    rdfs:label "1849-03-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1849, Periode: 1849" ;
    a2a:Book "Geboorteregister Anloo 1849" ;
    a2a:DocumentNumber "37" ;
    a2a:RegistryNumber "1849" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1849, Periode: 1849, Geboorteregister Anloo 1849, 37, 1849"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/cb147246-fc73-aea9-aa4d-c05db5818107.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/efc48c7b-664d-4eb4-94f9-e9d08985aecc" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/cb147246-fc73-aea9-aa4d-c05db5818107.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/efc48c7b-664d-4eb4-94f9-e9d08985aecc" ;
  a2a:RecordGUID "{efc48c7b-664d-4eb4-94f9-e9d08985aecc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2335_00002335.xml van DAR" .

