@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_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce
  a a2a:Record ;
  rdfs:label "Geboorte op 10 mei 1898 te Winschoten" ;
  a2a:hasPerson oa:person_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_Person-ca4ed921-1527-db38-6dd1-a3441c9f60f3, oa:person_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_Person-37efb2af-ce67-b580-b8a4-0f946c8eb062, oa:person_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_Person-effa1953-cc10-739e-42c3-d62eab85a413 ;
  a2a:hasEvent oa:event_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_0, oa:relationep_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_1, oa:relationep_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_2 ;
  a2a:hasSource oa:source_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce .

oa:person_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_Person-ca4ed921-1527-db38-6dd1-a3441c9f60f3
  a a2a:Person ;
  rdfs:label "Hulda Aptroot" ;
  a2a:PersonName [
    rdfs:label "Hulda Aptroot" ;
    a2a:PersonNameFirstName "Hulda" ;
    a2a:PersonNameLastName "Aptroot"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_Person-37efb2af-ce67-b580-b8a4-0f946c8eb062
  a a2a:Person ;
  rdfs:label "Wolf Wijnberg" ;
  a2a:PersonName [
    rdfs:label "Wolf Wijnberg" ;
    a2a:PersonNameFirstName "Wolf" ;
    a2a:PersonNameLastName "Wijnberg"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "47 jaar" ;
    rdfs:label "47 jaar"
  ] ;
  a2a:Profession "koopman" .

oa:person_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_Person-effa1953-cc10-739e-42c3-d62eab85a413
  a a2a:Person ;
  rdfs:label "Simon Wijnberg" ;
  a2a:PersonName [
    rdfs:label "Simon Wijnberg" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Wijnberg"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1898" ;
    a2a:Month "5" ;
    a2a:Day "10" ;
    rdfs:label "1898-05-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten"
  ] .

oa:event_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1898" ;
    a2a:Month "5" ;
    a2a:Day "10" ;
    rdfs:label "1898-05-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten"
  ] .

oa:relationep_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_Person:ca4ed921-1527-db38-6dd1-a3441c9f60f3 ;
  a2a:EventKeyRef oa:event_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_Event1 .

oa:relationep_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_Person:37efb2af-ce67-b580-b8a4-0f946c8eb062 ;
  a2a:EventKeyRef oa:event_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_Event1 .

oa:relationep_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_Person:effa1953-cc10-739e-42c3-d62eab85a413 ;
  a2a:EventKeyRef oa:event_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce_Event1 .

oa:source_gra_e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten", "1898-05-10 - 1898-05-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1898-05-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1898-05-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1898" ;
    a2a:Month "5" ;
    a2a:Day "10" ;
    rdfs:label "1898-05-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1898" ;
    a2a:Book "Geboorteregister 1898" ;
    a2a:DocumentNumber "105" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1898, Geboorteregister 1898, 105"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/f24f9c90-b288-0199-16d5-b26bbb9f856a.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/f24f9c90-b288-0199-16d5-b26bbb9f856a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce" ;
  a2a:RecordGUID "{e9b48b1b-cd11-e0f7-00cf-3ae6e2e8f8ce}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_10281_00010281.xml van GRA" .

