@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_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5
  a a2a:Record ;
  rdfs:label "Huwelijk op 21 mei 1875 te Klaaswaal" ;
  a2a:hasPerson oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person1, oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person2, oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person3, oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person4, oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person5, oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person6 ;
  a2a:hasEvent oa:event_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Event1 ;
  a2a:hasRelationEP oa:relationep_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_0, oa:relationep_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_1, oa:relationep_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_2, oa:relationep_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_3, oa:relationep_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_4, oa:relationep_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_5 ;
  a2a:hasSource oa:source_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5 .

oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person1
  a a2a:Person ;
  rdfs:label "Krijn Hoogenk" ;
  a2a:PersonName [
    rdfs:label "Krijn Hoogenk" ;
    a2a:PersonNameFirstName "Krijn" ;
    a2a:PersonNameLastName "Hoogenk"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Piershil" ;
    rdfs:label "Piershil"
  ] .

oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person2
  a a2a:Person ;
  rdfs:label "Jan Hoogenk" ;
  a2a:PersonName [
    rdfs:label "Jan Hoogenk" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Hoogenk"
  ] .

oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person3
  a a2a:Person ;
  rdfs:label "Geertrui Noordermeer" ;
  a2a:PersonName [
    rdfs:label "Geertrui Noordermeer" ;
    a2a:PersonNameFirstName "Geertrui" ;
    a2a:PersonNameLastName "Noordermeer"
  ] .

oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person4
  a a2a:Person ;
  rdfs:label "Cornelia in 't Veld" ;
  a2a:PersonName [
    rdfs:label "Cornelia in 't Veld" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "in 't" ;
    a2a:PersonNameLastName "Veld"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Maasdam" ;
    rdfs:label "Maasdam"
  ] .

oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person5
  a a2a:Person ;
  rdfs:label "Adrianus in 't Veld" ;
  a2a:PersonName [
    rdfs:label "Adrianus in 't Veld" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePrefixLastName "in 't" ;
    a2a:PersonNameLastName "Veld"
  ] .

oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person6
  a a2a:Person ;
  rdfs:label "Maria Zevenbergen" ;
  a2a:PersonName [
    rdfs:label "Maria Zevenbergen" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Zevenbergen"
  ] .

oa:event_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1875" ;
    a2a:Month "5" ;
    a2a:Day "21" ;
    rdfs:label "1875-05-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Klaaswaal" ;
    rdfs:label "Klaaswaal"
  ] .

oa:relationep_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person1 ;
  a2a:EventKeyRef oa:event_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Event1 .

oa:relationep_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person2 ;
  a2a:EventKeyRef oa:event_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Event1 .

oa:relationep_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person3 ;
  a2a:EventKeyRef oa:event_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Event1 .

oa:relationep_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person4 ;
  a2a:EventKeyRef oa:event_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Event1 .

oa:relationep_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person5 ;
  a2a:EventKeyRef oa:event_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Event1 .

oa:relationep_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Person6 ;
  a2a:EventKeyRef oa:event_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5_Event1 .

oa:source_rad_11f2e4a8-8708-a8ca-afb1-e2a554381fc5
  a a2a:Source ;
  rdfs:label "Regionaal Archief Dordrecht, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Dordrecht" ;
    rdfs:label "Dordrecht", "1875-01-01 - 1875-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1875-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1875-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Dordrecht" ;
    a2a:Collection "Huwelijksakten Klaaswaal" ;
    a2a:DocumentNumber "10" ;
    a2a:RegistryNumber "14" ;
    rdfs:label "Regionaal Archief Dordrecht, Huwelijksakten Klaaswaal, 10, 14"
  ] ;
  a2a:SourceLastChangeDate "2016-07-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.regionaalarchiefdordrecht.nl/archief/zoeken/?mivast=46&miadt=46&miaet=54&micode=HUW-KLAASWAAL&minr=1764346&miview=ldt" ;
  a2a:RecordGUID "{11f2e4a8-8708-a8ca-afb1-e2a554381fc5}" .

