@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bKoyeky>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0daae05f-d87f-5e80-8ff1-d80508046b5d"^^xsd:string ;
  schema:givenName "Isaak"^^xsd:string ;
  schema:name "Isaak van IJssel"@nl ;
  schema:hasOccupation "Slager"@nl ;
  schema:familyName "van IJssel"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n4f6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b6f5edf0-395e-d5ed-db8f-54cb8d9aae2f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2530856> ;
  schema:birthDate "1853-02-05"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "IJssel"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

