@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_317e18b2-3cf8-e895-e2c8-f60a8b127a14
  a a2a:Record ;
  rdfs:label "Doop op 27 maart 1758" ;
  a2a:hasPerson oa:person_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_Person-65b33f77-a68e-ce88-4669-e026250c5ebb, oa:person_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_Person-37b61ac3-1db2-236f-3baf-7e0c1f37aa82, oa:person_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_Person-4cb6daaf-f60d-0c86-43a9-4b50ea2d966f ;
  a2a:hasEvent oa:event_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_0, oa:relationep_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_1, oa:relationep_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_2 ;
  a2a:hasSource oa:source_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14 .

oa:person_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_Person-65b33f77-a68e-ce88-4669-e026250c5ebb
  a a2a:Person ;
  rdfs:label "Aaltje Hendriks" ;
  a2a:PersonName [
    rdfs:label "Aaltje Hendriks" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePatronym "Hendriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_Person-37b61ac3-1db2-236f-3baf-7e0c1f37aa82
  a a2a:Person ;
  rdfs:label "Lucas Ottes" ;
  a2a:PersonName [
    rdfs:label "Lucas Ottes" ;
    a2a:PersonNameFirstName "Lucas" ;
    a2a:PersonNamePatronym "Ottes"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Uffelte" ;
    rdfs:label "Uffelte"
  ] .

oa:person_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_Person-4cb6daaf-f60d-0c86-43a9-4b50ea2d966f
  a a2a:Person ;
  rdfs:label "Otto Wolters" ;
  a2a:PersonName [
    rdfs:label "Otto Wolters" ;
    a2a:PersonNameFirstName "Otto" ;
    a2a:PersonNamePatronym "Wolters"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1758" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1758-03-27"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_Person:65b33f77-a68e-ce88-4669-e026250c5ebb ;
  a2a:EventKeyRef oa:event_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_Event1 .

oa:relationep_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_Person:37b61ac3-1db2-236f-3baf-7e0c1f37aa82 ;
  a2a:EventKeyRef oa:event_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_Event1 .

oa:relationep_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_Person:4cb6daaf-f60d-0c86-43a9-4b50ea2d966f ;
  a2a:EventKeyRef oa:event_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14_Event1 .

oa:source_dar_317e18b2-3cf8-e895-e2c8-f60a8b127a14
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Havelte" ;
    rdfs:label "Havelte", "1758-03-27 - 1758-03-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1758-03-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1758-03-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1758" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1758-03-27"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 41" ;
    a2a:Book "Doopregister Havelte 41" ;
    a2a:RegistryNumber "41" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 41, Doopregister Havelte 41, 41"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/48a63538-43c7-135e-6953-da3d281a593c.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/317e18b2-3cf8-e895-e2c8-f60a8b127a14" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/48a63538-43c7-135e-6953-da3d281a593c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/317e18b2-3cf8-e895-e2c8-f60a8b127a14" ;
  a2a:RecordGUID "{317e18b2-3cf8-e895-e2c8-f60a8b127a14}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "41" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_973_00000973.xml van DAR" .

