@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_hga_6C9565B8-9944-46AD-9552-EBDB8596368C
  a a2a:Record ;
  rdfs:label "Huwelijk op 12 juli 1895 te 's-Gravenhage" ;
  a2a:hasPerson oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068341, oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068345, oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068343, oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068340, oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068344, oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068342 ;
  a2a:hasEvent oa:event_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Event1 ;
  a2a:hasRelationEP oa:relationep_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_0, oa:relationep_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_1, oa:relationep_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_2, oa:relationep_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_3, oa:relationep_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_4, oa:relationep_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_5 ;
  a2a:hasSource oa:source_hga_6C9565B8-9944-46AD-9552-EBDB8596368C .

oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068341
  a a2a:Person ;
  rdfs:label "Christoffel Harmen Bosch" ;
  a2a:PersonName [
    rdfs:label "Christoffel Harmen Bosch" ;
    a2a:PersonNameFirstName "Christoffel Harmen" ;
    a2a:PersonNameLastName "Bosch"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26 jaar" ;
    rdfs:label "26 jaar"
  ] ;
  a2a:Profession "predikant" .

oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068345
  a a2a:Person ;
  rdfs:label "Johannes Jacobus Bosch" ;
  a2a:PersonName [
    rdfs:label "Johannes Jacobus Bosch" ;
    a2a:PersonNameFirstName "Johannes Jacobus" ;
    a2a:PersonNameLastName "Bosch"
  ] ;
  a2a:Profession "onderwijzer" .

oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068343
  a a2a:Person ;
  rdfs:label "Sabina Johanna Cornelia van Poeteren" ;
  a2a:PersonName [
    rdfs:label "Sabina Johanna Cornelia van Poeteren" ;
    a2a:PersonNameFirstName "Sabina Johanna Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Poeteren"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068340
  a a2a:Person ;
  rdfs:label "Anna Maria de Vletter" ;
  a2a:PersonName [
    rdfs:label "Anna Maria de Vletter" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vletter"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24 jaar" ;
    rdfs:label "24 jaar"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068344
  a a2a:Person ;
  rdfs:label "Willem de Vletter" ;
  a2a:PersonName [
    rdfs:label "Willem de Vletter" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vletter"
  ] ;
  a2a:Profession "hoofdonderwijzer" .

oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068342
  a a2a:Person ;
  rdfs:label "Antje Baas" ;
  a2a:PersonName [
    rdfs:label "Antje Baas" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Baas"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "12-07-1895" ;
    a2a:Year "1895" ;
    a2a:Month "07" ;
    a2a:Day "12" ;
    rdfs:label "1895-07-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Gravenhage" ;
    rdfs:label "'s-Gravenhage"
  ] .

oa:relationep_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068341 ;
  a2a:EventKeyRef oa:event_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Event1 .

oa:relationep_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068345 ;
  a2a:EventKeyRef oa:event_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Event1 .

oa:relationep_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068343 ;
  a2a:EventKeyRef oa:event_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Event1 .

oa:relationep_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068340 ;
  a2a:EventKeyRef oa:event_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Event1 .

oa:relationep_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068344 ;
  a2a:EventKeyRef oa:event_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Event1 .

oa:relationep_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Person4354068342 ;
  a2a:EventKeyRef oa:event_hga_6C9565B8-9944-46AD-9552-EBDB8596368C_Event1 .

oa:source_hga_6C9565B8-9944-46AD-9552-EBDB8596368C
  a a2a:Source ;
  rdfs:label "Haags Gemeentearchief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "'s-Gravenhage" ;
    a2a:Country "Nederland" ;
    rdfs:label "'s-Gravenhage, Nederland", "1895-07-12 - 1895-07-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-07-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-07-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "12-07-1895" ;
    a2a:Year "1895" ;
    a2a:Month "07" ;
    a2a:Day "12" ;
    rdfs:label "12-07-1895"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Haags Gemeentearchief" ;
    a2a:Place "Den Haag" ;
    a2a:Collection "Ambtenaar van de burgerlijke stand van de gemeente 's-Gravenhage" ;
    a2a:Book "Huwelijksakten Den Haag" ;
    a2a:DocumentNumber "689" ;
    a2a:RegistryNumber "739" ;
    rdfs:label "Haags Gemeentearchief, Den Haag, Ambtenaar van de burgerlijke stand van de gemeente 's-Gravenhage, Huwelijksakten Den Haag, 689, 739"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/59/9C2E4F20D8E7488D80964B5296D3676D" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/59/9C2E4F20D8E7488D80964B5296D3676D" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/59/9C2E4F20D8E7488D80964B5296D3676D"
  ] ;
  a2a:SourceLastChangeDate "2025-09-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12124/6C9565B8994446AD9552EBDB8596368C" ;
  a2a:RecordIdentifier "4354068339" ;
  a2a:RecordGUID "{6C9565B8-9944-46AD-9552-EBDB8596368C}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/88B783D0FE064FFEAC6C0C8C0E83D739" .

