@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_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B
  a a2a:Record ;
  rdfs:label "Vertrek op 3 september 1958 uit New York op het schip Rijndam (Noord-Amerika - Europa)" ;
  a2a:hasPerson oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074035, oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074036, oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074037, oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074038, oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074039, oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074040 ;
  a2a:hasEvent oa:event_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Vertrek ;
  a2a:hasRelationEP oa:relationep_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_0, oa:relationep_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_1, oa:relationep_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_2, oa:relationep_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_3, oa:relationep_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_4, oa:relationep_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_5 ;
  a2a:hasSource oa:source_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B .

oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074035
  a a2a:Person ;
  rdfs:label "N.H.G. Balfour" ;
  a2a:PersonName [
    rdfs:label "N.H.G. Balfour" ;
    a2a:PersonNameFirstName "N.H.G." ;
    a2a:PersonNameLastName "Balfour"
  ] .

oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074036
  a a2a:Person ;
  rdfs:label "D.W. Bunker" ;
  a2a:PersonName [
    rdfs:label "D.W. Bunker" ;
    a2a:PersonNameFirstName "D.W." ;
    a2a:PersonNameLastName "Bunker"
  ] .

oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074037
  a a2a:Person ;
  rdfs:label "W. Mulder" ;
  a2a:PersonName [
    rdfs:label "W. Mulder" ;
    a2a:PersonNameFirstName "W." ;
    a2a:PersonNameLastName "Mulder"
  ] .

oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074038
  a a2a:Person ;
  rdfs:label "W. Pope" ;
  a2a:PersonName [
    rdfs:label "W. Pope" ;
    a2a:PersonNameFirstName "W." ;
    a2a:PersonNameLastName "Pope"
  ] .

oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074039
  a a2a:Person ;
  rdfs:label "W. Wielinga" ;
  a2a:PersonName [
    rdfs:label "W. Wielinga" ;
    a2a:PersonNameFirstName "W." ;
    a2a:PersonNameLastName "Wielinga"
  ] .

oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074040
  a a2a:Person ;
  rdfs:label "F. Rojot" ;
  a2a:PersonName [
    rdfs:label "F. Rojot" ;
    a2a:PersonNameFirstName "F." ;
    a2a:PersonNameLastName "Rojot"
  ] .

oa:event_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Vertrek
  a a2a:Event ;
  rdfs:label "other:Vertrek" ;
  a2a:EventType "other:Vertrek" ;
  a2a:EventDate [
    a2a:LiteralDate "03-09-1958" ;
    a2a:Year "1958" ;
    a2a:Month "09" ;
    a2a:Day "03" ;
    rdfs:label "1958-09-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "New York" ;
    rdfs:label "New York"
  ] ;
  a2a:EventRemarkNaam_schip "Rijndam (Noord-Amerika - Europa)" .

oa:relationep_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_0
  a a2a:RelationEP ;
  rdfs:label "other:Reiziger" ;
  a2a:RelationType "other:Reiziger" ;
  a2a:PersonKeyRef oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074035 ;
  a2a:EventKeyRef oa:event_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Vertrek .

oa:relationep_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_1
  a a2a:RelationEP ;
  rdfs:label "other:Reiziger" ;
  a2a:RelationType "other:Reiziger" ;
  a2a:PersonKeyRef oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074036 ;
  a2a:EventKeyRef oa:event_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Vertrek .

oa:relationep_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_2
  a a2a:RelationEP ;
  rdfs:label "other:Reiziger" ;
  a2a:RelationType "other:Reiziger" ;
  a2a:PersonKeyRef oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074037 ;
  a2a:EventKeyRef oa:event_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Vertrek .

oa:relationep_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_3
  a a2a:RelationEP ;
  rdfs:label "other:Reiziger" ;
  a2a:RelationType "other:Reiziger" ;
  a2a:PersonKeyRef oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074038 ;
  a2a:EventKeyRef oa:event_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Vertrek .

oa:relationep_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_4
  a a2a:RelationEP ;
  rdfs:label "other:Reiziger" ;
  a2a:RelationType "other:Reiziger" ;
  a2a:PersonKeyRef oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074039 ;
  a2a:EventKeyRef oa:event_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Vertrek .

oa:relationep_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_5
  a a2a:RelationEP ;
  rdfs:label "other:Reiziger" ;
  a2a:RelationType "other:Reiziger" ;
  a2a:PersonKeyRef oa:person_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Person2720074040 ;
  a2a:EventKeyRef oa:event_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B_Vertrek .

oa:source_srt_C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, Passagiersregisters" ;
  a2a:SourcePlace [
    a2a:Place "New York" ;
    a2a:Country "Nederland" ;
    rdfs:label "New York, Nederland", "1958-01-01 - 1958-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1958-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1958-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1958" ] ;
  a2a:SourceType "other:Passagiersregisters" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Archieven van de Holland Amerika Lijn (HAL): Passage A" ;
    a2a:Book "Passagestaten Rijndam: 1958, 24 juli-29 dec., 24-07-1958 t/m 29-12-1958" ;
    a2a:RegistryNumber "1161" ;
    a2a:Folio "66" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Archieven van de Holland Amerika Lijn (HAL): Passage A, Passagestaten Rijndam: 1958, 24 juli-29 dec., 24-07-1958 t/m 29-12-1958, 1161, 66"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/D4811E494873452C92B194C3F71AE67C" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/D4811E494873452C92B194C3F71AE67C" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/D4811E494873452C92B194C3F71AE67C"
  ] ;
  a2a:SourceLastChangeDate "2022-05-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/C9D4E0D38F9544D3B5FD9DAFED35381B" ;
  a2a:RecordIdentifier "2720074034" ;
  a2a:RecordGUID "{C9D4E0D3-8F95-44D3-B5FD-9DAFED35381B}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/D8E5E786587A490994339409C946F047" .

[]
  a2a:PersonRemarkVan "New York" ;
  a2a:PersonRemarkNaar "Rotterdam" .

[]
  a2a:PersonRemarkVan "New York" ;
  a2a:PersonRemarkNaar "Rotterdam" .

[]
  a2a:PersonRemarkVan "New York" ;
  a2a:PersonRemarkNaar "Rotterdam" .

[]
  a2a:PersonRemarkVan "New York" ;
  a2a:PersonRemarkNaar "Rotterdam" .

[]
  a2a:PersonRemarkVan "New York" ;
  a2a:PersonRemarkNaar "Rotterdam" .

[]
  a2a:PersonRemarkVan "New York" ;
  a2a:PersonRemarkNaar "Rotterdam" .

