@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_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b
  a a2a:Record ;
  rdfs:label "Geboorte op 28 juni 1822 te Loppersum" ;
  a2a:hasPerson oa:person_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_Person-ce3ce851-1b0d-09ab-8fbd-a000435caa82, oa:person_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_Person-2a671ed8-c6b2-5fb6-f934-571094d158f6, oa:person_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_Person-c675350f-922c-a2e6-5295-ac0d51f85638 ;
  a2a:hasEvent oa:event_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_0, oa:relationep_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_1, oa:relationep_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_2 ;
  a2a:hasSource oa:source_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b .

oa:person_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_Person-ce3ce851-1b0d-09ab-8fbd-a000435caa82
  a a2a:Person ;
  rdfs:label "Jantje Pieters van Hadder" ;
  a2a:PersonName [
    rdfs:label "Jantje Pieters van Hadder" ;
    a2a:PersonNameFirstName "Jantje Pieters" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hadder"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_Person-2a671ed8-c6b2-5fb6-f934-571094d158f6
  a a2a:Person ;
  rdfs:label "Egbert van Alsema" ;
  a2a:PersonName [
    rdfs:label "Egbert van Alsema" ;
    a2a:PersonNameFirstName "Egbert" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Alsema"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "54 jaar" ;
    rdfs:label "54 jaar"
  ] ;
  a2a:Profession "koopman" .

oa:person_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_Person-c675350f-922c-a2e6-5295-ac0d51f85638
  a a2a:Person ;
  rdfs:label "Hindrik van Alsema" ;
  a2a:PersonName [
    rdfs:label "Hindrik van Alsema" ;
    a2a:PersonNameFirstName "Hindrik" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Alsema"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1822" ;
    a2a:Month "6" ;
    a2a:Day "28" ;
    rdfs:label "1822-06-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Loppersum" ;
    rdfs:label "Loppersum"
  ] .

oa:event_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1822" ;
    a2a:Month "6" ;
    a2a:Day "28" ;
    rdfs:label "1822-06-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Loppersum" ;
    rdfs:label "Loppersum"
  ] .

oa:relationep_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_Person:ce3ce851-1b0d-09ab-8fbd-a000435caa82 ;
  a2a:EventKeyRef oa:event_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_Event1 .

oa:relationep_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_Person:2a671ed8-c6b2-5fb6-f934-571094d158f6 ;
  a2a:EventKeyRef oa:event_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_Event1 .

oa:relationep_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_Person:c675350f-922c-a2e6-5295-ac0d51f85638 ;
  a2a:EventKeyRef oa:event_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b_Event1 .

oa:source_gra_ef0a9e37-cb7a-4e53-b2c5-b27fc155340b
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Loppersum" ;
    rdfs:label "Loppersum", "1822-06-29 - 1822-06-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1822-06-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1822-06-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1822" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1822-06-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1822" ;
    a2a:Book "Geboorteregister 1822" ;
    a2a:DocumentNumber "32" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1822, Geboorteregister 1822, 32"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/2ea3e674-d0c5-9ad5-3fb0-614dd7dcb012.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ef0a9e37-cb7a-4e53-b2c5-b27fc155340b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/2ea3e674-d0c5-9ad5-3fb0-614dd7dcb012.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ef0a9e37-cb7a-4e53-b2c5-b27fc155340b" ;
  a2a:RecordGUID "{ef0a9e37-cb7a-4e53-b2c5-b27fc155340b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_10445_00010445.xml van GRA" .

