@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/bzYzaos>
  schema:givenName "Beletje Hartog"^^xsd:string ;
  schema:name "Beletje Hartog Hos"@nl ;
  schema:familyName "Hos"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d97ef7ba-4bcf-e3ab-9bbf-fe90cadd9408"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hoorn> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mn57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9c2de238-aa12-cc8d-ff35-f5e81436feff> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2426795> ;
  schema:birthDate "1789-12-24"^^xsd:date .

