@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/bL0DK4y>
  schema:givenName "Frederik"^^xsd:string ;
  schema:name "Frederik van Klaveren"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b0c4b0a9-cde7-2c2f-377d-0314ca9bb85a"^^xsd:string ;
  schema:hasOccupation "Schoolleerling"@nl ;
  schema:familyName "van Klaveren"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00j023> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/17cc9e06-3ca0-5fde-c05b-413d3fa7fa46> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1955424> ;
  schema:additionalName [
    ns0:baseSurname "Klaveren"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

