@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/bNikaww>
  schema:familyName "Geenen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bb713969-4139-c801-2668-17f92567a2aa"^^xsd:string ;
  schema:givenName "Josephus"^^xsd:string ;
  schema:name "Josephus Geenen"@nl ;
  schema:hasOccupation "Los werkman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wzzx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0cb97a74-00f6-d169-47e8-0fb9da1fdc59> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/619342> ;
  schema:birthDate "1854-03-29"^^xsd:date .

