@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/bUar2AA>
  schema:givenName "Arend"^^xsd:string ;
  schema:name "Arend Spieringshoek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/58de9f97-c91d-f111-a358-eeaed06bdf03"^^xsd:string ;
  schema:familyName "Spieringshoek"^^xsd:string ;
  schema:hasOccupation "Zandvormer"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q01d> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8b1a55c2-0b14-eed5-5c09-d5a444928e78> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2395538> ;
  schema:birthDate "1835-06-01"^^xsd:date .

