@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_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3
  a a2a:Record ;
  rdfs:label "Registratie op 4 juni 1791" ;
  a2a:hasPerson oa:person_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Person1, oa:person_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Person2, oa:person_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Person3, oa:person_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Person4 ;
  a2a:hasEvent oa:event_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_0, oa:relationep_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_1, oa:relationep_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_2, oa:relationep_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_3 ;
  a2a:hasSource oa:source_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3 .

oa:person_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Person1
  a a2a:Person ;
  rdfs:label "Elias Moses Berlijn" ;
  a2a:PersonName [
    rdfs:label "Elias Moses Berlijn" ;
    a2a:PersonNameFirstName "Elias Moses" ;
    a2a:PersonNameLastName "Berlijn"
  ] ;
  a2a:Residence [
    a2a:Place "Edam" ;
    rdfs:label "Edam"
  ] ;
  a2a:MaritalStatus "Jongeman" .

oa:person_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Person2
  a a2a:Person ;
  rdfs:label "Mosis Berlijn" ;
  a2a:PersonName [
    rdfs:label "Mosis Berlijn" ;
    a2a:PersonNameFirstName "Mosis" ;
    a2a:PersonNameLastName "Berlijn"
  ] .

oa:person_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Person3
  a a2a:Person ;
  rdfs:label "Vogel Zacharias" ;
  a2a:PersonName [
    rdfs:label "Vogel Zacharias" ;
    a2a:PersonNameFirstName "Vogel" ;
    a2a:PersonNamePatronym "Zacharias"
  ] ;
  a2a:Residence [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] ;
  a2a:MaritalStatus "Jongedochter" .

oa:person_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Person4
  a a2a:Person ;
  rdfs:label "Zacharias Barends" ;
  a2a:PersonName [
    rdfs:label "Zacharias Barends" ;
    a2a:PersonNameFirstName "Zacharias" ;
    a2a:PersonNameLastName "Barends"
  ] .

oa:event_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1791" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1791-06-04"^^xsd:date
  ] ;
  a2a:EventRemarkOpmerking "Acte van ieder fl. 3,-,- vertoond." .

oa:relationep_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Person1 ;
  a2a:EventKeyRef oa:event_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Event1 .

oa:relationep_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Person2 ;
  a2a:EventKeyRef oa:event_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Event1 .

oa:relationep_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_2
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Person3 ;
  a2a:EventKeyRef oa:event_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Event1 .

oa:relationep_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_3
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Person4 ;
  a2a:EventKeyRef oa:event_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3_Event1 .

oa:source_wfa_F99C2175-C906-4776-ABDC-3D5E1E680CD3
  a a2a:Source ;
  rdfs:label "Westfries Archief, Ondertrouwregistratie" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn", "1791-01-01 - 1791-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1791-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1791-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Ondertrouwregistratie" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Collection "DTB Hoorn 60. Ondertrouwinschrijvingen, 1782-1811." ;
    a2a:RegistryNumber "60" ;
    a2a:Folio "80a" ;
    rdfs:label "Westfries Archief, DTB Hoorn 60. Ondertrouwinschrijvingen, 1782-1811., 60, 80a"
  ] ;
  a2a:SourceLastChangeDate "2022-05-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/F99C2175C9064776ABDC3D5E1E680CD3" ;
  a2a:RecordGUID "{F99C2175-C906-4776-ABDC-3D5E1E680CD3}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-HnWFA_1702-17_60_54_MI.xml van WFA" .

