@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/bfpNwXL>
  schema:familyName "de Koning"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b199f3ee-9d18-0718-def3-f8108325860d"^^xsd:string ;
  schema:hasOccupation "Mandemaker"@nl ;
  schema:givenName "Salomon"^^xsd:string ;
  schema:name "Salomon de Koning"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qbf5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d7e5a9a6-51df-8102-f43c-f008ccec080d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2662556> ;
  schema:birthDate "1816-03-22"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Koning"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

