@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/bIIWp1e>
  schema:familyName "Heij"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c97d4461-c582-8e2f-ca65-fd37a1f8f975"^^xsd:string ;
  schema:givenName "Jan Maarten"^^xsd:string ;
  schema:name "Jan Maarten Heij"@nl ;
  schema:hasOccupation "Loswerkman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b016cmr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3b8db5ff-29fb-99b8-1522-f0b6a5a9efde> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2088719> ;
  schema:birthDate "1889-11-08"^^xsd:date .

