@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_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc
  a a2a:Record ;
  rdfs:label "Ondertrouw op 3 november 1775" ;
  a2a:hasPerson oa:person_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc_Person-961f6b18-0a5c-53f7-e053-b784100aa83b, oa:person_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc_Person-961f6b18-0a5d-53f7-e053-b784100aa83b ;
  a2a:hasEvent oa:event_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc_0, oa:relationep_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc_1 ;
  a2a:hasSource oa:source_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc .

oa:person_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc_Person-961f6b18-0a5c-53f7-e053-b784100aa83b
  a a2a:Person ;
  rdfs:label "Gerrit Claasen van den Daal" ;
  a2a:PersonName [
    rdfs:label "Gerrit Claasen van den Daal" ;
    a2a:PersonNameFirstName "Gerrit Claasen" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Daal"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc_Person-961f6b18-0a5d-53f7-e053-b784100aa83b
  a a2a:Person ;
  rdfs:label "Cornelia Barens" ;
  a2a:PersonName [
    rdfs:label "Cornelia Barens" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Barens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc_Event1
  a a2a:Event ;
  rdfs:label "other:Ondertrouw" ;
  a2a:EventType "other:Ondertrouw" ;
  a2a:EventDate [
    a2a:Year "1775" ;
    a2a:Month "11" ;
    a2a:Day "3" ;
    rdfs:label "1775-11-03"^^xsd:date
  ] .

oa:relationep_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc_Person:961f6b18-0a5c-53f7-e053-b784100aa83b ;
  a2a:EventKeyRef oa:event_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc_Event1 .

oa:relationep_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc_Person:961f6b18-0a5d-53f7-e053-b784100aa83b ;
  a2a:EventKeyRef oa:event_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc_Event1 .

oa:source_saa_ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Ondertrouwregister" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1775-11-03 - 1775-11-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1775-11-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1775-11-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1775" ;
    a2a:Month "11" ;
    a2a:Day "3" ;
    rdfs:label "1775-11-03"^^xsd:date
  ] ;
  a2a:SourceType "other:Ondertrouwregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 620, Periode: 1774-1776" ;
    a2a:Book "Ondertrouwregister" ;
    a2a:RegistryNumber "620" ;
    a2a:Folio "p.466" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 620, Periode: 1774-1776, Ondertrouwregister, 620, p.466"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/091bd60c-afd6-f12d-2afd-6555c379344d.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/091bd60c-afd6-f12d-2afd-6555c379344d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-10-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc" ;
  a2a:RecordGUID "{ef3fa0bd-1e8d-4872-b8ae-3e66a5a57ecc}" ;
  a2a:SourceRemarkOpmerking """Opmerking: Huwelijksintekeningen van de KERK.
Aantal pagina's: 3
Volgnummer: 1""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5001/620" ;
  a2a:SourceRemarkAkteSoort "Ondertrouw" ;
  a2a:SourceRemarkfilename "A22040000236" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220609_5454_00005454.xml van SAA" .

