@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/boWtNTG>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0188c4b1-861b-9ad6-84de-02ec7e53f0e7"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Noorlander"@nl ;
  schema:familyName "Noorlander"^^xsd:string ;
  schema:hasOccupation "Timmerman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bergambacht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zkgn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2d4306ec-60f2-42be-3d52-88be61afd90c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2036508> ;
  schema:birthDate "1859-09-02"^^xsd:date .

