@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_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF
  a a2a:Record ;
  rdfs:label "Huwelijk op 2 juni 1920 te Amsterdam" ;
  a2a:hasPerson oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383012, oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383011, oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383010, oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383009, oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383008, oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383007 ;
  a2a:hasEvent oa:event_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_0, oa:relationep_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_1, oa:relationep_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_2, oa:relationep_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_3, oa:relationep_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_4, oa:relationep_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_5 ;
  a2a:hasSource oa:source_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF .

oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383012
  a a2a:Person ;
  rdfs:label "Adriaan Cornelis Oosterman" ;
  a2a:PersonName [
    rdfs:label "Adriaan Cornelis Oosterman" ;
    a2a:PersonNameFirstName "Adriaan Cornelis" ;
    a2a:PersonNameLastName "Oosterman"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] ;
  a2a:Profession "matroos ter koopvaardij" .

oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383011
  a a2a:Person ;
  rdfs:label "Barend Oosterman" ;
  a2a:PersonName [
    rdfs:label "Barend Oosterman" ;
    a2a:PersonNameFirstName "Barend" ;
    a2a:PersonNameLastName "Oosterman"
  ] .

oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383010
  a a2a:Person ;
  rdfs:label "Margaretha Adriana Cornelia Montijn" ;
  a2a:PersonName [
    rdfs:label "Margaretha Adriana Cornelia Montijn" ;
    a2a:PersonNameFirstName "Margaretha Adriana Cornelia" ;
    a2a:PersonNameLastName "Montijn"
  ] .

oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383009
  a a2a:Person ;
  rdfs:label "Sara Cornelia Gerritsen" ;
  a2a:PersonName [
    rdfs:label "Sara Cornelia Gerritsen" ;
    a2a:PersonNameFirstName "Sara Cornelia" ;
    a2a:PersonNameLastName "Gerritsen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383008
  a a2a:Person ;
  rdfs:label "Jan Gerritsen" ;
  a2a:PersonName [
    rdfs:label "Jan Gerritsen" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Gerritsen"
  ] ;
  a2a:Profession "loopknecht" .

oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383007
  a a2a:Person ;
  rdfs:label "Sara Cornelia van Glasenap" ;
  a2a:PersonName [
    rdfs:label "Sara Cornelia van Glasenap" ;
    a2a:PersonNameFirstName "Sara Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Glasenap"
  ] .

oa:event_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "02-06-1920" ;
    a2a:Year "1920" ;
    a2a:Month "06" ;
    a2a:Day "02" ;
    rdfs:label "1920-06-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383012 ;
  a2a:EventKeyRef oa:event_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Event1 .

oa:relationep_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383011 ;
  a2a:EventKeyRef oa:event_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Event1 .

oa:relationep_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383010 ;
  a2a:EventKeyRef oa:event_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Event1 .

oa:relationep_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383009 ;
  a2a:EventKeyRef oa:event_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Event1 .

oa:relationep_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383008 ;
  a2a:EventKeyRef oa:event_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Event1 .

oa:relationep_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Person2651383007 ;
  a2a:EventKeyRef oa:event_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF_Event1 .

oa:source_nha_C9C044EA-2AE2-41A2-9503-BDF497EB25CF
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Amsterdam, Nederland", "1920-06-02 - 1920-06-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-06-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-06-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "02-06-1920" ;
    a2a:Year "1920" ;
    a2a:Month "06" ;
    a2a:Day "02" ;
    rdfs:label "02-06-1920"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "burgerlijke stand van de gemeente Amsterdam, Archiefdeel van (dubbele) registers van huwelijken v..." ;
    a2a:Book "Huwelijksakten van de gemeente Amsterdam, 1920" ;
    a2a:DocumentNumber "Reg. 2D fol. 37" ;
    a2a:RegistryNumber "2414" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, burgerlijke stand van de gemeente Amsterdam, Archiefdeel van (dubbele) registers van huwelijken v..., Huwelijksakten van de gemeente Amsterdam, 1920, Reg. 2D fol. 37, 2414"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/236/A8A27BEE8DC94AF595008720E430F72D" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/236/A8A27BEE8DC94AF595008720E430F72D" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/236/A8A27BEE8DC94AF595008720E430F72D"
  ] ;
  a2a:SourceLastChangeDate "2022-04-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/236/C9C044EA2AE241A29503BDF497EB25CF" ;
  a2a:RecordIdentifier "2651383006" ;
  a2a:RecordGUID "{C9C044EA-2AE2-41A2-9503-BDF497EB25CF}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/D76F55D095FC3591E053CA00A8C01391" .

