@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/breaQn1>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8ddf2811-c729-bdbf-0500-27911b9a6fd6"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan van Vliet"@nl ;
  schema:hasOccupation "Schippersknecht"@nl ;
  schema:familyName "van Vliet"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Ouderkerk_aan_den_IJssel> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01cnt0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d5248b6b-1451-b63f-4935-1bacb4db231b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2651734> ;
  schema:birthDate "1897-05-14"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vliet"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

