@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_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1950)" ;
  a2a:hasPerson oa:person_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Person1, oa:person_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Person2, oa:person_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Person3, oa:person_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Person4 ;
  a2a:hasEvent oa:event_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Event1 ;
  a2a:hasRelationEP oa:relationep_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_0, oa:relationep_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_1, oa:relationep_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_2, oa:relationep_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_3 ;
  a2a:hasSource oa:source_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b .

oa:person_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Person1
  a a2a:Person ;
  rdfs:label "Elias Emanus Warnert" ;
  a2a:PersonName [
    rdfs:label "Elias Emanus Warnert" ;
    a2a:PersonNameFirstName "Elias Emanus" ;
    a2a:PersonNameLastName "Warnert"
  ] ;
  a2a:Residence [
    a2a:Street "Hoogestraat 61 c" ;
    rdfs:label "Hoogestraat 61 c"
  ] ;
  a2a:BirthDate [
    a2a:Year "1901" ;
    a2a:Month "8" ;
    a2a:Day "12" ;
    rdfs:label "1901-08-12"^^xsd:date
  ] .

oa:person_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Person2
  a a2a:Person ;
  rdfs:label "Jan Gerrit Olmberg" ;
  a2a:PersonName [
    rdfs:label "Jan Gerrit Olmberg" ;
    a2a:PersonNameFirstName "Jan Gerrit" ;
    a2a:PersonNameLastName "Olmberg"
  ] .

oa:person_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Person3
  a a2a:Person ;
  rdfs:label "Alida Josina Warnert" ;
  a2a:PersonName [
    rdfs:label "Alida Josina Warnert" ;
    a2a:PersonNameFirstName "Alida Josina" ;
    a2a:PersonNameLastName "Warnert"
  ] .

oa:person_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Person4
  a a2a:Person ;
  rdfs:label "Louise Swantje Belfor" ;
  a2a:PersonName [
    rdfs:label "Louise Swantje Belfor" ;
    a2a:PersonNameFirstName "Louise Swantje" ;
    a2a:PersonNameLastName "Belfor"
  ] .

oa:event_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventRemark01_Woondistrict "I" ;
  a2a:EventRemark02_Huwelijksdatum "28-04-1948" .

oa:relationep_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Person1 ;
  a2a:EventKeyRef oa:event_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Event1 .

oa:relationep_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Person2 ;
  a2a:EventKeyRef oa:event_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Event1 .

oa:relationep_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Person3 ;
  a2a:EventKeyRef oa:event_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Event1 .

oa:relationep_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_3
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Person4 ;
  a2a:EventKeyRef oa:event_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b_Event1 .

oa:source_ghn_5b4642e1-dbd6-7258-e3bb-31fd9062ff1b
  a a2a:Source ;
  rdfs:label "Nationaal Archief, Volkstelling" ;
  a2a:SourcePlace [
    a2a:Place "Suriname" ;
    rdfs:label "Suriname", "1950-01-01 - 1950-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1950-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1950-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Volkstelling" ;
  a2a:SourceReference [
    a2a:InstitutionName "Nationaal Archief" ;
    a2a:Place "Den Haag" ;
    a2a:Collection "Volkstelling Suriname 1950" ;
    a2a:RegistryNumber "22" ;
    rdfs:label "Nationaal Archief, Den Haag, Volkstelling Suriname 1950, 22"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://service.archief.nl/gaf/api/file/v1/render/383482a4-2734-45b2-9f3e-ec9f2efb5ab8" ;
    a2a:UriViewer "https://service.archief.nl/iip/f4/bf/95/94/1f/d3/4c/c3/b1/b6/c8/3c/29/a2/8b/c8/383482a4-2734-45b2-9f3e-ec9f2efb5ab8.jp2/info.json" ;
    a2a:UriPreview "https://service.archief.nl/gaf/api/file/v1/thumb/383482a4-2734-45b2-9f3e-ec9f2efb5ab8"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://service.archief.nl/gaf/api/file/v1/render/38603457-fd9c-4e09-bf0a-0b313b59b1b7" ;
    a2a:UriViewer "https://service.archief.nl/iip/f4/bf/95/94/1f/d3/4c/c3/b1/b6/c8/3c/29/a2/8b/c8/38603457-fd9c-4e09-bf0a-0b313b59b1b7.jp2/info.json" ;
    a2a:UriPreview "https://service.archief.nl/gaf/api/file/v1/thumb/38603457-fd9c-4e09-bf0a-0b313b59b1b7"
  ] ;
  a2a:SourceLastChangeDate "2024-03-06"^^xsd:date ;
  a2a:RecordIdentifier "5747 / 5748" ;
  a2a:RecordGUID "{5b4642e1-dbd6-7258-e3bb-31fd9062ff1b}" ;
  a2a:SourceRemarkVrijwilliger "Geïndexeerd via U.G.C." ;
  a2a:SourceRemarkghn_na_viewer_1 "https://www.nationaalarchief.nl/onderzoeken/archief/2.10.19.02/invnr/22/file/NL-HaNA_2.10.19.02_22_0453" ;
  a2a:SourceRemarkghn_na_viewer_2 "https://www.nationaalarchief.nl/onderzoeken/archief/2.10.19.02/invnr/22/file/NL-HaNA_2.10.19.02_22_0454" ;
  a2a:SourceRemarkProvenance "csv file sent by team ugc.jayveel.nl/downloads / csv2a2a" .

