@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/bw1gfYx>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/08d16676-ce03-e6f7-8b27-01e135a085f3"^^xsd:string ;
  schema:familyName "Jansen"^^xsd:string ;
  schema:givenName "Nicolaas"^^xsd:string ;
  schema:name "Nicolaas Jansen"@nl ;
  schema:hasOccupation "Touwspinner"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01746g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9c3a74b5-3375-2eb5-3223-fa47b1231c93> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2426989> ;
  schema:birthDate "1841-09-09"^^xsd:date .

