@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_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f
  a a2a:Record ;
  rdfs:label "Doop op 25 januari 1682" ;
  a2a:hasPerson oa:person_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_Person-d7f03956-cbed-4d43-b13f-b998d0db2bb6, oa:person_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_Person-ec73a340-8dc7-439e-adda-66e1b08039d8, oa:person_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_Person-3b5badb5-7e58-4f90-b717-d351d06291f6 ;
  a2a:hasEvent oa:event_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_0, oa:relationep_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_1, oa:relationep_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_2 ;
  a2a:hasSource oa:source_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f .

oa:person_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_Person-d7f03956-cbed-4d43-b13f-b998d0db2bb6
  a a2a:Person ;
  rdfs:label "Anna Lisebet" ;
  a2a:PersonName [
    rdfs:label "Anna Lisebet" ;
    a2a:PersonNameFirstName "Anna Lisebet"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Coevorden" ;
    rdfs:label "Coevorden"
  ] .

oa:person_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_Person-ec73a340-8dc7-439e-adda-66e1b08039d8
  a a2a:Person ;
  rdfs:label "" ;
  a2a:PersonName [ rdfs:label "" ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_Person-3b5badb5-7e58-4f90-b717-d351d06291f6
  a a2a:Person ;
  rdfs:label "Willem Huirlinck" ;
  a2a:PersonName [
    rdfs:label "Willem Huirlinck" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Huirlinck"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1682" ;
    a2a:Month "1" ;
    a2a:Day "25" ;
    rdfs:label "1682-01-25"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_Person:d7f03956-cbed-4d43-b13f-b998d0db2bb6 ;
  a2a:EventKeyRef oa:event_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_Event1 .

oa:relationep_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_Person:ec73a340-8dc7-439e-adda-66e1b08039d8 ;
  a2a:EventKeyRef oa:event_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_Event1 .

oa:relationep_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_Person:3b5badb5-7e58-4f90-b717-d351d06291f6 ;
  a2a:EventKeyRef oa:event_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f_Event1 .

oa:source_dar_2d146fc1-2dc1-46df-8a2f-2b31403dfb2f
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Coevorden" ;
    rdfs:label "Coevorden", "1682-01-25 - 1682-01-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1682-01-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1682-01-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1682" ;
    a2a:Month "1" ;
    a2a:Day "25" ;
    rdfs:label "1682-01-25"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 10" ;
    a2a:Book "Doopregister Coevorden 10" ;
    a2a:DocumentNumber "10" ;
    a2a:RegistryNumber "10" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 10, Doopregister Coevorden 10, 10, 10"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/6f548d68-002f-1f02-68fb-5f00b5329423.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2d146fc1-2dc1-46df-8a2f-2b31403dfb2f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/6f548d68-002f-1f02-68fb-5f00b5329423.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2d146fc1-2dc1-46df-8a2f-2b31403dfb2f" ;
  a2a:RecordGUID "{2d146fc1-2dc1-46df-8a2f-2b31403dfb2f}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_23827_00023827.xml van DAR" .

