@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_8b2c0878-cc79-cf57-7952-e81b3a2cd36f
  a a2a:Record ;
  rdfs:label "Geboorte op 4 mei 1923 te Beneden Verlaat gem. Veendam" ;
  a2a:hasPerson oa:person_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_Person-fd109f2f-d98d-e8ba-edf8-c514475ea287, oa:person_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_Person-7c5b47d1-458c-6716-6ff1-99716e263687, oa:person_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_Person-ac8272db-7a74-3edd-428a-e61e9caad8b1 ;
  a2a:hasEvent oa:event_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_0, oa:relationep_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_1, oa:relationep_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_2 ;
  a2a:hasSource oa:source_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f .

oa:person_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_Person-fd109f2f-d98d-e8ba-edf8-c514475ea287
  a a2a:Person ;
  rdfs:label "Jantina Hillechina Nienhuis" ;
  a2a:PersonName [
    rdfs:label "Jantina Hillechina Nienhuis" ;
    a2a:PersonNameFirstName "Jantina Hillechina" ;
    a2a:PersonNameLastName "Nienhuis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_Person-7c5b47d1-458c-6716-6ff1-99716e263687
  a a2a:Person ;
  rdfs:label "Harm Willem Rozema" ;
  a2a:PersonName [
    rdfs:label "Harm Willem Rozema" ;
    a2a:PersonNameFirstName "Harm Willem" ;
    a2a:PersonNameLastName "Rozema"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1923" ;
    a2a:Month "5" ;
    a2a:Day "4" ;
    rdfs:label "1923-05-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Beneden Verlaat gem. Veendam" ;
    rdfs:label "Beneden Verlaat gem. Veendam"
  ] .

oa:person_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_Person-ac8272db-7a74-3edd-428a-e61e9caad8b1
  a a2a:Person ;
  rdfs:label "Evert Rozema" ;
  a2a:PersonName [
    rdfs:label "Evert Rozema" ;
    a2a:PersonNameFirstName "Evert" ;
    a2a:PersonNameLastName "Rozema"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30 jaar" ;
    rdfs:label "30 jaar"
  ] ;
  a2a:Profession "architect" .

oa:event_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "5" ;
    a2a:Day "4" ;
    rdfs:label "1923-05-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Beneden Verlaat gem. Veendam" ;
    rdfs:label "Beneden Verlaat gem. Veendam"
  ] .

oa:relationep_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_Person:fd109f2f-d98d-e8ba-edf8-c514475ea287 ;
  a2a:EventKeyRef oa:event_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_Event1 .

oa:relationep_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_Person:7c5b47d1-458c-6716-6ff1-99716e263687 ;
  a2a:EventKeyRef oa:event_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_Event1 .

oa:relationep_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_Person:ac8272db-7a74-3edd-428a-e61e9caad8b1 ;
  a2a:EventKeyRef oa:event_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f_Event1 .

oa:source_gra_8b2c0878-cc79-cf57-7952-e81b3a2cd36f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Veendam" ;
    rdfs:label "Veendam", "1923-05-05 - 1923-05-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-05-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-05-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "5" ;
    a2a:Day "5" ;
    rdfs:label "1923-05-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: Boek, Deel: 70, Periode: 1923" ;
    a2a:Book "Geboorteregister 1923" ;
    a2a:DocumentNumber "122" ;
    a2a:RegistryNumber "70" ;
    rdfs:label "AlleGroningers, Groningen, Bron: Boek, Deel: 70, Periode: 1923, Geboorteregister 1923, 122, 70"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/be46e150-5080-b929-a119-f63a7d2b3a64.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/8b2c0878-cc79-cf57-7952-e81b3a2cd36f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/be46e150-5080-b929-a119-f63a7d2b3a64.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-04-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/8b2c0878-cc79-cf57-7952-e81b3a2cd36f" ;
  a2a:RecordGUID "{8b2c0878-cc79-cf57-7952-e81b3a2cd36f}" ;
  a2a:SourceRemarkbron "Boek" ;
  a2a:SourceRemarkdeel "70" ;
  a2a:SourceRemarkregister_periode "1923" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250910_2_00000002.xml van GRA" .

