@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/bWFOKg3>
  schema:familyName "den Hoed"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fb014bf9-e4e5-6443-2604-8ad927722f12"^^xsd:string ;
  schema:givenName "Jan Dirk"^^xsd:string ;
  schema:name "Jan Dirk den Hoed"@nl ;
  schema:hasOccupation "Koetsier"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Schoonhoven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012m8w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0bd48d26-31e1-1132-49d3-14e9a12b17fd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/615795> ;
  schema:birthDate "1883-08-09"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hoed"^^xsd:string ;
    ns0:surnamePrefix "den"^^xsd:string
  ] .

