@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_984ce455-7ccc-612b-df85-bcab65be2ab2
  a a2a:Record ;
  rdfs:label "Geboorte op 3 december 1907 te Groningen" ;
  a2a:hasPerson oa:person_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_Person-bf2ee725-ac52-5e10-3835-daf4c079cb06, oa:person_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_Person-633351b6-0132-69c0-123b-e474362eb4e4, oa:person_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_Person-af1b5d2b-3b49-3143-3890-a43db37ab629 ;
  a2a:hasEvent oa:event_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_0, oa:relationep_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_1, oa:relationep_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_2 ;
  a2a:hasSource oa:source_gra_984ce455-7ccc-612b-df85-bcab65be2ab2 .

oa:person_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_Person-bf2ee725-ac52-5e10-3835-daf4c079cb06
  a a2a:Person ;
  rdfs:label "Janna Anna Schuiling" ;
  a2a:PersonName [
    rdfs:label "Janna Anna Schuiling" ;
    a2a:PersonNameFirstName "Janna Anna" ;
    a2a:PersonNameLastName "Schuiling"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1907-12-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:person_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_Person-633351b6-0132-69c0-123b-e474362eb4e4
  a a2a:Person ;
  rdfs:label "Anna Berendina Bulthuis" ;
  a2a:PersonName [
    rdfs:label "Anna Berendina Bulthuis" ;
    a2a:PersonNameFirstName "Anna Berendina" ;
    a2a:PersonNameLastName "Bulthuis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_Person-af1b5d2b-3b49-3143-3890-a43db37ab629
  a a2a:Person ;
  rdfs:label "Johannes Abel Schuiling" ;
  a2a:PersonName [
    rdfs:label "Johannes Abel Schuiling" ;
    a2a:PersonNameFirstName "Johannes Abel" ;
    a2a:PersonNameLastName "Schuiling"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "27 jaar" ;
    rdfs:label "27 jaar"
  ] ;
  a2a:Profession "assuradeur" .

oa:event_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1907-12-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_Person:bf2ee725-ac52-5e10-3835-daf4c079cb06 ;
  a2a:EventKeyRef oa:event_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_Event1 .

oa:relationep_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_Person:633351b6-0132-69c0-123b-e474362eb4e4 ;
  a2a:EventKeyRef oa:event_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_Event1 .

oa:relationep_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_Person:af1b5d2b-3b49-3143-3890-a43db37ab629 ;
  a2a:EventKeyRef oa:event_gra_984ce455-7ccc-612b-df85-bcab65be2ab2_Event1 .

oa:source_gra_984ce455-7ccc-612b-df85-bcab65be2ab2
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1907-12-04 - 1907-12-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-12-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-12-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1907" ;
    a2a:Month "12" ;
    a2a:Day "4" ;
    rdfs:label "1907-12-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 190-195, Periode: 1907" ;
    a2a:Book "Geboorteregister 1907" ;
    a2a:DocumentNumber "1730" ;
    a2a:RegistryNumber "190-195" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 190-195, Periode: 1907, Geboorteregister 1907, 1730, 190-195"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/cc0e0e0f-ffa3-3e8b-4429-8b78f072c26a.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/984ce455-7ccc-612b-df85-bcab65be2ab2" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/cc0e0e0f-ffa3-3e8b-4429-8b78f072c26a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/984ce455-7ccc-612b-df85-bcab65be2ab2" ;
  a2a:RecordGUID "{984ce455-7ccc-612b-df85-bcab65be2ab2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_6552_00006552.xml van GRA" .

