@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_3EB698EB-AF88-4CE3-9687-CD2C23E41A81
  a a2a:Record ;
  rdfs:label "Trouwen op 1 februari 1752 te Hoorn" ;
  a2a:hasPerson oa:person_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Person3977114978, oa:person_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Person3977114979, oa:person_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Person3977114980, oa:person_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Person3977114981 ;
  a2a:hasEvent oa:event_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_0, oa:relationep_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_1, oa:relationep_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_2, oa:relationep_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_3 ;
  a2a:hasSource oa:source_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81 .

oa:person_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Person3977114978
  a a2a:Person ;
  rdfs:label "Dirck Overbeek" ;
  a2a:PersonName [
    rdfs:label "Dirck Overbeek" ;
    a2a:PersonNameFirstName "Dirck" ;
    a2a:PersonNameLastName "Overbeek"
  ] .

oa:person_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Person3977114979
  a a2a:Person ;
  rdfs:label "Joanna Elingh" ;
  a2a:PersonName [
    rdfs:label "Joanna Elingh" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Elingh"
  ] .

oa:person_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Person3977114980
  a a2a:Person ;
  rdfs:label "Christien Janse Hibbe" ;
  a2a:PersonName [
    rdfs:label "Christien Janse Hibbe" ;
    a2a:PersonNameFirstName "Christien" ;
    a2a:PersonNamePatronym "Janse" ;
    a2a:PersonNameLastName "Hibbe"
  ] .

oa:person_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Person3977114981
  a a2a:Person ;
  rdfs:label "Trijntje Daniels" ;
  a2a:PersonName [
    rdfs:label "Trijntje Daniels" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Daniels"
  ] .

oa:event_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:LiteralDate "01-02-1752" ;
    a2a:Year "1752" ;
    a2a:Month "02" ;
    a2a:Day "01" ;
    rdfs:label "1752-02-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:relationep_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Person3977114978 ;
  a2a:EventKeyRef oa:event_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Event1 .

oa:relationep_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Person3977114979 ;
  a2a:EventKeyRef oa:event_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Event1 .

oa:relationep_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Person3977114980 ;
  a2a:EventKeyRef oa:event_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Event1 .

oa:relationep_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Person3977114981 ;
  a2a:EventKeyRef oa:event_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81_Event1 .

oa:source_wfa_3EB698EB-AF88-4CE3-9687-CD2C23E41A81
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Hoorn, Nederland", "1752-02-01 - 1752-02-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1752-02-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1752-02-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "01-02-1752" ;
    a2a:Year "1752" ;
    a2a:Month "02" ;
    a2a:Day "01" ;
    rdfs:label "01-02-1752"
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "DTB Hoorn 36. Katholieke doop- en trouwinschrijvingen (statie Sint Franciscus), 1722-1811." ;
    a2a:Book "DTB Hoorn 36. Katholieke doop- en trouwinschrijvingen (statie Sint Franciscus), 1722-1811." ;
    a2a:RegistryNumber "36" ;
    a2a:Folio "103" ;
    rdfs:label "Westfries Archief, Hoorn, DTB Hoorn 36. Katholieke doop- en trouwinschrijvingen (statie Sint Franciscus), 1722-1811., DTB Hoorn 36. Katholieke doop- en trouwinschrijvingen (statie Sint Franciscus), 1722-1811., 36, 103"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/B1426571BE88465296964B4CA7E1853B" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/B1426571BE88465296964B4CA7E1853B" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/B1426571BE88465296964B4CA7E1853B"
  ] ;
  a2a:SourceLastChangeDate "2024-12-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/3EB698EBAF884CE39687CD2C23E41A81" ;
  a2a:RecordIdentifier "3977114977" ;
  a2a:RecordGUID "{3EB698EB-AF88-4CE3-9687-CD2C23E41A81}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/52A04DE65840455C86031ADF89E9310C" .

