@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_021f7c7c-e59e-fd83-e41d-005056a23d00
  a a2a:Record ;
  rdfs:label "Registratie" ;
  a2a:hasPerson oa:person_ghn_021f7c7c-e59e-fd83-e41d-005056a23d00_Person1 ;
  a2a:hasEvent oa:event_ghn_021f7c7c-e59e-fd83-e41d-005056a23d00_Event1 ;
  a2a:hasRelationEP oa:relationep_ghn_021f7c7c-e59e-fd83-e41d-005056a23d00_0 ;
  a2a:hasSource oa:source_ghn_021f7c7c-e59e-fd83-e41d-005056a23d00 .

oa:person_ghn_021f7c7c-e59e-fd83-e41d-005056a23d00_Person1
  a a2a:Person ;
  rdfs:label "G.A. Kramer" ;
  a2a:PersonName [
    rdfs:label "G.A. Kramer" ;
    a2a:PersonNameFirstName "G.A." ;
    a2a:PersonNameLastName "Kramer"
  ] ;
  a2a:BirthDate [
    a2a:Year "1861" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1861-01-01"^^xsd:date
  ] .

oa:event_ghn_021f7c7c-e59e-fd83-e41d-005056a23d00_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventRemark02_Periode "1874-1876" ;
  a2a:EventRemark01_Volgnummer "17726" .

oa:relationep_ghn_021f7c7c-e59e-fd83-e41d-005056a23d00_0
  a a2a:RelationEP ;
  rdfs:label "Schepeling" ;
  a2a:RelationType "Schepeling" ;
  a2a:PersonKeyRef oa:person_ghn_021f7c7c-e59e-fd83-e41d-005056a23d00_Person1 ;
  a2a:EventKeyRef oa:event_ghn_021f7c7c-e59e-fd83-e41d-005056a23d00_Event1 .

oa:source_ghn_021f7c7c-e59e-fd83-e41d-005056a23d00
  a a2a:Source ;
  rdfs:label "Nationaal Archief, Stamboek" ;
  a2a:SourceType "Stamboek" ;
  a2a:SourceReference [
    a2a:InstitutionName "Nationaal Archief" ;
    a2a:Collection "Stamboeken Schepelingen, 1860-1901" ;
    a2a:RegistryNumber "524" ;
    rdfs:label "Nationaal Archief, Stamboeken Schepelingen, 1860-1901, 524"
  ] ;
  a2a:SourceLastChangeDate "2013-10-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/10648/021f7c7c-e59e-fd83-e41d-005056a23d00" ;
  a2a:RecordGUID "{021f7c7c-e59e-fd83-e41d-005056a23d00}" ;
  a2a:SourceRemarklink_EAD "http://www.gahetna.nl/collectie/archief/ead/index/eadid/2.12.14" ;
  a2a:SourceRemarklink_NT "http://www.gahetna.nl/collectie/index/nt00294" .

