@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/bvpajnf>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/69d8ed3e-b5b7-d838-fc48-14cf7282eaad"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan van Tellingen"@nl ;
  schema:hasOccupation "Schoenmaker"@nl ;
  schema:familyName "van Tellingen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zeist> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vbsp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b698d712-22e4-43e3-6bf8-4d0bfd37c777> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2529426> ;
  schema:birthDate "1853-11-25"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Tellingen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

