@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/beZpeHN>
  schema:familyName "Gibbon"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/48c8f272-47dd-ca1d-a54c-494f4f13e336"^^xsd:string ;
  schema:givenName "Martinus"^^xsd:string ;
  schema:name "Martinus Gibbon"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vs2x> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fc2ae298-cf5a-0f7c-978f-4bace7005a53> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2744320> ;
  schema:birthDate "1896-08-05"^^xsd:date .

