@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/bGreKcn>
  schema:hasOccupation "Besteller"@nl ;
  schema:givenName "Harm Klaas"^^xsd:string ;
  schema:name "Harm Klaas van Rijswijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f7897f7e-b3a0-e399-f0db-d1bcfe7adfd9"^^xsd:string ;
  schema:familyName "van Rijswijk"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Arnhem> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012jf6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0948f8c0-30c8-cc05-a22a-0858edf3cde5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/605619> ;
  schema:birthDate "1875-08-30"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Rijswijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

