@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_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144
  a a2a:Record ;
  rdfs:label "Huwelijk op 27 december 1876 te Haarlem" ;
  a2a:hasPerson oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194723, oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194726, oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194727, oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194722, oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194724, oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194725 ;
  a2a:hasEvent oa:event_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_0, oa:relationep_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_1, oa:relationep_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_2, oa:relationep_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_3, oa:relationep_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_4, oa:relationep_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_5 ;
  a2a:hasSource oa:source_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144 .

oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194723
  a a2a:Person ;
  rdfs:label "Rudolphus Arnold Franciscus Xaverius Koopmans" ;
  a2a:PersonName [
    rdfs:label "Rudolphus Arnold Franciscus Xaverius Koopmans" ;
    a2a:PersonNameFirstName "Rudolphus Arnold Franciscus Xaverius" ;
    a2a:PersonNameLastName "Koopmans"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] ;
  a2a:Profession "brievenbesteller" .

oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194726
  a a2a:Person ;
  rdfs:label "Hendrik Aloijsius Koopmans" ;
  a2a:PersonName [
    rdfs:label "Hendrik Aloijsius Koopmans" ;
    a2a:PersonNameFirstName "Hendrik Aloijsius" ;
    a2a:PersonNameLastName "Koopmans"
  ] .

oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194727
  a a2a:Person ;
  rdfs:label "Dina Boots" ;
  a2a:PersonName [
    rdfs:label "Dina Boots" ;
    a2a:PersonNameFirstName "Dina" ;
    a2a:PersonNameLastName "Boots"
  ] .

oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194722
  a a2a:Person ;
  rdfs:label "Elisabeth Sara Faber" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Sara Faber" ;
    a2a:PersonNameFirstName "Elisabeth Sara" ;
    a2a:PersonNameLastName "Faber"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194724
  a a2a:Person ;
  rdfs:label "Johannes Jacobus Faber" ;
  a2a:PersonName [
    rdfs:label "Johannes Jacobus Faber" ;
    a2a:PersonNameFirstName "Johannes Jacobus" ;
    a2a:PersonNameLastName "Faber"
  ] .

oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194725
  a a2a:Person ;
  rdfs:label "Willemina Brouwer" ;
  a2a:PersonName [
    rdfs:label "Willemina Brouwer" ;
    a2a:PersonNameFirstName "Willemina" ;
    a2a:PersonNameLastName "Brouwer"
  ] .

oa:event_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1876" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1876-12-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Haarlem" ;
    rdfs:label "Haarlem"
  ] .

oa:relationep_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194723 ;
  a2a:EventKeyRef oa:event_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Event1 .

oa:relationep_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194726 ;
  a2a:EventKeyRef oa:event_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Event1 .

oa:relationep_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194727 ;
  a2a:EventKeyRef oa:event_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Event1 .

oa:relationep_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194722 ;
  a2a:EventKeyRef oa:event_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Event1 .

oa:relationep_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194724 ;
  a2a:EventKeyRef oa:event_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Event1 .

oa:relationep_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Person2731194725 ;
  a2a:EventKeyRef oa:event_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144_Event1 .

oa:source_nha_BF8F48AB-C2D6-4034-AFE5-CDF110D1B144
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Country "Nederland" ;
    rdfs:label "Nederland", "1876-12-27 - 1876-12-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-12-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-12-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "27-12-1876" ;
    a2a:Year "1876" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "27-12-1876"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "burgerlijke stand van de gemeente Haarlem, Archiefdeel van (dubbele) registers van de" ;
    a2a:Book "Huwelijksakten van de gemeente Haarlem, 1876" ;
    a2a:DocumentNumber "328" ;
    a2a:RegistryNumber "21876" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, burgerlijke stand van de gemeente Haarlem, Archiefdeel van (dubbele) registers van de, Huwelijksakten van de gemeente Haarlem, 1876, 328, 21876"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/236/D10B41AE5B1042AABA3D79EFABC2ECD2" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/236/D10B41AE5B1042AABA3D79EFABC2ECD2" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/236/D10B41AE5B1042AABA3D79EFABC2ECD2"
  ] ;
  a2a:SourceLastChangeDate "2023-12-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12102/BF8F48ABC2D64034AFE5CDF110D1B144" ;
  a2a:RecordIdentifier "2731194721" ;
  a2a:RecordGUID "{BF8F48AB-C2D6-4034-AFE5-CDF110D1B144}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/3E19AAB57F544BE79A0A8C1E24361C10" .

