@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/bz8LuOr>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bdb96760-0d66-08f3-865c-c13d75469e18"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Stevens"@nl ;
  schema:hasOccupation "Sjouwerman"@nl ;
  schema:familyName "Stevens"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wzzx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a6af60aa-be57-a188-a631-2931bb7160e5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2467234> ;
  schema:birthDate "1847-03-23"^^xsd:date .

