@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/bIixWv6>
  schema:givenName "Hartog"^^xsd:string ;
  schema:name "Hartog Norden"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f15e3380-3a42-2dce-da53-ec5f08c787a3"^^xsd:string ;
  schema:familyName "Norden"^^xsd:string ;
  schema:hasOccupation "Slagersknecht"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Delft> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n4f6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/21a9cefb-1957-6581-1d0a-cea7f855ec3a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1990945> ;
  schema:birthDate "1855-11-16"^^xsd:date .

