@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_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87
  a a2a:Record ;
  rdfs:label "Huwelijk in 1921 te Hengelo" ;
  a2a:hasPerson oa:person_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87_Person1, oa:person_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87_Person2 ;
  a2a:hasEvent oa:event_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87_Event1 ;
  a2a:hasRelationEP oa:relationep_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87_0, oa:relationep_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87_1 ;
  a2a:hasSource oa:source_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87 .

oa:person_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87_Person1
  a a2a:Person ;
  rdfs:label "Andries Jacobus Brinkman" ;
  a2a:PersonName [
    rdfs:label "Andries Jacobus Brinkman" ;
    a2a:PersonNameFirstName "Andries Jacobus" ;
    a2a:PersonNameLastName "Brinkman"
  ] .

oa:person_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87_Person2
  a a2a:Person ;
  rdfs:label "Hermina Ramaker" ;
  a2a:PersonName [
    rdfs:label "Hermina Ramaker" ;
    a2a:PersonNameFirstName "Hermina" ;
    a2a:PersonNameLastName "Ramaker"
  ] .

oa:event_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [ a2a:Year "1921" ] ;
  a2a:EventPlace [
    a2a:Place "Hengelo" ;
    rdfs:label "Hengelo"
  ] .

oa:relationep_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87_Person1 ;
  a2a:EventKeyRef oa:event_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87_Event1 .

oa:relationep_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87_Person2 ;
  a2a:EventKeyRef oa:event_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87_Event1 .

oa:source_hng_57fa3445-bcec-6c8d-06f2-c70855ebdc87
  a a2a:Source ;
  rdfs:label "Gemeentearchief Hengelo, BS Huwelijk" ;
  a2a:SourceDate [ a2a:Year "1921" ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Hengelo" ;
    a2a:Collection "Hengelo, register van huwelijken" ;
    a2a:DocumentNumber "173" ;
    rdfs:label "Gemeentearchief Hengelo, Hengelo, register van huwelijken, 173"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "http://archief.hengelo.nl/genealogie/data/HUW/HUW1921/0000089L.TIF"
  ] ;
  a2a:SourceLastChangeDate "2016-03-10"^^xsd:date ;
  a2a:RecordGUID "{57fa3445-bcec-6c8d-06f2-c70855ebdc87}" .

