@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_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e
  a a2a:Record ;
  rdfs:label "Huwelijk (huwelijksakte) op 27 december 1838 te Den Haag, provincie Zuid-Holland" ;
  a2a:hasPerson oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person1, oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person2, oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person3, oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person4, oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person5, oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person6 ;
  a2a:hasEvent oa:event_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Event1 ;
  a2a:hasRelationEP oa:relationep_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_0, oa:relationep_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_1, oa:relationep_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_2, oa:relationep_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_3, oa:relationep_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_4, oa:relationep_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_5 ;
  a2a:hasSource oa:source_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e .

oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person1
  a a2a:Person ;
  rdfs:label "Pieter Frederik Peper" ;
  a2a:PersonName [
    rdfs:label "Pieter Frederik Peper" ;
    a2a:PersonNameFirstName "Pieter Frederik" ;
    a2a:PersonNameLastName "Peper"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Haarlem" ;
    rdfs:label "Haarlem"
  ] .

oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person2
  a a2a:Person ;
  rdfs:label "Jan Peper" ;
  a2a:PersonName [
    rdfs:label "Jan Peper" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Peper"
  ] .

oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person3
  a a2a:Person ;
  rdfs:label "Johanna Hermina Castien" ;
  a2a:PersonName [
    rdfs:label "Johanna Hermina Castien" ;
    a2a:PersonNameFirstName "Johanna Hermina" ;
    a2a:PersonNameLastName "Castien"
  ] .

oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person4
  a a2a:Person ;
  rdfs:label "Maria Bernardina Groosjohan" ;
  a2a:PersonName [
    rdfs:label "Maria Bernardina Groosjohan" ;
    a2a:PersonNameFirstName "Maria Bernardina" ;
    a2a:PersonNameLastName "Groosjohan"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "33" ;
    rdfs:label "33"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Den Haag" ;
    rdfs:label "Den Haag"
  ] .

oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person5
  a a2a:Person ;
  rdfs:label "Bernardus Cornelis Groosjohan" ;
  a2a:PersonName [
    rdfs:label "Bernardus Cornelis Groosjohan" ;
    a2a:PersonNameFirstName "Bernardus Cornelis" ;
    a2a:PersonNameLastName "Groosjohan"
  ] .

oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person6
  a a2a:Person ;
  rdfs:label "Christina Elizabeth Tileman" ;
  a2a:PersonName [
    rdfs:label "Christina Elizabeth Tileman" ;
    a2a:PersonNameFirstName "Christina Elizabeth" ;
    a2a:PersonNameLastName "Tileman"
  ] .

oa:event_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "27-12-1838" ;
    a2a:Year "1838" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "1838-12-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Province "Zuid-Holland" ;
    a2a:Place "Den Haag" ;
    rdfs:label "Zuid-Holland, Den Haag"
  ] .

oa:relationep_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person1 ;
  a2a:EventKeyRef oa:event_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Event1 .

oa:relationep_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person2 ;
  a2a:EventKeyRef oa:event_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Event1 .

oa:relationep_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person3 ;
  a2a:EventKeyRef oa:event_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Event1 .

oa:relationep_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person4 ;
  a2a:EventKeyRef oa:event_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Event1 .

oa:relationep_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person5 ;
  a2a:EventKeyRef oa:event_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Event1 .

oa:relationep_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Person6 ;
  a2a:EventKeyRef oa:event_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e_Event1 .

oa:source_rzh_eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e
  a a2a:Source ;
  rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Den Haag" ;
    a2a:Province "Zuid-Holland" ;
    rdfs:label "Den Haag, Zuid-Holland", "1838-12-27 - 1838-12-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1838-12-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1838-12-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "27-12-1838" ;
    a2a:Year "1838" ;
    a2a:Month "12" ;
    a2a:Day "27" ;
    rdfs:label "27-12-1838"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Nationaal Archief Rijksarchief Zuid-Holland" ;
    a2a:Place "Den Haag" ;
    a2a:DocumentNumber "480" ;
    rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, Den Haag, 480"
  ] ;
  a2a:SourceLastChangeDate "2012-05-04"^^xsd:date ;
  a2a:RecordGUID "{eb5d3fe6-cc20-4fa6-8b38-e4b2e25b151e}" ;
  a2a:SourceRemarkAkteSoort "Huwelijksakte" .

