@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/b8KpMo0>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e95de056-a376-adba-2d20-478ce412aa76"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob Piket"@nl ;
  schema:familyName "Piket"^^xsd:string ;
  schema:hasOccupation "Schilder"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b019hkw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d6008402-67a9-87b9-2037-b11633d69e01> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2655227> ;
  schema:birthDate "1862-09-16"^^xsd:date .

