@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_440e31ae-1c0e-5733-e571-9b2f73afbd9a
  a a2a:Record ;
  rdfs:label "Geboorte op 16 april 1877 te Loppersum" ;
  a2a:hasPerson oa:person_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_Person-b68ccbc1-5f0a-f548-b51f-141e41dc479e, oa:person_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_Person-3f141754-b879-b04e-86ed-77134a585af6, oa:person_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_Person-876d22d4-4ab3-6a43-039f-4d70ac5c567a ;
  a2a:hasEvent oa:event_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_0, oa:relationep_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_1, oa:relationep_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_2 ;
  a2a:hasSource oa:source_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a .

oa:person_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_Person-b68ccbc1-5f0a-f548-b51f-141e41dc479e
  a a2a:Person ;
  rdfs:label "Eppe Alsema" ;
  a2a:PersonName [
    rdfs:label "Eppe Alsema" ;
    a2a:PersonNameFirstName "Eppe" ;
    a2a:PersonNameLastName "Alsema"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "43 jaar" ;
    rdfs:label "43 jaar"
  ] ;
  a2a:Profession "kuiper" .

oa:person_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_Person-3f141754-b879-b04e-86ed-77134a585af6
  a a2a:Person ;
  rdfs:label "Geertje Alsema" ;
  a2a:PersonName [
    rdfs:label "Geertje Alsema" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Alsema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_Person-876d22d4-4ab3-6a43-039f-4d70ac5c567a
  a a2a:Person ;
  rdfs:label "Marten Alsema" ;
  a2a:PersonName [
    rdfs:label "Marten Alsema" ;
    a2a:PersonNameFirstName "Marten" ;
    a2a:PersonNameLastName "Alsema"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1877" ;
    a2a:Month "4" ;
    a2a:Day "16" ;
    rdfs:label "1877-04-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Loppersum" ;
    rdfs:label "Loppersum"
  ] .

oa:event_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1877" ;
    a2a:Month "4" ;
    a2a:Day "16" ;
    rdfs:label "1877-04-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Loppersum" ;
    rdfs:label "Loppersum"
  ] .

oa:relationep_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_Person:b68ccbc1-5f0a-f548-b51f-141e41dc479e ;
  a2a:EventKeyRef oa:event_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_Event1 .

oa:relationep_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_Person:3f141754-b879-b04e-86ed-77134a585af6 ;
  a2a:EventKeyRef oa:event_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_Event1 .

oa:relationep_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_Person:876d22d4-4ab3-6a43-039f-4d70ac5c567a ;
  a2a:EventKeyRef oa:event_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a_Event1 .

oa:source_gra_440e31ae-1c0e-5733-e571-9b2f73afbd9a
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Loppersum" ;
    rdfs:label "Loppersum", "1877-04-16 - 1877-04-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1877-04-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1877-04-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1877" ;
    a2a:Month "4" ;
    a2a:Day "16" ;
    rdfs:label "1877-04-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1877" ;
    a2a:Book "Geboorteregister 1877" ;
    a2a:DocumentNumber "27" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1877, Geboorteregister 1877, 27"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/f338b501-cce5-47a6-0b6b-e0fa28c2102e.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/440e31ae-1c0e-5733-e571-9b2f73afbd9a" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/f338b501-cce5-47a6-0b6b-e0fa28c2102e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/440e31ae-1c0e-5733-e571-9b2f73afbd9a" ;
  a2a:RecordGUID "{440e31ae-1c0e-5733-e571-9b2f73afbd9a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_5202_00005202.xml van GRA" .

