@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_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec
  a a2a:Record ;
  rdfs:label "Doop op 16 maart 1749 te Witmarsum" ;
  a2a:hasPerson oa:person_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_Person-2d1b9231-c1c4-453c-933a-833bafe4ea08, oa:person_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_Person-a067e7fd-1539-4870-a420-0b8d52f29845, oa:person_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_Person-688a40e9-5d7d-45ba-8c22-32ff6175eeef ;
  a2a:hasEvent oa:event_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_0, oa:relationep_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_1, oa:relationep_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_2 ;
  a2a:hasSource oa:source_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec .

oa:person_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_Person-2d1b9231-c1c4-453c-933a-833bafe4ea08
  a a2a:Person ;
  rdfs:label "Rintje" ;
  a2a:PersonName [
    rdfs:label "Rintje" ;
    a2a:PersonNameFirstName "Rintje"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1749" ;
    a2a:Month "3" ;
    a2a:Day "16" ;
    rdfs:label "1749-03-16"^^xsd:date
  ] .

oa:person_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_Person-a067e7fd-1539-4870-a420-0b8d52f29845
  a a2a:Person ;
  rdfs:label "Auke Rintjes" ;
  a2a:PersonName [
    rdfs:label "Auke Rintjes" ;
    a2a:PersonNameFirstName "Auke" ;
    a2a:PersonNamePatronym "Rintjes"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_Person-688a40e9-5d7d-45ba-8c22-32ff6175eeef
  a a2a:Person ;
  rdfs:label "Jeske Tomas" ;
  a2a:PersonName [
    rdfs:label "Jeske Tomas" ;
    a2a:PersonNameFirstName "Jeske" ;
    a2a:PersonNamePatronym "Tomas"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1749" ;
    a2a:Month "3" ;
    a2a:Day "16" ;
    rdfs:label "1749-03-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Witmarsum" ;
    rdfs:label "Witmarsum"
  ] .

oa:relationep_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_Person:2d1b9231-c1c4-453c-933a-833bafe4ea08 ;
  a2a:EventKeyRef oa:event_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_Event1 .

oa:relationep_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_Person:a067e7fd-1539-4870-a420-0b8d52f29845 ;
  a2a:EventKeyRef oa:event_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_Event1 .

oa:relationep_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_Person:688a40e9-5d7d-45ba-8c22-32ff6175eeef ;
  a2a:EventKeyRef oa:event_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec_Event1 .

oa:source_frl_37d7a54b-5d44-4e1b-bb8b-ea91dced30ec
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wonseradeel" ;
    rdfs:label "Wonseradeel", "1749-03-16 - 1749-03-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1749-03-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1749-03-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1749" ;
    a2a:Month "3" ;
    a2a:Day "16" ;
    rdfs:label "1749-03-16"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0827, Periode: 168..." ;
    a2a:Book "Doopboek Herv. gem. Witmarsum" ;
    a2a:RegistryNumber "0827" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0827, Periode: 168..., Doopboek Herv. gem. Witmarsum, 0827"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/37d7a54b-5d44-4e1b-bb8b-ea91dced30ec" ;
  a2a:RecordGUID "{37d7a54b-5d44-4e1b-bb8b-ea91dced30ec}" ;
  a2a:SourceRemarkOpmerking "De dopeling is overleden", "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Witmarsum&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_7610_00007610.xml van FRL" .

