@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_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c
  a a2a:Record ;
  rdfs:label "Doop op 11 december 1734 te Alkmaar" ;
  a2a:hasPerson oa:person_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_Person-67c076d8-f72d-4a73-b3d4-f78367f09de7, oa:person_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_Person-93115e42-179a-4e2e-8ced-a1c67f8cf3ef, oa:person_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_Person-ce4a6c1a-d478-4fa0-8494-ac2ccbef1698 ;
  a2a:hasEvent oa:event_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_Event1 ;
  a2a:hasRelationEP oa:relationep_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_0, oa:relationep_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_1, oa:relationep_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_2 ;
  a2a:hasSource oa:source_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c .

oa:person_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_Person-67c076d8-f72d-4a73-b3d4-f78367f09de7
  a a2a:Person ;
  rdfs:label "Maria Cornez" ;
  a2a:PersonName [
    rdfs:label "Maria Cornez" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Cornez"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_Person-93115e42-179a-4e2e-8ced-a1c67f8cf3ef
  a a2a:Person ;
  rdfs:label "Arnoldus Mortar" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Mortar" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNameLastName "Mortar"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_Person-ce4a6c1a-d478-4fa0-8494-ac2ccbef1698
  a a2a:Person ;
  rdfs:label "Elisabeth" ;
  a2a:PersonName [
    rdfs:label "Elisabeth" ;
    a2a:PersonNameFirstName "Elisabeth"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1734" ;
    a2a:Month "12" ;
    a2a:Day "11" ;
    rdfs:label "1734-12-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_Person:67c076d8-f72d-4a73-b3d4-f78367f09de7 ;
  a2a:EventKeyRef oa:event_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_Event1 .

oa:relationep_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_Person:93115e42-179a-4e2e-8ced-a1c67f8cf3ef ;
  a2a:EventKeyRef oa:event_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_Event1 .

oa:relationep_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_Person:ce4a6c1a-d478-4fa0-8494-ac2ccbef1698 ;
  a2a:EventKeyRef oa:event_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c_Event1 .

oa:source_raa_352fcd24-e148-4f9e-8518-6e43b1192d2c
  a a2a:Source ;
  rdfs:label "Regionaal Archief Alkmaar, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar", "1734-12-11 - 1734-12-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1734-12-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1734-12-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1734" ;
    a2a:Month "12" ;
    a2a:Day "11" ;
    rdfs:label "1734-12-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Alkmaar" ;
    a2a:Place "Alkmaar" ;
    a2a:Collection "Archiefnaam: Oude Kerkelijke Doop-, Trouw- en Doden- (Begraaf-) boeken te Alkmaar, Bron: Begraven..." ;
    a2a:Book "Begraven, dopen, trouwen (St. Franciscus)" ;
    a2a:RegistryNumber "122" ;
    a2a:Folio "48133" ;
    rdfs:label "Regionaal Archief Alkmaar, Alkmaar, Archiefnaam: Oude Kerkelijke Doop-, Trouw- en Doden- (Begraaf-) boeken te Alkmaar, Bron: Begraven..., Begraven, dopen, trouwen (St. Franciscus), 122, 48133"
  ] ;
  a2a:SourceLastChangeDate "2018-10-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchiefalkmaar.nl/collecties/personen-zoeken/zoeken-in-personen/deeds/352fcd24-e148-4f9e-8518-6e43b1192d2c" ;
  a2a:RecordGUID "{352fcd24-e148-4f9e-8518-6e43b1192d2c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231213_400_00000400.xml van RAA" .

