@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/bIweYZk>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Straver"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e4641174-723b-c622-8e2a-f900d1f6766a"^^xsd:string ;
  schema:hasOccupation "Opzichter (kaarsenfabriek)"@nl ;
  schema:familyName "Straver"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zq93> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8749042f-744a-748a-ec97-406b6d3de641> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2380903> ;
  schema:birthDate "1820-04-23"^^xsd:date .

