@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/bchi773>
  schema:hasOccupation "Arbeider"@nl ;
  schema:givenName "Frans"^^xsd:string ;
  schema:name "Frans van der Stam"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b9f5e814-e930-af5b-e52c-26f3ed2746fd"^^xsd:string ;
  schema:familyName "van der Stam"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00h2tm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9c418429-8789-5675-deec-871496597522> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2427092> ;
  schema:additionalName [
    ns0:baseSurname "Stam"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

