@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bG0Qzv9>
  schema:hasOccupation "Arbeider"@nl ;
  schema:givenName "Arnoldus"^^xsd:string ;
  schema:name "Arnoldus Beukers"@nl ;
  schema:familyName "Beukers"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/46be1253-3499-23bd-b94c-2b55d6505b3a"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01656h> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3c7c7144-4c2a-c19e-4a27-bbd8cd4e45f2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2092298> ;
  schema:birthDate "1894-08-31"^^xsd:date .

