@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/b12wpcA>
  schema:givenName "Arnoldus"^^xsd:string ;
  schema:name "Arnoldus Cohen"@nl ;
  schema:familyName "Cohen"^^xsd:string ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bf2ecc94-d428-a6e9-fc7c-6843aae72ae9"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ff57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/89e9fae1-489f-4847-e175-f005427b6d54> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2390777> ;
  schema:birthDate "1856-08-18"^^xsd:date .

