@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_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431
  a a2a:Record ;
  rdfs:label "Doop op 24 augustus 1760" ;
  a2a:hasPerson oa:person_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Person-4cf62e01-388c-4f94-bc20-c4ccc6be00ad, oa:person_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Person-65b1dec4-a0f5-430f-9b96-a70428ca4c18, oa:person_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Person-edb5cf59-e627-4df5-9dde-ab0315b649fb, oa:person_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Person-42774013-e240-4ce4-8259-c986f4c953af ;
  a2a:hasEvent oa:event_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_0, oa:relationep_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_1, oa:relationep_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_2, oa:relationep_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_3 ;
  a2a:hasSource oa:source_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431 .

oa:person_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Person-4cf62e01-388c-4f94-bc20-c4ccc6be00ad
  a a2a:Person ;
  rdfs:label "Jacob" ;
  a2a:PersonName [
    rdfs:label "Jacob" ;
    a2a:PersonNameFirstName "Jacob"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:person_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Person-65b1dec4-a0f5-430f-9b96-a70428ca4c18
  a a2a:Person ;
  rdfs:label "Fennigje Jacobs" ;
  a2a:PersonName [
    rdfs:label "Fennigje Jacobs" ;
    a2a:PersonNameFirstName "Fennigje" ;
    a2a:PersonNamePatronym "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Person-edb5cf59-e627-4df5-9dde-ab0315b649fb
  a a2a:Person ;
  rdfs:label "Jan Gerrits" ;
  a2a:PersonName [
    rdfs:label "Jan Gerrits" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Gerrits"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Person-42774013-e240-4ce4-8259-c986f4c953af
  a a2a:Person ;
  rdfs:label "Jan Gerrits" ;
  a2a:PersonName [
    rdfs:label "Jan Gerrits" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Gerrits"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1760" ;
    a2a:Month "8" ;
    a2a:Day "24" ;
    rdfs:label "1760-08-24"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Person:4cf62e01-388c-4f94-bc20-c4ccc6be00ad ;
  a2a:EventKeyRef oa:event_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Event1 .

oa:relationep_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Person:65b1dec4-a0f5-430f-9b96-a70428ca4c18 ;
  a2a:EventKeyRef oa:event_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Event1 .

oa:relationep_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_2
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Person:edb5cf59-e627-4df5-9dde-ab0315b649fb ;
  a2a:EventKeyRef oa:event_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Event1 .

oa:relationep_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Person:42774013-e240-4ce4-8259-c986f4c953af ;
  a2a:EventKeyRef oa:event_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431_Event1 .

oa:source_dar_2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1760-08-24 - 1760-08-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1760-08-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1760-08-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1760" ;
    a2a:Month "8" ;
    a2a:Day "24" ;
    rdfs:label "1760-08-24"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 4" ;
    a2a:Book "Doopregister Assen 4" ;
    a2a:DocumentNumber "4" ;
    a2a:RegistryNumber "4" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 4, Doopregister Assen 4, 4, 4"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/30dc48fa-60a8-51e0-e17e-7cc8cdb138f5.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/30dc48fa-60a8-51e0-e17e-7cc8cdb138f5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431" ;
  a2a:RecordGUID "{2ff7cdc0-bb0a-4af0-b47e-d3d0cdfe9431}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_22801_00022801.xml van DAR" .

