@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#> .

<https://n2t.net/ark:/60537/bdxuWna>
  schema:givenName "Frederik August"^^xsd:string ;
  schema:name "Frederik August Werver"@nl ;
  schema:hasOccupation "Handelsagent"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4e4d3ec9-8409-400f-89cf-a1adcd09f668"^^xsd:string ;
  schema:familyName "Werver"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Schoonhoven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bPojC07> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2151288> ;
  schema:birthDate "1897-05-04"^^xsd:date .

