@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_nha_45f46d23-0c19-4c50-bbfc-7da1c28a7237
  a a2a:Record ;
  rdfs:label "Inschrijving in 1921 te Watergraafsmeer, provincie Noord-Holland (Nederland)" ;
  a2a:hasPerson oa:person_nha_45f46d23-0c19-4c50-bbfc-7da1c28a7237_Person110462 ;
  a2a:hasEvent oa:event_nha_45f46d23-0c19-4c50-bbfc-7da1c28a7237_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_45f46d23-0c19-4c50-bbfc-7da1c28a7237_0 ;
  a2a:hasSource oa:source_nha_45f46d23-0c19-4c50-bbfc-7da1c28a7237 .

oa:person_nha_45f46d23-0c19-4c50-bbfc-7da1c28a7237_Person110462
  a a2a:Person ;
  rdfs:label "Raphael Morpurgo" ;
  a2a:PersonName [
    rdfs:label "Raphael Morpurgo" ;
    a2a:PersonNameFirstName "Raphael" ;
    a2a:PersonNameLastName "Morpurgo"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [ rdfs:label "" ] .

oa:event_nha_45f46d23-0c19-4c50-bbfc-7da1c28a7237_Event1
  a a2a:Event ;
  rdfs:label "other:Inschrijving" ;
  a2a:EventType "other:Inschrijving" ;
  a2a:EventDate [
    a2a:LiteralDate "1921" ;
    a2a:Year "1921"
  ] ;
  a2a:EventPlace [
    a2a:Country "Nederland" ;
    a2a:Province "Noord-Holland" ;
    a2a:Place "Watergraafsmeer" ;
    rdfs:label "Nederland, Noord-Holland, Watergraafsmeer"
  ] .

oa:relationep_nha_45f46d23-0c19-4c50-bbfc-7da1c28a7237_0
  a a2a:RelationEP ;
  rdfs:label "other:Dienstplichtige" ;
  a2a:RelationType "other:Dienstplichtige" ;
  a2a:PersonKeyRef oa:person_nha_45f46d23-0c19-4c50-bbfc-7da1c28a7237_Person110462 ;
  a2a:EventKeyRef oa:event_nha_45f46d23-0c19-4c50-bbfc-7da1c28a7237_Event1 .

oa:source_nha_45f46d23-0c19-4c50-bbfc-7da1c28a7237
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, Militairen" ;
  a2a:SourcePlace [
    a2a:Place "Watergraafsmeer" ;
    rdfs:label "Watergraafsmeer", "1921-01-01 - 1921-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1921-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1921-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1921" ;
    a2a:Year "1921" ;
    rdfs:label "1921"
  ] ;
  a2a:SourceType "other:Militairen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "Militie - Alfabetische registers" ;
    a2a:RegistryNumber "373" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, Militie - Alfabetische registers, 373"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://militieregisters.nl/file?name=MRNHA00142000130"
  ] ;
  a2a:SourceLastChangeDate "2014-11-12"^^xsd:date ;
  a2a:RecordGUID "{45f46d23-0c19-4c50-bbfc-7da1c28a7237}" .

