@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_d024265b-fb7d-703a-b4ae-e1797a61e9cb
  a a2a:Record ;
  rdfs:label "Doop op 25 december 1735" ;
  a2a:hasPerson oa:person_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_Person-dcf37ee6-5ac8-632e-bb2f-cd9de7d916bb, oa:person_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_Person-a18304dc-5262-f9ed-2f4d-c6efaf949422, oa:person_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_Person-fd16a55a-e66b-e13e-42d3-9b1878d91b17 ;
  a2a:hasEvent oa:event_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_0, oa:relationep_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_1, oa:relationep_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_2 ;
  a2a:hasSource oa:source_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb .

oa:person_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_Person-dcf37ee6-5ac8-632e-bb2f-cd9de7d916bb
  a a2a:Person ;
  rdfs:label "Geesien Groensmit" ;
  a2a:PersonName [
    rdfs:label "Geesien Groensmit" ;
    a2a:PersonNameFirstName "Geesien" ;
    a2a:PersonNameLastName "Groensmit"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_Person-a18304dc-5262-f9ed-2f4d-c6efaf949422
  a a2a:Person ;
  rdfs:label "Jannes van Bruggen" ;
  a2a:PersonName [
    rdfs:label "Jannes van Bruggen" ;
    a2a:PersonNameFirstName "Jannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bruggen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_Person-fd16a55a-e66b-e13e-42d3-9b1878d91b17
  a a2a:Person ;
  rdfs:label "Hindrikijn Jannes" ;
  a2a:PersonName [
    rdfs:label "Hindrikijn Jannes" ;
    a2a:PersonNameFirstName "Hindrikijn" ;
    a2a:PersonNamePatronym "Jannes"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Coevorden" ;
    rdfs:label "Coevorden"
  ] .

oa:event_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1735" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1735-12-25"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_Person:dcf37ee6-5ac8-632e-bb2f-cd9de7d916bb ;
  a2a:EventKeyRef oa:event_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_Event1 .

oa:relationep_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_Person:a18304dc-5262-f9ed-2f4d-c6efaf949422 ;
  a2a:EventKeyRef oa:event_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_Event1 .

oa:relationep_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_Person:fd16a55a-e66b-e13e-42d3-9b1878d91b17 ;
  a2a:EventKeyRef oa:event_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb_Event1 .

oa:source_dar_d024265b-fb7d-703a-b4ae-e1797a61e9cb
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Coevorden" ;
    rdfs:label "Coevorden", "1735-12-25 - 1735-12-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1735-12-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1735-12-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1735" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1735-12-25"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 11" ;
    a2a:Book "Doopregister Coevorden 11" ;
    a2a:RegistryNumber "11" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 11, Doopregister Coevorden 11, 11"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/d45bc600-0a08-9fc5-c8a0-6c5cd4965832.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d024265b-fb7d-703a-b4ae-e1797a61e9cb" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/d45bc600-0a08-9fc5-c8a0-6c5cd4965832.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d024265b-fb7d-703a-b4ae-e1797a61e9cb" ;
  a2a:RecordGUID "{d024265b-fb7d-703a-b4ae-e1797a61e9cb}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "11" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_450_00000450.xml van DAR" .

