@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_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39
  a a2a:Record ;
  rdfs:label "Geboorte op 10 januari 1917 te In de Nieuwstraat gem. Veendam" ;
  a2a:hasPerson oa:person_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_Person-d9f357bb-9c01-1872-5492-2421e844944b, oa:person_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_Person-1b29febe-f7dd-fc6a-3f9a-79f15714930c, oa:person_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_Person-d4b02bed-829d-b4b3-aa15-efee86cf1345 ;
  a2a:hasEvent oa:event_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_0, oa:relationep_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_1, oa:relationep_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_2 ;
  a2a:hasSource oa:source_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39 .

oa:person_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_Person-d9f357bb-9c01-1872-5492-2421e844944b
  a a2a:Person ;
  rdfs:label "Hinderika Pomp" ;
  a2a:PersonName [
    rdfs:label "Hinderika Pomp" ;
    a2a:PersonNameFirstName "Hinderika" ;
    a2a:PersonNameLastName "Pomp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_Person-1b29febe-f7dd-fc6a-3f9a-79f15714930c
  a a2a:Person ;
  rdfs:label "Hendrik Bijl" ;
  a2a:PersonName [
    rdfs:label "Hendrik Bijl" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Bijl"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1917" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1917-01-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "In de Nieuwstraat gem. Veendam" ;
    rdfs:label "In de Nieuwstraat gem. Veendam"
  ] .

oa:person_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_Person-d4b02bed-829d-b4b3-aa15-efee86cf1345
  a a2a:Person ;
  rdfs:label "Menne Bijl" ;
  a2a:PersonName [
    rdfs:label "Menne Bijl" ;
    a2a:PersonNameFirstName "Menne" ;
    a2a:PersonNameLastName "Bijl"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "27 jaar" ;
    rdfs:label "27 jaar"
  ] ;
  a2a:Profession "houtzagersknecht" .

oa:event_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1917-01-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "In de Nieuwstraat gem. Veendam" ;
    rdfs:label "In de Nieuwstraat gem. Veendam"
  ] .

oa:relationep_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_Person:d9f357bb-9c01-1872-5492-2421e844944b ;
  a2a:EventKeyRef oa:event_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_Event1 .

oa:relationep_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_Person:1b29febe-f7dd-fc6a-3f9a-79f15714930c ;
  a2a:EventKeyRef oa:event_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_Event1 .

oa:relationep_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_Person:d4b02bed-829d-b4b3-aa15-efee86cf1345 ;
  a2a:EventKeyRef oa:event_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39_Event1 .

oa:source_gra_105e7646-b7ba-e091-e6d6-aba5603e2f39
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Veendam" ;
    rdfs:label "Veendam", "1917-01-11 - 1917-01-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-01-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-01-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1917" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1917-01-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 64, Periode: 1917" ;
    a2a:Book "Geboorteregister 1917" ;
    a2a:DocumentNumber "6" ;
    a2a:RegistryNumber "64" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 64, Periode: 1917, Geboorteregister 1917, 6, 64"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/7f6aa625-cad1-2602-0b85-15a0ef7a70af.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/105e7646-b7ba-e091-e6d6-aba5603e2f39" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/7f6aa625-cad1-2602-0b85-15a0ef7a70af.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/105e7646-b7ba-e091-e6d6-aba5603e2f39" ;
  a2a:RecordGUID "{105e7646-b7ba-e091-e6d6-aba5603e2f39}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_7305_00007305.xml van GRA" .

