@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_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc
  a a2a:Record ;
  rdfs:label "Doop op 7 juli 1699" ;
  a2a:hasPerson oa:person_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Person-961f6aee-7844-53f7-e053-b784100aa83b, oa:person_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Person-961f6aee-7845-53f7-e053-b784100aa83b, oa:person_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Person-961f6aee-7846-53f7-e053-b784100aa83b, oa:person_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Person-cb639132-e49e-5e7d-e053-b784100aad29, oa:person_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Person-cb639132-e49f-5e7d-e053-b784100aad29 ;
  a2a:hasEvent oa:event_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_0, oa:relationep_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_1, oa:relationep_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_2, oa:relationep_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_3, oa:relationep_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_4 ;
  a2a:hasSource oa:source_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc .

oa:person_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Person-961f6aee-7844-53f7-e053-b784100aa83b
  a a2a:Person ;
  rdfs:label "Jeanne Marie" ;
  a2a:PersonName [
    rdfs:label "Jeanne Marie" ;
    a2a:PersonNameFirstName "Jeanne Marie"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1699" ;
    a2a:Month "7" ;
    a2a:Day "7" ;
    rdfs:label "1699-07-07"^^xsd:date
  ] .

oa:person_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Person-961f6aee-7845-53f7-e053-b784100aa83b
  a a2a:Person ;
  rdfs:label "Jacque Beauion" ;
  a2a:PersonName [
    rdfs:label "Jacque Beauion" ;
    a2a:PersonNameFirstName "Jacque" ;
    a2a:PersonNameLastName "Beauion"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Person-961f6aee-7846-53f7-e053-b784100aa83b
  a a2a:Person ;
  rdfs:label "Louises Foucault" ;
  a2a:PersonName [
    rdfs:label "Louises Foucault" ;
    a2a:PersonNameFirstName "Louises" ;
    a2a:PersonNameLastName "Foucault"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Person-cb639132-e49e-5e7d-e053-b784100aad29
  a a2a:Person ;
  rdfs:label "Daniel Gongoux" ;
  a2a:PersonName [
    rdfs:label "Daniel Gongoux" ;
    a2a:PersonNameFirstName "Daniel" ;
    a2a:PersonNameLastName "Gongoux"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Person-cb639132-e49f-5e7d-e053-b784100aad29
  a a2a:Person ;
  rdfs:label "Jeanne du Cros" ;
  a2a:PersonName [
    rdfs:label "Jeanne du Cros" ;
    a2a:PersonNameFirstName "Jeanne" ;
    a2a:PersonNamePrefixLastName "du" ;
    a2a:PersonNameLastName "Cros"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1699" ;
    a2a:Month "7" ;
    a2a:Day "7" ;
    rdfs:label "1699-07-07"^^xsd:date
  ] ;
  a2a:EventReligion "Waals-Hervormd" .

oa:relationep_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Person:961f6aee-7844-53f7-e053-b784100aa83b ;
  a2a:EventKeyRef oa:event_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Event1 .

oa:relationep_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Person:961f6aee-7845-53f7-e053-b784100aa83b ;
  a2a:EventKeyRef oa:event_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Event1 .

oa:relationep_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Person:961f6aee-7846-53f7-e053-b784100aa83b ;
  a2a:EventKeyRef oa:event_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Event1 .

oa:relationep_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Person:cb639132-e49e-5e7d-e053-b784100aad29 ;
  a2a:EventKeyRef oa:event_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Event1 .

oa:relationep_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Person:cb639132-e49f-5e7d-e053-b784100aad29 ;
  a2a:EventKeyRef oa:event_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc_Event1 .

oa:source_saa_daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1699-07-07 - 1699-07-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1699-07-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1699-07-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1699" ;
    a2a:Month "7" ;
    a2a:Day "7" ;
    rdfs:label "1699-07-07"^^xsd:date
  ] ;
  a2a:SourceType "other:DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 133, Periode: 1695-1712" ;
    a2a:Book "DTB Dopen" ;
    a2a:RegistryNumber "133" ;
    a2a:Folio "p.59" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 133, Periode: 1695-1712, DTB Dopen, 133, p.59"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/1b9bcff9-8d0d-592b-6f75-2eb55378d96b.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/1b9bcff9-8d0d-592b-6f75-2eb55378d96b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-12-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc" ;
  a2a:RecordGUID "{daead738-3a58-4ea5-a1a3-e9b5f8a1c4dc}" ;
  a2a:SourceRemarkOpmerking "Kerk: Oude Waalse Kerk" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5001/133" ;
  a2a:SourceRemarkAkteSoort "Doop" ;
  a2a:SourceRemarkfilename "000000060787" ;
  a2a:SourceRemarkProvenance "A2Acollection saa37_oai-pmh_20230828_0_00000000.xml van SAA" .

