@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_54fcde06-2eab-0232-8bfa-b93a826a9dc5
  a a2a:Record ;
  rdfs:label "Geboorte op 4 augustus 1871 te Appingedam" ;
  a2a:hasPerson oa:person_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_Person-489aa656-13f2-835c-810b-e518c8f7603a, oa:person_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_Person-0275269f-f3f9-eb47-f103-481b0cd5d56e, oa:person_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_Person-ecb90a07-7ebd-dfe8-ae4e-5c7ebf59f4fe ;
  a2a:hasEvent oa:event_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_0, oa:relationep_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_1, oa:relationep_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_2 ;
  a2a:hasSource oa:source_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5 .

oa:person_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_Person-489aa656-13f2-835c-810b-e518c8f7603a
  a a2a:Person ;
  rdfs:label "Gerrit Koops" ;
  a2a:PersonName [
    rdfs:label "Gerrit Koops" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Koops"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_Person-0275269f-f3f9-eb47-f103-481b0cd5d56e
  a a2a:Person ;
  rdfs:label "Wopke Bos" ;
  a2a:PersonName [
    rdfs:label "Wopke Bos" ;
    a2a:PersonNameFirstName "Wopke" ;
    a2a:PersonNameLastName "Bos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_Person-ecb90a07-7ebd-dfe8-ae4e-5c7ebf59f4fe
  a a2a:Person ;
  rdfs:label "Doekelina Koops" ;
  a2a:PersonName [
    rdfs:label "Doekelina Koops" ;
    a2a:PersonNameFirstName "Doekelina" ;
    a2a:PersonNameLastName "Koops"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1871" ;
    a2a:Month "8" ;
    a2a:Day "4" ;
    rdfs:label "1871-08-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam"
  ] .

oa:event_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1871" ;
    a2a:Month "8" ;
    a2a:Day "4" ;
    rdfs:label "1871-08-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam"
  ] .

oa:relationep_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_Person:489aa656-13f2-835c-810b-e518c8f7603a ;
  a2a:EventKeyRef oa:event_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_Event1 .

oa:relationep_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_Person:0275269f-f3f9-eb47-f103-481b0cd5d56e ;
  a2a:EventKeyRef oa:event_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_Event1 .

oa:relationep_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_Person:ecb90a07-7ebd-dfe8-ae4e-5c7ebf59f4fe ;
  a2a:EventKeyRef oa:event_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5_Event1 .

oa:source_gra_54fcde06-2eab-0232-8bfa-b93a826a9dc5
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam", "1871-08-05 - 1871-08-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1871-08-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1871-08-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1871" ;
    a2a:Month "8" ;
    a2a:Day "5" ;
    rdfs:label "1871-08-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 14, Periode: 1871" ;
    a2a:Book "Geboorteregister 1871" ;
    a2a:DocumentNumber "81" ;
    a2a:RegistryNumber "14" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 14, Periode: 1871, Geboorteregister 1871, 81, 14"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/9e710a4a-f8b9-8f52-9516-6aef4a7fbfb7.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/54fcde06-2eab-0232-8bfa-b93a826a9dc5" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/9e710a4a-f8b9-8f52-9516-6aef4a7fbfb7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-05-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/54fcde06-2eab-0232-8bfa-b93a826a9dc5" ;
  a2a:RecordGUID "{54fcde06-2eab-0232-8bfa-b93a826a9dc5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230828_131_00000131.xml van GRA" .

[] a2a:PersonRemarkdiversen "gewettigd bij huwelijksakte op 20-05-1876 te Slochteren" .
