@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_84615e1f-a72c-7c54-e1ba-82e700cc7ccc
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1950)" ;
  a2a:hasPerson oa:person_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Person1, oa:person_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Person2, oa:person_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Person3, oa:person_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Person4 ;
  a2a:hasEvent oa:event_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Event1 ;
  a2a:hasRelationEP oa:relationep_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_0, oa:relationep_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_1, oa:relationep_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_2, oa:relationep_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_3 ;
  a2a:hasSource oa:source_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc .

oa:person_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Person1
  a a2a:Person ;
  rdfs:label "Johanna Elisabeth Muntslag" ;
  a2a:PersonName [
    rdfs:label "Johanna Elisabeth Muntslag" ;
    a2a:PersonNameFirstName "Johanna Elisabeth" ;
    a2a:PersonNameLastName "Muntslag"
  ] ;
  a2a:Residence [
    a2a:Street "Grote Dwarsstraat 71" ;
    rdfs:label "Grote Dwarsstraat 71"
  ] ;
  a2a:BirthDate [
    a2a:Year "1893" ;
    a2a:Month "9" ;
    a2a:Day "9" ;
    rdfs:label "1893-09-09"^^xsd:date
  ] .

oa:person_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Person2
  a a2a:Person ;
  rdfs:label "James Austin" ;
  a2a:PersonName [
    rdfs:label "James Austin" ;
    a2a:PersonNameFirstName "James" ;
    a2a:PersonNameLastName "Austin"
  ] .

oa:person_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Person3
  a a2a:Person ;
  rdfs:label "Adolphina Doortje Muntslag" ;
  a2a:PersonName [
    rdfs:label "Adolphina Doortje Muntslag" ;
    a2a:PersonNameFirstName "Adolphina Doortje" ;
    a2a:PersonNameLastName "Muntslag"
  ] .

oa:person_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Person4
  a a2a:Person ;
  rdfs:label "Johannes Julius van der Kust" ;
  a2a:PersonName [
    rdfs:label "Johannes Julius van der Kust" ;
    a2a:PersonNameFirstName "Johannes Julius" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Kust"
  ] .

oa:event_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventRemark01_Woondistrict "I" ;
  a2a:EventRemark02_Huwelijksdatum "20-12-1928" .

oa:relationep_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Person1 ;
  a2a:EventKeyRef oa:event_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Event1 .

oa:relationep_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Person2 ;
  a2a:EventKeyRef oa:event_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Event1 .

oa:relationep_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Person3 ;
  a2a:EventKeyRef oa:event_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Event1 .

oa:relationep_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_3
  a a2a:RelationEP ;
  rdfs:label "Partner" ;
  a2a:RelationType "Partner" ;
  a2a:PersonKeyRef oa:person_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Person4 ;
  a2a:EventKeyRef oa:event_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc_Event1 .

oa:source_ghn_84615e1f-a72c-7c54-e1ba-82e700cc7ccc
  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 "50" ;
    rdfs:label "Nationaal Archief, Den Haag, Volkstelling Suriname 1950, 50"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://service.archief.nl/gaf/api/file/v1/render/033e90fb-43a4-4d7b-873a-cb74f75a7edd" ;
    a2a:UriViewer "https://service.archief.nl/iip/fd/05/4c/af/4f/12/48/ed/85/87/63/a4/ba/f1/31/25/033e90fb-43a4-4d7b-873a-cb74f75a7edd.jp2/info.json" ;
    a2a:UriPreview "https://service.archief.nl/gaf/api/file/v1/thumb/033e90fb-43a4-4d7b-873a-cb74f75a7edd"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://service.archief.nl/gaf/api/file/v1/render/e1c0d707-a4eb-4b6c-816d-501c20641508" ;
    a2a:UriViewer "https://service.archief.nl/iip/fd/05/4c/af/4f/12/48/ed/85/87/63/a4/ba/f1/31/25/e1c0d707-a4eb-4b6c-816d-501c20641508.jp2/info.json" ;
    a2a:UriPreview "https://service.archief.nl/gaf/api/file/v1/thumb/e1c0d707-a4eb-4b6c-816d-501c20641508"
  ] ;
  a2a:SourceLastChangeDate "2024-03-06"^^xsd:date ;
  a2a:RecordIdentifier "10725 / 10726" ;
  a2a:RecordGUID "{84615e1f-a72c-7c54-e1ba-82e700cc7ccc}" ;
  a2a:SourceRemarkVrijwilliger "Geïndexeerd via U.G.C." ;
  a2a:SourceRemarkghn_na_viewer_1 "https://www.nationaalarchief.nl/onderzoeken/archief/2.10.19.02/invnr/50/file/NL-HaNA_2.10.19.02_50_0765" ;
  a2a:SourceRemarkghn_na_viewer_2 "https://www.nationaalarchief.nl/onderzoeken/archief/2.10.19.02/invnr/50/file/NL-HaNA_2.10.19.02_50_0766" ;
  a2a:SourceRemarkProvenance "csv file sent by team ugc.jayveel.nl/downloads / csv2a2a" .

