@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_e00dca5f-d4f9-e806-5277-2f38f91503b6
  a a2a:Record ;
  rdfs:label "Geboorte op 1 juni 1901 te Hoogezand" ;
  a2a:hasPerson oa:person_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_Person-db51b372-b2d3-0568-9374-171888bce25c, oa:person_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_Person-96fa7f13-ab13-eb80-5a1d-784baab4f507, oa:person_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_Person-a1187fa2-3786-3423-5daa-5039ac152936 ;
  a2a:hasEvent oa:event_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_0, oa:relationep_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_1, oa:relationep_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_2 ;
  a2a:hasSource oa:source_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6 .

oa:person_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_Person-db51b372-b2d3-0568-9374-171888bce25c
  a a2a:Person ;
  rdfs:label "Jan Knol" ;
  a2a:PersonName [
    rdfs:label "Jan Knol" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Knol"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28 jaar" ;
    rdfs:label "28 jaar"
  ] ;
  a2a:Profession "banketbakker" .

oa:person_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_Person-96fa7f13-ab13-eb80-5a1d-784baab4f507
  a a2a:Person ;
  rdfs:label "Antje Dik" ;
  a2a:PersonName [
    rdfs:label "Antje Dik" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Dik"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_Person-a1187fa2-3786-3423-5daa-5039ac152936
  a a2a:Person ;
  rdfs:label "Jakob Menke Knol" ;
  a2a:PersonName [
    rdfs:label "Jakob Menke Knol" ;
    a2a:PersonNameFirstName "Jakob Menke" ;
    a2a:PersonNameLastName "Knol"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1901" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1901-06-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand"
  ] .

oa:event_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1901" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1901-06-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand"
  ] .

oa:relationep_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_Person:db51b372-b2d3-0568-9374-171888bce25c ;
  a2a:EventKeyRef oa:event_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_Event1 .

oa:relationep_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_Person:96fa7f13-ab13-eb80-5a1d-784baab4f507 ;
  a2a:EventKeyRef oa:event_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_Event1 .

oa:relationep_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_Person:a1187fa2-3786-3423-5daa-5039ac152936 ;
  a2a:EventKeyRef oa:event_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6_Event1 .

oa:source_gra_e00dca5f-d4f9-e806-5277-2f38f91503b6
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1901-06-01 - 1901-06-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1901-06-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1901-06-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1901" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1901-06-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1901" ;
    a2a:Book "Geboorteregister 1901" ;
    a2a:DocumentNumber "154" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1901, Geboorteregister 1901, 154"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/5474d230-dceb-18f0-88e3-d41635e84a9a.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e00dca5f-d4f9-e806-5277-2f38f91503b6" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/5474d230-dceb-18f0-88e3-d41635e84a9a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e00dca5f-d4f9-e806-5277-2f38f91503b6" ;
  a2a:RecordGUID "{e00dca5f-d4f9-e806-5277-2f38f91503b6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_10597_00010597.xml van GRA" .

