@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/bpMh2QE>
  schema:familyName "Cohen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/68975541-4d15-d3e2-80a0-29b028e7a8d5"^^xsd:string ;
  schema:givenName "Meinhard"^^xsd:string ;
  schema:name "Meinhard Cohen"@nl ;
  schema:hasOccupation "Stoffenverwer"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zutphen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ff57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cba28566-90b4-5f55-5c76-766861de33e6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2608086> ;
  schema:birthDate "1820-02-09"^^xsd:date .

