@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/bBrsBYt>
  schema:familyName "Cohen"^^xsd:string ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a54d1a63-2346-6d71-9e61-5b4e7637fcb8"^^xsd:string ;
  schema:givenName "Lion"^^xsd:string ;
  schema:name "Lion Cohen"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amersfoort> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ff57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/38e81ce6-cade-5ae2-bc7a-0b965cc7863b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2078340> ;
  schema:birthDate "1848-06-09"^^xsd:date .

