@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_3c4e2317-cce1-441a-8ada-e495a0289477
  a a2a:Record ;
  rdfs:label "Doop op 1 januari 1749" ;
  a2a:hasPerson oa:person_dar_3c4e2317-cce1-441a-8ada-e495a0289477_Person-adc94454-1540-4a33-a28c-d8ade0d794b7, oa:person_dar_3c4e2317-cce1-441a-8ada-e495a0289477_Person-a140da0f-dc73-4327-9261-8655bccc4a88, oa:person_dar_3c4e2317-cce1-441a-8ada-e495a0289477_Person-6f93d596-3e91-4678-9afd-4f939a726651 ;
  a2a:hasEvent oa:event_dar_3c4e2317-cce1-441a-8ada-e495a0289477_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_3c4e2317-cce1-441a-8ada-e495a0289477_0, oa:relationep_dar_3c4e2317-cce1-441a-8ada-e495a0289477_1, oa:relationep_dar_3c4e2317-cce1-441a-8ada-e495a0289477_2 ;
  a2a:hasSource oa:source_dar_3c4e2317-cce1-441a-8ada-e495a0289477 .

oa:person_dar_3c4e2317-cce1-441a-8ada-e495a0289477_Person-adc94454-1540-4a33-a28c-d8ade0d794b7
  a a2a:Person ;
  rdfs:label "Jannes" ;
  a2a:PersonName [
    rdfs:label "Jannes" ;
    a2a:PersonNameFirstName "Jannes"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Wapse" ;
    rdfs:label "Wapse"
  ] .

oa:person_dar_3c4e2317-cce1-441a-8ada-e495a0289477_Person-a140da0f-dc73-4327-9261-8655bccc4a88
  a a2a:Person ;
  rdfs:label "Grietien Jannes" ;
  a2a:PersonName [
    rdfs:label "Grietien Jannes" ;
    a2a:PersonNameFirstName "Grietien" ;
    a2a:PersonNamePatronym "Jannes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_3c4e2317-cce1-441a-8ada-e495a0289477_Person-6f93d596-3e91-4678-9afd-4f939a726651
  a a2a:Person ;
  rdfs:label "Jan Jacobs Punt" ;
  a2a:PersonName [
    rdfs:label "Jan Jacobs Punt" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Jacobs" ;
    a2a:PersonNameLastName "Punt"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_3c4e2317-cce1-441a-8ada-e495a0289477_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1749" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1749-01-01"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_3c4e2317-cce1-441a-8ada-e495a0289477_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_3c4e2317-cce1-441a-8ada-e495a0289477_Person:adc94454-1540-4a33-a28c-d8ade0d794b7 ;
  a2a:EventKeyRef oa:event_dar_3c4e2317-cce1-441a-8ada-e495a0289477_Event1 .

oa:relationep_dar_3c4e2317-cce1-441a-8ada-e495a0289477_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_3c4e2317-cce1-441a-8ada-e495a0289477_Person:a140da0f-dc73-4327-9261-8655bccc4a88 ;
  a2a:EventKeyRef oa:event_dar_3c4e2317-cce1-441a-8ada-e495a0289477_Event1 .

oa:relationep_dar_3c4e2317-cce1-441a-8ada-e495a0289477_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_3c4e2317-cce1-441a-8ada-e495a0289477_Person:6f93d596-3e91-4678-9afd-4f939a726651 ;
  a2a:EventKeyRef oa:event_dar_3c4e2317-cce1-441a-8ada-e495a0289477_Event1 .

oa:source_dar_3c4e2317-cce1-441a-8ada-e495a0289477
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Diever" ;
    rdfs:label "Diever", "1749-01-01 - 1749-01-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1749-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1749-01-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1749" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1749-01-01"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 19" ;
    a2a:Book "Doopregister Diever 19" ;
    a2a:DocumentNumber "19" ;
    a2a:RegistryNumber "19" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 19, Doopregister Diever 19, 19, 19"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/d522c80a-a43b-50d9-c617-1a481fc0ff76.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/3c4e2317-cce1-441a-8ada-e495a0289477" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/d522c80a-a43b-50d9-c617-1a481fc0ff76.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/3c4e2317-cce1-441a-8ada-e495a0289477" ;
  a2a:RecordGUID "{3c4e2317-cce1-441a-8ada-e495a0289477}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_22989_00022989.xml van DAR" .

