@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_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca
  a a2a:Record ;
  rdfs:label "Geboorte op 28 juli 1850 te Groningen" ;
  a2a:hasPerson oa:person_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_Person-6ecce4e0-b0b0-c7ea-6b10-6058c3e00d5b, oa:person_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_Person-2385ba6c-4687-f003-062d-3b5fccffbc58, oa:person_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_Person-76424ccc-5531-7481-b92f-74ac430fcbbe ;
  a2a:hasEvent oa:event_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_0, oa:relationep_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_1, oa:relationep_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_2 ;
  a2a:hasSource oa:source_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca .

oa:person_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_Person-6ecce4e0-b0b0-c7ea-6b10-6058c3e00d5b
  a a2a:Person ;
  rdfs:label "Jan Collij" ;
  a2a:PersonName [
    rdfs:label "Jan Collij" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Collij"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1850" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1850-07-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:person_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_Person-2385ba6c-4687-f003-062d-3b5fccffbc58
  a a2a:Person ;
  rdfs:label "Jan Remkes Collij" ;
  a2a:PersonName [
    rdfs:label "Jan Remkes Collij" ;
    a2a:PersonNameFirstName "Jan Remkes" ;
    a2a:PersonNameLastName "Collij"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28 jaar" ;
    rdfs:label "28 jaar"
  ] ;
  a2a:Profession "schoenmaker" .

oa:person_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_Person-76424ccc-5531-7481-b92f-74ac430fcbbe
  a a2a:Person ;
  rdfs:label "Maria Zweers" ;
  a2a:PersonName [
    rdfs:label "Maria Zweers" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Zweers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28 jaar" ;
    rdfs:label "28 jaar"
  ] .

oa:event_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1850" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1850-07-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_Person:6ecce4e0-b0b0-c7ea-6b10-6058c3e00d5b ;
  a2a:EventKeyRef oa:event_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_Event1 .

oa:relationep_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_Person:2385ba6c-4687-f003-062d-3b5fccffbc58 ;
  a2a:EventKeyRef oa:event_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_Event1 .

oa:relationep_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_Person:76424ccc-5531-7481-b92f-74ac430fcbbe ;
  a2a:EventKeyRef oa:event_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca_Event1 .

oa:source_gra_5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1850-07-30 - 1850-07-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1850-07-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1850-07-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1850" ;
    a2a:Month "7" ;
    a2a:Day "30" ;
    rdfs:label "1850-07-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1850" ;
    a2a:Book "Geboorteregister 1850" ;
    a2a:DocumentNumber "640" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1850, Geboorteregister 1850, 640"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/8b125c6f-06d4-0dda-3782-e6708c6e524e.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/8b125c6f-06d4-0dda-3782-e6708c6e524e.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/41a5e50d-f6fe-f402-41fd-117d7856a526.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/41a5e50d-f6fe-f402-41fd-117d7856a526.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca" ;
  a2a:RecordGUID "{5a7cb74b-8a3c-4e39-881c-c7cd2fe58cca}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_6818_00006818.xml van GRA" .

