@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/b7vcqJR>
  schema:familyName "de Vries"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b1f5e8ff-3e77-5797-215b-67fdc937860f"^^xsd:string ;
  schema:givenName "Johan Frederik"^^xsd:string ;
  schema:name "Johan Frederik de Vries"@nl ;
  schema:hasOccupation "Schipper"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hardinxveld> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rh2v> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7fafbeeb-5a8c-d76a-3ef1-a53591867237> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2351715> ;
  schema:birthDate "1829-12-05"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vries"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

