@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/b3xU94V>
  schema:familyName "de Koning"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8de52a39-cb7a-4e52-6382-41bbafd5c931"^^xsd:string ;
  schema:givenName "Salomon"^^xsd:string ;
  schema:name "Salomon de Koning"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vnpv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/193d0b19-1dd3-c30f-498d-0f62e70eaf8f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1961005> ;
  schema:birthDate "1816-03-22"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Koning"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

