@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/b5cvZFq>
  schema:familyName "Cohen"^^xsd:string ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1a3bcf32-b075-13a7-f16a-c8803599a990"^^xsd:string ;
  schema:givenName "Isodoor"^^xsd:string ;
  schema:name "Isodoor 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/8c90acf4-8243-28d0-52d8-08925faa5d2d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2401272> ;
  schema:birthDate "1852-06-24"^^xsd:date .

