@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_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6
  a a2a:Record ;
  rdfs:label "Geboorte (in het jaar 1911)" ;
  a2a:hasPerson oa:person_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6_kind, oa:person_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6_moeder ;
  a2a:hasEvent oa:event_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6_Geboorte ;
  a2a:hasRelationEP oa:relationep_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6_0, oa:relationep_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6_1 ;
  a2a:hasSource oa:source_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6 .

oa:person_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6_kind
  a a2a:Person ;
  rdfs:label "Roelof Scheepstra" ;
  a2a:PersonName [
    rdfs:label "Roelof Scheepstra" ;
    a2a:PersonNameLiteral "Roelof Scheepstra" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNameLastName "Scheepstra"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:LiteralDate "11-05-1911" ;
    a2a:Year "1911" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "11-05-1911"
  ] .

oa:person_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6_moeder
  a a2a:Person ;
  rdfs:label "Froukien Scheepstra" ;
  a2a:PersonName [
    rdfs:label "Froukien Scheepstra" ;
    a2a:PersonNameLiteral "Froukien Scheepstra" ;
    a2a:PersonNameFirstName "Froukien" ;
    a2a:PersonNameLastName "Scheepstra"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "zonder" .

oa:event_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6_Geboorte
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventPlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize"
  ] .

oa:relationep_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6_moeder ;
  a2a:EventKeyRef oa:event_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6_Geboorte .

oa:relationep_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6_kind ;
  a2a:EventKeyRef oa:event_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6_Geboorte .

oa:source_dar_bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize", "1911-01-01 - 1911-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1911" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1911-05-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Assen" ;
    a2a:DocumentNumber "28" ;
    a2a:RegistryNumber "1911" ;
    rdfs:label "Drents Archief, Assen, 28, 1911"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://www.alledrenten.nl/iip.php?file=/Burgerlijke%20Stand/0165.020/0165.020_1911/NL-AsnDA_0165.020_1911_0015.jp2" ;
    a2a:UriPreview "http://www.alledrenten.nl/thumbnail.php?file=/Burgerlijke%20Stand/0165.020/0165.020_1911/NL-AsnDA_0165.020_1911_0015.jp2"
  ] ;
  a2a:SourceLastChangeDate "2013-01-01"^^xsd:date ;
  a2a:RecordGUID "{bf8d7b9e-2bef-4ae8-9fb2-da5dc164b6a6}" ;
  a2a:SourceRemarkOpmerking "erkenning Froukien Scheepstra; Peize 02-08-1911; wettiging Bareld Hubers en Froukien Scheepstra; Peize 30-05-1912" ;
  a2a:SourceRemarkAkteSoort "Geboorte" .

