@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_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF
  a a2a:Record ;
  rdfs:label "Huwelijk op 11 mei 1904 te Velsen" ;
  a2a:hasPerson oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525008, oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525010, oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525011, oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525009, oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525012, oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525013 ;
  a2a:hasEvent oa:event_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_0, oa:relationep_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_1, oa:relationep_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_2, oa:relationep_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_3, oa:relationep_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_4, oa:relationep_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_5 ;
  a2a:hasSource oa:source_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF .

oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525008
  a a2a:Person ;
  rdfs:label "Simon Bol" ;
  a2a:PersonName [
    rdfs:label "Simon Bol" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Bol"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Velsen" ;
    rdfs:label "Velsen"
  ] ;
  a2a:Profession "tuinder" .

oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525010
  a a2a:Person ;
  rdfs:label "Willem Bol" ;
  a2a:PersonName [
    rdfs:label "Willem Bol" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Bol"
  ] ;
  a2a:Profession "tuinder" .

oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525011
  a a2a:Person ;
  rdfs:label "Alida Dam" ;
  a2a:PersonName [
    rdfs:label "Alida Dam" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNameLastName "Dam"
  ] .

oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525009
  a a2a:Person ;
  rdfs:label "Anna Cornelia Post" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelia Post" ;
    a2a:PersonNameFirstName "Anna Cornelia" ;
    a2a:PersonNameLastName "Post"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Velsen" ;
    rdfs:label "Velsen"
  ] .

oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525012
  a a2a:Person ;
  rdfs:label "Johannes Michaël Post" ;
  a2a:PersonName [
    rdfs:label "Johannes Michaël Post" ;
    a2a:PersonNameFirstName "Johannes Michaël" ;
    a2a:PersonNameLastName "Post"
  ] .

oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525013
  a a2a:Person ;
  rdfs:label "Cornelia Arisz" ;
  a2a:PersonName [
    rdfs:label "Cornelia Arisz" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Arisz"
  ] .

oa:event_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "11-05-1904" ;
    a2a:Year "1904" ;
    a2a:Month "05" ;
    a2a:Day "11" ;
    rdfs:label "1904-05-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Velsen" ;
    rdfs:label "Velsen"
  ] .

oa:relationep_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525008 ;
  a2a:EventKeyRef oa:event_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Event1 .

oa:relationep_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525010 ;
  a2a:EventKeyRef oa:event_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Event1 .

oa:relationep_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525011 ;
  a2a:EventKeyRef oa:event_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Event1 .

oa:relationep_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525009 ;
  a2a:EventKeyRef oa:event_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Event1 .

oa:relationep_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525012 ;
  a2a:EventKeyRef oa:event_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Event1 .

oa:relationep_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Person2744525013 ;
  a2a:EventKeyRef oa:event_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF_Event1 .

oa:source_nha_18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Velsen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Velsen, Nederland", "1904-05-11 - 1904-05-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1904-05-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1904-05-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "11-05-1904" ;
    a2a:Year "1904" ;
    a2a:Month "05" ;
    a2a:Day "11" ;
    rdfs:label "11-05-1904"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "burgerlijke stand van de gemeente Velsen, Archiefdeel van (dubbele) registers van de" ;
    a2a:Book "Huwelijksakten van de gemeente Velsen, 1904" ;
    a2a:DocumentNumber "33" ;
    a2a:RegistryNumber "21904" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, burgerlijke stand van de gemeente Velsen, Archiefdeel van (dubbele) registers van de, Huwelijksakten van de gemeente Velsen, 1904, 33, 21904"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/236/01594D428436403BA5ED604D3AF9C332" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/236/01594D428436403BA5ED604D3AF9C332" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/236/01594D428436403BA5ED604D3AF9C332"
  ] ;
  a2a:SourceLastChangeDate "2022-05-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/236/18CE280F9B8F4DB2B21EB1C7CF4285DF" ;
  a2a:RecordIdentifier "2744525007" ;
  a2a:RecordGUID "{18CE280F-9B8F-4DB2-B21E-B1C7CF4285DF}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/2B907CFBBAA34A38A3B3F9570E167AC5" .

