@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/bvOzVP3>
  schema:birthPlace "Bassigne België"@nl ;
  schema:familyName "Fraikin"^^xsd:string ;
  schema:givenName "Gerard"^^xsd:string ;
  schema:name "Gerard Fraikin"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/597af377-9422-eabb-3d5e-8c235e2b0785"^^xsd:string ;
  schema:hasOccupation "Stroohoedenmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vkv5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/db40a53e-de61-a902-7006-af0b58b1b38e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2808051> ;
  schema:birthDate "1835-09-12"^^xsd:date .

