@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/bixhBVL>
  schema:givenName "Arend"^^xsd:string ;
  schema:name "Arend Spieringshoek"@nl ;
  schema:hasOccupation "Fabriekwerker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a0225e8d-dcd1-bf94-e93b-b965c0f9a0bf"^^xsd:string ;
  schema:familyName "Spieringshoek"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z7nx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ba59b6f9-2c14-6cd1-ef05-9de453d26a92> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2543855> ;
  schema:birthDate "1835-06-01"^^xsd:date .

