@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_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf
  a a2a:Record ;
  rdfs:label "Trouwen op 27 mei 1634" ;
  a2a:hasPerson oa:person_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf_Person1, oa:person_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf_Person2 ;
  a2a:hasEvent oa:event_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf_Event1 ;
  a2a:hasRelationEP oa:relationep_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf_0, oa:relationep_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf_1 ;
  a2a:hasSource oa:source_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf .

oa:person_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf_Person1
  a a2a:Person ;
  rdfs:label "Jacob Gesquire" ;
  a2a:PersonName [
    rdfs:label "Jacob Gesquire" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Gesquire"
  ] .

oa:person_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf_Person2
  a a2a:Person ;
  rdfs:label "Engeltgen Abrahams" ;
  a2a:PersonName [
    rdfs:label "Engeltgen Abrahams" ;
    a2a:PersonNameFirstName "Engeltgen Abrahams"
  ] .

oa:event_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1634" ;
    a2a:Month "5" ;
    a2a:Day "27" ;
    rdfs:label "1634-05-27"^^xsd:date
  ] ;
  a2a:EventRemarkOpmerking "attestatie van Leiden" .

oa:relationep_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf_Person1 ;
  a2a:EventKeyRef oa:event_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf_Event1 .

oa:relationep_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf_Person2 ;
  a2a:EventKeyRef oa:event_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf_Event1 .

oa:source_arg_8fe67d1b-b26f-e50e-16cd-aec126b994cf
  a a2a:Source ;
  rdfs:label "Gemeentearchief Alphen aan den Rijn, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Alphen aan den Rijn" ;
    rdfs:label "Alphen aan den Rijn", "1634-01-01 - 1634-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1634-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1634-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Alphen aan den Rijn" ;
    a2a:Place "Koudekerk" ;
    a2a:Collection "\"Doop- en trouwboeken\", 1624 - 1811." ;
    a2a:RegistryNumber "1" ;
    a2a:Folio "10v" ;
    rdfs:label "Gemeentearchief Alphen aan den Rijn, Koudekerk, \"Doop- en trouwboeken\", 1624 - 1811., 1, 10v"
  ] ;
  a2a:SourceLastChangeDate "2016-04-13"^^xsd:date ;
  a2a:RecordGUID "{8fe67d1b-b26f-e50e-16cd-aec126b994cf}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-AlSARM_145.1.11-1_54_MI.xml van ARG" .

