@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_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0
  a a2a:Record ;
  rdfs:label "Doop op 22 november 1733 te Oost-Vlieland" ;
  a2a:hasPerson oa:person_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_Person-f69c3ef5-45e8-468e-a45d-75faa268a890, oa:person_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_Person-f7e60ef0-cb8e-4420-8077-7a80bfd4431c, oa:person_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_Person-a927b38a-8e8f-409c-b7cb-9fad70f8d96b ;
  a2a:hasEvent oa:event_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_0, oa:relationep_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_1, oa:relationep_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_2 ;
  a2a:hasSource oa:source_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0 .

oa:person_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_Person-f69c3ef5-45e8-468e-a45d-75faa268a890
  a a2a:Person ;
  rdfs:label "Claas" ;
  a2a:PersonName [
    rdfs:label "Claas" ;
    a2a:PersonNameFirstName "Claas"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_Person-f7e60ef0-cb8e-4420-8077-7a80bfd4431c
  a a2a:Person ;
  rdfs:label "Albert Olbrands" ;
  a2a:PersonName [
    rdfs:label "Albert Olbrands" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNamePatronym "Olbrands"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_Person-a927b38a-8e8f-409c-b7cb-9fad70f8d96b
  a a2a:Person ;
  rdfs:label "Geertje Bouwes" ;
  a2a:PersonName [
    rdfs:label "Geertje Bouwes" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNamePatronym "Bouwes"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1733" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1733-11-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oost-Vlieland" ;
    rdfs:label "Oost-Vlieland"
  ] .

oa:relationep_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_Person:f69c3ef5-45e8-468e-a45d-75faa268a890 ;
  a2a:EventKeyRef oa:event_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_Event1 .

oa:relationep_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_Person:f7e60ef0-cb8e-4420-8077-7a80bfd4431c ;
  a2a:EventKeyRef oa:event_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_Event1 .

oa:relationep_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_Person:a927b38a-8e8f-409c-b7cb-9fad70f8d96b ;
  a2a:EventKeyRef oa:event_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0_Event1 .

oa:source_frl_4cfc851d-4e1c-4627-b9fa-35bf938eb0d0
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Vlieland" ;
    rdfs:label "Vlieland", "1733-11-22 - 1733-11-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1733-11-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1733-11-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1733" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1733-11-22"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0741, Periode: 163..." ;
    a2a:Book "Doopboek Herv. gem. Oost-Vlieland" ;
    a2a:RegistryNumber "0741" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0741, Periode: 163..., Doopboek Herv. gem. Oost-Vlieland, 0741"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/4cfc851d-4e1c-4627-b9fa-35bf938eb0d0" ;
  a2a:RecordGUID "{4cfc851d-4e1c-4627-b9fa-35bf938eb0d0}" ;
  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_11361_00011361.xml van FRL" .

