@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/bbFctLN>
  schema:familyName "Gubbels"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4ccf49e0-a5c7-2cfe-728d-16c9e3d29160"^^xsd:string ;
  schema:hasOccupation "Kastelein"@nl ;
  schema:givenName "Marinus"^^xsd:string ;
  schema:name "Marinus Gubbels"@nl ;
  schema:birthPlace "Schaik"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t9n9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f03da974-eabe-db69-b1c1-555971518d40> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2854462> ;
  schema:birthDate "1845-01-10"^^xsd:date .

