@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_9EF84A13-44F6-47EB-943D-D11CD6FC214E
  a a2a:Record ;
  rdfs:label "Huwelijk op 18 november 1920 te Amsterdam" ;
  a2a:hasPerson oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394989, oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394988, oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394987, oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394986, oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394985, oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394984 ;
  a2a:hasEvent oa:event_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_0, oa:relationep_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_1, oa:relationep_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_2, oa:relationep_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_3, oa:relationep_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_4, oa:relationep_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_5 ;
  a2a:hasSource oa:source_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E .

oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394989
  a a2a:Person ;
  rdfs:label "Georg Heinrich Buchholtz" ;
  a2a:PersonName [
    rdfs:label "Georg Heinrich Buchholtz" ;
    a2a:PersonNameFirstName "Georg Heinrich" ;
    a2a:PersonNameLastName "Buchholtz"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lesum (Duitsland)" ;
    rdfs:label "Lesum (Duitsland)"
  ] ;
  a2a:Profession "handelscorrespondent" .

oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394988
  a a2a:Person ;
  rdfs:label "Wilhelm Gustav Martin Buchholtz" ;
  a2a:PersonName [
    rdfs:label "Wilhelm Gustav Martin Buchholtz" ;
    a2a:PersonNameFirstName "Wilhelm Gustav Martin" ;
    a2a:PersonNameLastName "Buchholtz"
  ] .

oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394987
  a a2a:Person ;
  rdfs:label "Gesine Helene Rotermund" ;
  a2a:PersonName [
    rdfs:label "Gesine Helene Rotermund" ;
    a2a:PersonNameFirstName "Gesine Helene" ;
    a2a:PersonNameLastName "Rotermund"
  ] .

oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394986
  a a2a:Person ;
  rdfs:label "Erna Reinhilde Minna Gottholdine Adler" ;
  a2a:PersonName [
    rdfs:label "Erna Reinhilde Minna Gottholdine Adler" ;
    a2a:PersonNameFirstName "Erna Reinhilde Minna Gottholdine" ;
    a2a:PersonNameLastName "Adler"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Clingen (Duitsland)" ;
    rdfs:label "Clingen (Duitsland)"
  ] .

oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394985
  a a2a:Person ;
  rdfs:label "Friedrich Adler" ;
  a2a:PersonName [
    rdfs:label "Friedrich Adler" ;
    a2a:PersonNameFirstName "Friedrich" ;
    a2a:PersonNameLastName "Adler"
  ] .

oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394984
  a a2a:Person ;
  rdfs:label "Helene Ahlers" ;
  a2a:PersonName [
    rdfs:label "Helene Ahlers" ;
    a2a:PersonNameFirstName "Helene" ;
    a2a:PersonNameLastName "Ahlers"
  ] .

oa:event_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "18-11-1920" ;
    a2a:Year "1920" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1920-11-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394989 ;
  a2a:EventKeyRef oa:event_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Event1 .

oa:relationep_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394988 ;
  a2a:EventKeyRef oa:event_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Event1 .

oa:relationep_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394987 ;
  a2a:EventKeyRef oa:event_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Event1 .

oa:relationep_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394986 ;
  a2a:EventKeyRef oa:event_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Event1 .

oa:relationep_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394985 ;
  a2a:EventKeyRef oa:event_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Event1 .

oa:relationep_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Person2651394984 ;
  a2a:EventKeyRef oa:event_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E_Event1 .

oa:source_nha_9EF84A13-44F6-47EB-943D-D11CD6FC214E
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Amsterdam, Nederland", "1920-11-18 - 1920-11-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-11-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-11-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "18-11-1920" ;
    a2a:Year "1920" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "18-11-1920"
  ] ;
  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, 1920" ;
    a2a:DocumentNumber "Reg. 3K fol. 33" ;
    a2a:RegistryNumber "2432" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, burgerlijke stand van de gemeente Amsterdam, Archiefdeel van (dubbele) registers van huwelijken v..., Huwelijksakten van de gemeente Amsterdam, 1920, Reg. 3K fol. 33, 2432"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/236/F496EC199EEB4C6C8655B25915CCBAA6" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/236/F496EC199EEB4C6C8655B25915CCBAA6" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/236/F496EC199EEB4C6C8655B25915CCBAA6"
  ] ;
  a2a:SourceLastChangeDate "2022-04-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/236/9EF84A1344F647EB943DD11CD6FC214E" ;
  a2a:RecordIdentifier "2651394983" ;
  a2a:RecordGUID "{9EF84A13-44F6-47EB-943D-D11CD6FC214E}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/D76F55D097073591E053CA00A8C01391" .

