@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/b6f0pyc>
  schema:givenName "Helena"^^xsd:string ;
  schema:name "Helena Scheelings"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/dc1ea3ed-f7be-dc89-be5b-0afa40d103aa"^^xsd:string ;
  schema:hasOccupation "Naaister"@nl ;
  schema:familyName "Scheelings"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bloemendaal> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00nh52> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8fa77845-7a46-1b9d-4ce5-5d338792850c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2413269> ;
  schema:birthDate "1847-04-16"^^xsd:date .

