@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/bABFyaL>
  schema:givenName "Albert"^^xsd:string ;
  schema:name "Albert den Held"@nl ;
  schema:familyName "den Held"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bbe0cd72-78f4-e1b2-58c5-04ba35f4b4cb"^^xsd:string ;
  schema:hasOccupation "Sigarenmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k26v> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/98d2534f-bc3b-24e3-6af3-6f7e2cf1c284> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2791595> ;
  schema:birthDate "1846-11-16"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Held"^^xsd:string ;
    ns0:surnamePrefix "den"^^xsd:string
  ] .

