@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_d2b73dcb-e405-7e82-746a-d0e7ae1831a6
  a a2a:Record ;
  rdfs:label "Doop op 18 juli 1723" ;
  a2a:hasPerson oa:person_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_Person-f1b8e976-8f5d-5452-7d68-9c99aa38f237, oa:person_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_Person-c645b1e6-9fe0-93bf-96c9-e395352671ce, oa:person_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_Person-9da05a8d-e6cf-a7a3-90c9-552bbff090dc ;
  a2a:hasEvent oa:event_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_0, oa:relationep_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_1, oa:relationep_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_2 ;
  a2a:hasSource oa:source_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6 .

oa:person_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_Person-f1b8e976-8f5d-5452-7d68-9c99aa38f237
  a a2a:Person ;
  rdfs:label "Warmelt Freerks" ;
  a2a:PersonName [
    rdfs:label "Warmelt Freerks" ;
    a2a:PersonNameFirstName "Warmelt" ;
    a2a:PersonNamePatronym "Freerks"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Zuidlaren" ;
    rdfs:label "Zuidlaren"
  ] .

oa:person_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_Person-c645b1e6-9fe0-93bf-96c9-e395352671ce
  a a2a:Person ;
  rdfs:label "Frerik Croese" ;
  a2a:PersonName [
    rdfs:label "Frerik Croese" ;
    a2a:PersonNameFirstName "Frerik" ;
    a2a:PersonNameLastName "Croese"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_Person-9da05a8d-e6cf-a7a3-90c9-552bbff090dc
  a a2a:Person ;
  rdfs:label "Grietje Croese" ;
  a2a:PersonName [
    rdfs:label "Grietje Croese" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Croese"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1723" ;
    a2a:Month "7" ;
    a2a:Day "18" ;
    rdfs:label "1723-07-18"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_Person:f1b8e976-8f5d-5452-7d68-9c99aa38f237 ;
  a2a:EventKeyRef oa:event_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_Event1 .

oa:relationep_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_Person:c645b1e6-9fe0-93bf-96c9-e395352671ce ;
  a2a:EventKeyRef oa:event_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_Event1 .

oa:relationep_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_Person:9da05a8d-e6cf-a7a3-90c9-552bbff090dc ;
  a2a:EventKeyRef oa:event_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6_Event1 .

oa:source_dar_d2b73dcb-e405-7e82-746a-d0e7ae1831a6
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Zuidlaren" ;
    rdfs:label "Zuidlaren", "1723-07-18 - 1723-07-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1723-07-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1723-07-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1723" ;
    a2a:Month "7" ;
    a2a:Day "18" ;
    rdfs:label "1723-07-18"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 128" ;
    a2a:Book "Doopregister Zuidlaren 128" ;
    a2a:RegistryNumber "128" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 128, Doopregister Zuidlaren 128, 128"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/bca1ddb4-4bd4-f1e4-e930-a008490aa92c.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d2b73dcb-e405-7e82-746a-d0e7ae1831a6" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/bca1ddb4-4bd4-f1e4-e930-a008490aa92c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d2b73dcb-e405-7e82-746a-d0e7ae1831a6" ;
  a2a:RecordGUID "{d2b73dcb-e405-7e82-746a-d0e7ae1831a6}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "128" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_1407_00001407.xml van DAR" .

