@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/bSIx1ct>
  schema:givenName "Hartog"^^xsd:string ;
  schema:name "Hartog Norden"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bb825f7a-a83d-2923-e68d-d24cd9889c54"^^xsd:string ;
  schema:hasOccupation "Knecht"@nl ;
  schema:familyName "Norden"^^xsd:string ;
  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/3fd1f27b-37fa-2ea3-54d2-9e7229ca3724> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2105064> ;
  schema:birthDate "1855-11-16"^^xsd:date .

