@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_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92
  a a2a:Record ;
  rdfs:label "Huwelijk op 5 juli 1854 te Amsterdam" ;
  a2a:hasPerson oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500901, oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500900, oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500899, oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500898, oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500897, oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500896 ;
  a2a:hasEvent oa:event_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_0, oa:relationep_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_1, oa:relationep_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_2, oa:relationep_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_3, oa:relationep_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_4, oa:relationep_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_5 ;
  a2a:hasSource oa:source_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92 .

oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500901
  a a2a:Person ;
  rdfs:label "Jacob Moses Fles" ;
  a2a:PersonName [
    rdfs:label "Jacob Moses Fles" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Moses" ;
    a2a:PersonNameLastName "Fles"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "32" ;
    rdfs:label "32"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] ;
  a2a:Profession "Koopman" .

oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500900
  a a2a:Person ;
  rdfs:label "Moses Levie Fles" ;
  a2a:PersonName [
    rdfs:label "Moses Levie Fles" ;
    a2a:PersonNameFirstName "Moses" ;
    a2a:PersonNamePatronym "Levie" ;
    a2a:PersonNameLastName "Fles"
  ] ;
  a2a:Profession "kantoorbediende" .

oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500899
  a a2a:Person ;
  rdfs:label "Rebecca Wolf Varswater" ;
  a2a:PersonName [
    rdfs:label "Rebecca Wolf Varswater" ;
    a2a:PersonNameFirstName "Rebecca" ;
    a2a:PersonNamePatronym "Wolf" ;
    a2a:PersonNameLastName "Varswater"
  ] .

oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500898
  a a2a:Person ;
  rdfs:label "Aaltje Abraham Krouwer" ;
  a2a:PersonName [
    rdfs:label "Aaltje Abraham Krouwer" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePatronym "Abraham" ;
    a2a:PersonNameLastName "Krouwer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500897
  a a2a:Person ;
  rdfs:label "Abraham David Krouwer" ;
  a2a:PersonName [
    rdfs:label "Abraham David Krouwer" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNamePatronym "David" ;
    a2a:PersonNameLastName "Krouwer"
  ] .

oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500896
  a a2a:Person ;
  rdfs:label "Bloempje Alexanderson" ;
  a2a:PersonName [
    rdfs:label "Bloempje Alexanderson" ;
    a2a:PersonNameFirstName "Bloempje" ;
    a2a:PersonNameLastName "Alexanderson"
  ] .

oa:event_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "05-07-1854" ;
    a2a:Year "1854" ;
    a2a:Month "07" ;
    a2a:Day "05" ;
    rdfs:label "1854-07-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500901 ;
  a2a:EventKeyRef oa:event_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Event1 .

oa:relationep_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500900 ;
  a2a:EventKeyRef oa:event_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Event1 .

oa:relationep_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500899 ;
  a2a:EventKeyRef oa:event_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Event1 .

oa:relationep_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500898 ;
  a2a:EventKeyRef oa:event_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Event1 .

oa:relationep_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500897 ;
  a2a:EventKeyRef oa:event_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Event1 .

oa:relationep_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Person3780500896 ;
  a2a:EventKeyRef oa:event_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92_Event1 .

oa:source_nha_ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Amsterdam, Nederland", "1854-07-05 - 1854-07-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1854-07-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1854-07-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "05-07-1854" ;
    a2a:Year "1854" ;
    a2a:Month "07" ;
    a2a:Day "05" ;
    rdfs:label "05-07-1854"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "burgerlijke stand van de gemeente Amsterdam, Archiefdeel van (dubbele) registers van huwelijken v..." ;
    a2a:Book "Huwelijksakten van de gemeente Amsterdam, 1854" ;
    a2a:DocumentNumber "Reg. 5 fol. 78v" ;
    a2a:RegistryNumber "275" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, burgerlijke stand van de gemeente Amsterdam, Archiefdeel van (dubbele) registers van huwelijken v..., Huwelijksakten van de gemeente Amsterdam, 1854, Reg. 5 fol. 78v, 275"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/236/73674DBD4CCF400ABD17B04FC6055B3A" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/236/73674DBD4CCF400ABD17B04FC6055B3A" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/236/73674DBD4CCF400ABD17B04FC6055B3A"
  ] ;
  a2a:SourceLastChangeDate "2024-07-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12102/ABDC2C38B4E74BAFAFD75DFEB4C6CB92" ;
  a2a:RecordIdentifier "3780500895" ;
  a2a:RecordGUID "{ABDC2C38-B4E7-4BAF-AFD7-5DFEB4C6CB92}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/D76F55D08D953591E053CA00A8C01391" .

