@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_5f312b0b-e57d-447e-e053-09f0900afd8f
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1945-1967)" ;
  a2a:hasPerson oa:person_ghn_5f312b0b-e57d-447e-e053-09f0900afd8f_Person1 ;
  a2a:hasEvent oa:event_ghn_5f312b0b-e57d-447e-e053-09f0900afd8f_Event1 ;
  a2a:hasRelationEP oa:relationep_ghn_5f312b0b-e57d-447e-e053-09f0900afd8f_0 ;
  a2a:hasSource oa:source_ghn_5f312b0b-e57d-447e-e053-09f0900afd8f .

oa:person_ghn_5f312b0b-e57d-447e-e053-09f0900afd8f_Person1
  a a2a:Person ;
  rdfs:label "G. Brongersma" ;
  a2a:PersonName [
    rdfs:label "G. Brongersma" ;
    a2a:PersonNameFirstName "G." ;
    a2a:PersonNameLastName "Brongersma"
  ] ;
  a2a:Residence [
    a2a:Place "Venlo" ;
    rdfs:label "Venlo"
  ] .

oa:event_ghn_5f312b0b-e57d-447e-e053-09f0900afd8f_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" .

oa:relationep_ghn_5f312b0b-e57d-447e-e053-09f0900afd8f_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ghn_5f312b0b-e57d-447e-e053-09f0900afd8f_Person1 ;
  a2a:EventKeyRef oa:event_ghn_5f312b0b-e57d-447e-e053-09f0900afd8f_Event1 .

oa:source_ghn_5f312b0b-e57d-447e-e053-09f0900afd8f
  a a2a:Source ;
  rdfs:label "Nationaal Archief, Beheersdossier" ;
  a2a:SourcePlace [
    a2a:Place "Den Haag" ;
    rdfs:label "Den Haag", "1945-01-01 - 1967-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1945-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1967-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Beheersdossier" ;
  a2a:SourceReference [
    a2a:InstitutionName "Nationaal Archief" ;
    a2a:Collection "Nederlands Beheersinstituut (NBI)" ;
    a2a:RegistryNumber "51023" ;
    rdfs:label "Nationaal Archief, Nederlands Beheersinstituut (NBI), 51023"
  ] ;
  a2a:SourceLastChangeDate "2018-01-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/10648/5f312b0b-e57d-447e-e053-09f0900afd8f" ;
  a2a:RecordGUID "{5f312b0b-e57d-447e-e053-09f0900afd8f}" ;
  a2a:SourceRemarkOnderzoekshulp "https://www.nationaalarchief.nl/onderzoeken/zoekhulpen/nederlandse-beheersinstituut-nbi-1945-1968" ;
  a2a:SourceRemarklink_EAD "https://www.nationaalarchief.nl/onderzoeken/archief/2.09.16.02" ;
  a2a:SourceRemarkProvenance "EAD-XML 2.09.16.02 nbi_eadxml2csv csv2a2a" .

