@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/bxgtgkm>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a557b631-3bba-74f7-eead-75804014181c"^^xsd:string ;
  schema:familyName "Jansen"^^xsd:string ;
  schema:hasOccupation "Metselaar"@nl ;
  schema:givenName "Simon"^^xsd:string ;
  schema:name "Simon Jansen"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wqc7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7f60fdf7-c73f-39a9-937d-6701af0a9ff2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2350427> ;
  schema:birthDate "1858-10-15"^^xsd:date .

