@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/buYLZrn>
  schema:familyName "Bloemendaal"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/723d6053-da91-5118-26ff-1dde989586eb"^^xsd:string ;
  schema:givenName "Josina"^^xsd:string ;
  schema:name "Josina Bloemendaal"@nl ;
  schema:hasOccupation "Werkster"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00r5t5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bf8fb366-6a92-a9ec-d0d1-15873bcf4b81> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2563582> ;
  schema:birthDate "1827-11-01"^^xsd:date .

