@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_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb
  a a2a:Record ;
  rdfs:label "Doop op 23 maart 1806 te Vlieland" ;
  a2a:hasPerson oa:person_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Person-6995f1bd-2c0f-4923-b105-b1bc46e35bdb, oa:person_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Person-6fa111ae-a504-4db1-8edc-42d7db8a26e7, oa:person_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Person-f56a3e7b-6f28-4c13-8567-a0783c8f0518, oa:person_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Person-77a82a05-4ad1-4254-9082-ed30dac60c84 ;
  a2a:hasEvent oa:event_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_0, oa:relationep_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_1, oa:relationep_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_2, oa:relationep_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_3 ;
  a2a:hasSource oa:source_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb .

oa:person_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Person-6995f1bd-2c0f-4923-b105-b1bc46e35bdb
  a a2a:Person ;
  rdfs:label "Willem" ;
  a2a:PersonName [
    rdfs:label "Willem" ;
    a2a:PersonNameFirstName "Willem"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1806" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1806-03-20"^^xsd:date
  ] .

oa:person_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Person-6fa111ae-a504-4db1-8edc-42d7db8a26e7
  a a2a:Person ;
  rdfs:label "Gerrit Jacobs Swerver" ;
  a2a:PersonName [
    rdfs:label "Gerrit Jacobs Swerver" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePatronym "Jacobs" ;
    a2a:PersonNameLastName "Swerver"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Person-f56a3e7b-6f28-4c13-8567-a0783c8f0518
  a a2a:Person ;
  rdfs:label "Martje Willems Bruijn" ;
  a2a:PersonName [
    rdfs:label "Martje Willems Bruijn" ;
    a2a:PersonNameFirstName "Martje" ;
    a2a:PersonNamePatronym "Willems" ;
    a2a:PersonNameLastName "Bruijn"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Person-77a82a05-4ad1-4254-9082-ed30dac60c84
  a a2a:Person ;
  rdfs:label "Dieuwtje Bruijn" ;
  a2a:PersonName [
    rdfs:label "Dieuwtje Bruijn" ;
    a2a:PersonNameFirstName "Dieuwtje" ;
    a2a:PersonNameLastName "Bruijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1806" ;
    a2a:Month "3" ;
    a2a:Day "23" ;
    rdfs:label "1806-03-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vlieland" ;
    rdfs:label "Vlieland"
  ] .

oa:relationep_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Person:6995f1bd-2c0f-4923-b105-b1bc46e35bdb ;
  a2a:EventKeyRef oa:event_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Event1 .

oa:relationep_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Person:6fa111ae-a504-4db1-8edc-42d7db8a26e7 ;
  a2a:EventKeyRef oa:event_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Event1 .

oa:relationep_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Person:f56a3e7b-6f28-4c13-8567-a0783c8f0518 ;
  a2a:EventKeyRef oa:event_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Event1 .

oa:relationep_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Person:77a82a05-4ad1-4254-9082-ed30dac60c84 ;
  a2a:EventKeyRef oa:event_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb_Event1 .

oa:source_frl_e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Vlieland" ;
    rdfs:label "Vlieland", "1806-03-23 - 1806-03-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1806-03-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1806-03-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1806" ;
    a2a:Month "3" ;
    a2a:Day "23" ;
    rdfs:label "1806-03-23"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0742, Periode: 174..." ;
    a2a:Book "Doopboek Herv. gem. Oost-Vlieland" ;
    a2a:RegistryNumber "0742" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0742, Periode: 174..., Doopboek Herv. gem. Oost-Vlieland, 0742"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb" ;
  a2a:RecordGUID "{e9f4cc96-0c96-4c29-8a3c-8ec0eb42e4eb}" ;
  a2a:SourceRemarkOpmerking "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Oost-Vlieland&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_8826_00008826.xml van FRL" .

