@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_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2
  a a2a:Record ;
  rdfs:label "Geboorte op 30 september 1866 te Stootshorn gem. Noordbroek" ;
  a2a:hasPerson oa:person_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_Person-488c153e-361a-2bbd-4f5c-4644f8a3b4d8, oa:person_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_Person-280e4922-4755-57b0-acdf-faf8bb4108e6, oa:person_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_Person-c6c3d896-6ccc-0004-9fda-0563d36b1ecd ;
  a2a:hasEvent oa:event_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_0, oa:relationep_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_1, oa:relationep_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_2 ;
  a2a:hasSource oa:source_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2 .

oa:person_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_Person-488c153e-361a-2bbd-4f5c-4644f8a3b4d8
  a a2a:Person ;
  rdfs:label "Harmke Rustebijl" ;
  a2a:PersonName [
    rdfs:label "Harmke Rustebijl" ;
    a2a:PersonNameFirstName "Harmke" ;
    a2a:PersonNameLastName "Rustebijl"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_Person-280e4922-4755-57b0-acdf-faf8bb4108e6
  a a2a:Person ;
  rdfs:label "Harmannus Groenema" ;
  a2a:PersonName [
    rdfs:label "Harmannus Groenema" ;
    a2a:PersonNameFirstName "Harmannus" ;
    a2a:PersonNameLastName "Groenema"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30 jaar" ;
    rdfs:label "30 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_Person-c6c3d896-6ccc-0004-9fda-0563d36b1ecd
  a a2a:Person ;
  rdfs:label "Harm Groenema" ;
  a2a:PersonName [
    rdfs:label "Harm Groenema" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Groenema"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1866" ;
    a2a:Month "9" ;
    a2a:Day "30" ;
    rdfs:label "1866-09-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Stootshorn gem. Noordbroek" ;
    rdfs:label "Stootshorn gem. Noordbroek"
  ] .

oa:event_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1866" ;
    a2a:Month "9" ;
    a2a:Day "30" ;
    rdfs:label "1866-09-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Stootshorn gem. Noordbroek" ;
    rdfs:label "Stootshorn gem. Noordbroek"
  ] .

oa:relationep_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_Person:488c153e-361a-2bbd-4f5c-4644f8a3b4d8 ;
  a2a:EventKeyRef oa:event_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_Event1 .

oa:relationep_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_Person:280e4922-4755-57b0-acdf-faf8bb4108e6 ;
  a2a:EventKeyRef oa:event_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_Event1 .

oa:relationep_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_Person:c6c3d896-6ccc-0004-9fda-0563d36b1ecd ;
  a2a:EventKeyRef oa:event_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2_Event1 .

oa:source_gra_7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Noordbroek" ;
    rdfs:label "Noordbroek", "1866-10-02 - 1866-10-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1866-10-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1866-10-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1866" ;
    a2a:Month "10" ;
    a2a:Day "2" ;
    rdfs:label "1866-10-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1866" ;
    a2a:Book "Geboorteregister 1866" ;
    a2a:DocumentNumber "45" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1866, Geboorteregister 1866, 45"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/f5a933d9-9f88-9f9e-d6c9-91004c89f1ab.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/f5a933d9-9f88-9f9e-d6c9-91004c89f1ab.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2" ;
  a2a:RecordGUID "{7e8e59da-86cf-3a08-4efa-6ee80fdc5ec2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_8223_00008223.xml van GRA" .

